AIApr 24, 2023

Enhancing Fine-Tuning Based Backdoor Defense with Sharpness-Aware Minimization

arXiv:2304.11823v199 citationsh-index: 49
Originality Incremental advance
AI Analysis

This addresses a critical security issue for machine learning models vulnerable to backdoor attacks, offering an incremental improvement over existing fine-tuning defenses.

The paper tackles the problem of poor backdoor defense performance with limited benign data during fine-tuning by proposing FTSAM, a method that incorporates sharpness-aware minimization to shrink backdoor-related neuron norms, achieving state-of-the-art defense performance on benchmark datasets and architectures.

Backdoor defense, which aims to detect or mitigate the effect of malicious triggers introduced by attackers, is becoming increasingly critical for machine learning security and integrity. Fine-tuning based on benign data is a natural defense to erase the backdoor effect in a backdoored model. However, recent studies show that, given limited benign data, vanilla fine-tuning has poor defense performance. In this work, we provide a deep study of fine-tuning the backdoored model from the neuron perspective and find that backdoorrelated neurons fail to escape the local minimum in the fine-tuning process. Inspired by observing that the backdoorrelated neurons often have larger norms, we propose FTSAM, a novel backdoor defense paradigm that aims to shrink the norms of backdoor-related neurons by incorporating sharpness-aware minimization with fine-tuning. We demonstrate the effectiveness of our method on several benchmark datasets and network architectures, where it achieves state-of-the-art defense performance. Overall, our work provides a promising avenue for improving the robustness of machine learning models against backdoor attacks.

Foundations

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

Your Notes