paper-with-me

홈 › Papers

FIM-LoRA: Task-Informative Rank Allocation for LoRA via Calibration-Time Gradient-Variance Estimation

2026-05-16 · Ramakrishnan Sathyavageeswaran arxiv

Low-rank adaptation (LoRA) assigns a uniform rank to every adapted weight matrix - a practical convenience that ignores a fundamental reality: different layers contribute unequally to task adaptation. We address this with a lightweight engineering solution: before fine-tuning begins, run eight calibration backward passes, compute the gradient variance of each LoRA-B matrix as a proxy for layer informativeness, and redistribute the rank budget proportionally. The resulting adapter is a standard LoRA with a per-layer rank pattern - no new parameters, no training overhead, no changes to serving infrastructure. We implement this via an efficient approximation of the empirical Fisher Information Matrix (eFIM) diagonal, restricted to LoRA adapter matrices only, which reduces memory cost by approximately 256x compared to full-model Fisher estimation. On GLUE with DeBERTa-v3-base, FIM-LoRA matches LoRA (88.6 vs. 88.7) at the same parameter budget, and on commonsense reasoning with LLaMA-3-8B reaches 68.5 vs. 68.7 for LoRA. The per-layer rank maps are interpretable: value projections and early-to-middle layers consistently receive higher rank, consistent with established findings on transformer layer roles.

📄 PDF Abstract BibTeX arXiv:2605.16800

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TsqLoRA: Towards Sensitivity and Quality Low-Rank Adaptation for Efficient Fine-Tuning

2025-09-23 · Yu Chen, Yifei Han, Long Zhang, Yue Du 외 arxiv

Fine-tuning large pre-trained models for downstream tasks has become a fundamental approach in natural language processing. Fully fine-tuning all model parameters is computationally expensive and memory-intensive, especi…

parameter-efficient fine-tuning

ARD-LoRA: Dynamic Rank Allocation for Parameter-Efficient Fine-Tuning of Foundation Models with Heterogeneous Adaptation Needs

2025-06-23 · Haseeb Ullah Khan Shinwari, Muhammad Usama

Conventional Low-Rank Adaptation (LoRA) methods employ a fixed rank, imposing uniform adaptation across transformer layers and attention heads despite their heterogeneous learning dynamics. This paper introduces Adaptive…

parameter-efficient fine-tuning

HiLoRA: Adaptive Hierarchical LoRA Routing for Training-Free Domain Generalization

2025-10-14 · Ziyi Han, Huanyu Wang, Zeyu Zhang, Xiangxiang Dai 외 arxiv

Low-Rank Adaptation (LoRA) has emerged as a widely used technique for adapting large language models (LLMs) to new domains, due to its modular design and broad availability on platforms such as HuggingFace. This availabi…

Domain Generalization

DR-LoRA: Dynamic Rank LoRA for Fine-Tuning Mixture-of-Experts Models

2026-01-08 · Guanzhi Deng, Bo Li, Ronghao Chen, Xiujin Liu 외 arxiv

Mixture-of-Experts (MoE) has become a prominent paradigm for scaling Large Language Models (LLMs). Parameter-efficient fine-tuning methods, such as LoRA, are widely adopted to adapt pretrained MoE LLMs to downstream task…

parameter-efficient fine-tuning

Statistical Inference for Rank Allocation in Low-Rank Adaptation

2026-07-22 · Yihang Gao, Vincent Y. F. Tan arxiv

Low-rank adaptation (LoRA) has become a widely used parameter-efficient fine-tuning method for large language models. Since different modules and layers may contribute unequally to downstream adaptation, allocating rank …

parameter-efficient fine-tuningNatural Language UnderstandingQuestion Answering