paper-with-me

Papers

Exposing Hallucinations To Suppress Them: VLMs Representation Editing With Generative Anchors

2025-09-26 · Youxu Shi, Suorong Yang, Dong Liu arxiv

Multimodal large language models (MLLMs) have achieved remarkable success across diverse vision-language tasks, yet they remain highly susceptible to hallucinations, producing content that is fluent but inconsistent with visual evidence. Such hallucinations, spanning objects, attributes, and relations, persist even in larger models, while existing mitigation approaches often require additional finetuning, handcrafted priors, or trade-offs that compromise informativeness and scalability. To address this limitation, we propose a training-free, self-supervised method for hallucination mitigation. Our approach introduces a novel hallucination amplification mechanism: a caption is projected into the visual space via a text-to-image model to reveal implicit hallucination signals, serving as a negative anchor, while the original image provides a positive anchor. Leveraging these dual anchors, we edit decoder hidden states by pulling representations toward faithful semantics and pushing them away from hallucination directions. This correction requires no human priors or additional training costs, ensuring both effectiveness and efficiency. Extensive experiments across multiple benchmarks show that our method significantly reduces hallucinations at the object, attribute, and relation levels while largely preserving recall and caption richness, e.g., achieving a hallucination reduction by over 5% using LLaVA-v1.5-7B on CHAIR. Furthermore, results on diverse architectures, including LLaVA-NEXT-7B, Cambrian-8B, and InstructBLIP-7B, validate strong cross-architecture generalization. More importantly, when applied to hallucination-free captions, our method introduces almost no side effects, underscoring its robustness and practical plug-and-play applicability. The implementation will be publicly available.

📄 PDF Abstract BibTeX arXiv:2509.21997

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering LVLMs via Sparse Autoencoder for Hallucination Mitigation

2025-05-22 · Zhenglin Hua, Jinghan He, Zijun Yao, Tianxu Han 외

Large vision-language models (LVLMs) have achieved remarkable performance on multimodal tasks such as visual question answering (VQA) and image captioning. However, they still suffer from hallucinations, generating text …

HallucinationImage CaptioningQuestion AnsweringVisual Question Answering+1

Mitigating Hallucinations in Large Vision-Language Models with Internal Fact-based Contrastive Decoding

2025-02-03 · Chao Wang, Xuancheng Zhou, Weiwei Fu, Yang Zhou

Large Visual Language Models (LVLMs) integrate visual and linguistic modalities, exhibiting exceptional performance across various multimodal tasks. Nevertheless, LVLMs remain vulnerable to the issue of object hallucinat…

AttributeMMEObject

Fighting Hallucinations with Counterfactuals: Diffusion-Guided Perturbations for LVLM Hallucination Suppression

2026-03-11 · Hamidreza Dastmalchi, Aijun An, Ali Cheraghian, Hamed Barzamini arxiv

While large vision-language models (LVLMs) achieve strong performance on multimodal tasks, they frequently generate hallucinations -- unfaithful outputs misaligned with the visual input. To address this issue, we introdu…

Suppressing VLM Hallucinations with Spectral Representation Filtering

2025-11-15 · Ameen Ali, Tamim Zoabi, Lior Wolf arxiv

Vision-language models (VLMs) frequently produce hallucinations in the form of descriptions of objects, attributes, or relations that do not exist in the image due to over-reliance on language priors and imprecise cross-…

Towards Interpretable Hallucination Analysis and Mitigation in LVLMs via Contrastive Neuron Steering

2026-01-31 · Guangtao Lyu, Xinyi Cheng, Qi Liu, Chenghao Xu 외 arxiv

LVLMs achieve remarkable multimodal understanding and generation but remain susceptible to hallucinations. Existing mitigation methods predominantly focus on output-level adjustments, leaving the internal mechanisms that…

Visual Grounding