Methods › Computer Vision › Image Data Augmentation › RandAugment

RandAugment

67 papers tagged archive 2025-07-28

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

RandAugment is an automated data augmentation method. The search space for data augmentation has 2 interpretable hyperparameter N and M. N is the number of augmentation transformations to apply sequentially, and M is the magnitude for all the transformations. To reduce the parameter space but still maintain image diversity, learned policies and probabilities for applying each transformation are replaced with a parameter-free procedure of always selecting a transformation with uniform probability 1/K. Here K is the number of transformation options. So given N transformations for a training image, RandAugment may thus express KN potential policies.

Transformations applied include identity transformation, autoContrast, equalize, rotation, solarixation, colorjittering, posterizing, changing contrast, changing brightness, changing sharpness, shear-x, shear-y, translate-x, translate-y.

Source: RandAugment: Practical automated data augmentation with...See Code · ildoonet/pytorch-randaugment

Papers archive 2025-07-28

30 shown of 67, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 89 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Data Augmentation24
Image Classification17
image-classification13
Speech Recognition10
speech-recognition10
Automatic Speech Recognition8
Automatic Speech Recognition (ASR)7
Segmentation6
Diversity5
General Classification4
Pseudo Label4
Self-Supervised Learning4
Semantic Segmentation4
Classification3
Image Augmentation3
Knowledge Distillation3
Object Detection3
object-detection3
Computed Tomography (CT)2
Contrastive Learning2

Usage over time archive 2025-07-28

Papers per year tagged with RandAugment: 2019 to 2025, peak 18 18 0 2019: 2 papers 2019 2020: 16 papers 2020 2021: 18 papers 2021 2022: 12 papers 2022 2023: 6 papers 2023 2024: 10 papers 2024 2025: 3 papers 2025
Papers per year the archive tags with this method, by the paper's archive date (67 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Image Data Augmentation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections