What is: RandAugment?
Source | RandAugment: Practical automated data augmentation with a reduced search space |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
RandAugment is an automated data augmentation method. The search space for data augmentation has 2 interpretable hyperparameter and . is the number of augmentation transformations to apply sequentially, and 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 . Here is the number of transformation options. So given transformations for a training image, RandAugment may thus express 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.