paper-with-me

Papers

Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification

2021-09-01 · EMNLP 2021 11 · Shuhuai Ren, Jinchao Zhang, Lei LI, Xu sun, Jie zhou

Data augmentation aims to enrich training samples for alleviating the overfitting issue in low-resource or class-imbalanced situations. Traditional methods first devise task-specific operations such as Synonym Substitute, then preset the corresponding parameters such as the substitution rate artificially, which require a lot of prior knowledge and are prone to fall into the sub-optimum. Besides, the number of editing operations is limited in the previous methods, which decreases the diversity of the augmented data and thus restricts the performance gain. To overcome the above limitations, we propose a framework named Text AutoAugment (TAA) to establish a compositional and learnable paradigm for data augmentation. We regard a combination of various operations as an augmentation policy and utilize an efficient Bayesian Optimization algorithm to automatically search for the best policy, which substantially improves the generalization capability of models. Experiments on six benchmark datasets show that TAA boosts classification accuracy in low-resource and class-imbalanced regimes by an average of 8.8% and 9.7%, respectively, outperforming strong baselines.

📄 PDF Abstract BibTeX arXiv:2109.00523

Code (1)

lancopku/text-autoaugment 공식 구현 pytorch

Tasks

Bayesian OptimizationClassificationData AugmentationDiversitytext-classificationText Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

Adversarial AutoAugment

2019-12-24 · ICLR 2020 1 · Xin-Yu Zhang, Qiang Wang, Jian Zhang, Zhao Zhong

Data augmentation (DA) has been widely utilized to improve generalization in training deep neural networks. Recently, human-designed data augmentation has been gradually replaced by automatically learned augmentation pol…

Data Augmentationimage-classificationImage Classification

Population Based Augmentation: Efficient Learning of Augmentation Policy Schedules

2019-05-14 · Daniel Ho, Eric Liang, Ion Stoica, Pieter Abbeel 외

A key challenge in leveraging data augmentation for neural network training is choosing an effective augmentation policy from a large search space of candidate operations. Properly chosen augmentation policies can lead t…

Data AugmentationImage Augmentation

DADA: Differentiable Automatic Data Augmentation

2020-03-08 · ECCV 2020 8 · Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy Hospedales 외

Data augmentation (DA) techniques aim to increase data variability, and thus train deep networks with better generalisation. The pioneering AutoAugment automated the search for optimal DA policies with reinforcement lear…

Data AugmentationReinforcement Learning

Deep AutoAugment

2022-03-11 · Yu Zheng, Zhi Zhang, Shen Yan, Mi Zhang

While recent automated data augmentation methods lead to state-of-the-art results, their design spaces and the derived data augmentation strategies still incorporate strong human priors. In this work, instead of fixing a…

AutoMLData AugmentationImage Classification

Faster and Smarter AutoAugment: Augmentation Policy Search Based on Dynamic Data-Clustering

2021-01-01 · Jonghyun Bae, Ji-Hoon Kim

Data augmentation tuned to datasets and tasks has had great success in various AI applications, such as computer vision, natural language processing, autonomous driving, and bioinformatics. However, most of the specific …

Autonomous DrivingClusteringData AugmentationDiversity+1