Abstract
Detecting out-of-distribution (OOD) samples is crucial for ensuring thesafety of machine learning systems and has shaped the field of OOD detection.Meanwhile, several other problems are closely related to OOD detection,including anomaly detection (AD), novelty detection (ND), open set recognition(OSR), and outlier detection (OD). To unify these problems, a generalized OODdetection framework was proposed, taxonomically categorizing these fiveproblems. However, Vision Language Models (VLMs) such as CLIP havesignificantly changed the paradigm and blurred the boundaries between thesefields, again confusing researchers. In this survey, we first present ageneralized OOD detection v2, encapsulating the evolution of these fields inthe VLM era. Our framework reveals that, with some field inactivity andintegration, the demanding challenges have become OOD detection and AD. Then,we highlight the significant shift in the definition, problem settings, andbenchmarks; we thus feature a comprehensive review of the methodology for OODdetection and related tasks to clarify their relationship to OOD detection.Finally, we explore the advancements in the emerging Large Vision LanguageModel (LVLM) era, such as GPT-4V. We conclude with open challenges and futuredirections. The resource is available athttps://github.com/AtsuMiyai/Awesome-OOD-VLM.