S-Agent: A New Paradigm for Spatial Intelligence Reasoning via Spatiotemporal Evidence Accumulation
This paper introduces S-Agent, a spatial tool-use agent paradigm for continuous multi-view images and videos, designed to overcome the static, stateless limitations of current Vision-Language Models (VLMs) when reasoning about dynamic 3D worlds. S-Agent reframes spatial reasoning as a spatiotemporal evidence accumulation process rather than isolated frame-level prediction. By employing a VLM as a semantic planner paired with hierarchical spatial tools that elevate 2D objects into 3D geometric evidence—which is then aggregated into higher-level spatial knowledge like counting and measurement—it achieves scene-centric understanding. Scene memory and agent memory mechanisms are introduced to integrate evidence across frames. Experiments demonstrate that S-Agent significantly boosts the performance of both open-source and proprietary VLMs without requiring any training. Furthermore, S-Agent-8B, a small model supervised fine-tuned on S-300K trajectories generated by S-Agent, substantially outperforms baselines among small models and rivals advanced proprietary models such as GPT-5.4.
Background and Context
The fundamental challenge in current artificial intelligence lies in the disconnect between static visual perception and dynamic spatial reasoning. Existing Vision-Language Models (VLMs) and enhanced agents predominantly operate under a static, stateless paradigm, relying on isolated visual observations to make inferences. This limitation is particularly acute when dealing with continuous, evolving three-dimensional worlds, where context accumulates over time and space. Traditional models struggle to maintain a coherent understanding of a scene as it changes, often failing to track object positions or infer complex spatial relationships across multiple frames. This static approach restricts their utility in real-world applications such as robotics, autonomous driving, and augmented reality, where continuous spatial awareness is critical.
To address these core pain points, researchers have introduced S-Agent, a novel spatial tool-use agent paradigm designed specifically for continuous multi-view images and videos. S-Agent represents a significant paradigm shift by reframing spatial reasoning not as a series of isolated frame-level predictions, but as a process of spatiotemporal evidence accumulation. This transformation moves spatial perception beyond frame-centric recognition toward a scene-centric understanding. By treating the environment as a continuous entity rather than a sequence of disconnected snapshots, S-Agent aims to replicate the way humans integrate visual information over time to build a robust mental map of their surroundings.
The architecture of S-Agent is built on the premise that spatial intelligence requires more than just identifying objects in a single image. It demands the ability to anchor objects in a 2D plane, elevate them into 3D geometric evidence, and aggregate this information into higher-level spatial knowledge. This includes complex attributes such as counting, measurement, directional orientation, and relative positioning. By employing a VLM as a semantic planner, the system can dynamically decide what evidence to collect, while specialized spatial tools handle the technical lifting of converting 2D observations into 3D geometric data. This modular approach allows for a more flexible and accurate interpretation of dynamic environments.
Deep Analysis
At the technical core, S-Agent constructs a highly modular reasoning loop that integrates semantic planning with geometric computation. The VLM acts as the top-level controller, generating planning instructions based on the current task. These instructions direct the system to observe specific regions or perspectives within the scene. The directives are then passed to a suite of hierarchical spatial tools, which include not only basic 2D object detection and segmentation modules but also 3D geometric reconstruction experts. These experts map 2D observational data into a unified 3D coordinate system, creating a coherent spatial representation that transcends individual viewpoints.
A critical innovation in S-Agent is its evidence aggregation mechanism. Rather than simply stacking 2D detections, the system fuses geometric information from different time steps and perspectives to form a consistent 3D scene model. This process is supported by a dual-track memory system designed to handle the complexities of continuous video streams. The Scene Memory component is responsible for updating and storing the 3D structural state of the current scene in real-time, ensuring accurate tracking of object movements and positional changes. This mechanism allows the model to maintain a persistent understanding of the environment, even as objects enter or leave the field of view.
Complementing the Scene Memory is the Agent Memory, which records historical decisions and intermediate results from the reasoning process. This memory mechanism provides essential context for subsequent steps, enabling the model to perform multi-step reasoning with greater coherence. By integrating evidence across frames and reasoning steps, S-Agent can continuously refine and correct its understanding of the scene. This capability significantly enhances robustness in tasks with long-range dependencies, where errors in early frames might otherwise propagate and compound. The system effectively avoids the pitfalls of single-frame noise or missing information by leveraging accumulated evidence over time.
Industry Impact
The introduction of S-Agent has profound implications for both the open-source community and industrial applications. One of its most significant advantages is its ability to enhance spatial intelligence without requiring additional training of the base models. As a plug-and-play inference enhancement module, S-Agent can be integrated into existing VLMs, significantly boosting their performance in spatial positioning, relative relationship judgment, and dynamic scene understanding. This lowers the barrier for developers and researchers who wish to deploy advanced spatial reasoning capabilities without the computational cost and complexity of retraining large foundation models.
Furthermore, the research team has generated the S-300K dataset, which contains high-quality spatial reasoning trajectories produced by S-Agent. This dataset serves as a valuable resource for the community, facilitating data-driven development in the field of spatial intelligence. The availability of such high-quality training data can accelerate the progress of other researchers and developers working on similar problems. The S-300K dataset represents a shift towards more structured and interpretable training data, which is crucial for improving the reliability of AI systems in safety-critical applications.
In terms of industrial application, the S-Agent paradigm is well-suited for domains that require precise understanding of complex dynamic environments. Potential use cases include autonomous driving, where vehicles must continuously track multiple objects and predict their trajectories; robotics navigation, where robots need to manipulate objects in cluttered spaces; and augmented reality (AR) or virtual reality (VR), where accurate spatial mapping is essential for user immersion. The ability to perform these tasks with high accuracy and efficiency opens up new possibilities for these technologies, making them more viable for widespread commercial adoption.
Outlook
The development of S-Agent-8B, a small model supervised fine-tuned on the S-300K trajectories, demonstrates the scalability and efficiency of this approach. Despite its smaller parameter size, S-Agent-8B substantially outperforms baseline models such as Qwen3-VL-8B and rivals advanced proprietary models like GPT-5.4 and Gemini 3. This achievement challenges the prevailing notion that superior spatial intelligence requires massive computational resources and enormous model sizes. It suggests that high-quality data and effective reasoning architectures can compensate for smaller model capacities, offering a more sustainable path for advancing AI capabilities. This efficiency has significant implications for edge computing and resource-constrained environments. The success of S-Agent-8B indicates that high-precision spatial reasoning applications can be deployed on devices with limited processing power, such as smartphones, drones, or embedded systems. This democratization of spatial intelligence could lead to a new generation of applications that operate locally and in real-time, without relying on cloud-based infrastructure. Such advancements would enhance privacy, reduce latency, and expand the reach of spatial AI technologies. Looking forward, the S-Agent framework provides a robust foundation for future research in embodied intelligence and 3D understanding. By establishing a clear methodology for spatiotemporal evidence accumulation, it offers a template for developing more sophisticated agents that can interact with the physical world. As the technology matures, we can expect to see further refinements in memory mechanisms, tool integration, and reasoning strategies. The journey from laboratory prototypes to real-world deployment is underway, and S-Agent stands as a pivotal step in bridging the gap between static visual models and dynamic spatial reasoning.
The broader impact of this research extends beyond technical metrics. It represents a philosophical shift in how we approach machine perception, moving from passive observation to active, evidence-based reasoning. This shift is crucial for creating AI systems that are not only intelligent but also reliable and trustworthy in dynamic environments. As industries continue to adopt AI for critical tasks, the ability to understand and reason about the 3D world in real-time will become an indispensable capability. S-Agent and its associated datasets and models are laying the groundwork for this future, offering a scalable and effective solution to one of the most challenging problems in artificial intelligence.