paper-with-me

Papers

Adversarial Filtering Based Evasion and Backdoor Attacks to EEG-Based Brain-Computer Interfaces

2024-12-10 · Lubin Meng, Xue Jiang, Xiaoqing Chen, Wenzhong Liu, Hanbin Luo, Dongrui Wu

A brain-computer interface (BCI) enables direct communication between the brain and an external device. Electroencephalogram (EEG) is a common input signal for BCIs, due to its convenience and low cost. Most research on EEG-based BCIs focuses on the accurate decoding of EEG signals, while ignoring their security. Recent studies have shown that machine learning models in BCIs are vulnerable to adversarial attacks. This paper proposes adversarial filtering based evasion and backdoor attacks to EEG-based BCIs, which are very easy to implement. Experiments on three datasets from different BCI paradigms demonstrated the effectiveness of our proposed attack approaches. To our knowledge, this is the first study on adversarial filtering for EEG-based BCIs, raising a new security concern and calling for more attention on the security of BCIs.

📄 PDF Abstract BibTeX arXiv:2412.07231

Code (1)

lbinmeng/adversarial_filter 공식 구현 pytorch

Tasks

Brain Computer InterfaceEEGElectroencephalogram (EEG)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Robustness Unhardening via Backdoor Attacks in Federated Learning

2023-10-17 · Taejin Kim, Jiarui Li, Shubhranshu Singh, Nikhil Madaan 외

In today's data-driven landscape, the delicate equilibrium between safeguarding user privacy and unleashing data potential stands as a paramount concern. Federated learning, which enables collaborative model training wit…

Adversarial RobustnessFederated Learning

RAB: Provable Robustness Against Backdoor Attacks

2020-03-19 · Maurice Weber, Xiaojun Xu, Bojan Karlaš, Ce Zhang 외

Recent studies have shown that deep neural networks (DNNs) are vulnerable to adversarial attacks, including evasion and backdoor (poisoning) attacks. On the defense side, there have been intensive efforts on improving bo…

BIG-bench Machine Learning

Towards Unified Robustness Against Both Backdoor and Adversarial Attacks

2024-05-28 · Zhenxing Niu, Yuyao Sun, Qiguang Miao, Rong Jin 외

Deep Neural Networks (DNNs) are known to be vulnerable to both backdoor and adversarial attacks. In the literature, these two types of attacks are commonly treated as distinct robustness problems and solved separately, s…

Adversarial DefenseAdversarial RobustnessBackdoor Attackbackdoor defense

Provable Robustness Against a Union of $\ell_0$ Adversarial Attacks

2023-02-22 · Zayd Hammoudeh, Daniel Lowd

Sparse or $\ell_0$ adversarial attacks arbitrarily perturb an unknown subset of the features. $\ell_0$ robustness analysis is particularly well-suited for heterogeneous (tabular) data where features have different types …

Clean-Label Backdoor Attacks

2019-05-01 · ICLR 2019 5 · Alexander Turner, Dimitris Tsipras, Aleksander Madry

Deep neural networks have been recently demonstrated to be vulnerable to backdoor attacks. Specifically, by altering a small set of training examples, an adversary is able to install a backdoor that can be used during in…