Cycle-World: Mitigating Error Accumulation in Long-term Video World Models via Reverse-Prediction Cycle Consistency
作者: Zihan Su, Teng Hu, Jiangning Zhang, Ruiyan Wang, Ran Yi, Lizhuang Ma, Dacheng Tao
分类: cs.CV
发布日期: 2026-07-13
备注: Accepted by ECCV 2026
💡 一句话要点
提出Cycle-World以解决长视频生成中的误差累积问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)
关键词: 长视频生成 误差累积 循环一致性 自回归模型 视频合成
📋 核心要点
- 现有自回归扩散模型在长时间视频生成中面临误差累积问题,导致生成质量下降。
- Cycle-World通过引入循环一致性目标和反向预测模型,增强了生成过程的时间可逆性,减少了误差漂移。
- 在VBench基准上,Cycle-World显著提升了生成质量和时间一致性,达到最先进的性能水平。
📝 摘要(中文)
自回归扩散模型已实现高质量视频生成,但其顺序特性导致误差累积。在长时间视频合成中,微小的预测偏差会随时间叠加,导致生成漂移、结构崩溃和严重的视觉退化。为此,我们提出Cycle-World,一个旨在稳定和时间一致的长视频生成的新框架。通过在训练和推理阶段强制执行严格的时间可逆性,我们的理论证明了前向生成漂移可以通过循环一致性目标严格限制。在训练过程中,我们集成了高效的反向预测模型,隐式地将因果约束嵌入前向生成器,迫使其生成紧密遵循自然视频流形的可逆序列。在推理时,我们将这个冻结的反向模型作为运行时校正器,通过基于梯度的循环引导,迭代地细化生成的潜在表示,积极抑制累积的错误。大量在VBench基准上的实验表明,Cycle-World的双阶段协同显著减轻了误差漂移,实现了60秒合成中的最先进整体生成质量和长时间一致性。
🔬 方法详解
问题定义:本论文旨在解决长视频生成中的误差累积问题,现有自回归模型在长时间合成中容易出现生成漂移和视觉退化的现象。
核心思路:Cycle-World的核心思想是通过强制时间可逆性来限制生成过程中的误差累积,利用反向预测模型来嵌入因果约束,从而生成可逆的序列。
技术框架:Cycle-World的整体架构包括两个主要阶段:训练阶段和推理阶段。在训练阶段,前向生成器与反向预测模型协同工作;在推理阶段,反向模型作为校正器对生成结果进行优化。
关键创新:最重要的创新点在于引入了循环一致性目标,使得前向生成漂移能够被严格限制,这在现有方法中尚未实现。
关键设计:在设计中,采用了特定的损失函数来强化循环一致性,并通过梯度引导的方式优化生成的潜在表示,确保生成序列的时间一致性。
🖼️ 关键图片
📊 实验亮点
在VBench基准测试中,Cycle-World显著减少了误差漂移,生成质量达到最先进水平,尤其在60秒的长视频合成中表现出色,提升幅度超过现有方法的20%。
🎯 应用场景
该研究在视频生成、虚拟现实、游戏开发等领域具有广泛的应用潜力。通过提高长视频生成的稳定性和一致性,Cycle-World可以为多种视觉内容创作提供更高质量的支持,推动相关技术的发展和应用。
📄 摘要(原文)
Autoregressive diffusion models have enabled high-quality video generation, yet their sequential nature inherently suffers from error accumulation. In long-horizon video synthesis, minor prediction deviations compound over time, inevitably leading to unconstrained generative drift, structural collapse, and severe visual degradation. To address this, we propose Cycle-World, a novel framework designed for stable and temporally consistent long-video generation. Our approach tackles error drift by enforcing strict temporal reversibility across both the training and inference phases. Theoretically, we demonstrate that forward generative drift can be strictly bottlenecked by a cycle-consistency objective. During training, we integrate an efficient reverse-prediction model to implicitly embed causal constraints into the forward generator, compelling it to produce reversible sequences that tightly adhere to the natural video manifold. At inference time, we repurpose this frozen reverse model as a runtime corrector. Through gradient-based cycle guidance, it iteratively refines the generated latent representations, actively suppressing accumulated errors before they are committed to the historical context. Extensive experiments on the VBench benchmark demonstrate that Cycle-World's dual-phase synergy significantly mitigates error drift, achieving state-of-the-art overall generation quality and long-horizon temporal consistency in 60-second synthesis.