arXiv:2507.21489cs.CV2025-07ICCV被引 6

用多视图图像+大模型让CLIP实现未知类3D物体检索

Describe, Adapt and Combine: Empowering CLIP Encoders for Open-set 3D Object Retrieval

  • 用大语言模型引导CLIP,结合图文描述与视觉信息
  • 在4个数据集上平均提升10.01% mAP,显著超越现有方法
  • 仅需多视图图像,适合缺乏3D标注数据的场景

开放集3D物体检索旨在识别训练集中未出现的新类别。现有方法通常使用体素、点云和多视图图像等多种模态并训练专用主干网络,但受限于3D数据不足,泛化能力有限。由于在大规模图像-文本对上预训练,CLIP天然具备强泛化能力。本文提出仅依赖多视图图像的简单有效框架DAC,通过将CLIP与多模态大语言模型(MLLM)结合,学习通用3D表示。MLLM在训练中用于描述已见类别以对齐CLIP目标,在推理时提供关于未知物体的外部提示,补充视觉线索。为增强协同,引入加性偏置低秩适配(AB-LoRA),缓解过拟合并提升对未见类别的泛化。实验表明,仅用多视图图像,DAC在4个开放集3DOR数据集上平均提升10.01% mAP,且在基于图像和跨数据集设置下也验证了其泛化能力。代码已公开于https://github.com/wangzhichuan123/DAC。

原文摘要 · Abstract (English)

Open-set 3D object retrieval (3DOR) is an emerging task aiming to retrieve 3D objects of unseen categories beyond the training set. Existing methods typically utilize all modalities (i.e., voxels, point clouds, multi-view images) and train specific backbones before fusion. However, they still struggle to produce generalized representations due to insufficient 3D training data. Being contrastively pre-trained on web-scale image-text pairs, CLIP inherently produces generalized representations for a wide range of downstream tasks. Building upon it, we present a simple yet effective framework named Describe, Adapt and Combine (DAC) by taking only multi-view images for open-set 3DOR. DAC innovatively synergizes a CLIP model with a multi-modal large language model (MLLM) to learn generalized 3D representations, where the MLLM is used for dual purposes. First, it describes the seen category information to align with CLIP's training objective for adaptation during training. Second, it provides external hints about unknown objects complementary to visual cues during inference. To improve the synergy, we introduce an Additive-Bias Low-Rank adaptation (AB-LoRA), which alleviates overfitting and further enhances the generalization to unseen categories. With only multi-view images, DAC significantly surpasses prior arts by an average of +10.01\% mAP on four open-set 3DOR datasets. Moreover, its generalization is also validated on image-based and cross-dataset setups. Code is available at https://github.com/wangzhichuan123/DAC.

3D检索CLIP大模型开放集

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