Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unsupervised Data Augmentation for Consistency Training

About

Semi-supervised learning lately has shown much promise in improving deep learning models when labeled data is scarce. Common among recent approaches is the use of consistency training on a large amount of unlabeled data to constrain model predictions to be invariant to input noise. In this work, we present a new perspective on how to effectively noise unlabeled examples and argue that the quality of noising, specifically those produced by advanced data augmentation methods, plays a crucial role in semi-supervised learning. By substituting simple noising operations with advanced data augmentation methods such as RandAugment and back-translation, our method brings substantial improvements across six language and three vision tasks under the same consistency training framework. On the IMDb text classification dataset, with only 20 labeled examples, our method achieves an error rate of 4.20, outperforming the state-of-the-art model trained on 25,000 labeled examples. On a standard semi-supervised learning benchmark, CIFAR-10, our method outperforms all previous approaches and achieves an error rate of 5.43 with only 250 examples. Our method also combines well with transfer learning, e.g., when finetuning from BERT, and yields improvements in high-data regime, such as ImageNet, whether when there is only 10% labeled data or when a full labeled set with 1.3M extra unlabeled examples is used. Code is available at https://github.com/google-research/uda.

Qizhe Xie, Zihang Dai, Eduard Hovy, Minh-Thang Luong, Quoc V. Le• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy74.12
3518
Image ClassificationCIFAR-10 (test)
Accuracy94.73
3381
Image ClassificationImageNet (val)
Top-1 Acc68.8
1206
Image ClassificationCIFAR-10 (test)--
906
Image ClassificationCIFAR-100--
622
Image ClassificationCIFAR10 (test)--
585
Image ClassificationCIFAR-10
Accuracy91.2
507
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)97.1
504
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy79
405
Image ClassificationSVHN (test)--
362
Showing 10 of 171 rows
...

Other info

Code

Follow for update