Projection Regret: Reducing Background Bias for Novelty Detection via Diffusion Models
Abstract
Novelty detection is a fundamental task of machine learning which aims to detect abnormal (i.e. out-of-distribution (OOD)) samples. Since diffusion models have recently emerged as the de facto standard generative framework with surprising generation results, novelty detection via diffusion models has also gained much attention. Recent methods have mainly utilized the reconstruction property of in-distribution samples. However, they often suffer from detecting OOD samples that share similar background information to the in-distribution data. Based on our observation that diffusion models can project any sample to an in-distribution sample with similar background information, we propose Projection Regret (PR), an efficient novelty detection method that mitigates the bias of non-semantic information. To be specific, PR computes the perceptual distance between the test image and its diffusion-based projection to detect abnormality. Since the perceptual distance often fails to capture semantic changes when the background information is dominant, we cancel out the background bias by comparing it against recursive projections. Extensive experiments demonstrate that PR outperforms the prior art of generative-model-based novelty detection methods by a significant margin.
Cite
Text
Choi et al. "Projection Regret: Reducing Background Bias for Novelty Detection via Diffusion Models." Neural Information Processing Systems, 2023.Markdown
[Choi et al. "Projection Regret: Reducing Background Bias for Novelty Detection via Diffusion Models." Neural Information Processing Systems, 2023.](https://mlanthology.org/neurips/2023/choi2023neurips-projection/)BibTeX
@inproceedings{choi2023neurips-projection,
title = {{Projection Regret: Reducing Background Bias for Novelty Detection via Diffusion Models}},
author = {Choi, Sungik and Lee, Hankook and Lee, Honglak and Lee, Moontae},
booktitle = {Neural Information Processing Systems},
year = {2023},
url = {https://mlanthology.org/neurips/2023/choi2023neurips-projection/}
}