English

SUG: Single-dataset Unified Generalization for 3D Point Cloud Classification

Computer Vision and Pattern Recognition 2023-07-28 v2 Artificial Intelligence

Abstract

Although Domain Generalization (DG) problem has been fast-growing in the 2D image tasks, its exploration on 3D point cloud data is still insufficient and challenged by more complex and uncertain cross-domain variances with uneven inter-class modality distribution. In this paper, different from previous 2D DG works, we focus on the 3D DG problem and propose a Single-dataset Unified Generalization (SUG) framework that only leverages a single source dataset to alleviate the unforeseen domain differences faced by a well-trained source model. Specifically, we first design a Multi-grained Sub-domain Alignment (MSA) method, which can constrain the learned representations to be domain-agnostic and discriminative, by performing a multi-grained feature alignment process between the splitted sub-domains from the single source dataset. Then, a Sample-level Domain-aware Attention (SDA) strategy is presented, which can selectively enhance easy-to-adapt samples from different sub-domains according to the sample-level inter-domain distance to avoid the negative transfer. Experiments demonstrate that our SUG can boost the generalization ability for unseen target domains, even outperforming the existing unsupervised domain adaptation methods that have to access extensive target domain data. Our code is available at https://github.com/SiyuanHuang95/SUG.

Keywords

Cite

@article{arxiv.2305.09160,
  title  = {SUG: Single-dataset Unified Generalization for 3D Point Cloud Classification},
  author = {Siyuan Huang and Bo Zhang and Botian Shi and Peng Gao and Yikang Li and Hongsheng Li},
  journal= {arXiv preprint arXiv:2305.09160},
  year   = {2023}
}

Comments

Accepted by ACM MM-2023, and our code is available at https://github.com/SiyuanHuang95/SUG

R2 v1 2026-06-28T10:35:28.846Z