English

Iterative Deployment Exposure for Unsupervised Out-of-Distribution Detection

Computer Vision and Pattern Recognition 2025-05-20 v2 Machine Learning

Abstract

Deep learning models are vulnerable to performance degradation when encountering out-of-distribution (OOD) images, potentially leading to misdiagnoses and compromised patient care. These shortcomings have led to great interest in the field of OOD detection. Existing unsupervised OOD (U-OOD) detection methods typically assume that OOD samples originate from an unconcentrated distribution complementary to the training distribution, neglecting the reality that deployed models passively accumulate task-specific OOD samples over time. To better reflect this real-world scenario, we introduce Iterative Deployment Exposure (IDE), a novel and more realistic setting for U-OOD detection. We propose CSO, a method for IDE that starts from a U-OOD detector that is agnostic to the OOD distribution and slowly refines it during deployment using observed unlabeled data. CSO uses a new U-OOD scoring function that combines the Mahalanobis distance with a nearest-neighbor approach, along with a novel confidence-scaled few-shot OOD detector to effectively learn from limited OOD examples. We validate our approach on a dedicated benchmark, showing that our method greatly improves upon strong baselines on three medical imaging modalities.

Keywords

Cite

@article{arxiv.2406.02327,
  title  = {Iterative Deployment Exposure for Unsupervised Out-of-Distribution Detection},
  author = {Lars Doorenbos and Raphael Sznitman and Pablo Márquez-Neila},
  journal= {arXiv preprint arXiv:2406.02327},
  year   = {2025}
}

Comments

Accepted at MICCAI 2025

R2 v1 2026-06-28T16:52:58.589Z