google-research/uda
Unsupervised Data Augmentation (UDA) is a semi-supervised learning technique from Google Research that achieves state-of-the-art results on text and image classification.

UDA is a semi-supervised learning method that reduces the need for labeled examples by better utilizing unlabeled ones. The repository provides TensorFlow code for text classification using BERT and image classification on CIFAR-10 and SVHN, achieving significant error rate reductions over prior methods. It generates augmented examples through back-translation for text and various augmentation techniques for images.