Citation

October 28, 2023 ยท View on GitHub

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}
}