CVAIDec 5, 2025

Training Multi-Image Vision Agents via End2End Reinforcement Learning

arXiv:2512.08980v23 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a bottleneck in real-world multi-image QA for AI research, though it is incremental as it builds on existing VLM and tool-use methods.

The paper tackles the problem of vision-language models (VLMs) underperforming on multi-image question-answering tasks by proposing IMAgent, an open-source agent trained via end-to-end reinforcement learning, which achieves substantial improvements on a new multi-image dataset while maintaining strong performance on single-image benchmarks.

Recent VLM-based agents aim to replicate OpenAI O3's ``thinking with images" via tool use, but most open-source methods limit input to a single image, falling short on real-world multi-image QA tasks. To address this, we propose IMAgent, an open-source vision agent trained via end-to-end reinforcement learning dedicated for complex multi-image tasks. By leveraging a multi-agent system, we generate challenging and visually-rich multi-image QA pairs to fully activate the tool-use potential of the base VLM. Through manual verification, we obtain MIFG-QA, comprising 10k samples for training and evaluation. With deeper reasoning steps, VLMs may increasingly ignore visual inputs. We therefore develop two specialized tools for visual reflection and confirmation, allowing the model to proactively reallocate its attention to image content during inference. Benefiting from our well-designed action-trajectory two-level mask strategy, IMAgent achieves stable tool use behavior via pure RL training without requiring costly supervised fine-tuning data. Extensive experiments demonstrate that IMAgent maintains strong performance on existing single-image benchmarks while achieving substantial improvements on our proposed multi-image dataset, with our analysis providing actionable insights for the research community. Codes and data will be released soon.

Foundations

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

Your Notes