paper-with-me

Papers

Backdoor Defense via Deconfounded Representation Learning

2023-03-13 · CVPR 2023 1 · Zaixi Zhang, Qi Liu, Zhicai Wang, Zepu Lu, Qingyong Hu

Deep neural networks (DNNs) are recently shown to be vulnerable to backdoor attacks, where attackers embed hidden backdoors in the DNN model by injecting a few poisoned examples into the training dataset. While extensive efforts have been made to detect and remove backdoors from backdoored DNNs, it is still not clear whether a backdoor-free clean model can be directly obtained from poisoned datasets. In this paper, we first construct a causal graph to model the generation process of poisoned data and find that the backdoor attack acts as the confounder, which brings spurious associations between the input images and target labels, making the model predictions less reliable. Inspired by the causal understanding, we propose the Causality-inspired Backdoor Defense (CBD), to learn deconfounded representations for reliable classification. Specifically, a backdoored model is intentionally trained to capture the confounding effects. The other clean model dedicates to capturing the desired causal effects by minimizing the mutual information with the confounding representations from the backdoored model and employing a sample-wise re-weighting scheme. Extensive experiments on multiple benchmark datasets against 6 state-of-the-art attacks verify that our proposed defense method is effective in reducing backdoor threats while maintaining high accuracy in predicting benign samples. Further analysis shows that CBD can also resist potential adaptive attacks. The code is available at \url{https://github.com/zaixizhang/CBD}.

📄 PDF Abstract BibTeX arXiv:2303.06818

Code (1)

zaixizhang/cbd 공식 구현 pytorch

Tasks

Backdoor Attackbackdoor defenseRepresentation Learning

Similar Papers 제목 키워드 기반

Deconfounded Recommendation for Alleviating Bias Amplification

2021-05-22 · Wenjie Wang, Fuli Feng, Xiangnan He, Xiang Wang 외

Recommender systems usually amplify the biases in the data. The model learned from historical interactions with imbalanced item distribution will amplify the imbalance by over-recommending items from the major groups. Ad…

FairnessRecommendation Systems

Removing the Trigger, Not the Backdoor: Alternative Triggers and Latent Backdoors

2026-03-10 · Gorka Abad, Ermes Franch, Stefanos Koffas, Stjepan Picek arxiv

Current backdoor defenses assume that neutralizing a known trigger removes the backdoor. We show this trigger-centric view is incomplete: \emph{alternative triggers}, patterns perceptually distinct from training triggers…

Effective Backdoor Defense by Exploiting Sensitivity of Poisoned Samples

2022-11-01 · NeurIPS 2022 11 · Weixin Chen, Baoyuan Wu, Haoqian Wang

Poisoning-based backdoor attacks are serious threat for training deep models on data from untrustworthy sources. Given a backdoored model, we observe that the feature representations of poisoned samples with trigger are …

backdoor defenseSensitivity

Merging Triggers, Breaking Backdoors: Defensive Poisoning for Instruction-Tuned Language Models

2026-01-07 · San Kim, Gary Geunbae Lee arxiv

Large Language Models (LLMs) have greatly advanced Natural Language Processing (NLP), particularly through instruction tuning, which enables broad task generalization without additional fine-tuning. However, their relian…

Towards Backdoor Stealthiness in Model Parameter Space

2025-01-10 · Xiaoyun Xu, Zhuoran Liu, Stefanos Koffas, Stjepan Picek

Recent research on backdoor stealthiness focuses mainly on indistinguishable triggers in input space and inseparable backdoor representations in feature space, aiming to circumvent backdoor defenses that examine these re…

backdoor defensemodel