Summary
The paper presents a novel decoding strategy, Gradient-based Influence-Aware Contrastive Decoding (GACD), designed to mitigate hallucinations in multi-modal large language models without the requirement for additional training. The authors identify three primary sources of hallucination: text-visual bias, co-occurrence bias, and long-term bias. To address these issues, they introduce an innovative technique that balances these biases by utilizing token influence through self-reflective gradient calculations. Notably, their approach tackles co-occurrence bias without necessitating further fine-tuning. Comprehensive experiments reveal that GACD not only effectively reduces hallucination but also achieves superior performance across various multi-modal benchmarks, outperforming existing decoding strategies.
Strengths
1. The concept of employing gradient estimation to mitigate hallucination is innovative.
2. Empirical studies on token influence, encompassing text-visual bias, co-occurrence bias, and long-term bias, are solid and insightful.
3. Extensive experiments across various hallucination-related benchmarks underscore the effectiveness of the proposed approach on hallucination reduction.
Weaknesses
The experimental results perform the performance of GACD on hallucination-related datasets which is not sufficient to show the generalization of proposed method. The authors need to show the model's performance with GACD on comprehensive benchmarks such as MMVet [1], MMBench [2], or MMMU [3].
[1] Yu, Weihao, et al. "Mm-vet: Evaluating large multimodal models for integrated capabilities." arXiv preprint arXiv:2308.02490 (2023).
[2] Liu, Yuan, et al. "Mmbench: Is your multi-modal model an all-around player?." European Conference on Computer Vision. Springer, Cham, 2025.
[3] Yue, Xiang, et al. "Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2024.
Questions
1. Is there any measurement of the computation like decoding time for GACD and other approaches such as Woodpecker[1], VCD[2], and AVISC[3]?
2. It is better to show the component analysis on other datasets such as POPE and AMBER to show the validness of each component.
[1] Yin, Shukang, et al. "Woodpecker: Hallucination correction for multimodal large language models." arXiv preprint arXiv:2310.16045 (2023).
[2] Leng, Sicong, et al. "Mitigating object hallucinations in large vision-language models through visual contrastive decoding." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2024.
[3] Woo, Sangmin, et al. "Don't Miss the Forest for the Trees: Attentional Vision Calibration for Large Vision Language Models." arXiv preprint arXiv:2405.17820 (2024).