paper-with-me

Papers

Ms. Forcing: Efficient Streaming Video Generation with Multi-Scale Patchification and Attention

2026-07-23 · Zekun Li, Xiaoyan Cong, Hongyu Li, Zhiyang Dou, Chuan Guo, Abhay Mittal, Sizhe An, Srinath Sridhar arxiv

Streaming video diffusion models have made substantial progress toward interactive and dynamic world simulation, but the nested autoregressive and denoising loops of conventional next-frame generation hinder real-time deployment. Recent rolling-window methods pipeline denoising across multiple consecutive frames at different noise levels, improving throughput and long-horizon stability. However, they tokenize every state at the same fine spatial granularity, leaving substantial noise-dependent redundancy in the joint denoising window. We propose Ms.Forcing, an efficient streaming video generation paradigm that adapts spatial granularity to each state's noise level. Its Multi-Scale Patchification (MSP) assigns coarser patches to noisier states, reducing the active-window token count by 45%, while Multi-Scale Self-Attention (MSSA) matches the density of visible non-sink keys and values to each query scale to further reduce attention cost. Because both schedules are fixed by window position, Ms.Forcing retains a static, hardware-friendly computation graph. We further introduce Homogeneous-Noise-Level DMD (H-DMD), which assembles each fake video from clean predictions sharing the same source noise level, thereby reducing the mismatch between DMD training sequences and inference-time rollouts. The multi-scale design helps offset the additional training cost of backpropagating through overlapping windows. We include both quantitative and qualitative experiments to show that Ms.Forcing reaches 22.84 FPS on a single H200 GPU, 39.6% faster than Rolling Forcing, while significantly improving VBench scores in both short video and long video generation setting.

📄 PDF Abstract BibTeX arXiv:2607.20940

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 112
arxivsub/arXivSub_daily_arxiv ★ 3
liutaocode/Video-Generation-arxiv-daily ★ 11

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Rolling Forcing: Autoregressive Long Video Diffusion in Real Time

2025-09-29 · Kunhao Liu, Wenbo Hu, Jiale Xu, Ying Shan 외 arxiv

Streaming video generation, as one fundamental component in interactive world models and neural game engines, aims to generate high-quality, low-latency, and temporally coherent long video streams. However, most existing…

Video Generation

Mutual Forcing: Dual-Mode Self-Evolution for Fast Autoregressive Audio-Video Character Generation

2026-04-28 · Yupeng Zhou, Lianghua Huang, Zhifan Wu, Jiabao Wang 외 arxiv

In this work, we propose Mutual Forcing, a framework for fast autoregressive audio-video generation with long-horizon audio-video synchronization. Our approach addresses two key challenges: joint audio-video modeling and…

Video Generation

Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models

2026-06-24 · Kaiwen Zheng, Guande He, Min Zhao, Jintao Zhang 외 arxiv

Autoregressive video diffusion with causal diffusion transformers has emerged as a major paradigm for real-time streaming video generation and action-conditioned interactive world models. In this work, we extend rCM, an …

Video Generation

Decoupled Self-Forcing Distillation for Streaming Talking Head Generation

2026-09-09 · Yanru An, Ruiyan Wang, Wenwu Wei, Rui Bu 외 arxiv

Streaming talking-head generation produces each frame as its driving audio arrives, yet fidelity and efficiency have so far pulled in opposite directions: end-to-end methods condition a video diffusion model on audio dir…

Talking Head Generation

Flex-Forcing: Towards a Unified Autoregressive and Bidirectional Video Diffusion Model

2026-07-03 · Xinyin Ma, Julius Berner, Chao Liu, Arash Vahdat 외 hf

Recent progress in large-scale generative models has substantially advanced video generation, yet existing methods remain constrained by a rigid inference paradigm. Bidirectional diffusion models excel at global coherenc…

Video Generation