paper-with-me

Papers

PointDGMamba: Domain Generalization of Point Cloud Classification via Generalized State Space Model

2024-08-24 · Hao Yang, Qianyu Zhou, Haijia Sun, Xiangtai Li, Fengqi Liu, Xuequan Lu, Lizhuang Ma, Shuicheng Yan

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 quadratic complexity due to using convolution neural networks or vision Transformers. In this paper, we present the first work that studies the generalizability of state space models (SSMs) in DG PCC and find that directly applying SSMs into DG PCC will encounter several challenges: the inherent topology of the point cloud tends to be disrupted and leads to noise accumulation during the serialization stage. Besides, the lack of designs in domain-agnostic feature learning and data scanning will introduce unanticipated domain-specific information into the 3D sequence data. To this end, we propose a novel framework, PointDGMamba, that excels in strong generalizability toward unseen domains and has the advantages of global receptive fields and efficient linear complexity. PointDGMamba consists of three innovative components: Masked Sequence Denoising (MSD), Sequence-wise Cross-domain Feature Aggregation (SCFA), and Dual-level Domain Scanning (DDS). In particular, MSD selectively masks out the noised point tokens of the point cloud sequences, SCFA introduces cross-domain but same-class point cloud features to encourage the model to learn how to extract more generalized features. DDS includes intra-domain scanning and cross-domain scanning to facilitate information exchange between features. In addition, we propose a new and more challenging benchmark PointDG-3to1 for multi-domain generalization. Extensive experiments demonstrate the effectiveness and state-of-the-art performance of PointDGMamba.

📄 PDF Abstract BibTeX arXiv:2408.13574

Code (1)

yxltya/pointdgmamba 공식 구현

Tasks

DenoisingDomain GeneralizationPoint Cloud ClassificationState Space Models

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DG-MVP: 3D Domain Generalization via Multiple Views of Point Clouds for Classification

2025-04-16 · Huantao Ren, Minmin Yang, Senem Velipasalar

Deep neural networks have achieved significant success in 3D point cloud classification while relying on large-scale, annotated point cloud datasets, which are labor-intensive to build. Compared to capturing data with Li…

3D Point Cloud ClassificationDomain GeneralizationPoint Cloud Classification

Self-Ensemling for 3D Point Cloud Domain Adaption

2021-12-10 · Qing Li, Xiaojiang Peng, Chuan Yan, Pan Gao 외

Recently 3D point cloud learning has been a hot topic in computer vision and autonomous driving. Due to the fact that it is difficult to manually annotate a qualitative large-scale 3D point cloud dataset, unsupervised do…

Autonomous DrivingDomain AdaptationSelf-Supervised LearningUnsupervised Domain Adaptation

PatchMixer: Rethinking network design to boost generalization for 3D point cloud understanding

2023-07-28 · Davide Boscaini, Fabio Poiesi

The recent trend in deep learning methods for 3D point cloud understanding is to propose increasingly sophisticated architectures either to better capture 3D geometries or by introducing possibly undesired inductive bias…

InvariantOODG: Learning Invariant Features of Point Clouds for Out-of-Distribution Generalization

2024-01-08 · Zhimin Zhang, Xiang Gao, Wei Hu

The convenience of 3D sensors has led to an increase in the use of 3D point clouds in various applications. However, the differences in acquisition devices or scenarios lead to divergence in the data distribution of poin…

Domain AdaptationDomain GeneralizationOut-of-Distribution GeneralizationRepresentation Learning

MetaSets:Meta-Learning on Point Sets for Generalizable Representations

2021-06-01 · CVPR 2021 6 · Chao Huang, Zhangjie Cao, Yunbo Wang, Jianmin Wang 외

Deep learning techniques for point clouds have achieved strong performance on a range of 3D vision tasks. However, it is costly to annotate large-scale point sets, making it critical to learn generalizable representation…

Domain Generalization