用语言辅助提升3D语义占据预测的精度与效率
LOMA: Language-assisted Semantic Occupancy Network via Triplane Mamba
- 引入视觉-语言场景生成模块,融合语言中的几何与语义信息
- 提出三平面融合Mamba块,实现全局特征融合且计算开销低
- 在SemanticKITTI和SSCBench-KITTI360上达到新SOTA表现
基于视觉的3D占据预测因通用性和低成本成为热门研究方向。现有方法通常将图像特征投影至3D空间,并通过注意力机制学习几何信息,实现3D语义占据预测。然而,这些方法面临两大挑战:1)几何信息有限。图像本身缺乏几何信息,难以直接预测3D空间信息,尤其在大规模户外场景中;2)局部受限交互。由于注意力机制具有二次复杂度,常采用改进的局部注意力进行特征融合,导致融合范围受限。为此,本文提出一种语言辅助的3D语义占据预测网络LOMA。在所提出的视觉-语言框架中,我们首先引入一个VL感知场景生成(VSG)模块,生成场景的3D语言特征。通过视觉-语言模型,该模块从语言中提供隐式几何知识和显式语义信息。此外,我们提出三平面融合Mamba(TFM)模块,高效融合3D语言特征与3D视觉特征。该模块不仅实现全局建模,还避免过高计算成本。在SemanticKITTI和SSCBench-KITTI360数据集上的实验表明,我们的算法在几何与语义补全任务中均取得新SOTA性能。代码即将开源。
原文摘要 · Abstract (English)
Vision-based 3D occupancy prediction has become a popular research task due to its versatility and affordability. Nowadays, conventional methods usually project the image-based vision features to 3D space and learn the geometric information through the attention mechanism, enabling the 3D semantic occupancy prediction. However, these works usually face two main challenges: 1) Limited geometric information. Due to the lack of geometric information in the image itself, it is challenging to directly predict 3D space information, especially in large-scale outdoor scenes. 2) Local restricted interaction. Due to the quadratic complexity of the attention mechanism, they often use modified local attention to fuse features, resulting in a restricted fusion. To address these problems, in this paper, we propose a language-assisted 3D semantic occupancy prediction network, named LOMA. In the proposed vision-language framework, we first introduce a VL-aware Scene Generator (VSG) module to generate the 3D language feature of the scene. By leveraging the vision-language model, this module provides implicit geometric knowledge and explicit semantic information from the language. Furthermore, we present a Tri-plane Fusion Mamba (TFM) block to efficiently fuse the 3D language feature and 3D vision feature. The proposed module not only fuses the two features with global modeling but also avoids too much computation costs. Experiments on the SemanticKITTI and SSCBench-KITTI360 datasets show that our algorithm achieves new state-of-the-art performances in both geometric and semantic completion tasks. Our code will be open soon.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。