DFM-X: Augmentation by Leveraging Prior Knowledge of Shortcut Learning
Shunxin Wang, Christoph Brune, Raymond Veldhuis, Nicola, Strisciuglio

TL;DR
DFM-X is a novel data augmentation method that uses prior knowledge of frequency shortcuts to improve neural network robustness and generalization by encouraging models to learn more comprehensive, task-related features.
Contribution
The paper introduces DFM-X, a new augmentation technique leveraging frequency shortcut knowledge to reduce shortcut learning and enhance model robustness.
Findings
DFM-X improves robustness against corruptions.
DFM-X enhances resistance to adversarial attacks.
DFM-X can be combined with other augmentations.
Abstract
Neural networks are prone to learn easy solutions from superficial statistics in the data, namely shortcut learning, which impairs generalization and robustness of models. We propose a data augmentation strategy, named DFM-X, that leverages knowledge about frequency shortcuts, encoded in Dominant Frequencies Maps computed for image classification models. We randomly select X% training images of certain classes for augmentation, and process them by retaining the frequencies included in the DFMs of other classes. This strategy compels the models to leverage a broader range of frequencies for classification, rather than relying on specific frequency sets. Thus, the models learn more deep and task-related semantics compared to their counterpart trained with standard setups. Unlike other commonly used augmentation techniques which focus on increasing the visual variations of training data,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications · COVID-19 diagnosis using AI
MethodsFocus
