google-research/uda
Unsupervised Data Augmentation (UDA)
Combines consistency regularization with task-specific augmentation strategies—back-translation for text and RandAugment for images—to enforce prediction invariance on unlabeled data. Implements dual loss objectives weighting labeled and unlabeled examples, with confidence-based masking to filter low-confidence predictions. Supports both TensorFlow on GPUs and Google Cloud TPU, with pre-built implementations for BERT text classification and vision tasks (CIFAR-10, SVHN, ImageNet).
2,202 stars. No commits in the last 6 months.
Stars
2,202
Forks
312
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 28, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/google-research/uda"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
dsfsi/textaugment
TextAugment: Text Augmentation Library
425776024/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
searchableai/KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
SanghunYun/UDA_pytorch
UDA(Unsupervised Data Augmentation) implemented by pytorch
toriving/KoEDA
Korean Easy Data Augmentation