DAPointMamba: Domain Adaptive Point Mamba for Point Cloud Completion
Domain adaptive point cloud completion (DA PCC) aims to narrow the geometric and semantic discrepancies between the labeled source and unlabeled target domains. Existing methods either suffer from limited receptive fields or quadratic complexity due to using CNNs or vision Transformers. In this paper, we present the first work that studies the adaptability of State Space Models (SSMs) in DA PCC and find that directly applying SSMs to DA PCC will encounter several challenges: directly serializing 3D point clouds into 1D sequences often disrupts the spatial topology and local geometric features of the target domain. Besides, the overlook of designs in the learning domain-agnostic representations hinders the adaptation performance. To address these issues, we propose a novel framework, DAPointMamba for DA PCC, that exhibits strong adaptability across domains and has the advantages of global receptive fields and efficient linear complexity. It has three novel modules. In particular, Cross-Domain Patch-Level Scanning introduces patch-level geometric correspondences, enabling effective local alignment. Cross-Domain Spatial SSM Alignment further strengthens spatial consistency by modulating patch features based on cross-domain similarity, effectively mitigating fine-grained structural discrepancies. Cross-Domain Channel SSM Alignment actively addresses global semantic gaps by interleaving and aligning feature channels. Extensive experiments on both synthetic and real-world benchmarks demonstrate that our DAPointMamba outperforms state-of-the-art methods with less computational complexity and inference latency.
Code (0)
등록된 구현이 없습니다.
Tasks
Point Cloud CompletionPoint CloudsSimilar Papers 제목 키워드 기반
PointDGMamba: Domain Generalization of Point Cloud Classification via Generalized State Space Model
Domain Generalization (DG) has been recently explored to improve the generalizability of point cloud classification (PCC) models toward unseen domains. However, they often suffer from limited receptive fields or quadrati…
DenoisingDomain GeneralizationPoint Cloud ClassificationState Space ModelsMambaFlow: A Novel and Flow-guided State Space Model for Scene Flow Estimation
Scene flow estimation aims to predict 3D motion from consecutive point cloud frames, which is of great interest in autonomous driving field. Existing methods face challenges such as insufficient spatio-temporal modeling …
Autonomous DrivingDecoderMambaScene Flow EstimationStruMamba3D: Exploring Structural Mamba for Self-supervised Point Cloud Representation Learning
Recently, Mamba-based methods have demonstrated impressive performance in point cloud representation learning by leveraging State Space Model (SSM) with the efficient context modeling ability and linear complexity. Howev…
MambaRepresentation LearningPoint Mamba: A Novel Point Cloud Backbone Based on State Space Model with Octree-Based Ordering Strategy
Recently, state space model (SSM) has gained great attention due to its promising performance, linear complexity, and long sequence modeling ability in both language and image domains. However, it is non-trivial to exten…
MambaSemantic SegmentationPamba: Enhancing Global Interaction in Point Clouds via State Space Model
Transformers have demonstrated impressive results for 3D point cloud semantic segmentation. However, the quadratic complexity of transformer makes computation costs high, limiting the number of points that can be process…
3D Semantic SegmentationMambaPoint Cloud SegmentationSemantic Segmentation+1