paper-with-me

홈 › Papers

Learning Transferable Temporal Primitives for Video Reasoning via Synthetic Videos

2026-03-18 · Songtao Jiang, Sibo Song, Chenyi Zhou, Yuan Wang, Ruizhe Chen, Tongkun Guan, Ruilin Luo, Yan Zhang, Zhihang Tang, Yuchong Sun, Hang Zhang, Zhibo Yang, Shuai Bai, Junyang Lin, Zuozhu Liu arxiv

The transition from image to video understanding requires vision-language models (VLMs) to shift from recognizing static patterns to reasoning over temporal dynamics such as motion trajectories, speed changes, and state transitions. Yet current post-training methods fall short due to two critical limitations: (1) existing datasets often lack temporal-centricity, where answers can be inferred from isolated keyframes rather than requiring holistic temporal integration; and (2) training data generated by proprietary models contains systematic errors in fundamental temporal perception, such as confusing motion directions or misjudging speeds. We introduce SynRL, a post-training framework that teaches models temporal primitives, the fundamental building blocks of temporal understanding including direction, speed, and state tracking. Our key insight is that these abstract primitives, learned from programmatically generated synthetic videos, transfer effectively to real-world scenarios. We decompose temporal understanding into short-term perceptual primitives (speed, direction) and long-term cognitive primitives, constructing 7.7K CoT and 7K RL samples with ground-truth frame-level annotations through code-based video generation. Despite training on simple geometric shapes, SynRL achieves substantial improvements across 15 benchmarks spanning temporal grounding, complex reasoning, and general video understanding. Remarkably, our 7.7K synthetic CoT samples outperform Video-R1 with 165K real-world samples. We attribute this to fundamental temporal skills, such as tracking frame by frame changes and comparing velocity, that transfer effectively from abstract synthetic patterns to complex real-world scenarios. This establishes a new paradigm for video post-training: video temporal learning through carefully designed synthetic data provides a more cost efficient scaling path.

📄 PDF Abstract BibTeX arXiv:2603.17693

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

CoPE-VideoLM: Leveraging Codec Primitives For Efficient Video Language Modeling

2026-02-13 · Sayan Deb Sarkar, Rémi Pautrat, Ondrej Miksik, Marc Pollefeys 외 arxiv

Video Language Models (VideoLMs) enable AI systems to understand temporal dynamics in videos. To fit within the maximum context window constraint, current methods use keyframe sampling which often misses both macro-level…

Scene UnderstandingQuestion Answering

VideoThinker: Building Agentic VideoLLMs with LLM-Guided Tool Reasoning

2026-01-22 · Chenglin Li, Qianglong Chen, Feng Han, Yikun Wang 외 arxiv

Long-form video understanding remains a fundamental challenge for current Video Large Language Models. Most existing models rely on static reasoning over uniformly sampled frames, which weakens temporal localization and …

Med-CRAFT: Automated Construction of Interpretable and Multi-Hop Video Workloads via Knowledge Graph Traversal

2025-11-30 · Shenxi Liu, Kan Li, Mingyang Zhao, Yuhang Tian 외 arxiv

The scarcity of high-quality, logically annotated video datasets remains a primary bottleneck in advancing Multi-Modal Large Language Models (MLLMs) for the medical domain. Traditional manual annotation is prohibitively …

Strefer: Empowering Video LLMs with Space-Time Referring and Reasoning via Synthetic Instruction Data

2025-09-03 · Honglu Zhou, Xiangyu Peng, Shrikant Kendre, Michael S. Ryoo 외 arxiv

Next-generation AI companions must go beyond general video understanding to resolve spatial and temporal references in dynamic, real-world environments. Existing Video Large Language Models (Video LLMs), while capable of…

Enhancing Interpretability and Interactivity in Robot Manipulation: A Neurosymbolic Approach

2022-10-03 · Georgios Tziafas, Hamidreza Kasaei

In this paper we present a neurosymbolic architecture for coupling language-guided visual reasoning with robot manipulation. A non-expert human user can prompt the robot using unconstrained natural language, providing a …

Referring ExpressionRobot ManipulationSystematic GeneralizationVisual Grounding+2