Paper: 2602.11007 Authors: Lei Yao, Yi Wang, Yawen Cui, Moyun Liu, Lap-Pui Chau Categories: cs.CV
Abstract
LaSSM addresses two critical bottlenecks in query-based 3D instance segmentation: inefficient query initialization and computationally expensive attention mechanisms. The method introduces a hierarchical semantic-spatial query initializer that leverages superpoints with both semantic and spatial information for comprehensive scene coverage. A novel coordinate-guided state space model (SSM) decoder then refines these queries through local aggregation and spatial dual-path processing. LaSSM achieves first place on ScanNet++ V2, outperforming previous methods by 2.5% mAP while using only one-third of the computational resources, demonstrating significant efficiency gains without sacrificing accuracy.
Key Contributions
- Hierarchical Semantic-Spatial Query Initializer: Derives query sets from superpoints by jointly considering semantic cues and spatial distribution, enabling better scene coverage and faster convergence compared to random or learned initialization strategies
- Coordinate-Guided SSM Decoder: Replaces computationally intensive attention mechanisms with state space models that progressively refine queries through local aggregation and spatial dual-path processing
- Local Aggregation Scheme: Restricts the model’s focus to geometrically coherent regions, preventing the incorporation of noisy information from distant or irrelevant points
- State-of-the-Art Efficiency: Achieves top performance on ScanNet++ V2 with 67% fewer FLOPs than previous best methods, while maintaining competitive results across multiple benchmarks
Technical Methodology
The LaSSM architecture consists of three main components working in sequence. First, the backbone network processes raw point clouds to extract multi-scale features. These features are then fed into the hierarchical semantic-spatial query initializer, which generates initial queries by analyzing superpoint representations. Unlike previous methods that use random sampling or learned embeddings, this initializer explicitly considers both the semantic content and spatial layout of the scene.
The core innovation lies in the coordinate-guided SSM decoder. Traditional query-based methods rely on cross-attention mechanisms that compute pairwise relationships between all queries and all points, leading to quadratic complexity. LaSSM replaces this with a more efficient approach: each decoder layer first performs local aggregation to gather information from spatially nearby points, then applies a spatial dual-path SSM block to capture dependencies within the query set.
The local aggregation operates by restricting each query’s receptive field to a geometrically coherent neighborhood, defined using coordinate information. This design choice is motivated by the observation that instance boundaries in 3D scenes typically correspond to spatial discontinuities. The spatial dual-path SSM block processes queries along two complementary paths—one focusing on spatial relationships and another on feature similarities—before merging the results.
Experimental Results
LaSSM demonstrates exceptional performance across multiple benchmarks. On ScanNet++ V2, it achieves 42.8% mAP, surpassing the previous best method by 2.5 points while requiring only 33% of the computational cost (measured in FLOPs). This efficiency gain is particularly significant for large-scale scene understanding applications where computational resources are constrained.
The method also shows strong generalization across different datasets. On ScanNet, it achieves 58.9% [email protected], competitive with state-of-the-art methods but with substantially lower computational requirements. Similar trends are observed on ScanNet200 (32.1% mAP), S3DIS (67.2% [email protected]), and ScanNet++ V1 (40.5% mAP), validating the approach’s robustness across varying scene complexities and annotation densities.
Ablation studies reveal that both the hierarchical query initializer and the SSM decoder contribute significantly to performance. Removing the semantic-spatial initialization reduces mAP by 3.2 points, while replacing the SSM decoder with standard attention decreases performance by 2.1 points while increasing FLOPs by 2.8x. The local aggregation scheme proves particularly important, with its removal causing a 1.8 point drop in mAP due to the incorporation of noisy information from distant regions.
Implications and Future Directions
LaSSM’s efficiency gains open new possibilities for real-time 3D scene understanding in resource-constrained environments such as mobile robotics and augmented reality applications. The 3x reduction in computational cost compared to attention-based methods makes it feasible to deploy sophisticated instance segmentation on edge devices without sacrificing accuracy.
The success of state space models in this domain suggests broader applicability beyond 3D vision. The coordinate-guided SSM architecture could potentially be adapted to other structured prediction tasks where spatial relationships play a crucial role, such as video instance segmentation or multi-object tracking.
However, several challenges remain. The method’s reliance on superpoint preprocessing introduces a dependency on the quality of initial oversegmentation. Future work could explore end-to-end learning of hierarchical representations or adaptive superpoint generation based on scene complexity. Additionally, while LaSSM excels at large-scale scenes, its performance on small objects or thin structures could be further improved through multi-scale processing or boundary refinement modules.
Takeaways
- LaSSM achieves state-of-the-art 3D instance segmentation on ScanNet++ V2 (42.8% mAP) with 67% fewer FLOPs than previous methods, demonstrating that efficiency and accuracy are not mutually exclusive
- Hierarchical semantic-spatial query initialization provides better scene coverage and faster convergence than random or learned initialization strategies by explicitly considering both semantic content and spatial distribution
- State space models can effectively replace attention mechanisms in 3D vision tasks, offering linear complexity while maintaining the ability to capture long-range dependencies through coordinate-guided processing
- Local aggregation schemes that restrict receptive fields to geometrically coherent regions prevent the incorporation of noisy information and improve instance boundary prediction
- The method’s strong performance across multiple benchmarks (ScanNet, ScanNet200, S3DIS, ScanNet++ V1/V2) validates its generalization capability and robustness to varying scene complexities
论文: 2602.11007 作者: Lei Yao, Yi Wang, Yawen Cui, Moyun Liu, Lap-Pui Chau 分类: cs.CV
摘要
LaSSM针对基于查询的3D实例分割中的两个关键瓶颈问题:低效的查询初始化和计算密集的注意力机制。该方法引入了层次化语义-空间查询初始化器,利用包含语义和空间信息的超点实现全面的场景覆盖。随后,一个新颖的坐标引导状态空间模型(SSM)解码器通过局部聚合和空间双路径处理来精炼这些查询。LaSSM在ScanNet++ V2上获得第一名,相比之前的方法提升2.5% mAP,同时仅使用三分之一的计算资源,展示了在不牺牲精度的情况下实现显著效率提升的能力。
主要贡献
- 层次化语义-空间查询初始化器: 从超点中导出查询集,同时考虑语义线索和空间分布,相比随机或学习式初始化策略实现更好的场景覆盖和更快的收敛速度
- 坐标引导的SSM解码器: 用状态空间模型替代计算密集的注意力机制,通过局部聚合和空间双路径处理逐步精炼查询
- 局部聚合方案: 将模型的关注范围限制在几何连贯的区域内,防止来自远距离或不相关点的噪声信息干扰
- 最优效率表现: 在ScanNet++ V2上达到顶尖性能,计算量比之前最佳方法减少67%,同时在多个基准测试上保持竞争力
技术方法
LaSSM架构由三个主要组件依次协作。首先,骨干网络处理原始点云以提取多尺度特征。这些特征随后输入到层次化语义-空间查询初始化器中,通过分析超点表示生成初始查询。与使用随机采样或学习嵌入的先前方法不同,该初始化器明确考虑场景的语义内容和空间布局。
核心创新在于坐标引导的SSM解码器。传统的基于查询的方法依赖交叉注意力机制,计算所有查询与所有点之间的成对关系,导致二次复杂度。LaSSM用更高效的方法替代了这一机制:每个解码器层首先执行局部聚合,从空间邻近点收集信息,然后应用空间双路径SSM块来捕获查询集内的依赖关系。
局部聚合通过使用坐标信息将每个查询的感受野限制在几何连贯的邻域内来运作。这一设计选择源于以下观察:3D场景中的实例边界通常对应于空间不连续性。空间双路径SSM块沿两条互补路径处理查询——一条关注空间关系,另一条关注特征相似性——然后合并结果。
实验结果
LaSSM在多个基准测试上展现出卓越性能。在ScanNet++ V2上,它达到42.8% mAP,超越之前最佳方法2.5个百分点,同时仅需要33%的计算成本(以FLOPs衡量)。这一效率提升对于计算资源受限的大规模场景理解应用尤为重要。
该方法在不同数据集上也显示出强大的泛化能力。在ScanNet上达到58.9% [email protected],与最先进方法竞争但计算需求大幅降低。在ScanNet200(32.1% mAP)、S3DIS(67.2% [email protected])和ScanNet++ V1(40.5% mAP)上观察到类似趋势,验证了该方法在不同场景复杂度和标注密度下的鲁棒性。
消融实验表明,层次化查询初始化器和SSM解码器都对性能有显著贡献。移除语义-空间初始化会使mAP降低3.2个百分点,而用标准注意力替换SSM解码器会使性能下降2.1个百分点,同时FLOPs增加2.8倍。局部聚合方案尤为重要,移除它会导致mAP下降1.8个百分点,原因是引入了来自远距离区域的噪声信息。
影响与未来方向
LaSSM的效率提升为资源受限环境中的实时3D场景理解开辟了新可能性,例如移动机器人和增强现实应用。相比基于注意力的方法,计算成本降低3倍使得在边缘设备上部署复杂的实例分割成为可能,且不牺牲精度。
状态空间模型在该领域的成功表明其具有超越3D视觉的更广泛适用性。坐标引导的SSM架构可能适用于其他空间关系起关键作用的结构化预测任务,如视频实例分割或多目标跟踪。
然而,仍存在一些挑战。该方法对超点预处理的依赖引入了对初始过分割质量的依赖性。未来工作可以探索端到端学习层次化表示,或基于场景复杂度的自适应超点生成。此外,虽然LaSSM在大规模场景中表现出色,但其在小物体或细薄结构上的性能可通过多尺度处理或边界精炼模块进一步改进。
要点总结
- LaSSM在ScanNet++ V2上实现最优3D实例分割性能(42.8% mAP),计算量比之前方法减少67%,证明效率与精度并非相互排斥
- 层次化语义-空间查询初始化通过明确考虑语义内容和空间分布,提供比随机或学习式初始化策略更好的场景覆盖和更快的收敛速度
- 状态空间模型可以有效替代3D视觉任务中的注意力机制,提供线性复杂度的同时通过坐标引导处理保持捕获长程依赖的能力
- 将感受野限制在几何连贯区域的局部聚合方案防止噪声信息的引入,改善实例边界预测
- 该方法在多个基准测试(ScanNet、ScanNet200、S3DIS、ScanNet++ V1/V2)上的强劲表现验证了其泛化能力和对不同场景复杂度的鲁棒性