CVJul 14, 2025

Synthesizing Near-Boundary OOD Samples for Out-of-Distribution Detection

arXiv:2507.10225v38 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses a critical issue in OOD detection for vision-language models, offering an incremental improvement by enhancing boundary-level discrimination with minimal parameter increases.

The paper tackles the problem of detecting challenging out-of-distribution (OOD) samples near in-distribution data by proposing SynOOD, which uses foundation models to generate synthetic boundary-aligned OOD samples for fine-tuning CLIP models, achieving state-of-the-art performance on the ImageNet benchmark.

Pre-trained vision-language models have exhibited remarkable abilities in detecting out-of-distribution (OOD) samples. However, some challenging OOD samples, which lie close to in-distribution (InD) data in image feature space, can still lead to misclassification. The emergence of foundation models like diffusion models and multimodal large language models (MLLMs) offers a potential solution to this issue. In this work, we propose SynOOD, a novel approach that harnesses foundation models to generate synthetic, challenging OOD data for fine-tuning CLIP models, thereby enhancing boundary-level discrimination between InD and OOD samples. Our method uses an iterative in-painting process guided by contextual prompts from MLLMs to produce nuanced, boundary-aligned OOD samples. These samples are refined through noise adjustments based on gradients from OOD scores like the energy score, effectively sampling from the InD/OOD boundary. With these carefully synthesized images, we fine-tune the CLIP image encoder and negative label features derived from the text encoder to strengthen connections between near-boundary OOD samples and a set of negative labels. Finally, SynOOD achieves state-of-the-art performance on the large-scale ImageNet benchmark, with minimal increases in parameters and runtime. Our approach significantly surpasses existing methods, and the code is available at https://github.com/Jarvisgivemeasuit/SynOOD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes