Joint-MAE: 2D-3D Joint Masked Autoencoders for 3D Point Cloud Pre-training
About
Masked Autoencoders (MAE) have shown promising performance in self-supervised learning for both 2D and 3D computer vision. However, existing MAE-style methods can only learn from the data of a single modality, i.e., either images or point clouds, which neglect the implicit semantic and geometric correlation between 2D and 3D. In this paper, we explore how the 2D modality can benefit 3D masked autoencoding, and propose Joint-MAE, a 2D-3D joint MAE framework for self-supervised 3D point cloud pre-training. Joint-MAE randomly masks an input 3D point cloud and its projected 2D images, and then reconstructs the masked information of the two modalities. For better cross-modal interaction, we construct our JointMAE by two hierarchical 2D-3D embedding modules, a joint encoder, and a joint decoder with modal-shared and model-specific decoders. On top of this, we further introduce two cross-modal strategies to boost the 3D representation learning, which are local-aligned attention mechanisms for 2D-3D semantic cues, and a cross-reconstruction loss for 2D-3D geometric constraints. By our pre-training paradigm, Joint-MAE achieves superior performance on multiple downstream tasks, e.g., 92.4% accuracy for linear SVM on ModelNet40 and 86.07% accuracy on the hardest split of ScanObjectNN.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Point Cloud Classification | ModelNet40 (test) | OA94 | 297 | |
| Point Cloud Classification | ModelNet40 (test) | Accuracy94.1 | 224 | |
| 3D Point Cloud Classification | ScanObjectNN (test) | Accuracy90.11 | 92 | |
| Few-shot classification | ModelNet40 10-way 10-shot | Accuracy92.6 | 79 | |
| Few-shot classification | ModelNet40 5-way 10-shot | Accuracy96.7 | 79 | |
| Few-shot classification | ModelNet40 10-way 20-shot | Accuracy95.1 | 79 | |
| Few-shot classification | ModelNet40 5-way 20-shot | Accuracy97.9 | 79 | |
| Point Cloud Classification | ScanObjectNN OBJ_BG | Overall Accuracy90.94 | 64 | |
| Point Cloud Classification | ScanObjectNN PB_T50_RS | Overall Accuracy86.07 | 63 | |
| 3D Object Classification | ModelNet40 1k P | Accuracy94 | 61 |