snow12345 / Combinatorial_Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combinatorial Inference against Label Noise

PyTorch implementation of Combinatorial inference framework in the presence of label noise.

Combinatorial Inference against Label Noise

Paul Hongsuck Seo, Geeho Kim, Bohyung Han

1. Dependencies

This repository is implemented based on PyTorch with Anaconda.

2. Training models

python train_combinatorial_classifier.py

3. Citation

If you use this code in a publication, please cite our paper.

@inproceedings{seo2019combinatorial,
  title={Combinatorial inference against label noise},
  author={Seo, Paul Hongsuck and Kim, Geeho and Han, Bohyung},
  booktitle={NeurIPS},
  year={2019}
}

About


Languages

Language:Python 76.7%Language:Jupyter Notebook 23.3%