Out-of-Distribution Detection#
The OOD module provides methods for detecting when a model encounters data that is significantly different from its training distribution.
Score-based Methods#
Distance-based Methods#
|
Feature-space Mahalanobis (Lee et al., NeurIPS 2018). |
|
KNN-based OOD detection (Sun et al., NeurIPS 2022). |
Training Methods#
|
Apply mixup data augmentation. |
|
Outlier Exposure (OE) for improved OOD detection. |
Metrics#
|
Compute AUROC for OOD detection. |
|
Compute False Positive Rate at a target True Positive Rate. |