Skip to content
/ ss-ood Public
forked from hendrycks/ss-ood

Self-Supervised Learning for OOD Detection

License

Notifications You must be signed in to change notification settings

mikigom/ss-ood

 
 

Repository files navigation

Using Self-Supervised Learning Can Improve Model Robustness and Uncertainty

This repository contains the dataset and some code for the paper Using Self-Supervised Learning Can Improve Model Robustness and Uncertainty by Dan Hendrycks, Mantas Mazeika, Saurav Kadavath, and Dawn Song.

We show that self-supervised learning can tremendously improve out-of-distribution detection as well as various types of robustness.

Download the one class ImageNet test set here.

The code requires PyTorch 1.0 + and Python 3+.

Citation

If you find this useful in your research, please consider citing:

@article{hendrycks2019selfsupervised,
  title={Using Self-Supervised Learning Can Improve Model Robustness and Uncertainty},
  author={Dan Hendrycks and Mantas Mazeika and Saurav Kadavath and Dawn Song},
  journal={arXiv preprint arXiv:1906.12340},
  year={2019}
}

About

Self-Supervised Learning for OOD Detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%