paper-with-me

Papers

SnapshotNet: Self-supervised Feature Learning for Point Cloud Data Segmentation Using Minimal Labeled Data

2022-01-13 · Xingye Li, Ling Zhang, Zhigang Zhu

Manually annotating complex scene point cloud datasets is both costly and error-prone. To reduce the reliance on labeled data, a new model called SnapshotNet is proposed as a self-supervised feature learning approach, which directly works on the unlabeled point cloud data of a complex 3D scene. The SnapshotNet pipeline includes three stages. In the snapshot capturing stage, snapshots, which are defined as local collections of points, are sampled from the point cloud scene. A snapshot could be a view of a local 3D scan directly captured from the real scene, or a virtual view of such from a large 3D point cloud dataset. Snapshots could also be sampled at different sampling rates or fields of view (FOVs), thus multi-FOV snapshots, to capture scale information from the scene. In the feature learning stage, a new pre-text task called multi-FOV contrasting is proposed to recognize whether two snapshots are from the same object or not, within the same FOV or across different FOVs. Snapshots go through two self-supervised learning steps: the contrastive learning step with both part and scale contrasting, followed by a snapshot clustering step to extract higher level semantic features. Then a weakly-supervised segmentation stage is implemented by first training a standard SVM classifier on the learned features with a small fraction of labeled snapshots. The trained SVM is used to predict labels for input snapshots and predicted labels are converted into point-wise label assignments for semantic segmentation of the entire scene using a voting procedure. The experiments are conducted on the Semantic3D dataset and the results have shown that the proposed method is capable of learning effective features from snapshots of complex scene data without any labels. Moreover, the proposed method has shown advantages when comparing to the SOA method on weakly-supervised point cloud semantic segmentation.

📄 PDF Abstract BibTeX arXiv:2201.04833

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSelf-Supervised LearningSemantic SegmentationWeakly supervised segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

MortonNet: Self-Supervised Learning of Local Features in 3D Point Clouds

2019-03-30 · Ali Thabet, Humam Alwassel, Bernard Ghanem

We present a self-supervised task on point clouds, in order to learn meaningful point-wise features that encode local structure around each point. Our self-supervised network, named MortonNet, operates directly on unstru…

SegmentationSelf-Supervised LearningSemantic Segmentation

Self-Supervised Feature Learning from Partial Point Clouds via Pose Disentanglement

2022-01-09 · Meng-Shiun Tsai, Pei-Ze Chiang, Yi-Hsuan Tsai, Wei-Chen Chiu

Self-supervised learning on point clouds has gained a lot of attention recently, since it addresses the label-efficiency and domain-gap problems on point cloud tasks. In this paper, we propose a novel self-supervised fra…

DisentanglementRepresentation LearningSelf-Supervised Learning

Masked Autoencoders in 3D Point Cloud Representation Learning

2022-07-04 · Jincen Jiang, Xuequan Lu, Lizhi Zhao, Richard Dazeley 외

Transformer-based Self-supervised Representation Learning methods learn generic features from unlabeled datasets for providing useful network initialization parameters for downstream tasks. Recently, self-supervised lear…

Point Cloud CompletionPoint cloud reconstructionRepresentation LearningSelf-Supervised Learning

Self-Contrastive Learning with Hard Negative Sampling for Self-supervised Point Cloud Learning

2021-07-05 · Bi'an Du, Xiang Gao, Wei Hu, Xin Li

Point clouds have attracted increasing attention. Significant progress has been made in methods for point cloud analysis, which often requires costly human annotation as supervision. To address this issue, we propose a n…

Contrastive LearningPoint Cloud SegmentationRepresentation LearningSelf-Supervised Learning+1

A Learnable Self-supervised Task for Unsupervised Domain Adaptation on Point Clouds

2021-04-12 · Xiaoyuan Luo, Shaolei Liu, Kexue Fu, Manning Wang 외

Deep neural networks have achieved promising performance in supervised point cloud applications, but manual annotation is extremely expensive and time-consuming in supervised learning schemes. Unsupervised domain adaptat…

Domain AdaptationPoint Cloud ClassificationSelf-Supervised LearningUnsupervised Domain Adaptation