FreeAugment: Data Augmentation Search Across All Degrees of Freedom
Tom Bekor, Niv Nayman, Lihi Zelnik-Manor

TL;DR
FreeAugment introduces a fully differentiable approach to globally optimize all aspects of data augmentation, including number, type, order, and magnitude, leading to improved neural network generalization across multiple domains.
Contribution
It is the first method to jointly optimize all four degrees of freedom of data augmentation using a differentiable framework.
Findings
Achieves state-of-the-art results on natural image benchmarks.
Effectively learns the optimal number and permutation of transformations.
Reduces redundancy in augmentation sampling.
Abstract
Data augmentation has become an integral part of deep learning, as it is known to improve the generalization capabilities of neural networks. Since the most effective set of image transformations differs between tasks and domains, automatic data augmentation search aims to alleviate the extreme burden of manually finding the optimal image transformations. However, current methods are not able to jointly optimize all degrees of freedom: (1) the number of transformations to be applied, their (2) types, (3) order, and (4) magnitudes. Many existing methods risk picking the same transformation more than once, limit the search to two transformations only, or search for the number of transformations exhaustively or iteratively in a myopic manner. Our approach, FreeAugment, is the first to achieve global optimization of all four degrees of freedom simultaneously, using a fully differentiable…
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
TopicsData Quality and Management · Advanced Database Systems and Queries · Data Management and Algorithms
MethodsSparse Evolutionary Training
