CRAICVSep 18, 2024

PAD-FT: A Lightweight Defense for Backdoor Attacks via Data Purification and Fine-Tuning

arXiv:2409.12072v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the threat of backdoor attacks for deep learning practitioners by offering a more feasible and computationally efficient defense, though it is incremental as it builds on existing fine-tuning and purification ideas.

The paper tackles the problem of defending against subtle backdoor attacks in deep neural networks by proposing PAD-FT, a lightweight defense that achieves superior effectiveness across multiple attacks and datasets without requiring additional clean data.

Backdoor attacks pose a significant threat to deep neural networks, particularly as recent advancements have led to increasingly subtle implantation, making the defense more challenging. Existing defense mechanisms typically rely on an additional clean dataset as a standard reference and involve retraining an auxiliary model or fine-tuning the entire victim model. However, these approaches are often computationally expensive and not always feasible in practical applications. In this paper, we propose a novel and lightweight defense mechanism, termed PAD-FT, that does not require an additional clean dataset and fine-tunes only a very small part of the model to disinfect the victim model. To achieve this, our approach first introduces a simple data purification process to identify and select the most-likely clean data from the poisoned training dataset. The self-purified clean dataset is then used for activation clipping and fine-tuning only the last classification layer of the victim model. By integrating data purification, activation clipping, and classifier fine-tuning, our mechanism PAD-FT demonstrates superior effectiveness across multiple backdoor attack methods and datasets, as confirmed through extensive experimental evaluation.

Foundations

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

Your Notes