CVAIMar 15

VisionCoach: Reinforcing Grounded Video Reasoning via Visual-Perception Prompting

arXiv:2603.1465987.02 citationsh-index: 11
Predicted impact top 19% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses video reasoning challenges for AI systems by improving grounding accuracy without increasing annotation or computational costs, though it appears incremental as it builds on existing RL and prompting methods.

The paper tackles the problem of unreliable spatio-temporal grounding in video reasoning by proposing VisionCoach, an RL framework that uses visual-perception prompting during training to amplify relevant evidence and suppress distractors, achieving state-of-the-art performance across multiple benchmarks while maintaining efficient inference without external tools.

Video reasoning requires models to locate and track question-relevant evidence across frames. While reinforcement learning (RL) with verifiable rewards improves accuracy, it still struggles to achieve reliable spatio-temporal grounding during the reasoning process. Moreover, improving grounding typically relies on scaled training data or inference-time perception tools, which increases annotation cost or computational cost. To address this challenge, we propose VisonCoach, an input-adaptive RL framework that improves spatio-temporal grounding through visual prompting as training-time guidance. During RL training, visual prompts are selectively applied to challenging inputs to amplify question-relevant evidence and suppress distractors. The model then internalizes these improvements through self-distillation, enabling grounded reasoning directly on raw videos without visual prompting at inference. VisonCoach consists of two components: (1) Visual Prompt Selector, which predicts appropriate prompt types conditioned on the video and question, and (2) Spatio-Temporal Reasoner, optimized with RL under visual prompt guidance and object-aware grounding rewards that enforce object identity consistency and multi-region bounding-box overlap. Extensive experiments demonstrate that VisonCoach achieves state-of-the-art performance under comparable settings, across diverse video reasoning, video understanding, and temporal grounding benchmarks (V-STAR, VideoMME, World-Sense, VideoMMMU, PerceptionTest, and Charades-STA), while maintaining a single efficient inference pathway without external tools. Our results show that visual prompting during training improves grounded video reasoning, while self-distillation enables the model to internalize this ability without requiring prompts at inference time.

Foundations

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

Your Notes