TL;DR
Causal Forcing++ introduces causal consistency distillation for autoregressive diffusion distillation, replacing expensive ODE initialization. Achieving ~4× training speedup with zero auxiliary storage, it delivers best 2-step video generation with 50% lower first-frame latency.

论文原始摘要

Real-time interactive video generation requires low-latency, streaming, and controllable rollout. Existing autoregressive (AR) diffusion distillation methods have achieved strong results in the chunk-wise 4-step regime by distilling bidirectional base models into few-step AR students, but they remain limited by coarse response granularity and non-negligible sampling latency. In this paper, we study a more aggressive setting: frame-wise autoregression with only 1--2 sampling steps. In this regime, we identify the initialization of a few-step AR student as the key bottleneck: existing strategies are either target-misaligned, incapable of few-step generation, or too costly to scale. We propose \textbf{Causal Forcing++}, a principled and scalable pipeline that uses \emph{causal consistency distillation} (causal CD) for few-step AR initialization. The core idea is that causal CD learns the same AR-conditional flow map as causal ODE distillation, but obtains supervision from a single online teacher ODE step between adjacent timesteps, avoiding the need to precompute and store full PF-ODE trajectories. This makes the initialization both more efficient and easier to optimize. The resulting pipeline, \ours, surpasses the SOTA 4-step chunk-wise Causal Forcing under the \textit{\textbf{frame-wise 2-step setting}} by 0.1 in VBench Total, 0.3 in VBench Quality, and 0.335 in VisionReward, while reducing first-frame latency by 50\% and Stage 2 training cost by $\sim$$4\times$. We further extend the pipeline to action-conditioned world model generation in the spirit of Genie3. Project Page: https://github.com/thu-ml/Causal-Forcing and https://github.com/shengshu-ai/minWM .

Paper Collector 中文速览

提出Causal Forcing++实现帧级2步自回归视频生成

方法概述

核心是因果一致性蒸馏,学习与因果ODE蒸馏相同的AR条件流映射,但仅需相邻时间步间的单次在线教师ODE步监督,避免预计算存储完整PF-ODE轨迹,使初始化更高效易优化

核心贡献

提出因果一致性蒸馏(CD)解决少步AR初始化瓶颈,实现帧级1-2步生成,首帧延迟降低50%,训练成本降低4倍

原始来源与核验范围

核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。

30
已证实
4
证据不足
1
无法验证
N/A
可复现性
置信度
85%

核心问题

How can we achieve scalable few-step autoregressive diffusion distillation that simultaneously satisfies autoregressive alignment, few-step capability, and scalability for real-time interactive video generation?

核心方法

The authors propose Causal Forcing++, which uses causal consistency distillation as a principled substitute for causal ODE initialization in a three-stage pipeline: teacher forcing AR diffusion training, few-step initialization via causal CD, and asymmetric DMD with self-rollout. Causal CD learns the AR-conditional flow map using single online teacher ODE steps between adjacent timesteps on real data, avoiding expensive offline trajectory generation while achieving smaller per-step optimization gaps.

方法组件

论点验证

