paper-with-me

홈 › Papers

Video-KTR: Reinforcing Video Reasoning via Key Token Attribution

2026-01-27 · Ziyue Wang, Sheng Jin, Zhongrong Zuo, Jiawei Wu, Han Qiu, Qi She, Hao Zhang, Xudong Jiang arxiv

Reinforcement learning (RL) has shown strong potential for enhancing reasoning in multimodal large language models, yet existing video reasoning methods often rely on coarse sequence-level rewards or single-factor token selection, neglecting fine-grained links among visual inputs, temporal dynamics, and linguistic outputs, limiting both accuracy and interpretability. We propose Video-KTR, a modality-aware policy shaping framework that performs selective, token-level RL by combining three attribution signals: (1) visual-aware tokens identified via counterfactual masking to reveal perceptual dependence; (2) temporal-aware tokens detected through frame shuffling to expose temporal sensitivity; and (3) high-entropy tokens signaling predictive uncertainty. By reinforcing only these key tokens, Video-KTR focuses learning on semantically informative, modality-sensitive content while filtering out low-value tokens. Across five challenging benchmarks, Video-KTR achieves state-of-the-art or highly competitive results, achieving 42.7\% on Video-Holmes (surpassing GPT-4o) with consistent gains on both reasoning and general video understanding tasks. Ablation studies verify the complementary roles of the attribution signals and the robustness of targeted token-level updates. Overall, Video-KTR improves accuracy and interpretability, offering a simple, drop-in extension to RL for complex video reasoning. Our code and models are available at https://github.com/zywang0104/Video-KTR.

📄 PDF Abstract BibTeX arXiv:2601.19686

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Video-R4: Reinforcing Text-Rich Video Reasoning with Visual Rumination

2025-11-21 · Yolo Y. Tang, Daiki Shimada, Hang Hua, Chao Huang 외 arxiv

Understanding text-rich videos requires reading small, transient textual cues that often demand repeated inspection. Yet most video QA models rely on single-pass perception over fixed frames, leading to hallucinations an…

Reinforcement LearningMultimodal Reasoning

Video-in-the-Loop: Span-Grounded Long Video QA with Interleaved Reasoning

2025-10-05 · Chendong Wang, Donglin Bai, Yifan Yang, Xiao Jin 외 arxiv

We present \emph{Video-in-the-Loop} (ViTL), a two-stage long-video QA framework that preserves a fixed token budget by first \emph{localizing} question-relevant interval(s) with a low-fps skim and then \emph{answering} v…

VideoAnchor: Reinforcing Subspace-Structured Visual Cues for Coherent Visual-Spatial Reasoning

2025-09-29 · Zhaozhi Wang, Tong Zhang, Mingyue Guo, Yaowei Wang 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved impressive progress in vision-language alignment, yet they remain limited in visual-spatial reasoning. We first identify that this limitation arises from the attenti…

Spatial ReasoningVisual Grounding

Reinforcing Video Reasoning with Focused Thinking

2025-05-30 · Jisheng Dang, Jingze Wu, Teng Wang, Xuanhui Lin 외

Recent advancements in reinforcement learning, particularly through Group Relative Policy Optimization (GRPO), have significantly improved multimodal large language models for complex reasoning tasks. However, two critic…

Data AugmentationVisual Reasoning

Video-R1: Reinforcing Video Reasoning in MLLMs

2025-03-27 · Kaituo Feng, Kaixiong Gong, Bohao Li, Zonghao Guo 외

Inspired by DeepSeek-R1's success in eliciting reasoning abilities through rule-based reinforcement learning (RL), we introduce Video-R1 as the first attempt to systematically explore the R1 paradigm for incentivizing vi…

MVBenchReinforcement Learning (RL)Spatial Reasoning