HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Fast AutoAugment

Sungbin Lim; Ildoo Kim; Taesup Kim; Chiheon Kim; Sungwoong Kim

Fast AutoAugment

Abstract

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 dataset and has significantly enhanced performances on many image recognition tasks. However, its search method requires thousands of GPU hours even for a relatively small dataset. In this paper, we propose an algorithm called Fast AutoAugment that finds effective augmentation policies via a more efficient search strategy based on density matching. In comparison to AutoAugment, the proposed algorithm speeds up the search time by orders of magnitude while achieves comparable performances on image recognition tasks with various models and datasets including CIFAR-10, CIFAR-100, SVHN, and ImageNet.

Code Repositories

songyadong106/111
pytorch
Mentioned in GitHub
tgilewicz/uniformaugment
pytorch
Mentioned in GitHub
cfld/amdim
pytorch
Mentioned in GitHub
Ching-Chen-Wang/EfficientNet-eLite
pytorch
Mentioned in GitHub
junkwhinger/fastautoaugment_jsh
pytorch
Mentioned in GitHub
ildoonet/pytorch-randaugment
pytorch
Mentioned in GitHub
kakaobrain/fast-autoaugment
Official
pytorch
Mentioned in GitHub
zhanghang1989/fast-autoaug-torch
pytorch
Mentioned in GitHub
philip-bachman/amdim-public
pytorch
Mentioned in GitHub
kakaobrain/autoclint
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
data-augmentation-on-imagenetResNet-50 (Fast AA)
Accuracy (%): 77.6
data-augmentation-on-imagenetResNet-200 (Fast AA)
Accuracy (%): 80.6
image-classification-on-cifar-10PyramidNet+ShakeDrop (Fast AA)
Percentage correct: 98.3
image-classification-on-cifar-100PyramidNet+ShakeDrop (Fast AA)
Percentage correct: 88.3
image-classification-on-imagenetResNet-200 (Fast AA)
Top 1 Accuracy: 80.6%
image-classification-on-imagenetResNet-50 (Fast AA)
Top 1 Accuracy: 77.6%
image-classification-on-svhnWide-ResNet-28-10 (Fast AA)
Percentage error: 1.1

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
Fast AutoAugment | Papers | HyperAI