ViCor: Bridging Visual Understanding and Commonsense Reasoning with Large Language Models
Kaiwen Zhou, Kwonjoon Lee, Teruhisa Misu, Xin Eric Wang
TL;DR
This work probes how pre-trained vision-language models and large language models can jointly tackle visual commonsense reasoning without in-domain fine-tuning. By classifying VCR problems into Visual Commonsense Understanding (VCU) and Visual Commonsense Inference (VCI), ViCor uses LLMs to steer problem analysis and VLMs to provide perceptual input, including active gathering of visual cues when needed. The framework demonstrates strong performance on VCR and A-OKVQA as a training-free approach and offers insights into when to rely on perception versus reasoning. The findings highlight the potential of modular, text-mediated cross-modal collaboration, while acknowledging caption-induced information loss and risks of LLM hallucination, guiding future end-to-end or fine-tuning strategies.
Abstract
In our work, we explore the synergistic capabilities of pre-trained vision-and-language models (VLMs) and large language models (LLMs) on visual commonsense reasoning (VCR) problems. We find that VLMs and LLMs-based decision pipelines are good at different kinds of VCR problems. Pre-trained VLMs exhibit strong performance for problems involving understanding the literal visual content, which we noted as visual commonsense understanding (VCU). For problems where the goal is to infer conclusions beyond image content, which we noted as visual commonsense inference (VCI), VLMs face difficulties, while LLMs, given sufficient visual evidence, can use commonsense to infer the answer well. We empirically validate this by letting LLMs classify VCR problems into these two categories and show the significant difference between VLM and LLM with image caption decision pipelines on two subproblems. Moreover, we identify a challenge with VLMs' passive perception, which may miss crucial context information, leading to incorrect reasoning by LLMs. Based on these, we suggest a collaborative approach, named ViCor, where pre-trained LLMs serve as problem classifiers to analyze the problem category, then either use VLMs to answer the question directly or actively instruct VLMs to concentrate on and gather relevant visual elements to support potential commonsense inferences. We evaluate our framework on two VCR benchmark datasets and outperform all other methods that do not require in-domain fine-tuning.
