arXiv Analytics

Sign in

arXiv:2203.11183 [cs.CV]AbstractReferencesReviewsResources

Masked Discrimination for Self-Supervised Learning on Point Clouds

Haotian Liu, Mu Cai, Yong Jae Lee

Published 2022-03-21, updated 2022-08-01Version 2

Masked autoencoding has achieved great success for self-supervised learning in the image and language domains. However, mask based pretraining has yet to show benefits for point cloud understanding, likely due to standard backbones like PointNet being unable to properly handle the training versus testing distribution mismatch introduced by masking during training. In this paper, we bridge this gap by proposing a discriminative mask pretraining Transformer framework, MaskPoint}, for point clouds. Our key idea is to represent the point cloud as discrete occupancy values (1 if part of the point cloud; 0 if not), and perform simple binary classification between masked object points and sampled noise points as the proxy task. In this way, our approach is robust to the point sampling variance in point clouds, and facilitates learning rich representations. We evaluate our pretrained models across several downstream tasks, including 3D shape classification, segmentation, and real-word object detection, and demonstrate state-of-the-art results while achieving a significant pretraining speedup (e.g., 4.1x on ScanNet) compared to the prior state-of-the-art Transformer baseline. Code is available at https://github.com/haotian-liu/MaskPoint.

Comments: ECCV 2022; Code: https://github.com/haotian-liu/MaskPoint
Categories: cs.CV
Related articles: Most relevant | Search more
arXiv:2001.04803 [cs.CV] (Published 2020-01-14)
Improving Semantic Analysis on Point Clouds via Auxiliary Supervision of Local Geometric Priors
arXiv:2210.15194 [cs.CV] (Published 2022-10-27)
Few-shot Image Generation via Masked Discrimination
arXiv:2105.11605 [cs.CV] (Published 2021-05-25)
TransLoc3D : Point Cloud based Large-scale Place Recognition using Adaptive Receptive Fields