paper-with-me

Papers

UniformAugment: A Search-free Probabilistic Data Augmentation Approach

2020-03-31 · Tom Ching LingChen, Ava Khonsari, Amirreza Lashkari, Mina Rafi Nazari, Jaspreet Singh Sambee, Mario A. Nascimento

Augmenting training datasets has been shown to improve the learning effectiveness for several computer vision tasks. A good augmentation produces an augmented dataset that adds variability while retaining the statistical properties of the original dataset. Some techniques, such as AutoAugment and Fast AutoAugment, have introduced a search phase to find a set of suitable augmentation policies for a given model and dataset. This comes at the cost of great computational overhead, adding up to several thousand GPU hours. More recently RandAugment was proposed to substantially speedup the search phase by approximating the search space by a couple of hyperparameters, but still incurring non-negligible cost for tuning those. In this paper we show that, under the assumption that the augmentation space is approximately distribution invariant, a uniform sampling over the continuous space of augmentation transformations is sufficient to train highly effective models. Based on that result we propose UniformAugment, an automated data augmentation approach that completely avoids a search phase. In addition to discussing the theoretical underpinning supporting our approach, we also use the standard datasets, as well as established models for image classification, to show that UniformAugment's effectiveness is comparable to the aforementioned methods, while still being highly efficient by virtue of not requiring any search.

📄 PDF Abstract BibTeX arXiv:2003.14348

Code (1)

tgilewicz/uniformaugment pytorch

Tasks

Data AugmentationGPUimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Fast AutoAugment Fast AutoAugment is an image data augmentation algorithm that finds effective augmentation policies via a search strategy based on density matching, motivated by Bayesian DA.…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
RandAugment 설명 없음
AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

ProSh: Probabilistic Shielding for Model-free Reinforcement Learning

2025-10-17 · Edwin Hamel-De le Court, Gaspard Ohlmann, Francesco Belardinelli arxiv

Safety is a major concern in reinforcement learning (RL): we aim at developing RL systems that not only perform optimally, but are also safe to deploy by providing formal guarantees about their safety. To this end, we in…

Reinforcement Learning

Wi-Fi-based Personnel Identity Recognition: Addressing Dataset Imbalance with C-DDPMs

2024-04-07 · Jichen Bian, Chong Tan, Peiyao Tang, Min Zheng

Wireless sensing technologies become increasingly prevalent due to the ubiquitous nature of wireless signals and their inherent privacy-friendly characteristics. Device-free personnel identity recognition, a prevalent ap…

Denoising

FreeAugment: Data Augmentation Search Across All Degrees of Freedom

2024-09-07 · Tom Bekor, Niv Nayman, Lihi Zelnik-Manor

Data augmentation has become an integral part of deep learning, as it is known to improve the generalization capabilities of neural networks. Since the most effective set of image transformations differs between tasks an…

AllData Augmentationglobal-optimization

Introducing and Applying Newtonian Blurring: An Augmented Dataset of 126,000 Human Connectomes at braingraph.org

2020-10-19 · Laszlo Keresztes, Evelin Szogi, Balint Varga, Vince Grolmusz

Gaussian blurring is a well-established method for image data augmentation: it may generate a large set of images from a small set of pictures for training and testing purposes for Artificial Intelligence (AI) applicatio…

Data Augmentation

Sample-aware RandAugment: Search-free Automatic Data Augmentation for Effective Image Recognition

2025-08-11 · Anqi Xiao, Weichen Yu, Hongyuan Yu arxiv

Automatic data augmentation (AutoDA) plays an important role in enhancing the generalization of neural networks. However, mainstream AutoDA methods often encounter two challenges: either the search process is excessively…

Data AugmentationObject Detection