LoRETTA: Low-Rank Economic Tensor-Train Adaptation for Ultra-Low-Parameter Fine-Tuning of Large Language Models
Yifan Yang, Jiajun Zhou, Ngai Wong, Zheng Zhang
TL;DR
LoRETTA introduces ultra-low-parameter fine-tuning for large language models by leveraging tensor-train decomposition to shrink trainable parameters. It presents two variants, LoRETTA_adp and LoRETTA_rep, combining tensorized adapters and TT-based reparameterization to achieve up to 100x parameter savings while maintaining or improving performance on GLUE-scale tasks and large-scale LLaMA-2 models. The approach yields tangible benefits in training efficiency, memory footprint, and robustness to overfitting, with strong multi-task learning performance across NLP tasks and generation settings. Extensive rank-ablation analyses and memory/performance benchmarks demonstrate the practicality of TT-based fine-tuning for resource-constrained environments, and code release plans support broad adoption and reproducibility.
Abstract
Various parameter-efficient fine-tuning (PEFT) techniques have been proposed to enable computationally efficient fine-tuning while maintaining model performance. However, existing PEFT methods are still limited by the growing number of trainable parameters with the rapid deployment of Large Language Models (LLMs). To address this challenge, we present LoRETTA, an ultra-parameter-efficient framework that significantly reduces trainable parameters through tensor-train decomposition. Specifically, we propose two methods, named {LoRETTA}$_{adp}$ and {LoRETTA}$_{rep}$. The former employs tensorized adapters, offering a high-performance yet lightweight approach for the fine-tuning of LLMs. The latter emphasizes fine-tuning via weight parameterization with a set of small tensor factors. LoRETTA achieves comparable or better performance than most widely used PEFT methods with up to $100\times$ fewer parameters on the LLaMA-2-7B models. Furthermore, empirical results demonstrate that the proposed method effectively improves training efficiency, enjoys better multi-task learning performance, and enhances the anti-overfitting capability. Plug-and-play codes built upon the Huggingface framework and PEFT library will be released.
