paper-with-me

홈 › Papers

Reinforcing Video Reasoning with Focused Thinking

2025-05-30 · Jisheng Dang, Jingze Wu, Teng Wang, Xuanhui Lin, Nannan Zhu, Hongbo Chen, Wei-Shi Zheng, Meng Wang, Tat-Seng Chua

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 critical limitations persist: 1) they often produce unfocused, verbose reasoning chains that obscure salient spatiotemporal cues and 2) binary rewarding fails to account for partially correct answers, resulting in high reward variance and inefficient learning. In this paper, we propose TW-GRPO, a novel framework that enhances visual reasoning with focused thinking and dense reward granularity. Specifically, we employs a token weighting mechanism that prioritizes tokens with high informational density (estimated by intra-group variance), suppressing redundant tokens like generic reasoning prefixes. Furthermore, we reformulate RL training by shifting from single-choice to multi-choice QA tasks, where soft rewards enable finer-grained gradient estimation by distinguishing partial correctness. Additionally, we propose question-answer inversion, a data augmentation strategy to generate diverse multi-choice samples from existing benchmarks. Experiments demonstrate state-of-the-art performance on several video reasoning and general understanding benchmarks. Notably, TW-GRPO achieves 50.4\% accuracy on CLEVRER (18.8\% improvement over Video-R1) and 65.8\% on MMVU. Our codes are available at \href{https://github.com/longmalongma/TW-GRPO}{https://github.com/longmalongma/TW-GRPO}.

📄 PDF Abstract BibTeX arXiv:2505.24718

Code (1)

longmalongma/tw-grpo 공식 구현 pytorch

Tasks

Data AugmentationVisual Reasoning

Similar Papers 제목 키워드 기반

Two Experts Are All You Need for Steering Thinking: Reinforcing Cognitive Effort in MoE Reasoning Models Without Additional Training

2025-05-20 · Mengru Wang, Xingyu Chen, Yue Wang, Zhiwei He 외

Mixture-of-Experts (MoE) architectures within Large Reasoning Models (LRMs) have achieved impressive reasoning capabilities by selectively activating experts to facilitate structured cognitive processes. Despite notable …

AllDomain GeneralizationInstruction FollowingMixture-of-Experts

SpaceR: Reinforcing MLLMs in Video Spatial Reasoning

2025-04-02 · Kun Ouyang, Yuanxin Liu, HaoNing Wu, Yi Liu 외

Video spatial reasoning, which involves inferring the underlying spatial structure from observed video frames, poses a significant challenge for existing Multimodal Large Language Models (MLLMs). This limitation stems pr…

MMESpatial ReasoningVideo MMEVideo Understanding

Reinforcing Structured Chain-of-Thought for Video Understanding

2026-03-26 · Peiyao Wang, Haotian Xu, Noranart Vesdapunt, Rui Hou 외 arxiv

Multi-modal Large Language Models (MLLMs) show promise in video understanding. However, their reasoning often suffers from thinking drift and weak temporal comprehension, even when enhanced by Reinforcement Learning (RL)…

Reinforcement Learning

Video-R2: Reinforcing Consistent and Grounded Reasoning in Multimodal Language Models

2025-11-28 · Muhammad Maaz, Hanoona Rasheed, Fahad Shahbaz Khan, Salman Khan arxiv

Reasoning over dynamic visual content remains a central challenge for multimodal large language models. Recent thinking models generate explicit reasoning traces for interpretability; however, their reasoning often appea…

Reinforcement Learning

GraphThinker: Reinforcing Temporally Grounded Video Reasoning with Event Graph Thinking

2026-02-19 · Zixu Cheng, Da Li, Jian Hu, Yuhang Zang 외 arxiv

Video reasoning requires a fine-grained understanding of the temporal dependencies and event-level relations between objects and events in videos. Current Multimodal Large Language Models (MLLMs) are prone to severe temp…

Visual Grounding