paper-with-me

홈 › Papers

Learning in the Fisher Subspace: A Guided Initialization for LoRA Fine-Tuning

2026-05-01 · Zhi-Quan Feng, Ying-Jia Lin, Hung-Yu Kao arxiv

LoRA adapts large language models (LLMs) by restricting updates to low-rank subspaces of pre-trained weights. While this substantially reduces training cost, the effectiveness of adaptation critically depends on which subspace is chosen at initialization: a poor initialization that allocates capacity to task-irrelevant directions can severely hinder downstream performance. Existing initialization strategies primarily rely on the intrinsic properties of pre-trained weights, implicitly assuming that weight geometry alone reflects task relevance. However, such criteria overlook how the model interacts with the downstream data distribution. In this work, we formulate LoRA initialization as identifying the degree of impact of directions in parameter space under the target data distribution. We argue that data-aware sensitivity, rather than weight-only magnitude, should govern the choice of adaptation subspaces. Building on this perspective, we propose a Fisher-guided framework that leverages curvature information induced by downstream data to characterize how parameter perturbations influence model predictions. This perspective yields a principled, task-dependent criterion for selecting LoRA directions that better align adaptation with the target objective. Empirical results across diverse tasks and modalities demonstrate that data-aware initialization consistently and significantly improves downstream performance over existing approaches.

📄 PDF Abstract BibTeX arXiv:2605.01046

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LoRA-DA: Data-Aware Initialization for Low-Rank Adaptation via Asymptotic Analysis

2025-10-28 · Qingyue Zhang, Chang Chu, Tianren Peng, Qi Li 외 arxiv

LoRA has become a widely adopted method for PEFT, and its initialization methods have attracted increasing attention. However, existing methods have notable limitations: many methods do not incorporate target-domain data…

SC-LoRA: Balancing Efficient Fine-tuning and Knowledge Preservation via Subspace-Constrained LoRA

2025-05-29 · Minrui Luo, Fuhang Kuang, Yu Wang, Zirui Liu 외

Parameter-Efficient Fine-Tuning (PEFT) methods, particularly Low-Rank Adaptation (LoRA), are indispensable for efficiently customizing Large Language Models (LLMs). However, vanilla LoRA suffers from slow convergence spe…

Navigateparameter-efficient fine-tuningWorld Knowledge

GRIT -- Geometry-Aware PEFT with K-FACPreconditioning, Fisher-Guided Reprojection, andDynamic Rank Adaptation

2026-01-01 · Pritish Saha, Chandrav Rajbangshi, Rudra Goyal, Mohit Goyal 외 arxiv

Parameter-efficient fine-tuning (PEFT) is the default way to adapt LLMs, but widely used LoRA and QLoRA are largely geometry-agnostic: they optimize in fixed, randomly oriented low-rank subspaces with first-order descent…

parameter-efficient fine-tuning

AlignGuard-LoRA: Alignment-Preserving Fine-Tuning via Fisher-Guided Decomposition and Riemannian-Geodesic Collision Regularization

2025-08-04 · Amitava Das, Abhilekh Borah, Vinija Jain, Aman Chadha arxiv

Low-rank adaptation (LoRA) has become a standard tool for efficiently fine-tuning large language models (LLMs). Yet, even minor LoRA updates can induce alignment drift, weakening safety and behavioral constraints through…

Rotation-Preserving Supervised Fine-Tuning

2026-05-08 · Hangzhan Jin, Tianwei Ni, Lu Li, Pierre-Luc Bacon 외 arxiv

Supervised fine-tuning (SFT) improves in-domain performance but can degrade out-of-domain (OOD) generalization. Prior work suggests that this degradation is related to changes in dominant singular subspaces of pretrained…