CVMar 10, 2025

VisRL: Intention-Driven Visual Perception via Reinforced Reasoning

arXiv:2503.07523v233 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This addresses a bottleneck in visual reasoning for AI systems by enabling more scalable and human-like learning, though it is incremental as it builds on existing LMM and reasoning frameworks.

The paper tackles the scalability issue in intention-driven visual perception by proposing VisRL, a reinforcement learning framework that eliminates the need for annotated intermediate bounding boxes, and it consistently outperforms baselines across multiple benchmarks.

Visual understanding is inherently intention-driven - humans selectively focus on different regions of a scene based on their goals. Recent advances in large multimodal models (LMMs) enable flexible expression of such intentions through natural language, allowing queries to guide visual reasoning processes. Frameworks like Visual Chain-of-Thought have demonstrated the benefit of incorporating explicit reasoning steps, where the model predicts a focus region before answering a query. However, existing approaches rely heavily on supervised training with annotated intermediate bounding boxes, which severely limits scalability due to the combinatorial explosion of intention-region pairs. To overcome this limitation, we propose VisRL, the first framework that applies reinforcement learning (RL) to the problem of intention-driven visual perception. VisRL optimizes the entire visual reasoning process using only reward signals. By treating intermediate focus selection as an internal decision optimized through trial-and-error, our method eliminates the need for costly region annotations while aligning more closely with how humans learn to perceive the world. Extensive experiments across multiple benchmarks show that VisRL consistently outperforms strong baselines, demonstrating both its effectiveness and its strong generalization across different LMMs. Our code is available at https://github.com/zhangquanchen/VisRL.

Code Implementations1 repo
Foundations

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

Your Notes