arXiv:2602.11007cs.CV2026-02中稿 · IEEE-TCSVT被引 4

用轻量设计提升3D实例分割效率,精度更高且计算量更少。

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

  • 分层初始化查询,结合语义与空间信息,快速覆盖场景。
  • 引入坐标引导的状态空间模型,减少冗余计算,提升精度2.5%。
  • 适合需要高效推理的大型3D场景分割任务,代码已开源。

基于查询的点云3D场景实例分割方法虽表现优异,但受限于点云稀疏性导致的查询初始化难题,且查询解码器依赖高耗能注意力机制。本文提出LaSSM,兼顾简洁性与高效性,在保持竞争力的同时显著降低计算开销。我们设计了分层语义-空间查询初始化器,通过超点融合语义线索与空间分布,实现全面场景覆盖并加速收敛。进一步提出坐标引导的状态空间模型(SSM)解码器,采用局部聚合机制聚焦几何连贯区域,并引入空间双路径SSM模块,结合坐标信息捕捉查询集内部依赖关系。该设计有效避免噪声干扰,减少冗余计算。LaSSM在最新ScanNet++ V2排行榜上位列第一,相比前最佳方法提升2.5% mAP,仅需1/3 FLOPs,充分证明其在大规模场景实例分割中的优势。同时在ScanNet、ScanNet200、S3DIS及ScanNet++ V1等基准上也表现出色,计算成本更低。大量消融实验与可视化结果验证了方法有效性。代码与权重已公开于https://github.com/RayYoh/LaSSM。

原文摘要 · Abstract (English)

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.

3D分割状态空间模型点云处理高效推理

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