Fourier-basis Functions to Bridge Augmentation Gap

machine-learning computer-vision data-augmentation robustness

Overview

Vision models tend to lose accuracy once deployed in the real world, because inputs shift away from the distribution seen during training. Standard visual data augmentation (crops, flips, color jitter, and similar) helps, but doesn’t fully close this gap.

This work introduces Auxiliary Fourier-basis Augmentation (AFA), a complementary augmentation strategy that operates in the frequency domain instead of pixel space, targeting the specific robustness gap that visual augmentations leave open.

Method

AFA perturbs images with additive noise built from Fourier-basis functions, applied as an auxiliary objective alongside standard training. It is lightweight, model-agnostic, and designed to slot into existing augmentation pipelines without extra parameters or major changes to the training setup.

Results

Across CIFAR-10/100, Tiny-ImageNet, and ImageNet-scale benchmarks, AFA improves robustness to common corruptions, out-of-distribution generalization, and stability under increasing input perturbations — with little to no cost to standard (clean) accuracy. It also combines well with existing augmentation techniques for further gains.

Links

← Back to all projects