Beyond Blind Noising: Disentangled Visual Rectification for Hallucination Mitigation in MLLMs
Abstract
Lay Summary
AI systems that process both images and text can "hallucinate"—generating descriptions of objects or events that do not actually appear in the image. A widely used remedy, Visual Contrastive Decoding (VCD), attempts to suppress these errors by adding noise to the input image and penalizing whatever changes in the model's output, under the assumption that such changes reflect hallucination tendencies. We demonstrate that this assumption is fundamentally flawed: the noise does not only trigger hallucinations but also destroys genuinely useful visual information. Penalizing both effects indiscriminately removes real content alongside fabricated content. Our key discovery is that a different class of vision models—trained through self-supervised learning rather than language-paired training—responds to image noise in a cleanly separable way, affecting only visual structure without triggering hallucinations. By comparing how these two types of vision models react to the same noise, we can precisely isolate and remove the hallucination component while preserving authentic visual understanding. Our resulting method, Disentangled Visual Rectification, requires no additional training and achieves roughly five times greater error reduction than VCD across major benchmarks.