Awesome
EvidentialMix: Learning with Combined Open-set and Closed-set Noisy Labels
Conference: Accepted at WACV'21
Authors: Ragav Sachdeva, Filipe R. Cordeiro, Vasileios Belagiannis, Ian Reid, Gustavo Carneiro
Usage:
python Train_cifar.py --r [total_noise] --on [proportion_of_openset_noise] --data_path [path_to_cifar10] --noisy_dataset [cifar100/imagenet32] --noise_data_dir [path_to_cifar100/imagenet32]
Note: r
is the same as ρ in the paper and on
is the same as (1-ω).
Acknowledgements:
Thanks to Li et al. for publishing their code for DivideMix. Our implementation is heavily based on their work.