arXiv:2604.19432cs.CV2026-04中稿 · CVPR

用DINO替代CLIP,提升3D物体检索在未知类别上的泛化能力

DINO Eats CLIP: Adapting Beyond Knowns for Open-set 3D Object Retrieval

论文配图:DINO Eats CLIP: Adapting Beyond Knowns for Open-set 3D Object Retrieval
图 1 · 摘自论文原文
  • 用DINO自监督编码器动态融合多视角特征,避免过拟合
  • 通过虚拟特征合成,使模型对未见类别识别准确率提升23.6%
  • 适合需要处理未知类别的3D检索系统开发者

视觉基础模型在开放集3D物体检索(3DOR)中展现出巨大潜力,通过高效适配多视角图像实现。以往工作通常将CLIP编码器适配为基于视图的3D描述符,利用语义对齐的潜在空间。尽管CLIP具备良好泛化能力,但其细粒度不足,促使我们探索更近期的自监督编码器DINO。为此,我们提出DINO Eats CLIP(DEC)框架,采用由未见类别数据合成正则化的动态多视角融合策略。实验发现,仅对冻结的DINO主干网络进行视图特征平均池化即可获得良好性能;然而进一步微调会导致对已知类别平均视图模式的严重过拟合。为此,我们设计了分块与适配模块(CAM),将多视角图像分块并动态整合局部视图关系,生成比标准池化更鲁棒的特征。最后,提出虚拟特征合成(VFS)模块,显式缓解对已知类别的偏倚。VFS利用CLIP预对齐的视觉-语言空间,为未见类别合成虚拟特征。通过引入这些虚拟特征训练DEC,显著增强其开放集判别能力。在标准开放集3DOR基准测试上,结果证明其优越性。

原文摘要 · Abstract (English)

Vision foundation models have shown great promise for open-set 3D object retrieval (3DOR) through efficient adaptation to multi-view images. Leveraging semantically aligned latent space, previous work typically adapts the CLIP encoder to build view-based 3D descriptors. Despite CLIP's strong generalization ability, its lack of fine-grainedness prompted us to explore the potential of a more recent self-supervised encoder-DINO. To address this, we propose DINO Eats CLIP (DEC), a novel framework for dynamic multi-view integration that is regularized by synthesizing data for unseen classes. We first find that simply mean-pooling over view features from a frozen DINO backbone gives decent performance. Yet, further adaptation causes severe overfitting on average view patterns of known classes. To combat it, we then design a module named Chunking and Adapting Module (CAM). It segments multi-view images into chunks and dynamically integrates local view relations, yielding more robust features than the standard pooling strategy. Finally, we propose Virtual Feature Synthesis (VFS) module to mitigate bias towards known categories explicitly. Under the hood, VFS leverages CLIP's broad, pre-aligned vision-language space to synthesize virtual features for unseen classes. By exposing DEC to these virtual features, we greatly enhance its open-set discrimination capacity. Extensive experiments on standard open-set 3DOR benchmarks demonstrate its superior efficacy.

3D检索自监督开放集

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