video-SALMONN-R$^3$: Learning to ReWatch, ReAsk, and ReAnswer for Efficient Video Understanding

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, extended

Summary

video-SALMONN-R3 is an end-to-end video large language model designed for efficient video understanding by overcoming computational and memory constraints that typically force reduced frame rates. Developed by Tsinghua University, ByteDance, and the University of Cambridge, this model employs a two-stage "re-watch" paradigm, first performing coarse video understanding to localize relevant segments, then re-watching them at higher fidelity. Crucially, video-SALMONN-R3 acquires this re-watch capability through reinforcement learning, specifically dynamic sampling policy optimization (DAPO), without relying on expensive chain-of-thought (CoT) cold-start annotations or supervised fine-tuning. It integrates a "re-answer" strategy to refine initial predictions after re-watching and a "re-ask" mechanism to re-inject queries for improved question adherence. Experimental results demonstrate that video-SALMONN-R3 consistently outperforms base models and prior re-watch approaches with significantly lower computational cost across six benchmarks.

Key takeaway

For Machine Learning Engineers developing video LLMs for complex question answering, video-SALMONN-R3 demonstrates a critical shift. You should consider adopting reinforcement learning for adaptive re-watch mechanisms, as it achieves superior fine-grained understanding and lower computational costs compared to CoT-dependent or single-pass methods. This approach allows you to preserve base model capabilities while integrating efficient temporal localization.

Key insights

video-SALMONN-R3 efficiently understands video by using reinforcement learning to re-watch relevant segments at higher fidelity, bypassing CoT.

Principles

Method

video-SALMONN-R3 uses a two-pass workflow: first, a low-fidelity pass generates an initial answer and localizes a segment. Second, a high-fidelity re-watch of the segment, with re-injected query, refines the answer via RL-optimized re-answer and re-ask mechanisms.

Topics

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.