RoboStream: Weaving Spatio-Temporal Reasoning with Memory in Vision-Language Models for Robotics

TL;DR

RoboStream employs Spatio-Temporal Fusion Tokens and Causal Spatio-Temporal Graphs to enable persistent memory and reasoning, achieving 90.5% success in long-horizon robotic tasks.

cs.RO 🔴 Advanced 2026-03-13 35 views
Yuzhi Huang Jie Wu Weijue Bu Ziyi Xiong Gaoyang Jiang Ye Li Kangye Ji Shuzhao Xie Yue Huang Chenglei Wu Jingyan Jiang Zhi Wang
robot manipulation vision-language models long-horizon planning spatio-temporal reasoning causal memory

Key Findings

Methodology

RoboStream integrates STF-Tokens, which bind visual evidence to 3D geometric attributes, enabling object grounding across steps. It constructs a CSTG to record action-triggered state transitions, maintaining causal continuity without training. The framework combines multi-modal perception, structured graph reasoning, and chain-of-thought planning within the VLM pipeline, allowing for robust long-term manipulation. Key components include geometric grounding, causal memory, and structured reasoning, all operating in a training-free manner to enhance generalization and stability.

Key Results

  • On RLBench long-horizon tasks, RoboStream achieves 90.5% success, vastly outperforming baseline methods like SoFar and VoxPoser at 11.1%, demonstrating the importance of spatio-temporal reasoning and causal memory.
  • In real-world experiments involving block stacking, disassembly, and occlusion-based restoration, success rates reach 44.4%, 66.7%, and 88.9% respectively with RoboStream-235B, showing strong real-world applicability.
  • Ablation studies reveal that removing STF-Tokens or CSTG reduces success by over 30%, confirming their critical roles in maintaining object permanence and causal consistency over extended horizons.

Significance

This work addresses fundamental challenges in long-term robotic manipulation, such as error accumulation and object occlusion. By embedding persistent spatial and causal memory directly into the planning process, RoboStream significantly advances autonomous decision-making in complex, dynamic environments. It bridges the gap between short-term reactive systems and human-like reasoning, enabling robots to perform reliable multi-step tasks without retraining or external modules. The approach has broad implications for industrial automation, service robots, and future multi-agent systems, fostering more intelligent, adaptable, and resilient robotic platforms.

Technical Contribution

The paper introduces a novel, training-free framework that combines structured spatial grounding via STF-Tokens with causal reasoning through CSTG. This integration allows for deterministic, object-centric, and causally consistent long-term planning. Unlike prior methods relying on external geometric engines or fine-tuning, RoboStream's architecture provides a unified, scalable solution that maintains persistent object identities and causal links, enabling robust multi-step reasoning and error correction in real-time.

Novelty

This is the first work to embed a training-free, structured spatio-temporal reasoning system directly into a vision-language planning framework for robotics. The combination of geometric grounding with causal graph reasoning addresses longstanding issues of object permanence and state tracking in long-horizon tasks, setting a new paradigm for autonomous manipulation. It differs fundamentally from prior approaches that depend on external modules or extensive training, offering a scalable, plug-and-play solution.

Limitations

  • The system's performance can degrade under extreme occlusion or highly dynamic environments where perception and causal inference become unreliable.
  • Dependence on RGB-D sensors makes it sensitive to lighting conditions and sensor noise, which may affect robustness.
  • Current framework does not explicitly handle multi-agent cooperation or highly unpredictable scenarios, requiring further development for such applications.

Future Work

Future directions include integrating reinforcement learning to adapt CSTG updates dynamically, improving robustness in highly dynamic scenes, and extending the framework to multi-robot systems. Enhancing perception under adverse conditions and reducing computational overhead for real-time deployment are also key research avenues.

AI Executive Summary

Long-horizon robotic manipulation remains a significant challenge in AI, primarily due to the difficulty of maintaining persistent spatial and causal understanding over multiple steps. Existing vision-language models excel in short-term tasks but falter when faced with occlusion, environment changes, and error accumulation over extended sequences. These limitations hinder robots from reliably performing complex, multi-step operations in real-world settings.

