2019

Adversarial AutoAugment

Zhang, Xinyu, Wang, Qiang, Zhang, Jian et al.

Understand

Data augmentation (DA) has been widely utilized to improve generalization in training deep neural networks.

  • Recently, human-designed data augmentation has been gradually replaced by automatically learned augmentation policy.
  • Through finding the best policy in well-designed search space of data augmentation, AutoAugment can significantly improve validation accuracy on image classification tasks.
  • However, this approach is not computationally practical for large-scale problems.

Reading the bibliography…