Self-Adaptive Training: beyond Empirical Risk Minimization
About
We propose self-adaptive training---a new training algorithm that dynamically corrects problematic training labels by model predictions without incurring extra computational cost---to improve generalization of deep learning for potentially corrupted training data. This problem is crucial towards robustly learning from data that are corrupted by, e.g., label noises and out-of-distribution samples. The standard empirical risk minimization (ERM) for such data, however, may easily overfit noises and thus suffers from sub-optimal performance. In this paper, we observe that model predictions can substantially benefit the training process: self-adaptive training significantly improves generalization over ERM under various levels of noises, and mitigates the overfitting issue in both natural and adversarial training. We evaluate the error-capacity curve of self-adaptive training: the test error is monotonously decreasing w.r.t. model capacity. This is in sharp contrast to the recently-discovered double-descent phenomenon in ERM which might be a result of overfitting of noises. Experiments on CIFAR and ImageNet datasets verify the effectiveness of our approach in two applications: classification with label noise and selective classification. We release our code at https://github.com/LayneH/self-adaptive-training.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-label Scene Classification | AID-ML (test) | mAP (macro)70.29 | 105 | |
| Multi-label Scene Classification | UCMerced | mAP (macro)88.88 | 105 | |
| Image Classification | CIFAR-10 | AA Accuracy46.13 | 38 | |
| Multi-Label Classification | UCMerced | mAP (macro)90 | 35 | |
| Image Classification | CompCars Web (test) | Top-1 Acc78.19 | 33 | |
| Image Classification | Web-Bird (test) | Accuracy78.49 | 26 | |
| Image Classification | Web-Aircraft (test) | Test Accuracy77.92 | 26 | |
| Image Classification | CIFAR-100 | Test Acc (symm 20%)77.9 | 12 | |
| Image Classification | CIFAR-10 | Accuracy (Test, symm 20%)94.14 | 12 | |
| Image Classification | CIFAR-100 | Natural Accuracy57.81 | 12 |