RA-L 20250 citations

Enhancing 3D Instance Segmentation With Dense Connection Decoder and Layer-Aware Fusion

Duanchu Wang, Haoran Gong, Di Wang

Abstract

3D instance segmentation (3DIS) aims to identify object instances in a 3D scene by predicting binary foreground masks with corresponding semantic labels. Transformer-based methods have demonstrated strong performance by effectively capturing global context information through attention mechanisms. However, existing approaches primarily focus on capturing external relationships between scene features and instance queries, while overlooking internal dependencies between queries across decoder layers. This limitation can lead to inconsistencies in query mask predictions across layers, ultimately hindering segmentation performance and slowing model convergence. To address this, we propose the Dense Connection Decoder (DCD), a novel architecture that explicitly models dependencies between instance queries across decoder layers. Our design introduces a Fusion Module and a Memory Module to construct layer-aware hybrid states, dynamically assigning information weights to previous queries based on their decoder distance. Additionally, a Selection Module refines query features through a gating mechanism, adaptively controlling the influence of upstream information. By enforcing prediction consistency across layers, DCD not only enhances segmentation accuracy, but also accelerates model convergence. Extensive experiments on ScanNetV2, ScanNet++V2, ScanNet200, and S3DIS demonstrate that DCD outperforms existing transformer-based baselines, achieving state-of-the-art performance and faster convergence.

BibTeX
@inproceedings{ral2025_enhancing3dinsta,
  title = {Enhancing 3D Instance Segmentation With Dense Connection Decoder and Layer-Aware Fusion},
  author = {Duanchu Wang and Haoran Gong and Di Wang},
  booktitle = {RA-L 2025},
  year = {2025}
}