Skip to content

tongliang-liu/Label-Noise-Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning with Label Noise

This code repository is provided for the member of TML-Group led by Prof. Tongliang Liu. Its main topic is Learning with Label Noise. It includes the following:

  • Commonly used datasets and how to generate label noise on synthetic experiments.
  • Important baseline.

Datasets

  • Synthetic Datasets: MNIST, CIFAR10/100, SVHN, Fashion-MNIST.
  • Real-world Datasets: Imagenet, Webvision, Clothing1M,Food101.

How to generate label noise on synthetic experiments

In this section, we consider two kinds of label noise: Class-dependent label-noise and Instance-dependent label-noise.

Class-dependent label-noise

We corrupted the training and validation sets manually according to true transition matrices T. (See details in utils.py) The flipping setting includes Symmetry Flipping and Pair Flipping. You can use noise rate parameter to control flip rate, use random seed parameter to control different noisy label generation and use split parameter to control the ratio of training and validation set.

Instance-dependent label-noise

Coming soon.

Baseline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%