Unsupervised Feature Learning for Point Cloud by Contrasting and Clustering With Graph Convolutional Neural Network
Ling Zhang, Zhigang Zhu

TL;DR
This paper introduces an unsupervised learning framework for 3D point cloud features using contrastive and clustering techniques with graph neural networks, reducing the need for labeled data.
Contribution
It proposes a novel two-step unsupervised learning method combining contrastive and clustering GNNs for effective feature extraction from unlabeled point clouds.
Findings
Achieved comparable classification performance to state-of-the-art methods.
Demonstrated the effectiveness of contrastive and clustering learning in 3D point cloud analysis.
Provided publicly available code for reproducibility.
Abstract
To alleviate the cost of collecting and annotating large-scale point cloud datasets, we propose an unsupervised learning approach to learn features from unlabeled point cloud "3D object" dataset by using part contrasting and object clustering with deep graph neural networks (GNNs). In the contrast learning step, all the samples in the 3D object dataset are cut into two parts and put into a "part" dataset. Then a contrast learning GNN (ContrastNet) is trained to verify whether two randomly sampled parts from the part dataset belong to the same object. In the cluster learning step, the trained ContrastNet is applied to all the samples in the original 3D object dataset to extract features, which are used to group the samples into clusters. Then another GNN for clustering learning (ClusterNet) is trained to predict the cluster ID of all the training samples. The contrasting learning forces…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications
