Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Look Twice Before You Answer: Memory-Space Visual Retracing for Hallucination Mitigation in Multimodal Large Language Models

About

Despite their impressive capabilities, multimodal large language models (MLLMs) are prone to hallucinations, i.e., the generated content that is nonsensical or unfaithful to input sources. Unlike in LLMs, hallucinations in MLLMs often stem from the sensitivity of text decoder to visual tokens, leading to a phenomenon akin to "amnesia" about visual information. To address this issue, we propose MemVR, a novel decoding paradigm inspired by common cognition: when the memory of an image seen the moment before is forgotten, people will look at it again for factual answers. Following this principle, we treat visual tokens as supplementary evidence, re-injecting them into the MLLM through Feed Forward Network (FFN) as "key-value memory" at the middle trigger layer. This "look-twice" mechanism occurs when the model exhibits high uncertainty during inference, effectively enhancing factual alignment. Comprehensive experimental evaluations demonstrate that MemVR significantly mitigates hallucination across various MLLMs and excels in general benchmarks without incurring additional time overhead. The implementation is available from https://github.com/1zhou-Wang/MemVR

Xin Zou, Yizhou Wang, Yibo Yan, Yuanhuiyi Lyu, Kening Zheng, Sirui Huang, Junkai Chen, Peijie Jiang, Jia Liu, Chang Tang, Xuming Hu• 2024

Related benchmarks

TaskDatasetResultRank
Object Hallucination EvaluationPOPE
Accuracy87.4
1455
Multimodal EvaluationMME--
658
Multimodal UnderstandingMMBench
Accuracy65.12
637
Multimodal UnderstandingMM-Vet
MM-Vet Score32.8
531
Science Question AnsweringScienceQA
Accuracy68.96
502
Video UnderstandingMVBench
Accuracy63.18
425
Multimodal UnderstandingMMStar
Accuracy32.73
324
Object HallucinationPOPE Adversarial
Accuracy82.8
288
Object HallucinationPOPE (Random)
F1 Score84.5
285
Object HallucinationPOPE Popular
F1 Score83.9
273
Showing 10 of 38 rows

Other info

Follow for update