直接从无姿态图像生成带语义的3D场景,一次完成几何、外观和语义重建。
Large Spatial Model: End-to-end Unposed Images to Semantic 3D
- 用Transformer直接处理无姿态图像,一步到位生成语义辐射场。
- 在ScanNet上实现12.6 FPS的实时语义3D重建,速度提升显著。
- 支持语言驱动场景编辑,适合需要快速3D建模的交互应用。
从少量图像中重建并理解3D结构是计算机视觉中的经典问题。传统方法通常将任务拆分为多个步骤,如通过SfM提取特征点、优化相机参数、估计稀疏结构,再进行稠密建模,最后输入特定神经网络,过程复杂且耗时。本文提出大型空间模型(LSM),可直接将无姿态的RGB图像转换为语义辐射场。LSM在单次前向传播中同时估计几何、外观与语义,并可通过语言交互生成新视角的多样化标签图。基于Transformer架构,通过像素对齐点图整合全局几何信息;引入多尺度融合的局部上下文聚合机制,增强细粒度细节精度。为缓解3D语义数据稀缺问题并支持自然语言控制,采用预训练的2D语言分割模型构建3D一致的语义特征场。随后通过高效解码器参数化一组语义各向异性高斯体,实现端到端监督学习。大量实验表明,LSM首次实现了从无姿态图像直接统一处理多种3D视觉任务,达到实时语义3D重建,在ScanNet上达到12.6 FPS。
原文摘要 · Abstract (English)
Reconstructing and understanding 3D structures from a limited number of images is a well-established problem in computer vision. Traditional methods usually break this task into multiple subtasks, each requiring complex transformations between different data representations. For instance, dense reconstruction through Structure-from-Motion (SfM) involves converting images into key points, optimizing camera parameters, and estimating structures. Afterward, accurate sparse reconstructions are required for further dense modeling, which is subsequently fed into task-specific neural networks. This multi-step process results in considerable processing time and increased engineering complexity. In this work, we present the Large Spatial Model (LSM), which processes unposed RGB images directly into semantic radiance fields. LSM simultaneously estimates geometry, appearance, and semantics in a single feed-forward operation, and it can generate versatile label maps by interacting with language at novel viewpoints. Leveraging a Transformer-based architecture, LSM integrates global geometry through pixel-aligned point maps. To enhance spatial attribute regression, we incorporate local context aggregation with multi-scale fusion, improving the accuracy of fine local details. To tackle the scarcity of labeled 3D semantic data and enable natural language-driven scene manipulation, we incorporate a pre-trained 2D language-based segmentation model into a 3D-consistent semantic feature field. An efficient decoder then parameterizes a set of semantic anisotropic Gaussians, facilitating supervised end-to-end learning. Extensive experiments across various tasks show that LSM unifies multiple 3D vision tasks directly from unposed images, achieving real-time semantic 3D reconstruction for the first time.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。