xiaoboxia / Classification-with-noisy-labels-by-importance-reweighting

TPAMI: Classification with noisy labels by importance reweighting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classification with noisy labels by importance reweighting

TPAMI‘2016: [Classification with noisy labels by importance reweighting](PyTorch implementation).

======== Here is an example:

python main.py --dataset cifar10 --noise_rate 0.5

If you find this code useful in your research, please cite

@inproceedings{liu2016does,
  title={Classification with noisy labels by importance reweighting},
  author={Liu, Tongliang and Tao, Dacheng},
  booktitle={IEEE Transactions on pattern analysis and machine intelligence},
  pages={447--461},
  year={2016}
}

About

TPAMI: Classification with noisy labels by importance reweighting.


Languages

Language:Python 100.0%