MLLM can see? Dynamic Correction Decoding for Hallucination Mitigation
About
Multimodal Large Language Models (MLLMs) frequently exhibit hallucination phenomena, but the underlying reasons remain poorly understood. In this paper, we present an empirical analysis and find that, although MLLMs incorrectly generate the objects in the final output, they are actually able to recognize visual objects in the preceding layers. We speculate that this may be due to the strong knowledge priors of the language model suppressing the visual information, leading to hallucinations. Motivated by this, we propose a novel dynamic correction decoding method for MLLMs DeCo, which adaptively selects the appropriate preceding layers and proportionally integrates knowledge into the final layer to adjust the output logits. Note that DeCo is model agnostic and can be seamlessly incorporated with various classic decoding strategies and applied to different MLLMs. We evaluate DeCo on widely-used benchmarks, demonstrating that it can reduce hallucination rates by a large margin compared to baselines, highlighting its potential to mitigate hallucinations. Code is available at https://github.com/zjunlp/DeCo.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Hallucination Evaluation | POPE | -- | 935 | |
| Hallucination Evaluation | MMHal-Bench | MMHal Score2.75 | 174 | |
| Hallucination Evaluation | POPE | -- | 132 | |
| Visual Hallucination Evaluation | MSCOCO | CHAIR_i12.4 | 104 | |
| Hallucination Evaluation | AMBER | F1 Score84.4 | 71 | |
| Object Hallucination Evaluation | CHAIR | CS Score38.4 | 49 | |
| Hallucination Evaluation | CHAIR MSCOCO 2014 (val) | CHAIRi13.5 | 39 | |
| Image Captioning | MSCOCO 500-sample subset (val) | Caption Length99 | 18 | |
| Language Quality Evaluation | CHAIR benchmark (test) | BLEU-117 | 16 | |
| Overall Content Video Captioning | MiraData-9k 1.0 (test) | HalFscore (Object - Hal)77.1 | 12 |