Awesome
Meta-Learning based Noise-Tolerant Training
This is the PyTorch code for CVPR 2019 Paper:
Learning to Learn from Noisy Labeled Data <a href="https://arxiv.org/pdf/1812.05214.pdf">[pdf]</a>
Junnan Li, Y. Wong, Qi Zhao, M. Kankanhalli
<i>To use the code, please cite our paper.</i>
To run the code, please first download Clothing1M into ./data folder.
Run baseline.py to get the result and model trained with conventional cross entropy loss and SGD.
Run main.py to get the result and model trained with MLNT.