Skip to content

[ACM MM 2021 Oral Presentation] A unified framework for co-training-based noisy label learning methods.

Notifications You must be signed in to change notification settings

junxia97/Co-training-based_noisy-label-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Co-training-based_noisy-label-learning methods

This repository contains a unified framework for co-training-based noisy label learning methods.

The official implementation of the paper Co-learning: Learning from noisy labels with self-supervision is also included.


Introduction

Supported algorithms
Supported datasets:
  • CIFAR-10
  • CIFAR-100
Supported synthetic noise types:
  • 'sym' (Symmetric noisy labels)
  • 'asym' (Asymmetric noisy labels)
  • 'ins' (Instance-dependent noisy labels)

Dependency

  • numpy
  • torch, torchvision
  • scipy
  • addict
  • matplotlib

Citation

If you are interested in our repository and our paper, please cite the following paper:

@inproceedings{tan2021co,
  title={Co-learning: Learning from noisy labels with self-supervision},
  author={Tan, Cheng and Xia, Jun and Wu, Lirong and Li, Stan Z},
  booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
  pages={1405--1413},
  year={2021}
}

About

[ACM MM 2021 Oral Presentation] A unified framework for co-training-based noisy label learning methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%