用跨模态掩码推理提升3D语义分割的细粒度识别能力
XMask3D: Cross-modal Mask Reasoning for Open Vocabulary 3D Semantic Segmentation
- 通过扩散模型生成精细2D掩码,实现3D与图文特征的掩码级对齐
- 融合3D全局特征增强掩码几何感知,提升开放词汇分割精度
- 适合做3D场景理解、机器人导航等需要细粒度语义识别的应用
现有开放词汇3D语义分割方法多聚焦于构建包含3D、2D和文本模态的统一特征空间。然而,传统方法如全局特征对齐或视觉语言模型蒸馏仅能建立近似对应关系,在细粒度分割边界上表现不佳。为此,我们提出一种跨模态掩码推理框架XMask3D,通过在预训练扩散模型的去噪UNet基础上构建掩码生成器,利用其对密集像素表示的精确文本控制能力,提升生成掩码的开放世界适应性。进一步将3D全局特征作为隐式条件引入预训练2D去噪UNet,使生成的掩码具备额外的3D几何感知。随后,利用生成的2D掩码对齐掩码级3D表示与视觉-语言特征空间,增强3D几何嵌入的开放词汇能力。最后,融合互补的2D与3D掩码特征,在多个基准测试中取得具有竞争力的表现。代码已公开于https://github.com/wangzy22/XMask3D。
原文摘要 · Abstract (English)
Existing methodologies in open vocabulary 3D semantic segmentation primarily concentrate on establishing a unified feature space encompassing 3D, 2D, and textual modalities. Nevertheless, traditional techniques such as global feature alignment or vision-language model distillation tend to impose only approximate correspondence, struggling notably with delineating fine-grained segmentation boundaries. To address this gap, we propose a more meticulous mask-level alignment between 3D features and the 2D-text embedding space through a cross-modal mask reasoning framework, XMask3D. In our approach, we developed a mask generator based on the denoising UNet from a pre-trained diffusion model, leveraging its capability for precise textual control over dense pixel representations and enhancing the open-world adaptability of the generated masks. We further integrate 3D global features as implicit conditions into the pre-trained 2D denoising UNet, enabling the generation of segmentation masks with additional 3D geometry awareness. Subsequently, the generated 2D masks are employed to align mask-level 3D representations with the vision-language feature space, thereby augmenting the open vocabulary capability of 3D geometry embeddings. Finally, we fuse complementary 2D and 3D mask features, resulting in competitive performance across multiple benchmarks for 3D open vocabulary semantic segmentation. Code is available at https://github.com/wangzy22/XMask3D.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。