More Images, More Problems? A Controlled Analysis of VLM Failure Modes
Anurag Das, Adrian Bulat, Alberto Baldrati, Ioannis Maniadis Metaxas, Bernt Schiele, Georgios Tzimiropoulos, Brais Martinez
TL;DR
This work systematically analyzes how current LVLMs handle multi-image reasoning and uncovers pervasive single-image biases, weak cross-image aggregation, and vulnerability to distractors. It introduces MIMIC, a controllable MS-COCO–derived benchmark to diagnose cross-image information flow and multi-concept tracking, and proposes two complementary finetuning strategies: data-centric synthetic multi-image data generation and layer-wise attention-masking with LoRA. These methods yield substantial gains across MIMIC and existing multi-image benchmarks, establishing new state-of-the-art results and demonstrating improved cross-image reasoning with significant efficiency gains. By providing a rigorous diagnostic framework, targeted remedies, and released data/code, the paper offers a practical path forward for advancing multi-image understanding in LVLMs.
Abstract
Large Vision Language Models (LVLMs) have demonstrated remarkable capabilities, yet their proficiency in understanding and reasoning over multiple images remains largely unexplored. While existing benchmarks have initiated the evaluation of multi-image models, a comprehensive analysis of their core weaknesses and their causes is still lacking. In this work, we introduce MIMIC (Multi-Image Model Insights and Challenges), a new benchmark designed to rigorously evaluate the multi-image capabilities of LVLMs. Using MIMIC, we conduct a series of diagnostic experiments that reveal pervasive issues: LVLMs often fail to aggregate information across images and struggle to track or attend to multiple concepts simultaneously. To address these failures, we propose two novel complementary remedies. On the data side, we present a procedural data-generation strategy that composes single-image annotations into rich, targeted multi-image training examples. On the optimization side, we analyze layer-wise attention patterns and derive an attention-masking scheme tailored for multi-image inputs. Experiments substantially improved cross-image aggregation, while also enhancing performance on existing multi-image benchmarks, outperforming prior state of the art across tasks. Data and code will be made available at https://github.com/anurag-198/MIMIC.
