Highlight

Randaugment: Practical automated data augmentation with a reduced search space

Introduces RandAugment, a data augmentation method with a greatly reduced search space that removes the need for a separate proxy search phase.

Based on

Randaugment: Practical automated data augmentation with a reduced search space

By E. D. Cubuk, Barret Zoph, Jonathon Shlens et al.2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)
Read original article →

RandAugment tackles a practical obstacle to automated data augmentation: existing strategies achieve strong results but require a separate and costly search phase, frequently carried out on a smaller proxy task whose tuned hyperparameters may not be optimal for the real task. Rethinking this design, the authors show that rather than searching the magnitude and probability of every augmentation operation independently, it is enough to search over a single distortion magnitude that jointly controls all operations, drastically shrinking the search space and eliminating the proxy task.

Despite its simplicity, the method matches or exceeds previous automated augmentation approaches across CIFAR-10/100, SVHN, ImageNet, and COCO. It attains 85.0% ImageNet accuracy with EfficientNet-B7 (a 1.0% gain over baseline augmentation and 0.6% over AutoAugment) and 85.4% with EfficientNet-B8, matching a prior result that relied on 3.5 billion extra images, while also improving object detection by 1.0-1.3% over baseline augmentation.

Abstract

Automated data augmentation yields state-of-the-art results but usually needs a separate, expensive search phase, often run on a proxy task whose hyperparameters may not transfer. The authors find that instead of independently searching each operation's magnitude and probability, a single distortion magnitude jointly controlling all operations suffices. This simplified space cuts cost and removes the proxy task, yet matches or beats prior methods on CIFAR-10/100, SVHN, ImageNet, and COCO, reaching 85.0% ImageNet accuracy with EfficientNet-B7 and 85.4% with B8.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

data augmentationimage classificationautomated machine learningsearch spaceobject detection
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.

Randaugment: Practical automated data augmentation with a reduced search space | Aramai