paper-with-me

홈 › Papers

LoRETTA: Low-Rank Economic Tensor-Train Adaptation for Ultra-Low-Parameter Fine-Tuning of Large Language Models

2024-02-18 · Yifan Yang, Jiajun Zhou, Ngai Wong, Zheng Zhang

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.

📄 PDF Abstract BibTeX arXiv:2402.11417

Code (1)

yifanycc/loretta 공식 구현 pytorch

Tasks

Multi-Task Learningparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Library 설명 없음

Similar Papers 제목 키워드 기반

Tensor Train Low-rank Approximation (TT-LoRA): Democratizing AI with Accelerated LLMs

2024-08-02 · Afia Anjum, Maksim E. Eren, Ismael Boureima, Boian Alexandrov 외

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of natural language processing (NLP) tasks, such as question-answering, sentiment analysis, text summarization, …

Machine TranslationModel Compressionparameter-efficient fine-tuningQuestion Answering+2

On Catastrophic Forgetting in Low-Rank Decomposition-Based Parameter-Efficient Fine-Tuning

2026-03-10 · Muhammad Ahmad, Jingjing Zheng, Yankai Cao arxiv

Parameter-efficient fine-tuning (PEFT) based on low-rank decomposition, such as LoRA, has become a standard for adapting large pretrained models. However, its behavior in sequential learning -- specifically regarding cat…

parameter-efficient fine-tuningContinual Learning

LoReTTA: A Low Resource Framework To Poison Continuous Time Dynamic Graphs

2025-11-10 · Himanshu Pal, Venkata Sai Pranav Bachina, Ankit Gangwal, Charu Sharma arxiv

Temporal Graph Neural Networks (TGNNs) are increasingly used in high-stakes domains, such as financial forecasting, recommendation systems, and fraud detection. However, their susceptibility to poisoning attacks poses a …

Recommendation SystemsAdversarial DefenseAnomaly DetectionFraud Detection

TensLoRA: Tensor Alternatives for Low-Rank Adaptation

2025-09-22 · Axel Marmoret, Reda Bensaid, Jonathan Lys, Vincent Gripon 외 arxiv

Low-Rank Adaptation (LoRA) is widely used to efficiently adapt Transformers by adding trainable low-rank matrices to attention projections. While effective, these matrices are considered independent for each attention pr…

Training Transitive and Commutative Multimodal Transformers with LoReTTa

2023-05-23 · NeurIPS 2023 11 · Manuel Tran, Yashin Dicente Cid, Amal Lahiani, Fabian J. Theis 외

Training multimodal foundation models is challenging due to the limited availability of multimodal datasets. While many public datasets pair images with text, few combine images with audio or text with audio. Even rarer …

Triplet