Spatial Memory for Out-of-Vision Manipulation in Vision-Language-Action
SOMA employs multi-view spatial memory to enable out-of-vision manipulation, boosting success rates by 10% in real-world tasks.
Key Findings
Methodology
SOMA integrates spatial memory construction, dynamic memory refinement, and contextual retrieval. Using a movable head camera, multi-view images are processed via VGGT (Wang et al., 2025b) for pose estimation, combined with YOLO (Cheng et al., 2024) and DINOv3 (Siméoni et al., 2025) for semantic extraction. These features are fused into a unified scene-semantic memory. During manipulation, similarity-aware fusion updates the memory, maintaining scene consistency. Cross-attention-based retrieval aligns instructions with memory, enabling robust reasoning when targets are outside the current view.
Key Results
- In five real-world out-of-vision tasks, SOMA achieved a success rate of 28.3%, outperforming baseline models by nearly 10%. It significantly reduced target localization time by 55% and viewpoint search by 50%, enabling near one-shot grasping. On RoboCasa GR1 and SimplerEnv, performance remained stable, demonstrating generality.
- Ablation studies show that multi-view scanning alone yields 24.1% success, while no memory models achieve only 19.8%. Full SOMA surpasses these, confirming the importance of memory mechanisms.
- Across multi-stage tasks, SOMA maintains scene consistency, reduces cumulative errors, and exhibits strong robustness under occlusion and environmental changes.
Significance
This work addresses the core limitation of view-dependent perception in VLA systems, introducing persistent spatial memory to enable manipulation beyond the current visual field. It significantly enhances autonomous robot capabilities in complex, dynamic environments, paving the way for broader deployment in industry sectors like logistics, service, and manufacturing. By integrating multi-view spatial reasoning, the approach bridges perception and cognition, advancing the development of intelligent autonomous systems.
Technical Contribution
The paper introduces a novel multi-view spatial memory framework, combining geometric pose estimation (VGGT) with deep semantic features (YOLO, DINOv3). The similarity-weighted fusion mechanism ensures temporal consistency, while cross-attention-based retrieval aligns instructions with scene context. These innovations enable persistent, globally consistent scene understanding, surpassing prior static or local methods, and facilitating high-precision out-of-vision manipulation.
Novelty
This is the first comprehensive system integrating multi-view spatial memory for out-of-vision robotic manipulation. Unlike previous static or local scene reasoning models, SOMA achieves global scene consistency and persistent memory, enabling robust operation when targets are temporarily outside the current view. This represents a significant leap in perception-driven robotic autonomy.
Limitations
- The reliance on multi-view scanning increases operation time, impacting real-time performance. In highly dynamic environments, scene changes may outpace memory updates, reducing effectiveness. Extreme occlusions or cluttered scenes still pose challenges, requiring further robustness improvements.
Future Work
Future efforts will focus on optimizing scanning strategies for faster scene acquisition, integrating reinforcement learning for adaptive memory updates, and extending the framework to multi-robot systems. Enhancing robustness in highly dynamic or cluttered scenarios remains a key goal, aiming for real-time, reliable out-of-vision manipulation in complex environments.
AI Executive Summary
Robotic systems have made significant progress in perception and manipulation, yet they still struggle with tasks where targets are temporarily outside the camera's view. Traditional models rely heavily on static or limited viewpoints, which hampers their ability to reason about occluded or out-of-view objects. This limitation becomes critical in real-world scenarios such as cluttered warehouses or dynamic homes, where objects frequently move out of sight. To address this, the authors introduce SOMA, a novel framework that leverages multi-view spatial memory to enable robots to operate beyond their immediate visual field.
SOMA's core innovation lies in constructing a persistent, unified scene-semantic memory from multiple viewpoints. Using a movable head camera, the system systematically scans the environment, estimates camera poses with VGGT, and extracts semantic features via YOLO and DINOv3. These features are fused into a comprehensive spatial map, which is continually refined during manipulation through similarity-aware updates. When executing tasks, the robot retrieves relevant scene information via cross-attention mechanisms, aligning instructions with the memory to guide precise actions even when targets are temporarily occluded.
Experimental results on five challenging real-world out-of-vision tasks demonstrate that SOMA achieves a success rate of 28.3%, surpassing baseline models by nearly 10%. It also significantly reduces target localization time and viewpoint search efforts, enabling near one-shot grasping. Additional tests on RoboCasa GR1 and SimplerEnv confirm the generality and robustness of the approach. These findings suggest that persistent spatial memory fundamentally enhances robot autonomy, especially under partial observability.
Despite these advances, challenges remain. The multi-view scanning process introduces latency, and dynamic scenes may outpace memory updates. Future work aims to optimize scanning efficiency, improve robustness in cluttered environments, and extend the framework to multi-robot coordination. Overall, SOMA marks a pivotal step toward truly autonomous, perception-aware robots capable of complex manipulation in unstructured settings.
Deep Analysis
Background
Recent advances in robotic perception, exemplified by large-scale multimodal models like CLIP and Florence, have improved scene understanding. Traditional robotic manipulation relies on static cameras and local spatial reasoning, which limits performance in cluttered or dynamic environments. Multi-view perception techniques, including geometric pose estimation (VGGT) and multi-camera fusion, have been explored but lack persistent scene representations. Spatial memory mechanisms, such as Neural Map and Memory-Augmented Networks, have been proposed to enhance scene persistence, yet they often focus on static or local scenes. The integration of multi-view spatial memory with deep semantic features remains an open challenge, crucial for enabling robots to operate beyond immediate visual input in complex real-world scenarios.
Core Problem
Current VLA models assume the target object is always visible within the current camera view, which is unrealistic in cluttered or dynamic environments. When objects are occluded or outside the field of view, models lack the ability to reason about their location, leading to task failure. This view-dependent limitation restricts the robot's operational scope, especially in multi-step or multi-object tasks requiring persistent scene understanding. Overcoming this bottleneck demands a mechanism to build and maintain a global, multi-view scene representation that supports reasoning about occluded or out-of-view objects, ensuring robust manipulation in real-world settings.
Innovation
The paper introduces a multi-view spatial memory framework that fuses geometric pose estimation (VGGT) with deep semantic features (YOLO, DINOv3). This memory is constructed through systematic scene scanning, integrating multi-view observations into a unified, object-centric map. A similarity-aware fusion mechanism ensures temporal consistency during scene updates, while cross-attention-based retrieval aligns instructions with scene context. These innovations enable the robot to maintain a persistent, globally consistent understanding of the environment, supporting out-of-vision manipulation and reducing reliance on reactive, view-dependent perception. This approach significantly advances the state-of-the-art in autonomous scene reasoning.
Methodology
- �� Spatial Memory Construction: Using a movable head camera, the robot scans the environment, estimates camera poses with VGGT, and extracts semantic features via YOLO and DINOv3. These features are lifted into 3D space and fused into a unified scene memory. • Dynamic Memory Refinement: During manipulation, new observations are integrated into the scene memory through similarity-weighted fusion, maintaining consistency over time. • Contextual Memory Retrieval: Cross-attention modules align instruction embeddings with scene memory, activating relevant spatial regions to guide manipulation. • Scene Representation: Object-level appearance features and 3D geometries are combined into memory tokens, forming a compact, geometry-aware scene map. • Real-time Updates: The memory is iteratively refined with incoming data, supporting robust reasoning under partial observability.
Experiments
The authors evaluate SOMA on five real-world out-of-vision pick-and-place tasks with increasing difficulty, involving occlusion, sequential steps, and dual-arm coordination. Success rates, localization times, and viewpoint search efforts are measured, showing significant improvements over baseline models. Additional tests on RoboCasa GR1 and SimplerEnv validate the generality of the memory mechanism under fully observable conditions. Ablation studies compare models with and without multi-view scanning and memory refinement, confirming the contribution of each component. Hyperparameters, such as scan frequency and fusion thresholds, are tuned for optimal performance, ensuring robustness across scenarios.
Results
SOMA achieves a success rate of 28.3%, outperforming models without persistent memory by nearly 10%. It reduces target localization time by 55%, viewpoint search by 50%, and enables near one-shot grasping even with partial occlusion. In multi-step and dual-arm tasks, the model maintains scene consistency and reduces error accumulation. Ablation results show that multi-view scanning alone improves success by 4%, while full memory refinement adds another 4.2%, demonstrating the effectiveness of the integrated approach. The system's robustness is further validated in dynamic, cluttered environments, confirming its practical viability.
Applications
This framework is directly applicable to autonomous warehouse robots, service robots in homes, and manufacturing automation, where targets often move out of view. It enables robots to perform complex, multi-step tasks with minimal re-scanning, reducing operational latency. The ability to maintain persistent scene understanding also benefits long-term deployment in unstructured environments, facilitating tasks like object retrieval, sorting, and assembly. Future integration with reinforcement learning could further enhance adaptability and efficiency, making robots more autonomous and reliable in real-world applications.
Limitations & Outlook
The multi-view scanning process introduces latency, limiting real-time responsiveness. Scene dynamics faster than memory updates can cause inaccuracies, especially in highly cluttered or rapidly changing environments. The approach relies on accurate geometric estimation; errors in pose estimation can propagate, affecting scene consistency. Scalability to larger environments remains a challenge, requiring more efficient memory management and faster perception algorithms. Future work should address these issues to improve robustness and applicability in diverse real-world scenarios.
Plain Language Accessible to non-experts
想象你在一个大厨房里做饭,厨房里有很多不同的角落和工具。你用手机拍摄不同角度的照片,逐步记住每个工具和食材的位置。即使你转身或被遮挡,你还能凭记忆知道它们在哪里。这个过程就像机器人用多视角相机不断观察环境,把所有信息存成一份大地图。这样,即使目标暂时看不见,它也能凭记忆找到它。这个技术让机器人像人一样聪明,能在复杂的环境中找到目标,完成任务,就像你在厨房里熟练地找到需要的工具一样。
ELI14 Explained like you're 14
想象你在玩一个寻宝游戏,你的眼睛只能看到房间的一部分,但你知道宝藏藏在哪里。你用手机拍了很多不同角度的照片,然后记住每个宝藏的位置。即使宝藏被遮挡或你转身看不到它,你也能用记忆找到它。这就像机器人用多个摄像头不断观察,把所有信息存成一份大地图。这样,即使目标暂时看不见,它也能用记忆找到目标,完成任务。这个技术让机器人变得更聪明,能在复杂环境中自主行动,就像你在房间里找到宝藏一样轻松!
Abstract
We introduce SOMA, the Spatial Memory framework for Out-of-Vision Manipulation in Vision-Language-Action (VLA) models. Most existing VLAs implicitly assume that task-relevant objects are always visible, leading to brittle and reactive behaviors when targets fall outside the camera's field of view. SOMA addresses this limitation by equipping VLAs with a persistent spatial memory constructed from multi-view observations acquired via a movable head camera, enabling reasoning beyond the current visual frustum. The framework consists of three components: Spatial Memory Construction, which aggregates angular-wise observations into a unified spatial-semantic representation through scanning; Dynamic Memory Refinement, which maintains global consistency over time; and Contextual Memory Retrieval, which activates instruction-relevant spatial cues during manipulation. We evaluate SOMA on five challenging real-world out-of-vision manipulation tasks, including multi-step and dual-arm scenarios where target objects are initially invisible. Experimental results show that SOMA not only improves task success rates, but also induces qualitatively different manipulation behaviors, with faster target localization, reduced viewpoint search, and near one-shot grasping under partial observability. Additional experiments on RoboCasa GR1 and SimplerEnv further validate the effectiveness of SOMA's memory design under conventional fully observable settings. Code will be released soon.