Masked Discrimination for Self-Supervised Learning on Point Clouds
Haotian Liu, Mu Cai, Yong Jae Lee
TL;DR
MaskPoint introduces a discriminative masked pretraining framework for 3D point clouds that uses occupancy-based binary classification to overcome the distribution mismatch that hampers reconstruction-based SSL. By partitioning points into masked and unmasked groups, encoding the visible groups with a Transformer, and employing a cross-attention decoder to distinguish real masked queries from randomly sampled fake points, the method learns rich, transferable representations without relying on a reconstruction objective. Evaluated across 3D classification, segmentation, few-shot learning, and detection on ShapeNet, ModelNet40, ScanObjectNN, and ScanNet, MaskPoint achieves state-of-the-art results and, notably, offers substantial pretraining speedups (e.g., 4.1x on ScanNet) over prior Transformer-based baselines. The approach demonstrates that a standard Transformer can surpass specialized 3D backbones when trained with a discriminative, occupancy-based objective, providing a scalable and effective path for self-supervised 3D understanding.
Abstract
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.
