DADA: Differentiable Automatic Data Augmentation
Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy Hospedales, and Neil M. Robertson, Yongxin Yang

TL;DR
DADA introduces a differentiable approach to automatic data augmentation, significantly reducing computational costs while maintaining high accuracy, thereby enabling efficient training of deep networks across multiple datasets.
Contribution
DADA proposes a novel differentiable optimization method for data augmentation policies using Gumbel-Softmax and RELAX, improving efficiency over prior approaches.
Findings
DADA is at least ten times faster than AutoAugment.
It achieves comparable accuracy on CIFAR-10, CIFAR-100, SVHN, and ImageNet.
Effective in pre-training for downstream detection tasks.
Abstract
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…
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 · COVID-19 diagnosis using AI
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Population Based Training · Population Based Augmentation · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Fast AutoAugment · AutoAugment
