Skip to content

xiaoboxia/CNLCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNLCU

ICLR‘22: Sample Selection with Uncertainty of Losses for Learning with Noisy Labels (PyTorch implementation).

This is the code for the paper: Sample Selection with Uncertainty of Losses for Learning with Noisy Labels
Xiaobo Xia, Tongliang Liu, Bo Han, Mingming Gong, Jun Yu, Gang Niu, Masashi Sugiyama.

Dependencies

We implement our methods by PyTorch on NVIDIA Tesla V100 GPU. The environment is as bellow:

Install requirements.txt

pip install -r requirements.txt

Experiments

We verify the effectiveness of the proposed method on synthetic noisy datasets. In this repository, we provide the used datasets (the images and labels have been processed to .npy format). You should put the datasets in the folder “data” when you have downloaded them.

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

@inproceedings{
  xia2022sample,
  title={Sample Selection with Uncertainty of Losses for Learning with Noisy Labels},
  author={Xiaobo Xia and Tongliang Liu and Bo Han and Mingming Gong and Jun Yu and Gang Niu and Masashi Sugiyama},
  booktitle={International Conference on Learning Representations},
  year={2022}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages