What Is Missing in Multilingual Visual Reasoning and How to Fix It

πŸ“… 2024-03-03
πŸ›οΈ arXiv.org
πŸ“ˆ Citations: 4
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Current open-source multimodal large language models (MLLMs) significantly underperform proprietary systems (e.g., GPT-4V) on multilingual visual reasoning tasks, primarily constrained by three bottlenecks: limited multilingual capability, insufficient complex reasoning capacity, and suboptimal multimodal fusion. This paper presents the first systematic characterization of key dimensions governing multilingual visual reasoning and introduces a zero-shot, plug-and-play collaborative intervention framework comprising three orthogonal components: translate-test, visual programming, and caption-based multimodal grounding. The framework ensures both linguistic fairness and reasoning interpretability. Extensive experiments demonstrate substantial zero-shot improvements across multiple open-source MLLMsβ€”+13.4% on LLaVA-v1.5-13B, +20.3% on LLaVA-v1.6-34B, and +16.7% on Qwen-VLβ€”while yielding modest gains even for GPT-4V. Our approach provides a scalable, lightweight, and robust solution for open-source multilingual multimodal reasoning.

Technology Category

Application Category

πŸ“ Abstract
NLP models today strive for supporting multiple languages and modalities, improving accessibility for diverse users. In this paper, we evaluate their multilingual, multimodal capabilities by testing on a visual reasoning task. We observe that proprietary systems like GPT-4V obtain the best performance on this task now, but open models lag in comparison. Surprisingly, GPT-4V exhibits similar performance between English and other languages, indicating the potential for equitable system development across languages. Our analysis on model failures reveals three key aspects that make this task challenging: multilinguality, complex reasoning, and multimodality. To address these challenges, we propose three targeted interventions including a translate-test approach to tackle multilinguality, a visual programming approach to break down complex reasoning, and a method that leverages image captioning to address multimodality. Our interventions achieve the best open performance on this task in a zero-shot setting, boosting open models LLaVA-v1.5-13B by 13.4%, LLaVA-v1.6-34B by 20.3%, and Qwen-VL by 16.7%, while also minorly improving GPT-4V's performance.
Problem

Research questions and friction points this paper is trying to address.

Enhancing multilingual visual reasoning capabilities
Improving open models' performance in multimodal tasks
Addressing challenges in multilinguality, complex reasoning, and multimodality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Translate-test for multilinguality
Visual programming for reasoning
Image captioning for multimodality
πŸ”Ž Similar Papers
No similar papers found.