CVAILGJan 26, 2024

AFD: Mitigating Feature Gap for Adversarial Robustness by Feature Disentanglement

arXiv:2401.14707v21 citations
Originality Incremental advance
AI Analysis

This work addresses adversarial robustness for deep learning models, which is an incremental improvement over existing fine-tuning methods.

The paper tackles the problem of adversarial robustness by addressing the feature gap between natural and adversarial samples in fine-tuned models, proposing a feature disentanglement method that removes specific latent features confused by adversarial perturbations. The result shows that this approach outperforms existing adversarial fine-tuning methods and adversarial training baselines on three benchmark datasets.

Adversarial fine-tuning methods enhance adversarial robustness via fine-tuning the pre-trained model in an adversarial training manner. However, we identify that some specific latent features of adversarial samples are confused by adversarial perturbation and lead to an unexpectedly increasing gap between features in the last hidden layer of natural and adversarial samples. To address this issue, we propose a disentanglement-based approach to explicitly model and further remove the specific latent features. We introduce a feature disentangler to separate out the specific latent features from the features of the adversarial samples, thereby boosting robustness by eliminating the specific latent features. Besides, we align clean features in the pre-trained model with features of adversarial samples in the fine-tuned model, to benefit from the intrinsic features of natural samples. Empirical evaluations on three benchmark datasets demonstrate that our approach surpasses existing adversarial fine-tuning methods and adversarial training baselines.

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