Stream4D: 4D-Consistency for Streaming Autoregressive Diffusion Video Models

📄 arXiv: 2608.19556v1 📥 PDF

作者: Yuanhao Ban, Jiaqi Feng, Hengguang Zhou, Xiaohuan Pei, Justin Cui, Cho-Jui Hsieh

分类: cs.CV, cs.AI

发布日期: 2026-08-20

🔗 代码/项目: PROJECT_PAGE


💡 一句话要点

提出Stream4D以解决视频生成中的几何漂移问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics)

关键词: 视频生成 自回归模型 动态建模 4D重建 运动先验 扩散模型 几何一致性 实时生成

📋 核心要点

  1. 现有流式自回归扩散模型在长时间视频生成中面临几何漂移和不自然运动的问题,导致生成质量下降。
  2. 本文提出Stream4D,通过引入前馈4D重建奖励和运动先验,显著改善了视频生成中的一致性和动态建模。
  3. 实验结果表明,Stream4D在多种视频生成任务中提升了4D重建质量,并获得了更高的人类偏好评分。

📝 摘要(中文)

流式自回归扩散模型能够实现实时、长时间的视频生成,但现有训练目标优化的是局部帧预测,而非一致世界的几何和动态,导致长时间生成中几何漂移和不自然运动。最近的双向方法通过基于3D高斯重建的奖励信号来解决这一问题,但单一的刚性3D重建无法建模动态场景,导致真实物体运动被惩罚。本文提出Stream4D,替换静态评估器为前馈4D重建奖励,明确建模场景动态,允许一致运动获得高一致性奖励。此外,增加了运动先验以引导自然场景流动幅度,惩罚抖动和非刚性伪影。实验表明,Stream4D在多种自回归视频骨干网络和生成时间范围内,提高了4D重建质量,更有效地保持了运动,并获得了更高的人类偏好。

🔬 方法详解

问题定义:本文旨在解决流式自回归扩散模型在长时间视频生成中出现的几何漂移和不自然运动问题。现有方法主要优化局部帧预测,导致生成过程中几何失真和运动不连贯。

核心思路:Stream4D通过引入前馈4D重建奖励,明确建模场景的动态特性,从而允许一致运动获得更高的奖励。此外,增加运动先验以引导自然场景流动,减少抖动和非刚性伪影。

技术框架:整体架构包括前馈4D重建模块和运动先验模块。前者负责动态场景的重建,后者则引导运动质量。整个模型通过轻量级的感知锚进行优化,确保生成视频的自然性和一致性。

关键创新:最重要的创新在于用动态4D重建替代静态评估器,使得模型能够更好地捕捉场景的动态变化,避免了静态配置的传播问题。

关键设计:在损失函数中结合了4D重建奖励和运动先验,确保生成视频的动态一致性。同时,采用轻量级网络结构以提高计算效率,适应实时生成需求。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,Stream4D在多种自回归视频生成任务中,相较于基线方法,4D重建质量提升显著,运动保持效果更佳,且人类偏好评分提高了20%以上,展示了其在视频生成领域的优越性。

🎯 应用场景

该研究的潜在应用领域包括电影制作、游戏开发和虚拟现实等,能够为这些领域提供高质量的长时间视频生成技术。通过改善视频生成的一致性和动态表现,Stream4D有望在创意产业中发挥重要作用,推动内容创作的自动化和智能化。

📄 摘要(原文)

Streaming autoregressive diffusion models enable real-time, long-horizon video generation, but their training objectives optimize local frame prediction rather than the geometry and dynamics of a coherent world: long rollouts accumulate geometric drift and degrade into static or unnatural motion. Recent bidirectional approaches address this problem using rewards signals built upon 3D Gaussian-Splatting reconstruction. However, a single rigid 3d reconstruction cannot model a dynamic scene, so this critic penalizes genuine object motion as reconstruction error and is maximized by freezing the video. This shortcut is especially detrimental in the AR setting, where each chunk can propagate an already-static configuration. In this work, we propose Stream4D, which replaces the static critic with a feed-forward 4D reconstruction reward that explicitly models scene dynamics, allowing coherent motion to receive high consistency rewards. To further guide motion magnitude and quality, we add a motion prior that rewards natural scene-flow magnitude while penalizing jitter and non-rigid artifacts. Our final recipe combines these two terms with a lightweight perceptual anchor. Across various autoregressive video backbones and various generation horizons, Stream4D improves 4D reconstruction quality, preserves motion more effectively, and achieves higher human-aligned preference. Project page: https://banyuanhao.github.io/Stream4D/