用简单方法融合多个大模型特征,无需调参也能提升性能
Fantastic Features and Where to Find Them: A Probing Method to combine Features from Multiple Foundation Models
- 通过轻量Transformer压缩多模型各层激活,生成紧凑特征表示
- 在VTAB-1k的19个任务上超越已有探针方法,媲美昂贵的模型融合
- 自动评估各模型任务相关性,适合快速对比和选择最佳模型
不同目标和数据训练的基础模型学习到多样化表征,对特定下游任务而言表现各异。现有适配策略如参数高效微调聚焦单模型,未充分利用模型间的互补优势。探针方法虽能从冻结模型中提取信息,但难以扩展至大规模特征集,且常依赖数据集特异性超参数调优。本文提出组合骨干(ComBo),一种简单可扩展的探针式适配器,能有效整合多个模型及层的特征。ComBo将一个或多个基础模型各层的激活压缩为紧凑的逐标记表示,并用轻量Transformer进行任务预测。关键在于,ComBo无需数据集特异性调参,也不需对骨干模型反向传播。然而并非所有模型对所有任务都同等重要。为此,我们引入机制,利用ComBo的联合多骨干探针高效评估各骨干的任务相关性,实现实用的模型对比与选择性适配。在VTAB-1k的19个任务上,ComBo优于先前探针方法,达到或超越更昂贵的蒸馏式模型融合,并支持对微调模型的高效探针。结果表明,ComBo提供了一个通用、实用的多模型表征融合框架。
原文摘要 · Abstract (English)
Foundation models (FMs) trained with different objectives and data learn diverse representations, making some more effective than others for specific downstream tasks. Existing adaptation strategies, such as parameter-efficient fine-tuning, focus on individual models and do not exploit the complementary strengths across models. Probing methods offer a promising alternative by extracting information from frozen models, but current techniques do not scale well with large feature sets and often rely on dataset-specific hyperparameter tuning. We propose Combined backBones (ComBo), a simple and scalable probing-based adapter that effectively integrates features from multiple models and layers. ComBo compresses activations from layers of one or more FMs into compact token-wise representations and processes them with a lightweight transformer for task-specific prediction. Crucially, ComBo does not require dataset-specific tuning or backpropagation through the backbone models. However, not all models are equally relevant for all tasks. To address this, we introduce a mechanism that leverages ComBo's joint multi-backbone probing to efficiently evaluate each backbone's task-relevance, enabling both practical model comparison and improved performance through selective adaptation. On the 19 tasks of the VTAB-1k benchmark, ComBo outperforms previous probing methods, matches or surpasses more expensive alternatives, such as distillation-based model merging, and enables efficient probing of tuned models. Our results demonstrate that ComBo offers a practical and general-purpose framework for combining diverse representations from multiple FMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。