arXiv:2505.18819cs.CV2025-05被引 1

用轻量方法让CLIP理解3D点云,无需重新训练模型。

Parameter-Efficient CLIP Adaptation for 3D Understanding via Unified Tokenization

  • 设计统一的3D分词器UTok3D,自适应校准几何尺度。
  • 在多个3D数据集上实现零标注分割,精度达72.1%以上。
  • 适合想用现成视觉模型做3D任务的研究者和工程师。

视觉语言模型如CLIP通过大规模图文预训练获得丰富语义知识。将这些模型用于3D理解极具吸引力,因为3D文本对与密集点级标注远比2D稀少且难获取。然而,CLIP在规则2D图像块上训练,而点云具有无序、稀疏、不规则的特点。核心挑战在于构建可被冻结预训练视觉变压器解释的3D token序列,且跨异构3D域的坐标尺度差异使统一训练尤为困难。为此,我们提出参数高效的框架,学习一种尺度归一化的3D分词器,使CLIP视觉编码器能复用于点云理解。所提分词器UTok3D估计输入自适应几何尺度,校准稀疏体素化、坐标归一化、token中心计算及3D位置编码,并通过希尔伯特排序序列化结果。该共享几何规范使不同度量尺度的点云(如物体级形状、室内场景、室外激光雷达扫描)实现联合训练。分词器通过多视角图像提取的骨干模型特征进行自监督跨模态蒸馏训练,结合局部超点对齐与提出的Sinkhorn排序对比蒸馏。在ShapeNetPart、ScanNetV2、S3DIS、SemanticKITTI和nuScenes上的实验表明,配备尺度一致且符合CLIP语义的分词接口后,冻结的CLIP视觉主干可有效用于无标注3D分割。

原文摘要 · Abstract (English)

Vision-language models, such as CLIP, encode rich semantic knowledge through large-scale image-text pretraining. Reusing these models for 3D understanding is highly desirable, because 3D-text pairs and dense point-level annotations are far scarcer and more difficult to obtain than their 2D counterparts. However, CLIP is trained on regular 2D image patches, whereas point clouds are unordered, sparse, and irregular. The primary challenge lies in constructing 3D token sequences whose geometry, position, and local relations can be interpreted by a frozen, pretrained vision transformer. Moreover, coordinate-scale variations across heterogeneous 3D domains make unified training particularly challenging. To bridge these gaps, we propose a parameter-efficient framework that learns a scale-normalized 3D tokenizer, enabling the CLIP visual encoder to be reused for point-cloud understanding. Our tokenizer, named UTok3D, estimates an input-adaptive geometric scale to calibrate sparse voxelization, coordinate normalization, token-center computation, and 3D positional encoding, and serializes the resulting tokens by Hilbert ordering. This shared geometric convention makes joint training feasible across point clouds with substantially different metric scales, including object-level shapes, indoor scenes, and outdoor LiDAR scans. The tokenizer is trained without 3D annotations through self-supervised cross-modal distillation from foundation-model features extracted from multi-view images, combining local superpoint alignment with the proposed Sinkhorn Ranked Contrastive distillation. Experiments on ShapeNetPart, ScanNetV2, S3DIS, SemanticKITTI, and nuScenes show that, when equipped with a scale-consistent and CLIP-interpretable token interface, a frozen CLIP visual backbone can be effectively reused for annotation-free 3D segmentation.

3D理解CLIP分词器零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。