Self-Supervised Learning for OOD Detection

August 4, 2021 ยท View on GitHub

A Simplified Pytorch implementation of Using Self-Supervised Learning Can Improve Model Robustness and Uncertainty(NeurIPS 2019)

The code supports only Multi-class OOD Detection experiment(in-dist: CIFAR-10, Out-of-dist: CIFAR-100/SVHN)

  • Command
python3 test.py
  • Result
    • Metric : AUROC
Dataset \ MethodRotNetMSP
CIFAR1000.83100.7695
SVHN0.97550.8747