PointDico: Contrastive 3D Representation Learning Guided by Diffusion Models
About
Self-supervised representation learning has shown significant improvement in Natural Language Processing and 2D Computer Vision. However, existing methods face difficulties in representing 3D data because of its unordered and uneven density. Through an in-depth analysis of mainstream contrastive and generative approaches, we find that contrastive models tend to suffer from overfitting, while 3D Mask Autoencoders struggle to handle unordered point clouds. This motivates us to learn 3D representations by sharing the merits of diffusion and contrast models, which is non-trivial due to the pattern difference between the two paradigms. In this paper, we propose \textit{PointDico}, a novel model that seamlessly integrates these methods. \textit{PointDico} learns from both denoising generative modeling and cross-modal contrastive learning through knowledge distillation, where the diffusion model serves as a guide for the contrastive model. We introduce a hierarchical pyramid conditional generator for multi-scale geometric feature extraction and employ a dual-channel design to effectively integrate local and global contextual information. \textit{PointDico} achieves a new state-of-the-art in 3D representation learning, \textit{e.g.}, \textbf{94.32\%} accuracy on ScanObjectNN, \textbf{86.5\%} Inst. mIoU on ShapeNetPart.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Part Segmentation | ShapeNetPart (test) | mIoU (Inst.)86.5 | 312 | |
| 3D Object Classification | ModelNet40 | -- | 62 | |
| 3D Object Classification | ScanObjectNN PB_T50_RS v1.0 | Accuracy89.1 | 26 | |
| 3D Object Classification | ModelNet 1k points 40 (test) | Accuracy92.4 | 15 | |
| 3D Object Classification | ScanObjectNN OBJ_BG v1.0 | Overall Accuracy94.32 | 14 | |
| 3D Object Classification | ScanObjectNN OBJ_ONLY v1.0 | Overall Accuracy92.6 | 14 | |
| 3D Object Classification | ModelNet 8k points 40 (test) | Accuracy0.926 | 11 | |
| 3D Object Classification | ModelNet10 | Top-1 Accuracy75.7 | 4 |