QuAILoRA: Quantization-Aware Initialization for LoRA
Neal Lawton, Aishwarya Padmakumar, Judith Gaspers, Jack FitzGerald,, Anoop Kumar, Greg Ver Steeg, Aram Galstyan

TL;DR
QuAILoRA introduces a quantization-aware initialization technique for LoRA that reduces quantization errors, leading to improved fine-tuning performance of large language models without additional memory costs.
Contribution
The paper proposes QuAILoRA, a novel initialization method that mitigates quantization errors in quantized LoRA fine-tuning of LLMs, enhancing performance without extra memory overhead.
Findings
Improves validation perplexity across multiple LLMs.
Yields significant downstream task accuracy gains.
Achieves near 8-bit quantization performance with 4-bit models.
Abstract
QLoRA reduces the memory-cost of fine-tuning a large language model (LLM) with LoRA by quantizing the base LLM. However, quantization introduces quantization errors that negatively impact model performance after fine-tuning. In this paper we introduce QuAILoRA, a quantization-aware initialization for LoRA that mitigates this negative impact by decreasing quantization errors at initialization. Our method spends a small amount of computational overhead to compute this quantization-aware initialization, without increasing the memory-cost of fine-tuning. We evaluate our method on several causal language modeling and downstream evaluation tasks using several different model sizes and families. We observe that almost all LLMs fined-tuned with QuAILoRA achieve better validation perplexity. When evaluated on downstream tasks, we find that QuAILoRA yields improvements proportional to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed and Parallel Computing Systems
MethodsBalanced Selection
