Point Cloud Quantization through Multimodal Prompting for 3D Understanding
Hongxuan Li, Wencheng Zhu, Huiying Xu, Xinzhong Zhu, Pengfei Zhu
TL;DR
This work tackles semantic gaps in 3D point cloud understanding by grounding visual features in language-derived prototypes. It introduces PCQ, a text-guided, multimodal prompting framework that discretizes continuous point-cloud features into a shared prototype space using Gumbel-Softmax, and fuses them with visual features through cross-modal attention. The method employs dual regularizations—compactness to tighten intra-class variation and separation to maximize inter-class distinctness—alongside adaptive textual prompts to refine prototypes, achieving strong results on ModelNet40 and ScanObjectNN with high parameter efficiency. The approach demonstrates robustness in few-shot and cross-dataset settings and offers interpretable prototypes with high semantic alignment, signaling practical impact for scalable, multimodal 3D understanding.
Abstract
Vector quantization has emerged as a powerful tool in large-scale multimodal models, unifying heterogeneous representations through discrete token encoding. However, its effectiveness hinges on robust codebook design. Current prototype-based approaches relying on trainable vectors or clustered centroids fall short in representativeness and interpretability, even as multimodal alignment demonstrates its promise in vision-language models. To address these limitations, we propose a simple multimodal prompting-driven quantization framework for point cloud analysis. Our methodology is built upon two core insights: 1) Text embeddings from pre-trained models inherently encode visual semantics through many-to-one contrastive alignment, naturally serving as robust prototype priors; and 2) Multimodal prompts enable adaptive refinement of these prototypes, effectively mitigating vision-language semantic gaps. The framework introduces a dual-constrained quantization space, enforced by compactness and separation regularization, which seamlessly integrates visual and prototype features, resulting in hybrid representations that jointly encode geometric and semantic information. Furthermore, we employ Gumbel-Softmax relaxation to achieve differentiable discretization while maintaining quantization sparsity. Extensive experiments on the ModelNet40 and ScanObjectNN datasets clearly demonstrate the superior effectiveness of the proposed method.
