Optimizing Data Augmentation Policy Through Random Unidimensional Search
Xiaomeng Dong, Michael Potter, Gaurav Kumar, Yun-Chan Tsai, V. Ratna, Saripalli, Theodore Trafalis

TL;DR
This paper introduces Random Unidimensional Augmentation, a method that significantly reduces the computational cost of optimizing data augmentation policies in deep learning, achieving comparable results with fewer training runs.
Contribution
The authors propose a novel, efficient search method for data augmentation policies that requires only 6 training runs, drastically reducing computational overhead compared to existing approaches.
Findings
Achieves similar performance to state-of-the-art methods with fewer trainings
Reduces computational cost of augmentation policy search by over 80%
Source code is publicly available for reproducibility
Abstract
It is no secret amongst deep learning researchers that finding the optimal data augmentation strategy during training can mean the difference between state-of-the-art performance and a run-of-the-mill result. To that end, the community has seen many efforts to automate the process of finding the perfect augmentation procedure for any task at hand. Unfortunately, even recent cutting-edge methods bring massive computational overhead, requiring as many as 100 full model trainings to settle on an ideal configuration. We show how to achieve equivalent performance using just 6 trainings with Random Unidimensional Augmentation. Source code is available at https://github.com/fastestimator/RUA/tree/v1.0
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Privacy-Preserving Technologies in Data
