arXiv:2509.16098cs.CV2025-09AAAI被引 3

用2D图像特征提升3D实例分割,性能显著领先。

SegDINO3D: 3D Instance Segmentation Empowered by Both Image-Level and Object-Level 2D Features

论文配图:SegDINO3D: 3D Instance Segmentation Empowered by Both Image-Level and Object-Level 2D Features
图 1 · 摘自论文原文
  • 融合2D图像与3D点云,利用图像级和对象级特征增强3D表示。
  • 在ScanNet200上验证集和测试集分别提升8.6和6.8 mAP。
  • 通过3D锚框查询实现精准注意力,减少内存占用且保留预训练知识。

本文提出SegDINO3D,一种新型Transformer编码器-解码器框架,用于3D实例分割。由于3D训练数据通常不如2D图像丰富,SegDINO3D充分利用预训练2D检测模型的图像级和对象级特征以提升3D表示能力。模型输入包括点云及其对应的2D图像。编码阶段,通过检索对应视图的2D图像特征来丰富每个3D点,并使用3D编码器进行上下文融合。解码阶段,将3D对象查询建模为3D锚框,通过跨注意力机制从2D检测模型获得的2D对象查询中获取信息。这些2D对象查询作为紧凑的对象级表示,有效避免了需在内存中保存数千张图像特征图的难题,同时忠实保留预训练2D模型的知识。引入3D框查询还使模型能通过预测框调节跨注意力,实现更精确查询。SegDINO3D在ScanNetV2和ScanNet200基准上达到当前最优性能。尤其在具有挑战性的ScanNet200数据集上,验证集和隐藏测试集分别较之前方法提升+8.6和+6.8 mAP,证明其优越性。

原文摘要 · Abstract (English)

In this paper, we present SegDINO3D, a novel Transformer encoder-decoder framework for 3D instance segmentation. As 3D training data is generally not as sufficient as 2D training images, SegDINO3D is designed to fully leverage 2D representation from a pre-trained 2D detection model, including both image-level and object-level features, for improving 3D representation. SegDINO3D takes both a point cloud and its associated 2D images as input. In the encoder stage, it first enriches each 3D point by retrieving 2D image features from its corresponding image views and then leverages a 3D encoder for 3D context fusion. In the decoder stage, it formulates 3D object queries as 3D anchor boxes and performs cross-attention from 3D queries to 2D object queries obtained from 2D images using the 2D detection model. These 2D object queries serve as a compact object-level representation of 2D images, effectively avoiding the challenge of keeping thousands of image feature maps in the memory while faithfully preserving the knowledge of the pre-trained 2D model. The introducing of 3D box queries also enables the model to modulate cross-attention using the predicted boxes for more precise querying. SegDINO3D achieves the state-of-the-art performance on the ScanNetV2 and ScanNet200 3D instance segmentation benchmarks. Notably, on the challenging ScanNet200 dataset, SegDINO3D significantly outperforms prior methods by +8.6 and +6.8 mAP on the validation and hidden test sets, respectively, demonstrating its superiority.

3D分割多模态视觉语言目标检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。