Self-Supervised and Generalizable Tokenization for CLIP-Based 3D Understanding
Guofeng Mei, Bin Ren, Juan Liu, Luigi Riz, Xiaoshui Huang, Xu Zheng, Yongshun Gong, Ming-Hsuan Yang, Nicu Sebe, Fabio Poiesi
TL;DR
Self-Supervised and Generalizable Tokenization for CLIP-Based 3D Understanding introduces S4Token, a scale-invariant, superpoint-guided 3D tokenizer designed to bridge point clouds with frozen 2D foundation models like CLIP. It combines structure-aware oversegmentation, relative-position normalization, and a self-supervised teacher-student pretraining with cross-modal distillation to produce transferable 3D tokens for ViTs, plus a superpoint-aware feature propagation module for dense predictions. Empirical results show strong annotation-free performance in open-vocabulary part/semantic segmentation and zero-shot classification, along with notable cross-domain generalization from ShapeNet to ScanNet/S3DIS, while preserving the frozen CLIP backbone. The work highlights the tokenizer as a true bottleneck and demonstrates a modular, scalable interface that enables label-efficient 3D learning without requiring annotations or backbone fine-tuning, with implications for practical 3D understanding in robotics and AR/VR.
Abstract
Vision-language models like CLIP can offer a promising foundation for 3D scene understanding when extended with 3D tokenizers. However, standard approaches, such as k-nearest neighbor or radius-based tokenization, struggle with cross-domain generalization due to sensitivity to dataset-specific spatial scales. We present a universal 3D tokenizer designed for scale-invariant representation learning with a frozen CLIP backbone. We show that combining superpoint-based grouping with coordinate scale normalization consistently outperforms conventional methods through extensive experimental analysis. Specifically, we introduce S4Token, a tokenization pipeline that produces semantically-informed tokens regardless of scene scale. Our tokenizer is trained without annotations using masked point modeling and clustering-based objectives, along with cross-modal distillation to align 3D tokens with 2D multi-view image features. For dense prediction tasks, we propose a superpoint-level feature propagation module to recover point-level detail from sparse tokens.
