SM3D: Mitigating Spectral Bias and Semantic Dilution in Point Cloud State Space Models
Bin Liu, Chunyang Wang, Xuelian Liu
TL;DR
SM3D tackles the intrinsic spectral low-pass bias of State Space Models when applied to serialized point clouds by introducing a Geometric Spectral Compensator (GSC) that injects graph-guided high-frequency geometry and a Semantic Coherence Refiner (SCR) that enforces global semantic stability via spectral anchoring. SCR has two instantiations, SCR-L (exact eigendecomposition) and SCR-C (Chebyshev polynomial approximation), enabling a precision–efficiency trade-off across tasks and scales. Empirical results across ModelNet40, ShapeNetPart, ScanObjectNN, and S3DIS demonstrate state-of-the-art accuracy and robust generalization, with compelling improvements under perturbations and few-shot settings. The approach provides a unified spectral perspective for enhancing Mamba-based point-cloud understanding, balancing geometric fidelity with semantic coherence for practical 3D perception systems.
Abstract
Point clouds are a fundamental 3D data representation that underpins various computer vision tasks. Recently, Mamba has demonstrated strong potential for 3D point cloud understanding. However, existing approaches primarily focus on point serialization, overlooking a more fundamental limitation: State Space Models (SSMs) inherently exhibit a spectral low-pass bias arising from their recursive formulation. In serialized point clouds, this bias is particularly detrimental, as it suppresses high-frequency geometric structures and progressively dilutes semantic discriminability across deep layers. To address these limitations, we propose SM3D, a spectral-aware framework designed to jointly preserve geometric fidelity and semantic consistency. First, a Geometric Spectral Compensator (GSC) is introduced to counteract the low-pass bias by explicitly injecting graph-guided high-frequency components through local Laplacian analysis, thereby restoring structural sensitivity. Second, we design a Semantic Coherence Refiner (SCR) to rectify semantic drift through frequency-aware channel recalibration. To balance theoretical precision and computational efficiency, SCR is instantiated via two pathways: an exact Laplacian eigendecomposition (SCR-L) and a linear-complexity Chebyshev polynomial approximation (SCR-C). Extensive experiments demonstrate that SM3D achieves state-of-the-art performance, including 96.0% accuracy on ModelNet40 and 86.5% mIoU on ShapeNetPart, validating its effectiveness in mitigating spectral low-pass bias and semantic dilution (Code: https://github.com/L1277471578/SM3D).
