Duoduo CLIP: Efficient 3D Understanding with Multi-View Images
Han-Hung Lee, Yiming Zhang, Angel X. Chang
TL;DR
This paper addresses 3D shape understanding by replacing point-cloud encoders with a multi-view image encoder that leverages pretrained 2D CLIP priors. It introduces Duoduo CLIP, which uses a multi-view shape encoder initialized from CLIP's image encoder, incorporates cross-view attention across a variable number of views $M$, and optimizes a contrastive loss among shape, image, and text modalities, averaging per-view embeddings into a single shape representation. The approach achieves state-of-the-art performance on real and synthetic datasets (e.g., Objaverse-LVIS, MVPNet, ScanObjectNN, MVImgNet) with significantly reduced compute and memory relative to point-cloud methods. These results indicate that multi-view image representations can yield better 3D-text alignment and practical scalability, with future work exploring depth/normal inputs and other SSL frameworks.
Abstract
We introduce Duoduo CLIP, a model for 3D representation learning that learns shape encodings from multi-view images instead of point clouds. The choice of multi-view images allows us to leverage 2D priors from off-the-shelf CLIP models to facilitate fine-tuning with 3D data. Our approach not only shows better generalization compared to existing point cloud methods, but also reduces GPU requirements and training time. In addition, the model is modified with cross-view attention to leverage information across multiple frames of the object which further boosts performance. Notably, our model is permutation invariant to the order of multi-view images while being pose-free. Compared to the current SOTA point cloud method that requires 480 A100 hours to train 1 billion model parameters we only require 57 A5000 hours and 87 million parameters. Multi-view images also provide more flexibility including being able to encode objects with a variable number of images, and performance scales when more views are used. In contrast, point cloud based methods require an entire scan or model of the object. We showcase this flexibility with benchmarks from images of real-world objects. Our model also achieves better performance in more fine-grained text to shape retrieval, demonstrating better text-and-shape alignment than point cloud based models.
