paper-with-me

홈 › Papers

SARA: Singular-Value Based Adaptive Low-Rank Adaption

2024-08-06 · Jihao Gu, Shuai Chen, Zelin Wang, Yibo Zhang, Ping Gong

With the increasing number of parameters in large pre-trained models, LoRA as a parameter-efficient fine-tuning(PEFT) method is widely used for not adding inference overhead. The LoRA method assumes that weight changes during fine-tuning can be approximated by low-rank matrices. However, the rank values need to be manually verified to match different downstream tasks, and they cannot accommodate the varying importance of different layers in the model. In this work, we first analyze the relationship between the performance of different layers and their ranks using SVD. Based on this, we design the Singular-Value Based Adaptive Low-Rank Adaption(SARA), which adaptively finds the rank during initialization by performing SVD on the pre-trained weights. Additionally, we explore the Mixture-of-SARA(Mo-SARA), which significantly reduces the number of parameters by fine-tuning only multiple parallel sets of singular values controlled by a router. Extensive experiments on various complex tasks demonstrate the simplicity and parameter efficiency of our methods. They can effectively and adaptively find the most suitable rank for each layer of each model.

📄 PDF Abstract BibTeX arXiv:2408.03290

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

A Scalable, Adaptive and Sound Nonconvex Regularizer for Low-rank Matrix Completion

2020-08-14 · Yaqing Wang, Quanming Yao, James T. Kwok

Matrix learning is at the core of many machine learning problems. A number of real-world applications such as collaborative filtering and text mining can be formulated as a low-rank matrix completion problem, which recov…

Collaborative FilteringLow-Rank Matrix CompletionMatrix Completion

Near-optimal Rank Adaptive Inference of High Dimensional Matrices

2025-10-09 · Frédéric Zheng, Yassir Jedra, Alexandre Proutiere arxiv

We address the problem of estimating a high-dimensional matrix from linear measurements, with a focus on designing optimal rank-adaptive algorithms. These algorithms infer the matrix by estimating its singular values and…

Adaptive Rank Estimate in Robust Principal Component Analysis

2021-06-19 · CVPR 2021 1 · Zhengqin Xu, Rui He, Shoulie Xie, Shiqian Wu

Robust principal component analysis (RPCA) and its variants have gained wide applications in computer vision. However, these methods either involve manual adjustment of some parameters, or require the rank of a low-r…

SARA: Selective and Adaptive Retrieval-augmented Generation with Context Compression

2025-07-08 · Yiqiao Jin, Kartik Sharma, Vineeth Rakesh, Yingtong Dou 외

Retrieval-augmented Generation (RAG) extends large language models (LLMs) with external knowledge but faces key challenges: restricted effective context length and redundancy in retrieved documents. Pure compression-base…

Evidence SelectionRAGRerankingRetrieval+4

Low-Rank Matrix Approximation for Neural Network Compression

2025-04-25 · Kalyan Cherukuri, Aarav Lala

Deep Neural Networks (DNNs) have encountered an emerging deployment challenge due to large and expensive memory and computation requirements. In this paper, we present a new Adaptive-Rank Singular Value Decomposition (AR…

Model CompressionNeural Network Compression