Tackling Structural Hallucination in Image Translation with Local Diffusion
Seunghoi Kim, Chen Jin, Tom Diethe, Matteo Figini, Henry F. J. Tregidgo, Asher Mullokandov, Philip Teare, Daniel C. Alexander
TL;DR
This paper addresses structural hallucination in conditional diffusion models when the input contains out-of-distribution (OOD) regions, a problem that risks misdiagnosis in medical imaging and related tasks. It introduces a training-free Local Diffusion framework that first estimates OOD regions, then runs parallel branching denoising for IND and OOD areas and fuses the results to produce coherent outputs, optionally guided by an auxiliary classifier to balance phases. The authors demonstrate significant reductions in hallucinations and improved downstream task performance (e.g., 40% misdiagnosis reduction in BraTS and 25% in MVTec) across MNIST, BraTS, and MVTec AD, while remaining compatible with various pre-trained diffusion models. This approach provides a practical, cost-effective strategy to enhance fidelity and reliability of diffusion-based image translation in sensitive domains like medical imaging and automated inspection.
Abstract
Recent developments in diffusion models have advanced conditioned image generation, yet they struggle with reconstructing out-of-distribution (OOD) images, such as unseen tumors in medical images, causing "image hallucination" and risking misdiagnosis. We hypothesize such hallucinations result from local OOD regions in the conditional images. We verify that partitioning the OOD region and conducting separate image generations alleviates hallucinations in several applications. From this, we propose a training-free diffusion framework that reduces hallucination with multiple Local Diffusion processes. Our approach involves OOD estimation followed by two modules: a "branching" module generates locally both within and outside OOD regions, and a "fusion" module integrates these predictions into one. Our evaluation shows our method mitigates hallucination over baseline models quantitatively and qualitatively, reducing misdiagnosis by 40% and 25% in the real-world medical and natural image datasets, respectively. It also demonstrates compatibility with various pre-trained diffusion models.
