paper-with-me

Papers

Mitigating Multimodal Hallucinations via Gradient-based Self-Reflection

2025-09-03 · Shan Wang, Maying Shen, Nadine Chang, Chuong Nguyen, Hongdong Li, Jose M. Alvarez arxiv

Multimodal large language models achieve strong performance across diverse tasks but remain prone to hallucinations, where outputs are not grounded in visual inputs. This issue can be attributed to two main biases: text-visual bias, the overreliance on prompts and prior outputs, and co-occurrence bias, spurious correlations between frequently paired objects. We propose Gradient-based Influence-Aware Constrained Decoding (GACD), an inference-based method, that addresses both biases without auxiliary models, and is readily applicable to existing models without finetuning. The core of our approach is bias estimation, which uses first-order Taylor gradients to understand the contribution of individual tokens-visual features and text tokens-to the current output. Based on this analysis, GACD mitigates hallucinations through two components: (1) suppressing spurious visual features correlated with the output objects, and (2) rebalancing cross-modal contributions by strengthening visual features relative to text. Experiments across multiple benchmarks demonstrate that GACD effectively reduces hallucinations and improves the visual grounding of MLLM outputs.

📄 PDF Abstract BibTeX arXiv:2509.03113

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Mitigating Object and Action Hallucinations in Multimodal LLMs via Self-Augmented Contrastive Alignment

2025-12-04 · Kai-Po Chang, Wei-Yuan Cheng, Chi-Pin Huang, Fu-En Yang 외 arxiv

Recent advancement in multimodal LLMs (MLLMs) has demonstrated their remarkable capability to generate descriptive captions for input videos. However, these models suffer from factual inaccuracies in the generated descri…

Bridging Modality Disconnect in Self-Reflection via Closed-Loop Visually Grounded Verification

2026-02-21 · Haoyu Zhang, Yuwei Wu, Pengxiang Li, Xintong Zhang 외 arxiv

In the era of Vision-Language Models (VLMs), enhancing multimodal reasoning capabilities remains a critical challenge, particularly in handling ambiguous or complex visual inputs, where initial inferences often lead to h…

Multimodal Reasoning

Interpreting and Mitigating Hallucination in MLLMs through Multi-agent Debate

2024-07-30 · Zheng Lin, Zhenxing Niu, Zhibin Wang, Yinghui Xu

MLLMs often generate outputs that are inconsistent with the visual content, a challenge known as hallucination. Previous methods focus on determining whether a generated output is hallucinated, without identifying which …

Hallucination

Reflect to Inform: Boosting Multimodal Reasoning via Information-Gain-Driven Verification

2026-03-27 · Shuai Lv, Chang Liu, Feng Tang, Yujie Yuan 외 arxiv

Multimodal Large Language Models (MLLMs) achieve strong multimodal reasoning performance, yet we identify a recurring failure mode in long-form generation: as outputs grow longer, models progressively drift away from ima…

Multimodal Reasoning

MHSA: A Lightweight Framework for Mitigating Hallucinations via Steered Attention in LVLMs

2026-05-14 · Wei Ding, Yilin Li, Yudong Zhang, Ruobing Xie 외 arxiv

Large vision-language models (LVLMs) have achieved remarkable performance across diverse multimodal tasks, yet they continue to suffer from hallucinations, generating content that is inconsistent with the visual input. P…