Meta Label Correction for Noisy Label Learning
Перейти к файлу
apsyx 1a68fd743c initial commit for CIFAR 2021-02-06 02:08:14 -08:00
CIFAR initial commit for CIFAR 2021-02-06 02:08:14 -08:00
.gitignore Initial commit 2021-02-01 20:12:01 +00:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-02-01 12:12:04 -08:00
LICENSE Initial LICENSE commit 2021-02-01 12:12:05 -08:00
README.md initial readme commit 2021-02-05 17:45:45 -08:00
logger.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00
main.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00
meta_models.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00
mlc.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00
mlc_utils.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00
models.py initial commit for CIFAR 2021-02-06 02:08:14 -08:00

README.md

Meta Label Correction for Noisy Label Learning

This repository contains the source code for the AAAI paper "Meta Label Correction for Noisy Label Learning".

Citation

If you are interested in MLC, please cite the following paper

@article{zheng2021mlc,
  title={Meta Label Correction for Noisy Label Learning},
  author={Zheng, Guoqing and Awadallah, Ahmed Hassan and Dumais, Susan},  
  journal={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={35},
  year={2021},
}

This repository is release under MIT License. (See LICENSE)