This repository is the official implementation of "FINE Samples for Learning with Noisy Labels" paper.
We refer to some official implementation codes
- https://github.com/bhanML/Co-teaching
- https://github.com/LiJunnan1992/DivideMix
- https://github.com/shengliu66/ELR
- This codebase is written for
python3
(usedpython 3.7.6
while implementing). - To install necessary python packages, run
pip install -r requirements.txt
.
- Most code strucutres are similar with the original implementation code in https://github.com/bhanML/Co-teaching and https://github.com/shengliu66/ELR.
- If you want to train the model with
FINE
, move to the folderdynamic_selection
and run the bash files by following theREADME.md
.
- Most codes are similar with the original implementation code in https://github.com/LiJunnan1992/DivideMix.
- If you want to train the model with
FINE
(f-dividemix
), move to the folderdividemix
and run the bash files by following theREADME.md
in thedividemix
folder.
You can reproduce all results in the paper with our code. All results have been described in our paper including Appendix. The results of our experiments are so numerous that it is difficult to post everything here. However, if you experiment several times by modifying the hyperparameter value in the .sh file, you will be able to reproduce all of our analysis.
License
This project is licensed under the terms of the MIT license.