已证实 (90%) we introduce Causal Forcing++, a principled and scalable pipeline that uses causal consistency distillation (causal CD) for few-step AR student initialization
已证实 (85%) causal ODE distillation and causal CD aim to learn the same object: the AR-conditional flow map (or namely the consistency function) of the teacher
The paper provides mathematical analysis in Section 3.2 showing that both causal ODE distillation (Eq. 1-2) and causal CD (Eq. 3) target the AR-conditional flow map f_φ. The error bound analysis (Eq. 4-5) demonstrates the theoretical equivalence.
已证实 (80%) adjacent-timestep consistency yields a smaller per-step optimization gap than causal ODE distillation, which regresses noisy intermediate states directly to clean endpoints
无法验证 (85%) Under frame-wise 2-step generation, Causal Forcing++ achieves the best overall performance among existing AR diffusion distillation methods, improving VBench Total, VBench Quality, and VisionReward over prior methods while reducing first-frame latency by 50%
已证实 (90%) causal CD consistently matches or outperforms causal ODE initialization across 1-step, 2-step, and 4step settings, while reducing the Stage 2 cost by about 4× and requiring no auxiliary trajectory storage
Table 2 provides direct quantitative evidence: Causal CD matches or outperforms causal ODE across settings (1-step: 81.02 vs 80.90; 2-step: 82.88 vs 82.70; 4-step: 83.42 vs 83.58). Stage 2 cost is reduced from ~11,600 to ~2,900 A800 GPU-hours (~4×),
已证实 (80%) causal score-distillation initialization... can produce sharper early frames, its mode-seeking behavior makes it more sensitive to accumulated history errors during AR rollout, leading to stronger exposure bias
Section 3.4 provides theoretical analysis of mode-seeking vs mode-covering behavior, and Fig. 5(a) shows visual evidence that causal DMD produces sharper early frames but degrades rapidly in later frames due to exposure bias.
证据不足 (60%) Causal Forcing++ naturally extends to action-conditioned world model generation by distilling a camera-pose-conditioned generator into an interactive AR world models
已证实 (85%) ODE initialization with a bidirectional teacher is fundamentally flawed and not a viable foundation for low-latency AR diffusion distillation
已证实 (85%) asymmetric DMD with Self-Forcing-style initialization already collapses in the chunkwise 4-step setting, becomes even worse in the frame-wise 4-step setting, and eventually catastrophically breaks down in the frame-wise 1-step setting
Table 2 shows progressive degradation: Self Forcing ODE VBench Total drops from 79.71 (4-step) to 78.96 (2-step) to 77.83 (1-step), with Dynamic Degree at most 2. Fig. 2 provides visual evidence of the collapse.
已证实 (90%) Using the multi-step AR diffusion model directly as the student initialization yields consistently weaker results than explicit few-step distillation, and this gap widens as we move toward lower-latency generation
Table 2 shows the gap between AR diffusion initialization and Causal CD widens: 4-step gap is 1.53 (83.42-81.89), 2-step gap is 3.38 (82.88-79.50), 1-step gap is 4.68 (81.02-76.34). This directly supports the claim.
已证实 (85%) causal ODE initialization works in principle but imposes a structural scaling bottleneck that limits its practical reach
The paper quantifies the bottleneck: 11,600 A800 GPU-hours and 1,900 GiB storage for causal ODE initialization at 80K-video scale, with structural issues of offline trajectory generation and regeneration requirements.
已证实 (90%) At our 80K-video scale, this data curation along with the training costs roughly 11,600 A800-GPU hours and 1,900 GiB of additional storage
Table 2 directly reports Stage 2 training time of ~11,600 A800 GPU-hours and 1,900 GiB storage for causal ODE initialization at the 80K-video scale.
已证实 (85%) we propose causal CD as the few-step AR student initialization
The paper fully specifies the causal CD objective in Eq. 3 with mathematical formulation, and demonstrates its effectiveness through experiments.
已证实 (85%) causal ODE distillation and causal consistency distillation (CD) shares the same learning target: the flow map (or the consistency function) of the AR teacher
Same as claim_2 - mathematical analysis in Section 3.2 demonstrates both methods target the AR-conditional flow map f_φ.
已证实 (90%) At our 80K-video scale, this reduces the data curation and training cost from ∼11,600 to ∼2,900 A800-GPU hours (∼4× speedup) and the auxiliary storage from ∼1,900 GiB to zero
Table 2 directly shows Stage 2 cost reduction from ~11,600 to ~2,900 A800 GPU-hours and storage reduction from 1,900 GiB to 0 GiB for causal CD vs causal ODE.
证据不足 (70%) causal CD matches or surpasses causal ODE distillation on VBench both at the end of Stage 2 and after the asymmetric DMD stage
无法验证 (95%) Further reducing the action-conditioned variant to the frame-wise 2-step setting for fully real-time interaction is left for future work
This is explicitly stated as future work in Section 3.3. Forward-looking claims about future research directions cannot be verified from the paper.
已证实 (90%) causal DMD yields lower overall quality than causal CD
Table 2 shows causal CD consistently outperforms causal DMD across all settings: 4-step (83.42 vs 82.51), 2-step (82.88 vs 81.36), 1-step (81.02 vs 79.31).
已证实 (75%) the first few frames generated by causal DMD even appear sharper and better than those from causal CD. However, as autoregressive generation proceeds, the later frames from causal DMD rapidly drift, accompanied by severe camera shifts, and eventually degrade to an unacceptable level
This is a qualitative observation supported by Fig. 5(a) visualizations. The paper provides visual evidence of the pattern described, though this is subjective visual assessment rather than quantitative measurement.
已证实 (80%) causal DMD suffers from substantially stronger exposure bias and is therefore unsuitable as a few-step initialization
The paper provides theoretical analysis (mode-seeking behavior leading to sensitivity to accumulated errors) and empirical evidence (Table 2 showing worse performance, Fig. 5 showing degradation pattern).

... 共 37 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限与证据边界

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-16T07:10:21+00:00 · 数据来源:Paper Collector