AICRLGMar 13, 2023

Backdoor Defense via Deconfounded Representation Learning

arXiv:2303.06818v158 citationsh-index: 22Has Code
Originality Highly original
AI Analysis

This addresses a critical security vulnerability in AI systems by enabling the direct training of clean models from poisoned datasets, offering a novel defense mechanism against backdoor attacks.

The paper tackles the problem of backdoor attacks in deep neural networks by proposing a causality-inspired defense method that learns deconfounded representations, achieving effective reduction of backdoor threats while maintaining high accuracy on benign samples across multiple benchmark datasets and state-of-the-art attacks.

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}.

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