ResearchPod Summary
Video-LLMs often struggle with the trade-off between computational efficiency and the need for fine-grained visual detail. While many models use sparse frame sampling to manage memory, this often leads to missing critical information. The authors investigate whether a two-stage 're-watch' paradigm—where a model first performs a coarse global scan and then revisits specific segments at higher fidelity—can be implemented efficiently without the high cost and potential performance degradation associated with traditional chain-of-thought (CoT) supervised fine-tuning.
The authors introduce video-SALMONN-R3, an end-to-end model that learns to re-watch through reinforcement learning (RL) rather than CoT-based cold-start. The workflow consists of three key mechanisms:
The model is trained in three stages: audio alignment, audio-visual captioning via SFT, and finally, end-to-end RL using a dynamic sampling policy optimization (DAPO) objective with rule-based rewards.
Experimental results demonstrate that video-SALMONN-R3 consistently outperforms both the base model and standard QA-SFT baselines across six benchmarks, including both short-to-medium and long-form video tasks. By avoiding CoT-based SFT, the model preserves its pretrained video understanding capabilities while gaining the ability to perform precise spatiotemporal reasoning. The re-answer and re-ask mechanisms effectively bridge the gap between global context and local detail, achieving state-of-the-art performance with lower computational overhead than existing multi-agent or CoT-dependent systems.
This work provides a scalable, efficient way to integrate adaptive, high-fidelity inspection into video-LLMs. By replacing labor-intensive CoT annotations with reinforcement learning, the authors demonstrate that models can learn to 'look closer' on their own, offering a practical path toward handling long-duration videos without sacrificing the fine-grained details necessary for complex question answering.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.