LGCRNov 22, 2022

Backdoor Cleansing with Unlabeled Data

arXiv:2211.12044v431 citationsh-index: 8Has Code
Originality Highly original
AI Analysis

This addresses the practical issue of securing outsourced models for end users who lack access to labeled training data, offering a more feasible defense solution.

The paper tackles the problem of defending against backdoor attacks in deep neural networks by proposing a novel defense method that requires no labeled data, achieving performance on par with state-of-the-art labeled methods and showing promising results on out-of-distribution data.

Due to the increasing computational demand of Deep Neural Networks (DNNs), companies and organizations have begun to outsource the training process. However, the externally trained DNNs can potentially be backdoor attacked. It is crucial to defend against such attacks, i.e., to postprocess a suspicious model so that its backdoor behavior is mitigated while its normal prediction power on clean inputs remain uncompromised. To remove the abnormal backdoor behavior, existing methods mostly rely on additional labeled clean samples. However, such requirement may be unrealistic as the training data are often unavailable to end users. In this paper, we investigate the possibility of circumventing such barrier. We propose a novel defense method that does not require training labels. Through a carefully designed layer-wise weight re-initialization and knowledge distillation, our method can effectively cleanse backdoor behaviors of a suspicious network with negligible compromise in its normal behavior. In experiments, we show that our method, trained without labels, is on-par with state-of-the-art defense methods trained using labels. We also observe promising defense results even on out-of-distribution data. This makes our method very practical. Code is available at: https://github.com/luluppang/BCU.

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