arXiv:2512.02441cs.CVcs.LG2025-12

用正交基分解复用预训练模型,高效适配新任务。

Basis-Oriented Low-rank Transfer for Few-Shot and Test-Time Adaptation

  • 从多个任务中提取正交谱基,构建可复用的低秩子空间。
  • 仅需极少可训练参数即可实现与主流方法相当的性能。
  • 适合资源受限场景下的少样本与测试时适应任务。

在数据和计算资源极度受限的情况下,将大模型适配到未见任务仍具挑战性。元学习虽能学习良好初始化,但需额外元训练阶段,成本高且不稳定。同时,任务特定预训练模型数量持续增长,如何以最少额外训练将其迁移到新任务尚未被充分探索。本文提出BOLT(基于基的低秩迁移)框架,不通过权重合并,而是提取正交、任务感知的谱基,并在该子空间内进行适配。离线阶段,BOLT收集多个任务向量的主要奇异方向,按层正交化形成可复用基;在线阶段,冻结这些基,仅训练每层少量对角系数,实现可控秩更新。该设计提供:(i) 强大的无需训练的初始化,通过池化源任务系数并轻量缩放,利用共享正交基;(ii) 参数高效的微调路径,在实验中表现优于常见PEFT基线及代表性元学习初始化。结果表明,约束适配于任务感知的正交子空间,为未见任务迁移提供了有效替代方案。

原文摘要 · Abstract (English)

Adapting large pre-trained models to unseen tasks under tight data and compute budgets remains challenging. Meta-learning approaches explicitly learn good initializations, but they require an additional meta-training phase over many tasks, incur high training cost, and can be unstable. At the same time, the number of task-specific pre-trained models continues to grow, yet the question of how to transfer them to new tasks with minimal additional training remains relatively underexplored. We propose BOLT (Basis-Oriented Low-rank Transfer), a framework that reuses existing fine-tuned models not by merging weights, but instead by extracting an orthogonal, task-informed spectral basis and adapting within that subspace. In the offline phase, BOLT collects dominant singular directions from multiple task vectors and orthogonalizes them per layer to form reusable bases. In the online phase, we freeze these bases and train only a small set of diagonal coefficients per layer for the new task, yielding a rank-controlled update with very few trainable parameters. This design provides (i) a strong, training-free initialization for unseen tasks, obtained by pooling source-task coefficients, along with a lightweight rescaling step while leveraging the shared orthogonal bases, and (ii) a parameter-efficient fine-tuning (PEFT) path that, in our experiments, achieves robust performance compared to common PEFT baselines as well as a representative meta-learned initialization. Our results show that constraining adaptation to a task-informed orthogonal subspace provides an effective alternative for unseen-task transfer.

低秩迁移少样本学习参数效率正交基

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