CVLGMar 4, 2024

Fourier-basis Functions to Bridge Augmentation Gap: Rethinking Frequency Augmentation in Image Classification

arXiv:2403.01944v224 citationsh-index: 23Has CodeCVPR
AI Analysis

This addresses robustness issues in computer vision models for real-world deployment, representing an incremental improvement by complementing existing visual augmentations.

The paper tackles the problem of degraded performance in computer vision models due to unexpected input changes by proposing Auxiliary Fourier-basis Augmentation (AFA), a frequency-domain technique that improves robustness against common corruptions and out-of-distribution generalization with negligible impact on standard performance.

Computer vision models normally witness degraded performance when deployed in real-world scenarios, due to unexpected changes in inputs that were not accounted for during training. Data augmentation is commonly used to address this issue, as it aims to increase data variety and reduce the distribution gap between training and test data. However, common visual augmentations might not guarantee extensive robustness of computer vision models. In this paper, we propose Auxiliary Fourier-basis Augmentation (AFA), a complementary technique targeting augmentation in the frequency domain and filling the augmentation gap left by visual augmentations. We demonstrate the utility of augmentation via Fourier-basis additive noise in a straightforward and efficient adversarial setting. Our results show that AFA benefits the robustness of models against common corruptions, OOD generalization, and consistency of performance of models against increasing perturbations, with negligible deficit to the standard performance of models. It can be seamlessly integrated with other augmentation techniques to further boost performance. Code and models can be found at: https://github.com/nis-research/afa-augment

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