Soft Augmentation for Image Classification
Yang Liu, Shen Yan, Laura Leal-Taix\'e, James Hays, Deva Ramanan

TL;DR
This paper introduces soft augmentation, a novel approach that softens learning targets based on the degree of image transform, leading to improved accuracy, robustness, and calibration in image classification models.
Contribution
The paper proposes a new soft augmentation method that generalizes traditional invariant transforms by adjusting learning targets, enhancing model performance and calibration.
Findings
Doubles top-1 accuracy boost with aggressive augmentation
Improves occlusion robustness by up to 4x
Halves calibration error (ECE)
Abstract
Modern neural networks are over-parameterized and thus rely on strong regularization such as data augmentation and weight decay to reduce overfitting and improve generalization. The dominant form of data augmentation applies invariant transforms, where the learning target of a sample is invariant to the transform applied to that sample. We draw inspiration from human visual classification studies and propose generalizing augmentation with invariant transforms to soft augmentation where the learning target softens non-linearly as a function of the degree of the transform applied to the sample: e.g., more aggressive image crop augmentations produce less confident learning targets. We demonstrate that soft targets allow for more aggressive data augmentation, offer more robust performance boosts, work with other augmentation policies, and interestingly, produce better calibrated models…
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 · Advanced Neural Network Applications · COVID-19 diagnosis using AI
MethodsWeight Decay
