paper-with-me

Papers

Data Augmentation-free Unsupervised Learning for 3D Point Cloud Understanding

2022-10-06 · Guofeng Mei, Cristiano Saltori, Fabio Poiesi, Jian Zhang, Elisa Ricci, Nicu Sebe, Qiang Wu

Unsupervised learning on 3D point clouds has undergone a rapid evolution, especially thanks to data augmentation-based contrastive methods. However, data augmentation is not ideal as it requires a careful selection of the type of augmentations to perform, which in turn can affect the geometric and semantic information learned by the network during self-training. To overcome this issue, we propose an augmentation-free unsupervised approach for point clouds to learn transferable point-level features via soft clustering, named SoftClu. SoftClu assumes that the points belonging to a cluster should be close to each other in both geometric and feature spaces. This differs from typical contrastive learning, which builds similar representations for a whole point cloud and its augmented versions. We exploit the affiliation of points to their clusters as a proxy to enable self-training through a pseudo-label prediction task. Under the constraint that these pseudo-labels induce the equipartition of the point cloud, we cast SoftClu as an optimal transport problem. We formulate an unsupervised loss to minimize the standard cross-entropy between pseudo-labels and predicted labels. Experiments on downstream applications, such as 3D object classification, part segmentation, and semantic segmentation, show the effectiveness of our framework in outperforming state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:2210.02798

Code (1)

gfmei/softclu 공식 구현 pytorch

Tasks

3D Object ClassificationContrastive LearningData AugmentationPseudo LabelSemantic Segmentation

Similar Papers 제목 키워드 기반

Bridging Domain Gap of Point Cloud Representations via Self-Supervised Geometric Augmentation

2024-09-11 · Li Yu, Hongchao Zhong, Longkun Zou, Ke Chen 외

Recent progress of semantic point clouds analysis is largely driven by synthetic data (e.g., the ModelNet and the ShapeNet), which are typically complete, well-aligned and noisy free. Therefore, representations of those …

Domain AdaptationPoint Cloud ClassificationRepresentation LearningSelf-Supervised Learning+1

DPGLA: Bridging the Gap between Synthetic and Real Data for Unsupervised Domain Adaptation in 3D LiDAR Semantic Segmentation

2025-10-27 · Wanmeng Li, Simone Mosco, Daniel Fusaro, Alberto Pretto arxiv

Annotating real-world LiDAR point clouds for use in intelligent autonomous systems is costly. To overcome this limitation, self-training-based Unsupervised Domain Adaptation (UDA) has been widely used to improve point cl…

Unsupervised Domain AdaptationLIDAR Semantic SegmentationData AugmentationPoint Clouds

A Representation Separation Perspective to Correspondences-free Unsupervised 3D Point Cloud Registration

2022-03-24 · Zhiyuan Zhang, Jiadai Sun, Yuchao Dai, Dingfu Zhou 외

3D point cloud registration in remote sensing field has been greatly advanced by deep learning based methods, where the rigid transformation is either directly regressed from the two point clouds (correspondences-free ap…

Point Cloud Registration

SE-ORNet: Self-Ensembling Orientation-aware Network for Unsupervised Point Cloud Shape Correspondence

2023-04-10 · CVPR 2023 1 · Jiacheng Deng, Chuxin Wang, Jiahao Lu, Jianfeng He 외

Unsupervised point cloud shape correspondence aims to obtain dense point-to-point correspondences between point clouds without manually annotated pairs. However, humans and some animals have bilateral symmetry and variou…

3D Dense Shape Correspondence

FreePoint: Unsupervised Point Cloud Instance Segmentation

2023-05-11 · CVPR 2024 1 · Zhikai Zhang, Jian Ding, Li Jiang, Dengxin Dai 외

Instance segmentation of point clouds is a crucial task in 3D field with numerous applications that involve localizing and segmenting objects in a scene. However, achieving satisfactory results requires a large number of…

Instance SegmentationSegmentationSemantic SegmentationUnsupervised Pre-training