Skip to content

Fork of OpenOOD with CADet implementation

License

Notifications You must be signed in to change notification settings

charlesGE/OpenOOD-CADet

 
 

Repository files navigation

This is a fork of the OpenOOD repository, containing cadet_intra and cadet_outer postprocessors from the paper CADet: Fully Self-Supervised Out-Of-Distribution Detection With Contrastive Learning.

The code to compute the intra similarity score is in postprocessors/cadet_intra_postprocessors.py and the code to compute the outer similarity score is in postprocessors/cadet_outer_postprocessors.py (Note: the outer similarity postprocessor is not implemented yet and will be in the upcoming days).

Citation

please cite our paper as:

@inproceedings{guille2023cadet,
title={CADet: Fully Self-Supervised Out-Of-Distribution Detection With Contrastive Learning},
author={Guille-Escuret, Charles and Rodriguez, Pau and Vazquez, David and Mitliagkas, Ioannis and Monteiro, Joao},
booktitle={Advances in Neural Information Processing Systems},
year={2023}
}

About

Fork of OpenOOD with CADet implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.8%
  • Jupyter Notebook 25.5%
  • Shell 14.7%