← 返回信息流

arXiv cs.LG论文

SW-ProxyCE:从公共EEG编码器到私有下游模型的零查询对抗迁移

arxiv.org作者:Linhua Cong, Dingkun Liu, Dongrui Wu论文AI评分:70/100

该研究针对脑电(EEG)基础模型部署中的安全风险,提出了一种无需查询的对抗攻击框架SW-ProxyCE。在攻击者只能访问公开编码器和少量带标签参考数据、无法访问受害者模型的情况下,该方法通过收缩白化类原型恢复任务级决策几何,生成可迁移的对抗样本。实验表明,该方法在多个EEG任务和编码器上均优于任务无关的攻击方法,揭示了EEG基础模型的强迁移性并不等同于对抗鲁棒性。

这篇是正式发表的长论文,站内提供中文解读,全文请到原文阅读 PDF。

Abstract:Electroencephalography (EEG) foundation models have recently emerged as a promising paradigm for EEG decoding by learning reusable representations from large-scale heterogeneous neural recordings. However, the open release of EEG foundation encoders, while facilitating downstream developments, also introduces a previously unexplored security risk: publicly available representations may make private downstream models vulnerable. This paper investigates adversarial transfer attacks in EEG foundation model deployment in a public-encoder and private-downstream setting, where attackers have white-box access to a released encoder and a small task-matched labeled reference set, but no access or query to victim parameters, outputs, or gradients. We propose Shrinkage-Whitened Proxy Cross-Entropy (SW-ProxyCE), a query-free task-aware attack framework that recovers task-level decision geometry from a small labeled reference set through shrinkage-whitened class prototypes, enabling transferable adversarial generation without training an additional surrogate classifier. We evaluated SW-ProxyCE across three EEG tasks using three general-purpose foundation encoders and a paradigm-specific pre-trained encoder, covering both linear-probing and full-fine-tuning downstream models in cross-subject and within-subject scenarios. Results demonstrated that adversarial examples generated from the public encoder and limited labeled references can effectively transfer to inaccessible downstream models. SW-ProxyCE consistently outperformed task-agnostic representation-shift attacks, revealing that the strong transferability of EEG foundation models does not necessarily lead to adversarial robustness. Our code will be available on GitHub.

阅读原文