Skip to content

UCSC-REAL/BeyondImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Label Noise Transition Matrix Estimation for Tasks with Lower-Quality Features

Estimate the noise transition matrix with f-mutual information.

This code is a PyTorch implementation of the paper:

Beyond Images: Label Noise Transition Matrix Estimation for Tasks with Lower-Quality Features [paper]

Requirements

  • Python3
  • Pytorch
  • Pandas
  • Numpy
  • Scipy
  • Sklearn

Quick Run on UCI datasets:

nohup bash ./run.sh > result.log &

Get results:

cat result.log | grep "Error" 

NLP benchmarks:

  • Prepare BERT embeddings
  • Change DataLoader to TextDataLoader
  • Use the corresponding dataset name and run (more details will be available soon)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published