paper-with-me

Papers

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

2019-11-16 · ECCV 2020 8 · Ryuichiro Hataya, Jan Zdenek, Kazuki Yoshizoe, Hideki Nakayama

Data augmentation methods are indispensable heuristics to boost the performance of deep neural networks, especially in image recognition tasks. Recently, several studies have shown that augmentation strategies found by search algorithms outperform hand-made strategies. Such methods employ black-box search algorithms over image transformations with continuous or discrete parameters and require a long time to obtain better strategies. In this paper, we propose a differentiable policy search pipeline for data augmentation, which is much faster than previous methods. We introduce approximate gradients for several transformation operations with discrete parameters as well as the differentiable mechanism for selecting operations. As the objective of training, we minimize the distance between the distributions of augmented data and the original data, which can be differentiated. We show that our method, Faster AutoAugment, achieves significantly faster searching than prior work without a performance drop.

📄 PDF Abstract BibTeX arXiv:1911.06987

Code (1)

moskomule/dda pytorch

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

Faster and Smarter AutoAugment: Augmentation Policy Search Based on Dynamic Data-Clustering

2021-01-01 · Jonghyun Bae, Ji-Hoon Kim

Data augmentation tuned to datasets and tasks has had great success in various AI applications, such as computer vision, natural language processing, autonomous driving, and bioinformatics. However, most of the specific …

Autonomous DrivingClusteringData AugmentationDiversity+1

DADA: Differentiable Automatic Data Augmentation

2020-03-08 · ECCV 2020 8 · Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy Hospedales 외

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 lear…

Data AugmentationReinforcement Learning

Deep AutoAugment

2022-03-11 · Yu Zheng, Zhi Zhang, Shen Yan, Mi Zhang

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…

AutoMLData AugmentationImage Classification

Fast AutoAugment

2019-05-01 · NeurIPS 2019 12 · Sungbin Lim, Ildoo Kim, Taesup Kim, Chiheon Kim 외

Data augmentation is an essential technique for improving generalization ability of deep learning models. Recently, AutoAugment has been proposed as an algorithm to automatically search for augmentation policies from a d…

Data AugmentationGPUImage AugmentationImage Classification

Learning data augmentation policies using augmented random search

2018-11-12 · Mingyang Geng, Kele Xu, Bo Ding, Huaimin Wang 외

Previous attempts for data augmentation are designed manually, and the augmentation policies are dataset-specific. Recently, an automatic data augmentation approach, named AutoAugment, is proposed using reinforcement lea…

Data Augmentationreinforcement-learningReinforcement LearningReinforcement Learning (RL)