提出SaS方法,让大模型高效适配下游任务
Optimizing Specific and Shared Parameters for Efficient Parameter Tuning
- 分层共享与特定模块结合,用低秩投影和超网络生成参数
- 仅增加0.05%参数量,性能超越现有方法
- 适合需要高效微调的大模型应用,尤其在少样本场景
基础模型参数庞大,在海量数据上预训练后可实现顶尖性能,但如何以最小计算开销适配下游任务仍具挑战。参数高效迁移学习(PETL)通过仅微调少量参数来保留预训练知识。本文提出SaS,一种新型PETL方法,有效缓解微调中的分布偏移问题。SaS融合两个模块:(1) 共享模块利用低秩投影捕捉各层共有的统计特征;(2) 层特定模块采用超网络为每层生成定制化参数。该双模设计在保持高性能的同时,新增参数不足0.05%,显著优于现有方法。在多样下游任务、少样本设置及领域泛化实验中,SaS均显著提升性能并维持优异参数效率,凸显同时建模共享与层特异性信息的重要性。代码与数据见https://anonymous.4open.science/r/SaS-PETL-3565。
原文摘要 · Abstract (English)
Foundation models, with a vast number of parameters and pretraining on massive datasets, achieve state-of-the-art performance across various applications. However, efficiently adapting them to downstream tasks with minimal computational overhead remains a challenge. Parameter-Efficient Transfer Learning (PETL) addresses this by fine-tuning only a small subset of parameters while preserving pre-trained knowledge. In this paper, we propose SaS, a novel PETL method that effectively mitigates distributional shifts during fine-tuning. SaS integrates (1) a shared module that captures common statistical characteristics across layers using low-rank projections and (2) a layer-specific module that employs hypernetworks to generate tailored parameters for each layer. This dual design ensures an optimal balance between performance and parameter efficiency while introducing less than 0.05% additional parameters, making it significantly more compact than existing methods. Extensive experiments on diverse downstream tasks, few-shot settings and domain generalization demonstrate that SaS significantly enhances performance while maintaining superior parameter efficiency compared to existing methods, highlighting the importance of capturing both shared and layer-specific information in transfer learning. Code and data are available at https://anonymous.4open.science/r/SaS-PETL-3565.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。