arXiv:2509.03234cs.LG2025-09ACL被引 2

TeRA用向量化张量网络实现高秩微调,参数量极小却效果出色。

TeRA: Vector-based Random Tensor Network for High-Rank Adaptation of Large Language Models

  • 用冻结的随机张量网络结构,仅训练层间缩放向量实现高秩更新
  • 在多个任务上性能媲美甚至超越高秩方法,参数量却与向量法相当
  • 适合追求高效微调且需强表达能力的LLM应用者

参数高效微调(PEFT)方法如低秩适配(LoRA)显著减少了大语言模型微调所需的可训练参数。现有方法主要沿两条路径发展:一是通过高秩适配提升模型表达能力,二是追求更少参数量,如向量化方法。然而两者存在权衡——高秩更新通常牺牲向量法所具备的极致参数效率。为此,我们提出面向高秩适配的向量化随机张量网络(TeRA),在保持向量化方法参数效率的同时实现高秩权重更新。该方法将张量化的权重更新矩阵建模为类似Tucker的张量网络,其中大尺寸的随机初始化因子被冻结并跨层共享,仅训练对应于因子矩阵对角线的少量层特定缩放向量。全面实验表明,TeRA在多个任务上达到或超过现有高秩适配器性能,同时可训练参数量与向量化方法相当。理论分析与消融实验验证了其有效性。代码已公开于 https://github.com/guyuxuan9/TeRA。

原文摘要 · Abstract (English)

Parameter-Efficient Fine-Tuning (PEFT) methods, such as Low-Rank Adaptation (LoRA), have significantly reduced the number of trainable parameters needed in fine-tuning large language models (LLMs). The developments of LoRA-style adapters have considered two main directions: (1) enhancing model expressivity with high-rank adapters, and (2) aiming for further parameter reduction, as exemplified by vector-based methods. However, these approaches come with a trade-off, as achieving the expressivity of high-rank weight updates typically comes at the cost of sacrificing the extreme parameter efficiency offered by vector-based techniques. To address this issue, we propose a vector-based random Tensor network for high-Rank Adaptation (TeRA), a novel PEFT method that achieves high-rank weight updates while retaining the parameter efficiency of vector-based PEFT adapters. This is achieved by parametrizing the tensorized weight update matrix as a Tucker-like tensor network (TN), whereby large randomly initialized factors are frozen and shared across layers, while only small layer-specific scaling vectors, corresponding to diagonal entries of factor matrices, are trained. Comprehensive experiments demonstrate that TeRA matches or even outperforms existing high-rank adapters, while requiring as few trainable parameters as vector-based methods. Theoretical analysis and ablation studies validate the effectiveness of the proposed TeRA method. The code is available at https://github.com/guyuxuan9/TeRA.

参数高效微调张量网络大模型适配高秩更新

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