CVMay 25, 2023

DiffCLIP: Leveraging Stable Diffusion for Language Grounded 3D Classification

arXiv:2305.15957v352 citations
Originality Highly original
AI Analysis

This addresses the problem of limited 3D understanding in multi-modal models for computer vision researchers, representing a strong specific gain rather than a foundational advancement.

The paper tackles the domain gap between 2D images and 3D point clouds in CLIP models by proposing DiffCLIP, which integrates stable diffusion with ControlNet and a style-prompt generation module, achieving state-of-the-art zero-shot classification accuracies of 43.2% on ScanObjectNN OBJ_BG and 80.6% on ModelNet10.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes