English

Diffusion-based Layer-wise Semantic Reconstruction for Unsupervised Out-of-Distribution Detection

Computer Vision and Pattern Recognition 2026-02-03 v2 Machine Learning Image and Video Processing

Abstract

Unsupervised out-of-distribution (OOD) detection aims to identify out-of-domain data by learning only from unlabeled In-Distribution (ID) training samples, which is crucial for developing a safe real-world machine learning system. Current reconstruction-based methods provide a good alternative approach by measuring the reconstruction error between the input and its corresponding generative counterpart in the pixel/feature space. However, such generative methods face a key dilemma: improving the reconstruction power of the generative model while keeping a compact representation of the ID data. To address this issue, we propose the diffusion-based layer-wise semantic reconstruction approach for unsupervised OOD detection. The innovation of our approach is that we leverage the diffusion model's intrinsic data reconstruction ability to distinguish ID samples from OOD samples in the latent feature space. Moreover, to set up a comprehensive and discriminative feature representation, we devise a multi-layer semantic feature extraction strategy. By distorting the extracted features with Gaussian noise and applying the diffusion model for feature reconstruction, the separation of ID and OOD samples is implemented according to the reconstruction errors. Extensive experimental results on multiple benchmarks built upon various datasets demonstrate that our method achieves state-of-the-art performance in terms of detection accuracy and speed. Code is available at <https://github.com/xbyym/DLSR>.

Keywords

Cite

@article{arxiv.2411.10701,
  title  = {Diffusion-based Layer-wise Semantic Reconstruction for Unsupervised Out-of-Distribution Detection},
  author = {Ying Yang and De Cheng and Chaowei Fang and Yubiao Wang and Changzhe Jiao and Lechao Cheng and Nannan Wang},
  journal= {arXiv preprint arXiv:2411.10701},
  year   = {2026}
}

Comments

26 pages, 23 figures, published to Neurlps2024

R2 v1 2026-06-28T20:02:06.446Z