2020

DADA: Differentiable Automatic Data Augmentation

Li, Yonggang, Hu, Guosheng, Wang, Yongtao et al.

Understand

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.

Reading the bibliography…