Giter VIP home page Giter VIP logo

label-noise-learning's Introduction

Learning with Label Noise

This code repository is provided for the member of SML-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

We provide the generated code of instance-dependent label noise. (See details in instance-label-noise.py ) We sample the flip probability of different samples from a truncated normal distribution. Comments about related hyperparameters are also written in the code. Similar to the previous generation method is that you can use random seed to control the generated label-noise. After the relevant experiments are completed, I will provide the corresponding test results based on provided codes.

Baseline

label-noise-learning's People

Contributors

sml-group avatar

Stargazers

Yunchi Zhang avatar Thomas George avatar Omar Ali Sheikh-Omar avatar Pengqian Lu avatar  avatar Yexiong Lin avatar 小明 avatar ChengruZhu avatar Heng Guo avatar Snow avatar Edward Bai avatar  avatar Tongliang Liu avatar

Watchers

 avatar

Forkers

tongliang-liu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.