Keep the Future, Drop the Rollout: RIFT for World Action Models
RIFT constructs full future K/V cache in one pass using learned anticipation tokens, achieving 98.8% success and reducing latency by up to 89%.
Key Findings
Methodology
This study employs a causal intervention approach to analyze the dependency of robot actions on future cache content within WAMs. By masking, reassigning, and replaying fixed future key/value caches, the authors evaluate how future values influence execution success. Experiments on LIBERO and RoboTwin-2.0 datasets compare models with different future cache constructions, revealing that action experts rely heavily on future values at specific positions. Building on these insights, RIFT uses learned anticipation tokens to generate a complete future K/V cache in a single backbone pass, maintaining the original future-read interface. The approach leverages conditional flow matching to shape anticipation states, enabling one-pass cache construction without iterative video rollout.
Key Results
- Across 40 LIBERO tasks, RIFT achieves 98.8% success, close to rollout-based methods like Joint (98.4%) and IDM (98.6%), while reducing action chunk latency by 68.2% to 89.1%. On RoboTwin-2.0, success rates reach 92.9% in clean scenes and 92.6% in randomized scenes, outperforming all evaluated methods.
- Interventions on future cache content demonstrate that action policies are highly sensitive to future values at designated positions. Replaying a fixed final-clean cache nearly preserves original execution with minimal end-effector displacement errors (~1.8cm), indicating that the content, rather than the trajectory of cache evolution, is critical.
- The proposed RIFT framework enables one-pass construction of a complete future cache, matching high success rates of multi-step rollout methods but with significantly lower latency, validating its effectiveness for real-time robotic control.
Significance
This work addresses a fundamental bottleneck in world action models—reliance on iterative video rollouts that cause high latency. By demonstrating that explicit future position representations can support rollout-level success without multiple generations, RIFT paves the way for deploying fast, efficient, and accurate robot controllers. It bridges the gap between high-fidelity future conditioning and practical real-time applications, promising significant impact in autonomous robotics, industrial automation, and beyond. The approach also offers new theoretical insights into the role of future cache content versus its trajectory, enriching the understanding of future-conditioned decision-making.
Technical Contribution
The core technical innovation lies in the design of RIFT, which employs learned anticipation tokens to fill the entire future K/V cache in a single forward pass. This replaces the traditional iterative rollout process, maintaining the original future-read interface and enabling rapid inference. The method combines conditional flow matching to shape anticipation states, a novel cache prefill strategy, and a causal intervention framework to validate the importance of future cache content. Extensive experiments confirm that a fixed, complete cache constructed in one pass can nearly match the performance of multi-step rollout-based methods, significantly reducing latency and computational costs.
Novelty
This paper is the first to demonstrate that explicit, fixed future-position representations can support high success rates in robot control without iterative video generation. Unlike prior work relying on multi-step rollout or distillation, RIFT constructs a complete future cache in a single pass using learned anticipation tokens, preserving the future read interface. This paradigm shift from trajectory-dependent to content-dependent future conditioning offers a new avenue for efficient, high-performance world action modeling.
Limitations
- The approach depends on the quality of learned anticipation tokens; in highly dynamic or unpredictable environments, the fixed cache may lack sufficient detail, reducing accuracy.
- Current models are trained on specific datasets like LIBERO and RoboTwin-2.0; generalization to unseen or more complex scenarios remains uncertain.
- While latency is reduced, the method still requires pretraining and cache prefill steps, which may pose challenges for real-time adaptation in highly dynamic settings.
Future Work
Future research will focus on enhancing anticipation token robustness, integrating multi-modal cues, and extending the framework to multi-agent systems. Exploring reinforcement learning to optimize cache prefill strategies and applying the approach to more complex, real-world environments will further validate its scalability and adaptability. Additionally, combining RIFT with online learning could enable dynamic cache updates, improving performance in unpredictable scenarios.
AI Executive Summary
Predicting and conditioning robot actions on future states is a longstanding challenge in autonomous control. Traditional methods rely heavily on iterative video rollouts, which, while effective, introduce significant latency that hampers real-time deployment. This bottleneck limits the practical application of world action models (WAMs) in dynamic, time-sensitive environments.
In response, this paper introduces RIFT, a novel framework that constructs a complete future key/value (K/V) cache in a single forward pass using learned anticipation tokens. By leveraging conditional flow matching, RIFT learns to prefill the entire future cache, enabling the robot to read future information directly without iterative video generation. This approach maintains the original future-read interface, ensuring compatibility with existing WAM architectures.
Extensive experiments on LIBERO and RoboTwin-2.0 datasets demonstrate that RIFT achieves 98.8% success across 40 LIBERO tasks, comparable to multi-step rollout methods like Joint and IDM, but with a latency reduction of up to 89%. In complex, randomized scenes, success rates remain above 92%, outperforming prior efficient variants. These results confirm that explicit future position representations, constructed in one pass, can support high-performance control without the computational burden of multiple generations.
The study also reveals that action policies are highly sensitive to future cache content, especially at specific positions, emphasizing the importance of accurate future representations. By validating that a fixed, complete cache suffices for effective control, RIFT opens new avenues for deploying fast, reliable, and scalable robotic systems. Future directions include improving anticipation robustness, extending to multi-agent scenarios, and integrating online learning for dynamic environments.
Deep Analysis
Background
The evolution of robot control has increasingly integrated deep learning-based future prediction, moving from classical model-based planning (Schrittwieser et al., 2020) to end-to-end video-conditioned policies (Li et al., 2026). Recent advances like vision-language-action models (Zitkovich et al., 2023) have demonstrated the potential of direct observation-to-action mappings, reducing inference latency. However, these approaches often depend on iterative video generation or multiple forward passes, which significantly increase deployment latency, limiting real-time applicability. Efforts such as Fast-WAM and PFD aim to reduce this overhead by removing explicit future representations during inference, but they still rely on training-time future conditioning or distillation, leaving a gap in achieving both efficiency and high success. The challenge remains to develop models that can perform future-conditioned control with minimal latency while maintaining robustness and accuracy.
Core Problem
The core problem addressed is how to eliminate the latency introduced by multi-step video rollouts in world action models without sacrificing the ability to condition actions on future states. Existing methods depend on iterative generation, which is computationally expensive and unsuitable for real-time deployment. The question is whether a fixed, complete future cache can be constructed in a single pass, enabling immediate access to future information during control. Additionally, understanding the dependency of action policies on the evolving versus static future representations is critical. Overcoming these issues requires innovative methods that can prefill future caches reliably, preserve the future read interface, and ensure high task success in complex environments.
Innovation
The key innovations include: 1) the RIFT framework, which uses learned anticipation tokens to fill the entire future K/V cache in a single backbone pass, replacing iterative rollout; 2) a causal intervention protocol that manipulates future cache content to analyze its influence on execution; 3) integration of conditional flow matching to shape anticipation states, enabling accurate one-pass cache construction; 4) maintaining the original future-read interface, ensuring compatibility with existing WAM architectures; and 5) extensive validation demonstrating near-equivalent success rates with significantly reduced latency. These innovations collectively redefine how future information is represented and utilized in robotic control.
Methodology
- �� Construct anticipation tokens: learn a set of tokens E that encode future spatial-temporal information for each layer.
- �� Cache prefill: map the first-frame observation and anticipation tokens to full future K/V caches using a shared backbone, ensuring alignment with the original future-read interface.
- �� Causal intervention: mask, reassign, or fix the cache content during evaluation to analyze the dependency of actions on future values.
- �� Conditional flow matching: train anticipation tokens by modeling the distribution of future states, enabling accurate prediction without multi-step generation.
- �� Training process: combine native video supervision, action flow matching, and auxiliary probe losses to optimize anticipation tokens.
- �� Evaluation: measure success rate and end-effector displacement errors across various interventions to validate the importance of future cache content.
- �� Deployment: perform a single cache prefill per action chunk, then execute actions solely based on the fixed cache, avoiding iterative video generation.
Experiments
Experiments involve evaluating RIFT on LIBERO's 40 tasks and RoboTwin-2.0's diverse scenes, comparing success rates and latency against baseline models like Joint, IDM, and Fast-WAM. Each model undergoes 2000 trials per task, with success rate and end-effector displacement as primary metrics. Ablation studies test the impact of cache interventions, anticipation token dimensions, and training objectives. Hyperparameters such as cache size, number of anticipation tokens, and training curriculum are optimized for performance. Results demonstrate that RIFT achieves high success with substantially lower latency, validating the hypothesis that a fixed, complete future cache suffices for effective control.
Results
RIFT attains 98.8% success on LIBERO, matching or exceeding rollout-based methods like Joint (98.4%) and IDM (98.6%), while reducing action chunk latency by 68.2% to 89.1%. On RoboTwin-2.0, success rates reach 92.9% in clean scenes and 92.6% in randomized scenarios, outperforming all other methods. Intervention experiments show that masking or reassigning future cache values significantly degrades performance, confirming the reliance of action policies on future content. Replaying a fixed final-clean cache nearly preserves original execution, indicating that a static cache can be sufficient. These findings demonstrate that one-pass cache construction can match the effectiveness of multi-step rollout, with major gains in efficiency.
Applications
This approach is directly applicable to real-time robotic control, autonomous systems, and industrial automation where low latency and high reliability are crucial. It enables deploying high-fidelity future-conditioned policies without the computational overhead of iterative video generation. The method can be integrated into existing WAM architectures with minimal modifications, facilitating rapid adaptation in dynamic environments. Long-term, this framework could support multi-agent coordination, adaptive control in unpredictable scenarios, and scalable deployment of autonomous systems in complex real-world tasks.
Limitations & Outlook
The effectiveness depends on the quality of learned anticipation tokens, which may degrade in highly unpredictable or novel environments. The fixed cache may lack sufficient detail in highly dynamic scenes, affecting control accuracy. Although latency is reduced, the initial cache prefill step introduces some overhead, and real-time online updates remain challenging. Further research is needed to enhance robustness, generalization, and online adaptability, especially in real-world, high-variance settings.
Plain Language Accessible to non-experts
想象你在厨房做饭,传统的方法就像每次都要重新准备所有食材和调料,花费很多时间。而RIFT就像提前把所有需要的调料和食材都准备好,放在一个盒子里,只需要一次性拿出来,按顺序加入,做菜速度快很多。这意味着机器人在执行任务时,不需要每次都重新“想象”未来的步骤,只要提前准备好所有信息,就能快速完成工作。这就像你提前准备好所有材料,做饭变得又快又方便。这样,机器人可以在更短时间内做出正确的动作,效率大大提高,同时还能应对更复杂的任务。
ELI14 Explained like you're 14
你知道玩游戏时,有时候你会提前想好下一步怎么走,然后快速行动,而不是每次都重新想一遍?这就是RIFT做的事情。它提前学习了未来会发生什么,把这些信息装在一个“盒子”里,只要一开始装好,之后就不用再重新想未来的每一步了。这样,机器人就可以像你一样,提前准备好所有需要的“计划”,在执行时变得更快、更聪明。它不用每次都重新“预演”未来的场景,只需要一次性把未来的关键信息装好,就能快速做出正确的动作。这样不仅节省时间,还能在复杂环境中表现得更好,就像你提前准备好所有材料,做饭就变得又快又好吃!
Abstract
World action models (WAMs) condition robot actions on predicted futures, but iterative video rollout increases deployment latency. We ask whether action generation requires the evolving rollout trajectory or only its future representation. Across four WAMs on all 40 LIBERO tasks, paired closed-loop interventions show that masking or reassigning future-cache values changes execution and reduces success, indicating sensitivity to future values and their assigned positions. For Joint and Cosmos-2, however, replaying one fixed final-clean key/value (K/V) cache nearly preserves unmodified execution, with $1.7$ to $1.9$~cm end-effector average displacement error and $97.9\%$ to $98.2\%$ success. This separates cache consumption from production: these models can reuse a fixed cache but still require iterative rollout to construct it. We therefore propose RIFT (\emph{Rollout-free Imagination via Future Tokens}), which uses learned anticipation tokens to construct a complete future K/V cache in one backbone pass while retaining the original future-read interface. On LIBERO, RIFT achieves $98.8\%$ success, close to rollout-based Joint, IDM, and LingBot-VA at $98.4\%$ to $98.6\%$, while reducing action-chunk latency by $68.2\%$ to $89.1\%$. On RoboTwin~2.0, RIFT reaches $92.9/92.6\%$ on clean/randomized scenes, the highest observed among the evaluated methods. These results support rollout-free future conditioning without iterative video generation at deployment.