CVAICLOct 9, 2023

ViCor: Bridging Visual Understanding and Commonsense Reasoning with Large Language Models

arXiv:2310.05872v233 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses visual commonsense reasoning for AI systems by combining strengths of different models, though it is incremental as it builds on existing pre-trained models.

The paper tackles visual commonsense reasoning by showing that vision-and-language models excel at understanding literal visual content, while large language models are better at inferring beyond the image, and proposes a collaborative framework, ViCor, that outperforms non-fine-tuned methods on benchmark datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes