Towards Mitigating Hallucinations in Large Vision-Language Models by Refining Textual Embeddings
Aakriti Agrawal, Gouthaman KV, Rohith Aralikatti, Gauri Jagatap, Jiaxin Yuan, Vijay Kamarshi, Andrea Fanelli, Furong Huang
TL;DR
This work identifies a modality imbalance in large vision-language models, where simply appending visual embeddings to text biases the model toward language and increases hallucinations. It introduces VisAlign, a training-efficient method that refines textual embeddings by integrating average-pooled visual context, promoting balanced cross-modal attention without major architectural changes. Across multiple benchmarks (e.g., MMVP-MLLM, POPE, MERLIN, Mementos, HallusionBench), VisAlign significantly improves visual grounding and reduces hallucinations, and it demonstrates complementary gains when combined with inference-time methods like Visual Contrastive Decoding. The results suggest a practical, generalizable path to more reliable multimodal reasoning in LVLMs, with broad applicability to existing baselines and datasets.
Abstract
In this work, we identify an inherent bias in prevailing LVLM architectures toward the language modality, largely resulting from the common practice of simply appending visual embeddings to the input text sequence. To address this, we propose a simple yet effective method that refines textual embeddings by integrating average-pooled visual features. Our approach demonstrably improves visual grounding and significantly reduces hallucinations on established benchmarks. While average pooling offers a straightforward, robust, and efficient means of incorporating visual information, we believe that more sophisticated fusion methods could further enhance visual grounding and cross-modal alignment. Given that the primary focus of this work is to highlight the modality imbalance and its impact on hallucinations -- and to show that refining textual embeddings with visual information mitigates this issue -- we leave exploration of advanced fusion strategies for future work.
