Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Towards Compact 3D Representations via Point Feature Enhancement Masked Autoencoders

About

Learning 3D representation plays a critical role in masked autoencoder (MAE) based pre-training methods for point cloud, including single-modal and cross-modal based MAE. Specifically, although cross-modal MAE methods learn strong 3D representations via the auxiliary of other modal knowledge, they often suffer from heavy computational burdens and heavily rely on massive cross-modal data pairs that are often unavailable, which hinders their applications in practice. Instead, single-modal methods with solely point clouds as input are preferred in real applications due to their simplicity and efficiency. However, such methods easily suffer from limited 3D representations with global random mask input. To learn compact 3D representations, we propose a simple yet effective Point Feature Enhancement Masked Autoencoders (Point-FEMAE), which mainly consists of a global branch and a local branch to capture latent semantic features. Specifically, to learn more compact features, a share-parameter Transformer encoder is introduced to extract point features from the global and local unmasked patches obtained by global random and local block mask strategies, followed by a specific decoder to reconstruct. Meanwhile, to further enhance features in the local branch, we propose a Local Enhancement Module with local patch convolution to perceive fine-grained local context at larger scales. Our method significantly improves the pre-training efficiency compared to cross-modal alternatives, and extensive downstream experiments underscore the state-of-the-art effectiveness, particularly outperforming our baseline (Point-MAE) by 5.16%, 5.00%, and 5.04% in three variants of ScanObjectNN, respectively. The code is available at https://github.com/zyh16143998882/AAAI24-PointFEMAE.

Yaohua Zha, Huizhen Ji, Jinmin Li, Rongsheng Li, Tao Dai, Bin Chen, Zhi Wang, Shu-Tao Xia• 2023

Related benchmarks

TaskDatasetResultRank
Part SegmentationShapeNetPart (test)
mIoU (Inst.)86.3
312
3D Point Cloud ClassificationModelNet40 (test)
OA94.5
297
Shape classificationModelNet40 (test)
OA94.5
255
Point Cloud ClassificationModelNet40 (test)
Accuracy94.5
224
Object ClassificationScanObjectNN OBJ_BG
Accuracy95.18
215
Object ClassificationScanObjectNN PB_T50_RS
Accuracy90.22
195
Object ClassificationScanObjectNN OBJ_ONLY
Overall Accuracy93.29
166
3D Point Cloud ClassificationScanObjectNN (test)
Accuracy90.22
92
Few-shot classificationModelNet40 10-way 10-shot
Accuracy94
79
Few-shot classificationModelNet40 10-way 20-shot
Accuracy95.8
79
Showing 10 of 39 rows

Other info

Code

Follow for update