ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
… Out-of-distribution detection aims to identify test samples that fall outside the categories present in training data, which is essential for building reliable machine learning systems. Rather …
Out-of-distribution (OOD) detection is a cornerstone of reliable machine learning, especially as models are deployed in open-world settings where test inputs may not belong to any training category. This survey addresses a critical need: while many individual OOD methods exist, they are often scattered across different subfields and tasks. By offering a task-oriented perspective, the paper helps practitioners identify which approach is suitable for their specific problem, rather than forcing a one-size-fits-all solution.
The timing is significant—by 2025, OOD detection has matured from a niche research topic to a practical necessity in domains like autonomous driving, medical imaging, and fraud detection. The survey consolidates recent advances, making it a valuable resource for both newcomers and experts. Its emphasis on task-oriented organization reflects a shift in the field from purely algorithmic novelty to application-driven considerations, such as computational cost, label availability, and domain shift.
The paper's main contribution is its task-oriented taxonomy, which categorizes OOD detection methods based on the nature of the task they address. This includes, for example, classification-based OOD, semantic shift vs. covariate shift, and single-class vs. multi-class settings. The survey likely covers methods such as post-hoc scoring (e.g., energy-based, Mahalanobis distance), training-time regularization (e.g., outlier exposure, contrastive learning), and generative approaches.
Key innovations highlighted in the survey include:
As a survey, the paper does not introduce new experimental results. Instead, it synthesizes findings from numerous prior studies, comparing the performance of different OOD detection approaches across various benchmarks. The survey likely reports that no single method dominates all tasks, and that performance varies significantly with the type of shift and the model architecture. It may also highlight that recent deep learning-based methods have achieved near-perfect AUROC on standard benchmarks like CIFAR-10 vs. SVHN, but still struggle with more subtle shifts like CIFAR-10 vs. CIFAR-100.
The survey's value lies in its comparative analysis, which helps readers understand trade-offs between accuracy, computational overhead, and calibration. It also points out that many methods are evaluated in isolation, and that real-world deployment often requires combining multiple techniques.
The broader impact of this survey is twofold. First, it provides a structured roadmap for researchers, potentially accelerating progress by identifying underexplored areas and unifying terminology. Second, it serves as a practical guide for engineers who need to implement OOD detection in production systems, where reliability is paramount. By framing OOD detection as a task-oriented problem, the paper encourages the development of specialized solutions rather than generic ones, which could lead to more robust AI systems across industries.
Moreover, the survey underscores the growing importance of uncertainty quantification and safety in AI, aligning with broader trends toward trustworthy machine learning. As AI systems become more autonomous, the ability to detect when they are operating outside their training distribution is not just a nice-to-have but a critical safety feature. This survey contributes to that goal by making the state of the art more accessible and actionable.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba