Improving Visual Commonsense in Language Models via Multiple Image Generation
Guy Yariv, Idan Schwartz, Yossi Adi, Sagie Benaim
TL;DR
The paper tackles the mismatch between visual grounding and text-based reasoning in large language models. It introduces vLMIG, a two-component framework that combines a frozen LLM and vision encoder with a Visual Token Projector and a Late Fusion Attention Layer to fuse visual cues with textual context, while also generating multiple images at inference and ensemble-averaging their predictions. Empirical results show strong gains in visual commonsense across object and visual tasks, with additional modest improvements on text-based commonsense reasoning and reading comprehension across model scales. This approach offers a practical path to endow LLMs with multimodal grounding without sacrificing core language abilities, with open-source code available for replication and extension.
Abstract
Commonsense reasoning is fundamentally based on multimodal knowledge. However, existing large language models (LLMs) are primarily trained using textual data only, limiting their ability to incorporate essential visual information. In contrast, Visual Language Models, which excel at visually-oriented tasks, often fail at non-visual tasks such as basic commonsense reasoning. This divergence highlights a critical challenge - the integration of robust visual understanding with foundational text-based language reasoning. To this end, we introduce a method aimed at enhancing LLMs' visual commonsense. Specifically, our method generates multiple images based on the input text prompt and integrates these into the model's decision-making process by mixing their prediction probabilities. To facilitate multimodal grounded language modeling, we employ a late-fusion layer that combines the projected visual features with the output of a pre-trained LLM conditioned on text only. This late-fusion layer enables predictions based on comprehensive image-text knowledge as well as text only when this is required. We evaluate our approach using several visual commonsense reasoning tasks together with traditional NLP tasks, including common sense reasoning and reading comprehension. Our experimental results demonstrate significant superiority over existing baselines. When applied to recent state-of-the-art LLMs (e.g., Llama3), we observe improvements not only in visual common sense but also in traditional NLP benchmarks. Code and models are available under https://github.com/guyyariv/vLMIG.
