arXiv:2507.13260cs.CVcs.AI2025-07ICCV被引 5

让微调矩阵更正交,提升视觉Transformer的泛化能力

Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy

  • 用可学习向量生成近似正交的微调矩阵,对齐预训练主干特性
  • 在多个图像分类任务上达到竞争力表现,验证泛化能力提升
  • 适合追求高效微调且注重模型泛化的研究者使用

预训练视觉Transformer的参数高效微调(PEFT)通常冻结大部分主干参数,仅学习低秩适配矩阵。这类矩阵多通过下投影与上投影矩阵的乘积结构实现,如LoRA和Adapter。本文观察到,主干参数中任意两个行或列向量具有近似正交性,而下/上投影矩阵则不具备该性质。近似正交性可降低模型泛化误差上限,暗示更强的泛化能力。若微调矩阵也能具备此性质,是否能进一步增强性能?为此,我们提出近似正交微调(AOFT)策略,通过单一可学习向量生成一组近似正交向量,构成下/上投影矩阵,使微调矩阵特性与主干一致。大量实验表明,该方法在多个下游图像分类任务中表现优异,证实了增强泛化能力的有效性。

原文摘要 · Abstract (English)

A prevalent approach in Parameter-Efficient Fine-Tuning (PEFT) of pre-trained Vision Transformers (ViT) involves freezing the majority of the backbone parameters and solely learning low-rank adaptation weight matrices to accommodate downstream tasks. These low-rank matrices are commonly derived through the multiplication structure of down-projection and up-projection matrices, exemplified by methods such as LoRA and Adapter. In this work, we observe an approximate orthogonality among any two row or column vectors within any weight matrix of the backbone parameters; however, this property is absent in the vectors of the down/up-projection matrices. Approximate orthogonality implies a reduction in the upper bound of the model's generalization error, signifying that the model possesses enhanced generalization capability. If the fine-tuned down/up-projection matrices were to exhibit this same property as the pre-trained backbone matrices, could the generalization capability of fine-tuned ViTs be further augmented? To address this question, we propose an Approximately Orthogonal Fine-Tuning (AOFT) strategy for representing the low-rank weight matrices. This strategy employs a single learnable vector to generate a set of approximately orthogonal vectors, which form the down/up-projection matrices, thereby aligning the properties of these matrices with those of the backbone. Extensive experimental results demonstrate that our method achieves competitive performance across a range of downstream image classification tasks, confirming the efficacy of the enhanced generalization capability embedded in the down/up-projection matrices.

视觉Transformer微调正交性低秩适配

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