Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

About

Data augmentation methods are indispensable heuristics to boost the performance of deep neural networks, especially in image recognition tasks. Recently, several studies have shown that augmentation strategies found by search algorithms outperform hand-made strategies. Such methods employ black-box search algorithms over image transformations with continuous or discrete parameters and require a long time to obtain better strategies. In this paper, we propose a differentiable policy search pipeline for data augmentation, which is much faster than previous methods. We introduce approximate gradients for several transformation operations with discrete parameters as well as the differentiable mechanism for selecting operations. As the objective of training, we minimize the distance between the distributions of augmented data and the original data, which can be differentiated. We show that our method, Faster AutoAugment, achieves significantly faster searching than prior work without a performance drop.

Ryuichiro Hataya, Jan Zdenek, Kazuki Yoshizoe, Hideki Nakayama• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)--
3381
Image ClassificationImageNet (val)--
1206
Image ClassificationCIFAR-10 (test)--
906
Image ClassificationSVHN (test)--
362
Image ClassificationImageNet (test)
Top-1 Acc76.5
235
Image ClassificationCIFAR-10 4,000 labels (test)
Test Error Rate14.8
57
Image ClassificationCIFAR-10 (test)
Error Rate (%)2
53
Data augmentation policy searchCIFAR-10
GPU Hours0.23
9
Data augmentation policy searchSVHN
GPU Hours0.061
7
Showing 10 of 12 rows

Other info

Follow for update