Online Hyper-Parameter Learning for Auto-Augmentation Strategy

Abstract

Data augmentation is critical to the success of modern deep learning techniques. In this paper, we propose Online Hyper-parameter Learning for Auto-Augmentation (OHL-Auto-Aug), an economical solution that learns the augmentation policy distribution along with network training. Unlike previous methods on auto-augmentation that search augmentation strategies in an offline manner, our method formulates the augmentation policy as a parameterized probability distribution, thus allowing its parameters to be optimized jointly with network parameters. Our proposed OHL-Auto-Aug eliminates the need of re-training and dramatically reduces the cost of the overall search process, while establishes significantly accuracy improvements over baseline models. On both CIFAR-10 and ImageNet, our method achieves remarkable on search accuracy, 60x faster on CIFAR-10 and 24x faster on ImageNet, while maintaining competitive accuracies.

Cite

Text

Lin et al. "Online Hyper-Parameter Learning for Auto-Augmentation Strategy." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00668

Markdown

[Lin et al. "Online Hyper-Parameter Learning for Auto-Augmentation Strategy." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/lin2019iccv-online/) doi:10.1109/ICCV.2019.00668

BibTeX

@inproceedings{lin2019iccv-online,
  title     = {{Online Hyper-Parameter Learning for Auto-Augmentation Strategy}},
  author    = {Lin, Chen and Guo, Minghao and Li, Chuming and Yuan, Xin and Wu, Wei and Yan, Junjie and Lin, Dahua and Ouyang, Wanli},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00668},
  url       = {https://mlanthology.org/iccv/2019/lin2019iccv-online/}
}