NeFut Logo NeFut
Admin Login

[CS.AI] Breakthrough: SpaR3D-MoE for Adaptive 3D Spatial Reasoning from Sparse Views

Published at: 2026-07-10 22:00 Last updated: 2026-07-13 08:24
#algorithm #AI #Machine Learning

Abstract

Recent Multimodal Large Language Models (MLLMs) struggle to bridge the representational gap between 2D semantic understanding and 3D spatial geometry. Existing 3D-aware models either rely on costly 3D-specific data or utilize RGB-only inputs with heuristic sampling and monolithic, shallow fusion, which disrupt essential spatiotemporal connectivity and induce modality contention across diverse spatial tasks.

To overcome these bottlenecks, we introduce SpaR3D-MoE, an end-to-end framework that enables adaptive spatial reasoning by equipping MLLMs with geometry-aware capabilities from only sparse RGB inputs.

First, we propose an adaptive spatiotemporal manifold sampling mechanism that constructs a geometry-aware spatiotemporal graph to extract informative keyframes, effectively mitigating sequence redundancy while preserving the scene's topological connectivity.

Second, we introduce the heterogeneous geometry-inductive Mixture-of-Experts driven by an instruction-pose aware router, which adaptively routes multimodal tokens to specialized experts, resolving the cross-modal contention inherent in monolithic fusion.

Extensive experiments on VSI-Bench, ScanQA, and SQA3D demonstrate that our method achieves state-of-the-art performance. Notably, SpaR3D-MoE achieves the highest average score of 63.5 on VSI-Bench, outperforming the strongest baseline by 7.8 absolute points, alongside relative improvements of 35.4% and 51.4% in Route Plan and Relative Direction tasks, respectively.

Blogger's Review: This research significantly enhances the efficiency and accuracy of 3D spatial reasoning by introducing geometry awareness and adaptive routing mechanisms, showcasing the immense potential of sparse views in multimodal learning, and is expected to drive the advancement of more complex spatial understanding tasks.

Original Source: https://arxiv.org/abs/2607.06620

[h] Back to Home