paper-with-me

홈 › Papers

TempAct: Advancing Temporal Plausibility in Autoregressive Video Generation via Planner-Executor RL

2026-06-26 · Jing Wang, Xiangxin Zhou, Jiajun Liang, Kaiqi Liu, Wanyuan Pang, Zhenyu Xie, Tianyu Pang, Xiaodan Liang arxiv

Autoregressive (AR) video diffusion models enable low-latency streaming generation by synthesizing videos chunk by chunk with cached visual context, but this chunk-wise formulation makes temporal instruction following ambiguous. A single global prompt does not specify which sub-event should be realized in each chunk, while naively switching to step-wise prompts often leads to delayed reactions, blended step semantics, and error propagation across prompt transitions. These failures are difficult to address with supervised fine-tuning or distillation alone: SFT suffers from exposure bias, while rollout-based distillation still optimizes low-level denoising or teacher-distribution matching rather than directly enforcing action ordering and prompt-transition correctness. We address these challenges with TempAct, a planner--executor reinforcement learning framework that jointly optimizes temporal decomposition and step-conditioned execution for temporally plausible AR video generation. TempAct uses an LLM planner to explore span-aware step prompts that are executable by the video model, and trains an AR diffusion executor to follow these prompts under its own generated histories. Its key mechanism is hierarchical group exploration: candidate plans form planning groups, and each plan induces an execution group of multiple continuations from a shared visual context, enabling plan-level credit assignment for long-horizon temporal outcomes and executor-level credit assignment for prompt-switch behavior. We further design hierarchical rewards that combine plan-quality and full-video temporal feedback for the planner with local transition-level step-following rewards, aesthetic regularization, and KL constraints for the executor. Experiments on Self-Forcing and LongLive show that TempAct improves temporal consistency while preserving overall visual quality.

📄 PDF Abstract BibTeX arXiv:2606.28016

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction FollowingVideo Generation

Similar Papers 제목 키워드 기반

Infinite Gaze Generation for Videos with Autoregressive Diffusion

2026-03-26 · Jenna Kang, Colin Groth, Tong Wu, Finley Torrens 외 arxiv

Predicting human gaze in video is fundamental to advancing scene understanding and multimodal interaction. While traditional saliency maps provide spatial probability distributions and scanpaths offer ordered fixations, …

Scene Understanding

A Survey on Long Video Generation: Challenges, Methods, and Prospects

2024-03-25 · Chengxuan Li, Di Huang, Zeyu Lu, Yang Xiao 외

Video generation is a rapidly advancing research area, garnering significant attention due to its broad range of applications. One critical aspect of this field is the generation of long-duration videos, which presents u…

SurveyVideo Generation

SpriteHand: Real-Time Versatile Hand-Object Interaction with Autoregressive Video Generation

2025-12-01 · Zisu Li, Hengye Lyu, Jiaxin Shi, Yufeng Zeng 외 arxiv

Modeling and synthesizing complex hand-object interactions remains a significant challenge, even for state-of-the-art physics engines. Conventional simulation-based approaches rely on explicitly defined rigid object mode…

Causal InferenceVideo Generation

Pack and Force Your Memory: Long-form and Consistent Video Generation

2025-10-02 · Xiaofei Wu, Guozhen Zhang, Zhiyong Xu, Yuan Zhou 외 arxiv

Long-form video generation presents a dual challenge: models must capture long-range dependencies while preventing the error accumulation inherent in autoregressive decoding. To address these challenges, we make two cont…

Computational EfficiencyVideo Generation

OSCBench: Benchmarking Object State Change in Text-to-Video Generation

2026-03-12 · Xianjing Han, Bin Zhu, Shiqi Hu, Franklin Mingzhe Li 외 arxiv

Text-to-video (T2V) generation models have made rapid progress in producing visually high-quality and temporally coherent videos. However, existing benchmarks primarily focus on perceptual quality, text-video alignment, …

Text-to-Video GenerationAction UnderstandingVideo Alignment