Grounded Chain-of-Thought for Multimodal Large Language Models
Qiong Wu, Xiangcong Yang, Yiyi Zhou, Chenxin Fang, Baiyang Song, Xiaoshuai Sun, Rongrong Ji
TL;DR
The paper tackles visual hallucination in multimodal large language models by introducing Grounded Chain-of-Thought (GCoT), a framework that grounds stepwise reasoning to visual evidence and coordinates. A new MM-GCoT dataset with ~24k examples and three task types supports training and evaluation of GCoT, using metrics for answer accuracy, grounding accuracy, and answer-grounding consistency. Empirical results across 12 MLLMs show current models struggle with grounding consistency, and that GCoT training improves visual-spatial reasoning and reduces inconsistencies, with transfer to open-world QA and grounding tasks. Overall, GCoT offers a promising path to more trustworthy multimodal reasoning and a rich dataset for future exploration including RL and embodied applications.
Abstract
Despite great progress, existing multimodal large language models (MLLMs) are prone to visual hallucination, greatly impeding their trustworthy applications. In this paper, we study this problem from the perspective of visual-spatial reasoning, and propose a new learning task for MLLMs, termed Grounded Chain-of-Thought (GCoT). Different from recent visual CoT studies, which focus more on visual knowledge reasoning, GCoT is keen to helping MLLMs to recognize and ground the relevant visual cues step by step, thereby predicting the correct answer with grounding coordinates as the intuitive basis. To facilitate this task, we also carefully design and construct a dataset called multimodal grounded chain-of-thought (MM-GCoT) consisting of 24,022 GCoT examples for 5,033 images. Besides, a comprehensive consistency evaluation system is also introduced, including the metrics of answer accuracy, grounding accuracy and answer-grounding consistency. We further design and conduct a bunch of experiments on 12 advanced MLLMs, and reveal some notable findings: i. most MLLMs performs poorly on the consistency evaluation, indicating obvious visual hallucination; ii. visual hallucination is not directly related to the parameter size and general multimodal performance, i.e., a larger and stronger MLLM is not less affected by this issue. Lastly, we also demonstrate that the proposed dataset can help existing MLLMs to well cultivate their GCoT capability and reduce the inconsistent answering significantly. Moreover, their GCoT can be also generalized to exiting multimodal tasks, such as open-world QA and REC.
