CRCLMay 18, 2024

BadActs: A Universal Backdoor Defense in the Activation Space

arXiv:2405.11227v135 citationsh-index: 6ACL
Originality Incremental advance
AI Analysis

This addresses security threats in AI development by offering a more effective defense against backdoor attacks, though it appears incremental as it builds on existing purification methods.

The paper tackles the problem of backdoor attacks in Deep Neural Networks by introducing a universal defense that purifies samples in the activation space, achieving improved performance against diverse triggers while preserving clean data integrity.

Backdoor attacks pose an increasingly severe security threat to Deep Neural Networks (DNNs) during their development stage. In response, backdoor sample purification has emerged as a promising defense mechanism, aiming to eliminate backdoor triggers while preserving the integrity of the clean content in the samples. However, existing approaches have been predominantly focused on the word space, which are ineffective against feature-space triggers and significantly impair performance on clean data. To address this, we introduce a universal backdoor defense that purifies backdoor samples in the activation space by drawing abnormal activations towards optimized minimum clean activation distribution intervals. The advantages of our approach are twofold: (1) By operating in the activation space, our method captures from surface-level information like words to higher-level semantic concepts such as syntax, thus counteracting diverse triggers; (2) the fine-grained continuous nature of the activation space allows for more precise preservation of clean content while removing triggers. Furthermore, we propose a detection module based on statistical information of abnormal activations, to achieve a better trade-off between clean accuracy and defending performance.

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