RoboStream introduces a novel framework that addresses these issues by embedding structured, training-free spatio-temporal reasoning directly into the planning process. Its core components include Spatio-Temporal Fusion Tokens (STF-Tokens), which ground visual evidence to 3D geometry, and a Causal Spatio-Temporal Graph (CSTG), which records object identities and action-triggered state transitions. This combination enables the robot to maintain object permanence, track environment changes, and reason causally about past actions without additional training or external modules.

Experimental results demonstrate that RoboStream achieves a success rate of 90.5% on RLBench long-horizon tasks, outperforming previous methods by a large margin. In real-world experiments involving block stacking, disassembly, and occlusion-based restoration, success rates reach 44.4%, 66.7%, and 88.9%, respectively, showcasing its robustness and generalization. The ablation studies confirm that both the geometric grounding and causal memory are essential for high performance.

This work significantly advances autonomous robotics by providing a scalable, interpretable, and training-free approach to long-term manipulation. It opens avenues for deploying robots in complex, unstructured environments where persistent reasoning about objects and actions is crucial. Despite its strengths, challenges remain in handling extreme occlusion and dynamic scenes, motivating future research to enhance perception robustness and multi-agent coordination. Overall, RoboStream paves the way for more intelligent, reliable, and adaptable robotic systems capable of sustained interaction in open-world scenarios.

Deep Dive

Plain Language Accessible to non-experts

想象你在厨房里做饭,你需要记住每个食材的状态、位置和变化。普通机器人就像只看一眼菜盘,记不住之前的状态,每次都要重新确认。而RoboStream就像你用笔记本,把每个食材的变化都写下来,随时可以查阅。即使有人把菜藏起来或打翻了,你也能知道原本的状态,继续做饭。这种方法让机器人像人一样,能记住过去发生的事情,理解每个动作的因果关系,确保任务顺利完成。它不仅能记住每个物体的位置,还能理解为什么物体会变动,什么时候需要调整,像你在厨房里有个聪明的助手,帮你把所有细节都记得清清楚楚,确保每一步都正确无误。

ELI14 Explained like you're 14

想象你在玩积木游戏,你要堆出一个漂亮的塔。普通机器人就像只看着眼前的积木,每次都要重新找位置,容易搞错。而这个新方法就像你用笔记本记下每个积木的具体位置和你放置的顺序。即使有积木被遮住或掉了,你还能根据记事本知道它们原本在哪里,继续搭建。这样,机器人就能记住每一步,知道哪个积木在哪,什么时候需要移动或调整,就像你在玩积木时记得每个积木的故事一样。这让机器人变得更聪明,也更可靠。

Abstract

Enabling reliable long-horizon robotic manipulation is a crucial step toward open-world embodied intelligence. However, VLM-based planners treat each step as an isolated observation-to-action mapping, forcing them to reinfer scene geometry from raw pixels at every decision point while remaining unaware of how prior actions have reshaped the environment. Despite strong short-horizon performance, these systems lack the spatio-temporal reasoning required for persistent geometric anchoring and memory of action-triggered state transitions. Without persistent state tracking, perceptual errors accumulate across the execution horizon, temporarily occluded objects are catastrophically forgotten, and these compounding failures lead to precondition violations that cascade through subsequent steps. In contrast, humans maintain a persistent mental model that continuously tracks spatial relations and action consequences across interactions rather than reconstructing them at each instant. Inspired by this human capacity for causal spatio-temporal reasoning with persistent memory, we propose RoboStream, a training-free framework that achieves geometric anchoring through Spatio-Temporal Fusion Tokens (STF-Tokens), which bind visual evidence to 3D geometric attributes for persistent object grounding, and maintains causal continuity via a Causal Spatio-Temporal Graph (CSTG) that records action-triggered state transitions across steps. This design enables the planner to trace causal chains and preserve object permanence under occlusion without additional training or fine-tuning. RoboStream achieves 90.5% on long-horizon RLBench and 44.4% on challenging real-world block-building tasks, where both SoFar and VoxPoser score 11.1%, demonstrating that spatio-temporal reasoning and causal memory are critical missing components for reliable long-horizon manipulation.

cs.RO