CLAIOct 14, 2022

Expose Backdoors on the Way: A Feature-Based Efficient Defense against Textual Backdoor Attacks

Peking U
arXiv:2210.07907v1298 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This work addresses a critical security threat for NLP systems by providing an efficient defense against backdoor attacks, though it is incremental as it builds on prior anomaly detection approaches.

The paper tackles the vulnerability of NLP models to backdoor attacks by proposing a feature-based online defense method that uses a distance-based anomaly score to detect poisoned samples in intermediate feature space, achieving superior performance and lower inference costs compared to existing methods, with experiments showing substantial gains on sentiment analysis and offense detection tasks.

Natural language processing (NLP) models are known to be vulnerable to backdoor attacks, which poses a newly arisen threat to NLP models. Prior online backdoor defense methods for NLP models only focus on the anomalies at either the input or output level, still suffering from fragility to adaptive attacks and high computational cost. In this work, we take the first step to investigate the unconcealment of textual poisoned samples at the intermediate-feature level and propose a feature-based efficient online defense method. Through extensive experiments on existing attacking methods, we find that the poisoned samples are far away from clean samples in the intermediate feature space of a poisoned NLP model. Motivated by this observation, we devise a distance-based anomaly score (DAN) to distinguish poisoned samples from clean samples at the feature level. Experiments on sentiment analysis and offense detection tasks demonstrate the superiority of DAN, as it substantially surpasses existing online defense methods in terms of defending performance and enjoys lower inference costs. Moreover, we show that DAN is also resistant to adaptive attacks based on feature-level regularization. Our code is available at https://github.com/lancopku/DAN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes