paper-with-me

Papers

DoTA: Weight-Decomposed Tensor Adaptation for Large Language Models

2024-12-30 · Xiaolin Hu, Xiang Cheng, Peiyu Liu, Wei Liu, Jian Luan, Bin Wang, Yong liu

Low-rank adaptation (LoRA) reduces the computational and memory demands of fine-tuning large language models (LLMs) by approximating updates with low-rank matrices. However, low-rank approximation in two-dimensional space fails to capture high-dimensional structures within the target matrix. Recently, tensor decomposition methods have been explored for fine-tuning LLMs, leveraging their ability to extract structured information. Yet, these approaches primarily rely on random initialization, and the impact of initialization on tensor adaptation remains underexplored. In this paper, we reveal that random initialization significantly diverges from the validation loss achieved by full fine-tuning. To address this, we propose Weight-Decomposed Tensor Adaptation (DoTA), which leverages the Matrix Product Operator (MPO) decomposition of pre-trained weights for effective initialization in fine-tuning LLMs. Additionally, we introduce QDoTA, a quantized version of DoTA designed for 4-bit quantization. Experiments on commonsense and arithmetic reasoning tasks show that DoTA outperforms random initialization methods with fewer parameters. QDoTA further reduces memory consumption and achieves comparable performance to DoTA on commonsense reasoning tasks. We will release our code to support future research.

📄 PDF Abstract BibTeX arXiv:2412.20891

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningQuantizationTensor Decomposition

Similar Papers 제목 키워드 기반

FacT: Factor-Tuning for Lightweight Adaptation on Vision Transformer

2022-12-06 · Shibo Jie, Zhi-Hong Deng

Recent work has explored the potential to adapt a pre-trained vision transformer (ViT) by updating only a few parameters so as to improve storage efficiency, called parameter-efficient transfer learning (PETL). Current P…

8kTransfer Learning

Accelerating Training using Tensor Decomposition

2019-09-10 · Mostafa Elhoushi, Ye Henry Tian, Zihao Chen, Farhan Shafiq 외

Tensor decomposition is one of the well-known approaches to reduce the latency time and number of parameters of a pre-trained model. However, in this paper, we propose an approach to use tensor decomposition to reduce tr…

CPUGPUTensor Decomposition

Scalable Multi-Task Low-Rank Model Adaptation

2026-03-02 · Zichen Tian, Antoine Ledent, Qianru Sun arxiv

Scaling multi-task low-rank adaptation (LoRA) to a large number of tasks induces catastrophic performance degradation, such as an accuracy drop from 88.2% to 2.0% on DOTA when scaling from 5 to 15 tasks. This failure is …

BoRA: Bi-dimensional Weight-Decomposed Low-Rank Adaptation

2024-12-09 · Qiushi Wang, Yuchen Fan, Junwei Bao, Hongfei Jiang 외

In recent years, Parameter-Efficient Fine-Tuning (PEFT) methods like Low-Rank Adaptation (LoRA) have significantly enhanced the adaptability of large-scale pre-trained models. Weight-Decomposed Low-Rank Adaptation (DoRA)…

parameter-efficient fine-tuning

Kronecker CP Decomposition with Fast Multiplication for Compressing RNNs

2020-08-21 · Dingheng Wang, Bijiao Wu, Guangshe Zhao, Man Yao 외

Recurrent neural networks (RNNs) are powerful in the tasks oriented to sequential data, such as natural language processing and video recognition. However, since the modern RNNs, including long-short term memory (LSTM) a…

Tensor DecompositionVideo Recognition