HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

Ryuichiro Hataya Jan Zdenek Kazuki Yoshizoe Hideki Nakayama

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

Abstract

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.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
data-augmentation-on-cifar-10Shake-Shake (26 2×96d) (Faster AA)
Percentage error: 2
data-augmentation-on-cifar-10WideResNet-40-2 (Faster AA)
Percentage error: 3.7
data-augmentation-on-cifar-10Shake-Shake (26 2×32d) (Faster AA)
Percentage error: 2.7
data-augmentation-on-cifar-10Shake-Shake (26 2×112d) (Faster AA)
Percentage error: 2
data-augmentation-on-cifar-10WideResNet-28-10 (Faster AA)
Percentage error: 2.6
data-augmentation-on-imagenetResNet-50 (Faster AA)
Accuracy (%): 76.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Faster AutoAugment: Learning Augmentation Strategies using Backpropagation | Papers | HyperAI