🤖 AI Summary
The out-of-distribution (OOD) detection field lacks a systematic, scenario-aware taxonomy, hindering principled comparison and advancement. Method: We propose the first task-oriented, unified taxonomy—categorizing OOD methods into *training-driven*, *training-agnostic*, and *foundation-model-based* paradigms, grounded in problem scenarios and model access constraints; we formally establish foundation-model-enabled OOD detection as an independent paradigm and systematically survey its adaptation mechanisms, including test-time adaptation and multimodal extensions. Contribution/Results: Our work establishes an extensible classification framework, clarifies evaluation challenges and deployment bottlenecks, and releases a high-quality, curated literature repository on GitHub. This advances OOD detection from ad hoc method enumeration toward structured evolution and practical deployment.
📝 Abstract
Out-of-distribution (OOD) detection aims to detect test samples outside the training category space, which is an essential component in building reliable machine learning systems. Existing reviews on OOD detection primarily focus on method taxonomy, surveying the field by categorizing various approaches. However, many recent works concentrate on non-traditional OOD detection scenarios, such as test-time adaptation, multi-modal data sources and other novel contexts. In this survey, we uniquely review recent advances in OOD detection from the problem scenario perspective for the first time. According to whether the training process is completely controlled, we divide OOD detection methods into training-driven and training-agnostic. Besides, considering the rapid development of pre-trained models, large pre-trained model-based OOD detection is also regarded as an important category and discussed separately. Furthermore, we provide a discussion of the evaluation scenarios, a variety of applications, and several future research directions. We believe this survey with new taxonomy will benefit the proposal of new methods and the expansion of more practical scenarios. A curated list of related papers is provided in the Github repository: https://github.com/shuolucs/Awesome-Out-Of-Distribution-Detection