Beyond Myopic World Models: Long-Horizon End-to-End Training for Direct Future Prediction

📄 arXiv: 2608.07420v1 📥 PDF

作者: Xinyi Li, Zaishuo Xia, Chenjie Hao, Yubei Chen

分类: cs.LG

发布日期: 2026-08-07


💡 一句话要点

提出直接预测世界模型以解决长时间预测问题

🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture)

关键词: 长时间预测 世界模型 直接预测 非递归架构 深度学习

📋 核心要点

  1. 现有世界模型多依赖短步预测,导致长时间预测时错误累积和不稳定性。
  2. 本文提出直接预测世界模型(DPWM),通过单次前向传播直接预测最终观察结果,避免递归展开。
  3. DPWM在长时间预测任务中显著优于递归基线,尤其在较长的预测范围内表现出更大的提升。

📝 摘要(中文)

世界模型旨在支持对长时间范围的想象,但大多数仍通过局部的短步预测目标进行训练,并通过递归展开自身预测进行部署。这种方法存在根本性不匹配:短步损失优化局部过渡的准确性,而长时间预测依赖于错误和梯度在整个轨迹中的传播。为此,本文提出直接预测世界模型(DPWM),一种非递归架构,通过单次前向传播将任意长度的动作序列压缩为单个嵌入,并预测最终观察结果。DPWM在连续控制和基于像素的基准测试中显著提高了长时间端点预测的准确性,尤其在预测范围增加时效果更为明显。

🔬 方法详解

问题定义:本文解决的是现有世界模型在长时间预测中的不准确性和不稳定性,现有方法通过短步预测训练,导致错误在递归推理中累积。

核心思路:论文提出的DPWM通过直接优化最终观察结果,避免了递归展开的过程,使得长时间预测训练变得可行且稳定。

技术框架:DPWM架构将任意长度的动作序列压缩为单个嵌入,并通过单次前向传播预测最终观察结果,整体流程包括输入动作序列、嵌入生成和最终预测三个主要模块。

关键创新:DPWM的核心创新在于其非递归设计,直接优化长时间预测目标,而不是依赖短步损失,这与传统方法有本质区别。

关键设计:DPWM在网络结构上采用了特定的嵌入层和预测层,损失函数设计为直接针对最终观察结果进行优化,确保了长时间预测的准确性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,DPWM在长时间端点预测任务中显著优于传统递归世界模型基线,尤其在预测范围增加时,准确性提升幅度可达30%以上,验证了训练目标对长时间预测准确性的关键作用。

🎯 应用场景

该研究的潜在应用领域包括机器人控制、自动驾驶、游戏智能体等,能够在需要长时间预测的场景中提供更高的准确性和稳定性,具有重要的实际价值和未来影响。

📄 摘要(原文)

World models are expected to support imagination over extended temporal horizons, yet most are still trained through local few-step prediction objectives and deployed by recursively rolling out their own predictions. This creates a fundamental mismatch: few-step losses optimize local transition fidelity, while long-horizon prediction depends on how errors and gradients propagate through the entire trajectory. As a result, transitions with different downstream influence on the endpoint are treated uniformly during training, and small local errors are amplified through recursive inference. We argue that long-horizon accuracy is better achieved by optimizing directly, through an end-to-end endpoint prediction objective. To instantiate this paradigm, we introduce the Direct Prediction World Model (DPWM), a non-recursive architecture that compresses an action sequence of arbitrary length into a single embedding and predicts the endpoint observation in a single forward pass. This design avoids recurrent rollout in both prediction and gradient propagation, making long-horizon end-to-end training practical at horizons where unrolled autoregressive training becomes unstable. Empirically, DPWM substantially improves long-horizon endpoint prediction over recursive world-model baselines on continuous-control and pixel-based benchmarks, with larger gains as the prediction horizon increases. We further show that recurrent baselines benefit similarly when retrained with the same long-horizon endpoint objective, supporting our central claim that the training objective, rather than the particular backbone choice, is the main driver of long-horizon prediction accuracy. Our results suggest that world models can benefit from being trained and evaluated at the temporal scales where they are ultimately used, shifting the focus from local transition modeling toward long-horizon predictive accuracy.