SelectAugment: Hierarchical Deterministic Sample Selection for Data Augmentation
Shiqi Lin, Zhizheng Zhang, Xin Li, Wenjun Zeng, Zhibo Chen

TL;DR
SelectAugment introduces a deterministic, reinforcement learning-based approach to sample selection in data augmentation, reducing randomness and content destruction, thereby improving model performance across various tasks.
Contribution
It proposes a novel hierarchical reinforcement learning method for online, deterministic sample selection in data augmentation, enhancing effectiveness over traditional random methods.
Findings
Improves performance of existing DA methods like Mixup, Cutmix, AutoAugment.
Reduces negative effects of random sample selection in data augmentation.
Enhances model accuracy on multiple image classification benchmarks.
Abstract
Data augmentation (DA) has been widely investigated to facilitate model optimization in many tasks. However, in most cases, data augmentation is randomly performed for each training sample with a certain probability, which might incur content destruction and visual ambiguities. To eliminate this, in this paper, we propose an effective approach, dubbed SelectAugment, to select samples to be augmented in a deterministic and online manner based on the sample contents and the network training status. Specifically, in each batch, we first determine the augmentation ratio, and then decide whether to augment each training sample under this ratio. We model this process as a two-step Markov decision process and adopt Hierarchical Reinforcement Learning (HRL) to learn the augmentation policy. In this way, the negative effects of the randomness in selecting samples to augment can be effectively…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Video Surveillance and Tracking Methods
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · AutoAugment · Mixup
