CVAIMar 11, 2022

Deep AutoAugment

DeepMind
arXiv:2203.06172v232 citationsh-index: 14Has Code
AI Analysis

This addresses the need for more automated and less human-prior-dependent data augmentation in machine learning, though it appears incremental as it builds on existing automated augmentation methods.

The paper tackles the problem of automated data augmentation by proposing Deep AutoAugment, a method that builds a multi-layer augmentation pipeline from scratch without relying on hand-picked defaults, achieving performance comparable to previous works.

While recent automated data augmentation methods lead to state-of-the-art results, their design spaces and the derived data augmentation strategies still incorporate strong human priors. In this work, instead of fixing a set of hand-picked default augmentations alongside the searched data augmentations, we propose a fully automated approach for data augmentation search named Deep AutoAugment (DeepAA). DeepAA progressively builds a multi-layer data augmentation pipeline from scratch by stacking augmentation layers one at a time until reaching convergence. For each augmentation layer, the policy is optimized to maximize the cosine similarity between the gradients of the original and augmented data along the direction with low variance. Our experiments show that even without default augmentations, we can learn an augmentation policy that achieves strong performance with that of previous works. Extensive ablation studies show that the regularized gradient matching is an effective search method for data augmentation policies. Our code is available at: https://github.com/MSU-MLSys-Lab/DeepAA .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes