Researchers from Zhejiang University's OmniAI Lab have open-sourced Spatial-Interactor alongside the LSI-108K interactive spatial reasoning dataset (arXiv: 2609.23038). Addressing severe 3D hallucination in passive vision-language models, Spatial-Interactor introduces closed-loop active perception where an agent's physical camera-control actions inform subsequent spatial inferences, fully accessible under the Apache 2.0 license.
- ✓Replaces passive single-image inspection with active, multi-view camera manipulation to resolve spatial occlusions.
- ✓Releases LSI-108K, the first large-scale interactive spatial dataset spanning 108,000 closed-loop trajectories.
- ✓Improves 3D object localization, bounding box estimation, and obstacle avoidance accuracy by 33.8% on average.
- ✓Complete PyTorch training scripts, evaluation benchmarks, and checkpoints open-sourced under Apache 2.0 on GitHub.
🔗
Project Links & Resources
Direct AccessDirect access to official project resources and documentation🔬
In-Depth Technical Analysis
Core Background & Industry Pain Points Embodied robotics demands rigorous 3D spatial cognition—calculating metric depths, occlusion boundaries, and precise grasp points. However, prevailing vision-language models infer geometry purely from static monocular snapshots. Under optical ambiguities and perspective scaling, passive models suffer acute depth illusions, frequently causing robotic manipulators to miss targets or trigger hardware collisions. ### Architecture Highlights & Internals Spatial-Interactor models spatial reasoning as a closed-loop Markov decision process: an action-conditioned controller actively commands exploratory viewpoint adjustments (e.g., pan, tilt, orbital shift); cross-view self-attention integrates camera pose matrices to resolve depth ambiguities from optical parallax; and the newly released LSI-108K dataset supplies 108,000 verified closed-loop manipulation sequences. ### Authoritative Benchmarks & Measured Scores On the ScanNet-Spatial and RealManip physical benchmarks, Spatial-Interactor reduces 3D bounding-box centroid localization error by 54.2% relative to static dual-view baselines. Relational spatial inference under complex occlusions surged from 51.6% to 85.4%, elevating real-world robotic pick-and-place success to 89.2%. ### Developer Hands-on Guide Developers can clone the Apache 2.0 repository from GitHub (ZJU-OmniAI/Spatial-Interactor), connect native ROS2 or Isaac Gym camera feeds, and download pre-trained checkpoints via Hugging Face.
Discussion & Comments
0Sign in to join the discussion
Connect with AI developers to exchange benchmark insights.