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

DADA: Differentiable Automatic Data Augmentation

About

Data augmentation (DA) techniques aim to increase data variability, and thus train deep networks with better generalisation. The pioneering AutoAugment automated the search for optimal DA policies with reinforcement learning. However, AutoAugment is extremely computationally expensive, limiting its wide applicability. Followup works such as Population Based Augmentation (PBA) and Fast AutoAugment improved efficiency, but their optimization speed remains a bottleneck. In this paper, we propose Differentiable Automatic Data Augmentation (DADA) which dramatically reduces the cost. DADA relaxes the discrete DA policy selection to a differentiable optimization problem via Gumbel-Softmax. In addition, we introduce an unbiased gradient estimator, RELAX, leading to an efficient and effective one-pass optimization strategy to learn an efficient and accurate DA policy. We conduct extensive experiments on CIFAR-10, CIFAR-100, SVHN, and ImageNet datasets. Furthermore, we demonstrate the value of Auto DA in pre-training for downstream detection problems. Results show our DADA is at least one order of magnitude faster than the state-of-the-art while achieving very comparable accuracy. The code is available at https://github.com/VDIGPKU/DADA.

Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy Hospedales, Neil M. Robertson, Yongxin Yang• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)--
3518
Image ClassificationCIFAR-10 (test)--
3381
Image ClassificationImageNet (val)--
1206
Image ClassificationCIFAR-10 (test)--
906
Object DetectionMS COCO (test-dev)
mAP@.559.6
677
Image ClassificationCIFAR10 (test)
Accuracy97.3
585
Image ClassificationSVHN (test)--
362
Fine-grained Image ClassificationStanford Cars (test)
Accuracy87.14
348
Fine-grained visual classificationFGVC-Aircraft (test)
Top-1 Acc81.16
287
Image ClassificationImageNet (test)
Top-1 Acc77.5
235
Showing 10 of 22 rows

Other info

Code

Follow for update