paper-with-me

홈 › Papers

PC-LoRA: Low-Rank Adaptation for Progressive Model Compression with Knowledge Distillation

2024-06-13 · Injoon Hwang, Haewon Park, Youngwan Lee, Jooyoung Yang, SunJae Maeng

Low-rank adaption (LoRA) is a prominent method that adds a small number of learnable parameters to the frozen pre-trained weights for parameter-efficient fine-tuning. Prompted by the question, ``Can we make its representation enough with LoRA weights solely at the final phase of finetuning without the pre-trained weights?'' In this work, we introduce Progressive Compression LoRA~(PC-LoRA), which utilizes low-rank adaptation (LoRA) to simultaneously perform model compression and fine-tuning. The PC-LoRA method gradually removes the pre-trained weights during the training process, eventually leaving only the low-rank adapters in the end. Thus, these low-rank adapters replace the whole pre-trained weights, achieving the goals of compression and fine-tuning at the same time. Empirical analysis across various models demonstrates that PC-LoRA achieves parameter and FLOPs compression rates of 94.36%/89.1% for vision models, e.g., ViT-B, and 93.42%/84.2% parameters and FLOPs compressions for language models, e.g., BERT.

📄 PDF Abstract BibTeX arXiv:2406.09117

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compressionparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
WordPiece 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Variable-Rate Deep Image Compression based on Low-Rank Adaptation by Progressive Learning

2026-06-15 · Xing-Yu Xu, Chen-Hsiu Huang, Ja-Ling Wu arxiv

In the digital age, image compression is crucial for numerous applications, including web media, streaming services, high-resolution medical imaging, and connected vehicle networks, enabling efficient data storage and tr…

parameter-efficient fine-tuningImage Compression

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…

Penrose Tiled Low-Rank Compression and Section-Wise Q&A Fine-Tuning: A General Framework for Domain-Specific Large Language Model Adaptation

2025-03-28 · Chuan-Wei Kuo, Siyu Chen, Chenqi Yan, Yu Yang Fredrik Liu

Large language models (LLMs) hold great promise for specialized scientific domains such as materials science, yet adapting them efficiently and accurately to domain-specific knowledge remains challenging due to limited d…

Language ModelingLanguage ModellingLarge Language ModelLow-rank compression+1

FLoCoRA: Federated learning compression with low-rank adaptation

2024-06-20 · Lucas Grativol Ribeiro, Mathieu Leonardon, Guillaume Muller, Virginie Fresse 외

Low-Rank Adaptation (LoRA) methods have gained popularity in efficient parameter fine-tuning of models containing hundreds of billions of parameters. In this work, instead, we demonstrate the application of LoRA methods …

Federated LearningModel CompressionQuantization

FraQ: Efficient Coordinate-Space Recompression for Federated Low-Rank Adaptation

2026-08-04 · Shenghui Li, Thiemo Voigt arxiv

Federated fine-tuning with Low-Rank Adaptation (LoRA) enables efficient collaborative adaptation of Large Language Models (LLMs) without centralizing private data. However, LoRA's two-factor parameterization creates an a…

Text Classification