vix.ing · top · new · best · stats · spec

DM3D: Dynamic Mamba via Offset-Guided Feature Resampling for Point Cloud Understanding

2025/12/03 by Bin Liu, Pei Liu, Liu, Bin +8
Computer Science · Engineering · Materials Science · #3D Shape Modeling and Analysis #Gaussian Processes and Bayesian Inference #Machine Learning in Materials Science #cs.CV

paper · pdf · doi:10.48550/arxiv.2512.03424

openalex publication_date 2025/12/03 · openalex created_date 2025/12/05 · openalex updated_date 2026/07/30

Abstract

State Space Models (SSMs) model long token sequences of point cloud with linear complexity, but require an unordered point cloud to be serialized. Existing methods mainly address this requirement by designing or learning a better token order. Even a well-constructed order, however, cannot preserve every local relation on an irregular 3D surface: a fixed sequence may still mix points that are close in index but distant in 3D or belong to different object parts. We propose DM3D, a dynamic Mamba architecture that preserves the base token order while adapting local feature support and state propagation. First, according to local feature context, DM3D learns spatial and sequence offsets without constructing a global permutation. Then, spatial offsets adjust the sampling anchors in 3D space, whereas sequence offsets guide feature resampling within a local sequence window, which lets different slots draw from overlapping local supports while retaining their identities. This design preserves the global prior of the original traversal, allowing each token to aggregate a more suitable local context. Second, the state update is modulated by the 3D distance between points at adjacent sequence positions, thereby reducing information propagation when these points are spatially far apart. DM3D reaches 95.2% accuracy on the ModelNet40, 93.3% accuracy on the PB_T50_RS split of ScanObjectNN, and 84.8% class mIoU on ShapeNetPart. Extensive experiments on benchmark datasets show that DM3D achieves strong and competitive performance, validating the effectiveness of local feature adaptation for point cloud understanding.

Citations

Related