Home

Awesome

How Does a Neural Network’s Architecture Impact Its Robustness to Noisy Labels?

This repository is the PyTorch implementation of the experiments in the following paper:

Jingling Li, Mozhi Zhang, Keyulu Xu, John Dickerson, Jimmy Ba. How Does a Neural Network’s Architecture Impact Its Robustness to Noisy Labels? NeurIPS 2021.

arXiv

If you make use of the relevant code/experiment/idea in your work, please cite our paper (Bibtex below).

@article{li2021does,
  title={How does a Neural Network's Architecture Impact its Robustness to Noisy Labels?},
  author={Li, Jingling and Zhang, Mozhi and Xu, Keyulu and Dickerson, John and Ba, Jimmy},
  journal={Advances in Neural Information Processing Systems},
  volume={34},
  year={2021}
}

Requirements

Instructions

Refer to each folder for instructions to reproduce the experiments.