English

HybridAugment++: Unified Frequency Spectra Perturbations for Model Robustness

Computer Vision and Pattern Recognition 2023-07-25 v1 Artificial Intelligence

Abstract

Convolutional Neural Networks (CNN) are known to exhibit poor generalization performance under distribution shifts. Their generalization have been studied extensively, and one line of work approaches the problem from a frequency-centric perspective. These studies highlight the fact that humans and CNNs might focus on different frequency components of an image. First, inspired by these observations, we propose a simple yet effective data augmentation method HybridAugment that reduces the reliance of CNNs on high-frequency components, and thus improves their robustness while keeping their clean accuracy high. Second, we propose HybridAugment++, which is a hierarchical augmentation method that attempts to unify various frequency-spectrum augmentations. HybridAugment++ builds on HybridAugment, and also reduces the reliance of CNNs on the amplitude component of images, and promotes phase information instead. This unification results in competitive to or better than state-of-the-art results on clean accuracy (CIFAR-10/100 and ImageNet), corruption benchmarks (ImageNet-C, CIFAR-10-C and CIFAR-100-C), adversarial robustness on CIFAR-10 and out-of-distribution detection on various datasets. HybridAugment and HybridAugment++ are implemented in a few lines of code, does not require extra data, ensemble models or additional networks.

Keywords

Cite

@article{arxiv.2307.11823,
  title  = {HybridAugment++: Unified Frequency Spectra Perturbations for Model Robustness},
  author = {Mehmet Kerim Yucel and Ramazan Gokberk Cinbis and Pinar Duygulu},
  journal= {arXiv preprint arXiv:2307.11823},
  year   = {2023}
}

Comments

Accepted to ICCV 2023

R2 v1 2026-06-28T11:37:18.907Z