SPA: 3D Spatial-Awareness Enables Effective Embodied Representation
Haoyi Zhu, Honghui Yang, Yating Wang, Jiange Yang, Limin Wang, Tong He
TL;DR
This work argues that true visual intelligence for embodied AI requires 3D spatial awareness and presents SPA, a 3D-aware pretraining framework that equips a vanilla Vision Transformer with explicit spatial understanding via differentiable neural rendering on multi-view images. SPA builds a dynamic 3D feature volume, performs differentiable volumetric rendering to produce RGB-D and semantic supervision, and optimizes a multi-term loss $L_{total} = L_{render} + \lambda_{eikonal} L_{eikonal} + \lambda_{sdf} L_{sdf} + \lambda_{free} L_{free}$. Through the largest-scale embodied evaluation to date—268 tasks across 8 simulators and more than 10 baselines—SPA consistently achieves superior mean success rates and favorable rankings, demonstrating the critical role of 3D awareness in embodied performance. The authors further show strong zero-shot transfer to real-world tasks and provide extensive ablations, including a strong correlation between camera-pose accuracy and embodied performance, underscoring the practical impact of 3D-aware representations. The work also reports open-source code and weights to accelerate future research in embodied representation learning.
Abstract
In this paper, we introduce SPA, a novel representation learning framework that emphasizes the importance of 3D spatial awareness in embodied AI. Our approach leverages differentiable neural rendering on multi-view images to endow a vanilla Vision Transformer (ViT) with intrinsic spatial understanding. We present the most comprehensive evaluation of embodied representation learning to date, covering 268 tasks across 8 simulators with diverse policies in both single-task and language-conditioned multi-task scenarios. The results are compelling: SPA consistently outperforms more than 10 state-of-the-art representation methods, including those specifically designed for embodied AI, vision-centric tasks, and multi-modal applications, while using less training data. Furthermore, we conduct a series of real-world experiments to confirm its effectiveness in practical scenarios. These results highlight the critical role of 3D spatial awareness for embodied representation learning. Our strongest model takes more than 6000 GPU hours to train and we are committed to open-sourcing all code and model weights to foster future research in embodied representation learning. Project Page: https://haoyizhu.github.io/spa/.
