Combined Image Data Augmentations diminish the benefits of Adaptive Label Smoothing
Georg Siedel, Ekagra Gupta, Weijia Shao, Silvia Vock, Andrey Morozov

TL;DR
This paper investigates how combining multiple aggressive image augmentations with adaptive label smoothing can reduce its effectiveness and harm model robustness, especially when diverse transformations are used.
Contribution
It extends adaptive label smoothing to various augmentations and analyzes its limitations with complex augmentation strategies like TrivialAugment.
Findings
Adaptive label smoothing improves regularization with strong augmentations like random erasing.
Its benefits diminish when combined with diverse transformations such as TrivialAugment.
Excessive label smoothing can reduce robustness to common corruptions.
Abstract
Soft augmentation regularizes the supervised learning process of image classifiers by reducing label confidence of a training sample based on the magnitude of random-crop augmentation applied to it. This paper extends this adaptive label smoothing framework to other types of aggressive augmentations beyond random-crop. Specifically, we demonstrate the effectiveness of the method for random erasing and noise injection data augmentation. Adaptive label smoothing permits stronger regularization via higher-intensity Random Erasing. However, its benefits vanish when applied with a diverse range of image transformations as in the state-of-the-art TrivialAugment method, and excessive label smoothing harms robustness to common corruptions. Our findings suggest that adaptive label smoothing should only be applied when the training data distribution is dominated by a limited, homogeneous set of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Image and Signal Denoising Methods · Face and Expression Recognition
