DiffCLIP: Leveraging Stable Diffusion for Language Grounded 3D Classification
Sitian Shen, Zilin Zhu, Linqian Fan, Harry Zhang, Xinxiao Wu
TL;DR
This work tackles the domain gap between 2D CLIP pre-training and 3D point clouds, which hampers zero-shot 3D classification. It introduces DiffCLIP, a dual-branch framework that stylizes 3D projections into CLIP-friendly 2D inputs using stable diffusion with ControlNet, and augments the textual branch with a style-prompt generator for few-shot tasks. Key components include multi-view realistic projection, diffusion-based style transfer, and a meta-net–driven style-prompt mechanism, with two strategies for final prediction fusion. On ModelNet10/40 and ScanObjectNN, DiffCLIP achieves state-of-the-art zero-shot performance on OBJ_BG and competitive zero-shot scores on ModelNet10, while offering strong few-shot gains, demonstrating effective cross-domain alignment for 3D understanding.
Abstract
Large pre-trained models have had a significant impact on computer vision by enabling multi-modal learning, where the CLIP model has achieved impressive results in image classification, object detection, and semantic segmentation. However, the model's performance on 3D point cloud processing tasks is limited due to the domain gap between depth maps from 3D projection and training images of CLIP. This paper proposes DiffCLIP, a new pre-training framework that incorporates stable diffusion with ControlNet to minimize the domain gap in the visual branch. Additionally, a style-prompt generation module is introduced for few-shot tasks in the textual branch. Extensive experiments on the ModelNet10, ModelNet40, and ScanObjectNN datasets show that DiffCLIP has strong abilities for 3D understanding. By using stable diffusion and style-prompt generation, DiffCLIP achieves an accuracy of 43.2\% for zero-shot classification on OBJ\_BG of ScanObjectNN, which is state-of-the-art performance, and an accuracy of 80.6\% for zero-shot classification on ModelNet10, which is comparable to state-of-the-art performance.
