Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LaSSM: Efficient Semantic-Spatial Query Decoding via Local Aggregation and State Space Models for 3D Instance Segmentation

About

Query-based 3D scene instance segmentation from point clouds has attained notable performance. However, existing methods suffer from the query initialization dilemma due to the sparse nature of point clouds and rely on computationally intensive attention mechanisms in query decoders. We accordingly introduce LaSSM, prioritizing simplicity and efficiency while maintaining competitive performance. Specifically, we propose a hierarchical semantic-spatial query initializer to derive the query set from superpoints by considering both semantic cues and spatial distribution, achieving comprehensive scene coverage and accelerated convergence. We further present a coordinate-guided state space model (SSM) decoder that progressively refines queries. The novel decoder features a local aggregation scheme that restricts the model to focus on geometrically coherent regions and a spatial dual-path SSM block to capture underlying dependencies within the query set by integrating associated coordinates information. Our design enables efficient instance prediction, avoiding the incorporation of noisy information and reducing redundant computation. LaSSM ranks first place on the latest ScanNet++ V2 leaderboard, outperforming the previous best method by 2.5% mAP with only 1/3 FLOPs, demonstrating its superiority in challenging large-scale scene instance segmentation. LaSSM also achieves competitive performance on ScanNet, ScanNet200, S3DIS and ScanNet++ V1 benchmarks with less computational cost. Extensive ablation studies and qualitative results validate the effectiveness of our design. The code and weights are available at https://github.com/RayYoh/LaSSM.

Lei Yao, Yi Wang, Yawen Cui, Moyun Liu, Lap-Pui Chau• 2026

Related benchmarks

TaskDatasetResultRank
3D Instance SegmentationScanNet V2 (val)
Average AP5078.1
195
3D Instance SegmentationScanNet v2 (test)
mAP57.9
135
3D Instance SegmentationS3DIS (Area 5)
mAP@50% IoU69.4
106
3D Instance SegmentationScanNet200 (val)
mAP29.3
52
3D Instance SegmentationScanNet++ V1 (val)
AP5035.8
12
3D Instance SegmentationScanNet++ V1 (test)
mAP25.2
7
3D Instance SegmentationScanNet++ V2 (test)
mAP32.4
7
3D Instance SegmentationScanNet++ V2 (val)
AP@5043.5
6
Showing 8 of 8 rows

Other info

Follow for update