LGCVOct 16, 2024

DAT: Improving Adversarial Robustness via Generative Amplitude Mix-up in Frequency Domain

arXiv:2410.12307v112 citationsh-index: 14NIPS
Originality Incremental advance
AI Analysis

This work addresses adversarial attacks for deep learning models, offering an incremental improvement over existing adversarial training methods.

The paper tackles the problem of adversarial robustness in deep neural networks by proposing a Dual Adversarial Training (DAT) strategy that mixes amplitude in the frequency domain to guide models to focus on phase patterns, resulting in significantly improved robustness against diverse adversarial attacks.

To protect deep neural networks (DNNs) from adversarial attacks, adversarial training (AT) is developed by incorporating adversarial examples (AEs) into model training. Recent studies show that adversarial attacks disproportionately impact the patterns within the phase of the sample's frequency spectrum -- typically containing crucial semantic information -- more than those in the amplitude, resulting in the model's erroneous categorization of AEs. We find that, by mixing the amplitude of training samples' frequency spectrum with those of distractor images for AT, the model can be guided to focus on phase patterns unaffected by adversarial perturbations. As a result, the model's robustness can be improved. Unfortunately, it is still challenging to select appropriate distractor images, which should mix the amplitude without affecting the phase patterns. To this end, in this paper, we propose an optimized Adversarial Amplitude Generator (AAG) to achieve a better tradeoff between improving the model's robustness and retaining phase patterns. Based on this generator, together with an efficient AE production procedure, we design a new Dual Adversarial Training (DAT) strategy. Experiments on various datasets show that our proposed DAT leads to significantly improved robustness against diverse adversarial attacks.

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