arXiv:2605.18464cs.CV2026-05

用少量参数实现CLIP模型的高效推理,通过迭代优化隐空间表示提升性能。

PERL: Parameter Efficient Reasoning in CLIP Latent Space

论文配图:PERL: Parameter Efficient Reasoning in CLIP Latent Space
图 1 · 摘自论文原文
  • 在冻结CLIP基础上引入轻量级推理模块,通过反复迭代优化隐空间特征。
  • 仅用约6000个可训练参数,在15个基准上实现顶尖的新类识别与跨域迁移表现。
  • 适合资源受限场景下快速适配视觉语言模型,尤其适合少样本学习任务。

对比学习训练的视觉-语言模型(如CLIP)通过将图像与文本对齐到共享嵌入空间,实现了强大的零样本迁移能力。然而,在不损害其开放词汇泛化能力的前提下,将这些模型适配到下游任务仍具挑战性。现有参数高效适配方法主要通过学习提示、适配器或多模态变换来提升任务专属性,其适应能力依赖于额外可训练参数。受语言模型中隐空间推理方法的启发,我们提出一种互补视角:能否通过在隐表示上的迭代推理而非单纯增加参数数量来实现适配?我们提出了PERL(Parameter-Efficient Reasoning in CLIP Latent Space),一个轻量级适配框架,仅通过一个紧凑的共享推理模块,在多个细化步骤中递归作用于冻结的CLIP模型。每一步,PERL根据当前表示生成一个隐式推理标记,并注入中间编码层,逐步优化高层语义表示,同时保持CLIP预训练的多模态结构。在涵盖基础到新类泛化、跨数据集迁移及分布外ImageNet变体的15个基准上,PERL在快速适应的少样本设置下,相比其他方法展现出最优的参数-性能权衡,仅需约6000个可训练参数,比最大对比方法减少高达817倍。结果表明,迭代隐空间推理为判别性视觉-语言模型提供了与参数扩展互补的适配机制。

原文摘要 · Abstract (English)

Contrastively trained vision-language models such as CLIP provide strong zero-shot transfer by aligning images and text in a shared embedding space. However, adapting these models to downstream tasks without degrading their open-vocabulary generalization remains challenging. Existing parameter-efficient adaptation methods typically improve task specialization through learned prompts, adapters, or multimodal transformations, where adaptation capacity is primarily expressed through additional trainable parameters. Inspired by recent latent reasoning methods in language models, we investigate a complementary perspective: can adaptation emerge from iterative reasoning on latent representations rather than from increasing parameter count alone? We introduce PERL (Parameter-Efficient Reasoning in CLIP Latent Space), a lightweight adaptation framework that augments a frozen CLIP model with a compact shared reasoning module applied recurrently across refinement steps. At each step, PERL generates a latent reasoning token conditioned on the current representation and injects it into an intermediate encoder layer, progressively refining higher-level semantic representations while preserving CLIP's pretrained multimodal structure. Across 15 benchmarks spanning base-to-novel generalization, cross-dataset transfer, and out-of-distribution ImageNet variants, PERL achieves the best parameter-performance trade-off among the compared methods under a fast-adaptation few-shot setting, combining strong novel-class accuracy and competitive transfer performance with only about 6K trainable parameters, up to 817x fewer than the largest compared approach. Overall, our results suggest that iterative latent reasoning provides a complementary adaptation mechanism to parameter scaling in discriminative vision-language models.

视觉语言模型参数高效少样本学习隐空间推理

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