Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

PCP-MAE: Learning to Predict Centers for Point Masked Autoencoders

About

Masked autoencoder has been widely explored in point cloud self-supervised learning, whereby the point cloud is generally divided into visible and masked parts. These methods typically include an encoder accepting visible patches (normalized) and corresponding patch centers (position) as input, with the decoder accepting the output of the encoder and the centers (position) of the masked parts to reconstruct each point in the masked patches. Then, the pre-trained encoders are used for downstream tasks. In this paper, we show a motivating empirical result that when directly feeding the centers of masked patches to the decoder without information from the encoder, it still reconstructs well. In other words, the centers of patches are important and the reconstruction objective does not necessarily rely on representations of the encoder, thus preventing the encoder from learning semantic representations. Based on this key observation, we propose a simple yet effective method, i.e., learning to Predict Centers for Point Masked AutoEncoders (PCP-MAE) which guides the model to learn to predict the significant centers and use the predicted centers to replace the directly provided centers. Specifically, we propose a Predicting Center Module (PCM) that shares parameters with the original encoder with extra cross-attention to predict centers. Our method is of high pre-training efficiency compared to other alternatives and achieves great improvement over Point-MAE, particularly surpassing it by 5.50% on OBJ-BG, 6.03% on OBJ-ONLY, and 5.17% on PB-T50-RS for 3D object classification on the ScanObjectNN dataset. The code is available at https://github.com/aHapBean/PCP-MAE.

Xiangdong Zhang, Shaofeng Zhang, Junchi Yan• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU61.3
907
Part SegmentationShapeNetPart (test)
mIoU (Inst.)86.1
312
Few-shot classificationModelNet40 10-way 20-shot
Accuracy95.9
105
Few-shot classificationModelNet40 10-way 10-shot
Accuracy93.5
105
Few-shot classificationModelNet40 5-way 20-shot
Accuracy99.1
90
Few-shot classificationModelNet40 5-way 10-shot
Accuracy97.4
90
3D Object ClassificationModelNet40
Accuracy0.94
78
ReconstructionShapeNet In-Context
CD L14
59
DenoisingShapeNet In-Context
L1 CD Error7.6
59
Point Cloud ClassificationSTPCTLS (5-fold stratified cross-validation)
Accuracy88.57
57
Showing 10 of 30 rows

Other info

Code

Follow for update