TLDRocket
Sign in

Adversarial Robustness

25 summarised stories about Adversarial Robustness, each linking back to the original source. Browse all topics →

Saturday, 16 July 2022

How to train your model dynamically using adversarial data

Hugging Face Blog 4 years ago

Dynamic adversarial data collection (DADC) involves having humans create examples designed to fool current models, then retraining the model on these adversarial samples in repeated cycles. The approach was demonstrated on MNIST digit recognition, where a model initially achieved 89% accuracy on standard test data but failed on diverse human handwriting. By iteratively collecting human-generated adversarial examples and retraining, models improve generalization and become more aligned with real-world performance rather than saturating on static benchmarks.