paper-with-me

홈 › Papers

LISA: A Layer-wise Integration and Suppression Approach for Hallucination Mitigation in Multimodal Large Language Models

2025-07-25 · Zhihui Guo, Xin Man, Hui Xu, Jie Shao, Zhiguo Jiang, Xianchao Zhang, Heng Tao Shen arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language tasks such as image captioning but remain prone to object hallucinations, where they describe objects that do not appear in the image. To mitigate this, we propose LISA, a Layer-wise Integration and Suppression Approach. LISA leverages the layer-wise functional roles in MLLMs: shallow layers provide visual grounding, middle layers encode semantics, and deep layers tend to amplify spurious signals. First, layer-wise spectral modulation stabilizes attention by suppressing over-amplified activations in deeper layers while preserving alignment cues in earlier layers. Second, token-level logits from selected layers are fused via anchor-based routing, with token-wise anchor selection and soft logit fusion enabling adaptive integration during decoding. LISA is fully plug-and-play and can be seamlessly integrated into existing MLLMs, including Qwen2.5-VL. Experiments on multiple benchmarks show that LISA reduces hallucinations by up to 53.6% in $\text{CHAIR}_\text{I}$ and improves POPE F1 by up to 5.1%, demonstrating strong generalization across models and tasks. Our code is available at https://github.com/zhlisa1010-eng/LISA.

📄 PDF Abstract BibTeX arXiv:2507.19110

Code (0)

등록된 구현이 없습니다.

Tasks

Visual GroundingImage Captioning

Similar Papers 제목 키워드 기반

Hallucinations as Orthogonal Noise: Inference-Time Manifold Alignment via Dynamic Contextual Orthogonalization

2026-06-02 · Mingkuan Zhao, Wentao Hu, Tianchen Huang, Yuheng Min 외 arxiv

Hallucination in Large Language Models (LLMs), characterized by the generation of content inconsistent with contextual facts or logical constraints -- remains a persistent challenge for reliable deployment. In this work,…

Mitigating Multimodal Hallucination via Phase-wise Self-reward

2026-04-20 · Yu Zhang, Chuyang Sun, Kehai Chen, Xuefeng Bai 외 arxiv

Large Vision-Language Models (LVLMs) still struggle with vision hallucination, where generated responses are inconsistent with the visual input. Existing methods either rely on large-scale annotated data for fine-tuning,…

Mitigating Hallucinations in Vision-Language Models through Image-Guided Head Suppression

2025-05-22 · Sreetama Sarkar, Yue Che, Alex Gavin, Peter A. Beerel 외

Despite their remarkable progress in multimodal understanding tasks, large vision language models (LVLMs) often suffer from "hallucinations", generating texts misaligned with the visual context. Existing methods aimed at…

HallucinationImage DescriptionQuestion AnsweringVisual Question Answering

Learning Uncertainty from Sequential Internal Dispersion in Large Language Models

2026-04-17 · Ponhvoan Srey, Xiaobao Wu, Cong-Duy Nguyen, Anh Tuan Luu arxiv

Uncertainty estimation is a promising approach to detect hallucinations in large language models (LLMs). Recent approaches commonly depend on model internal states to estimate uncertainty. However, they suffer from stric…

ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning

2026-06-12 · Sicheng Yang, Hangjie Yuan, Wenjun Zhang, Jinwang Wang 외 arxiv

Building trustworthy medical multimodal large language models (MLLMs) is critical for reliable clinical decision support. Existing medical hallucination benchmarks mainly focus on data collection, but often ignore where …