Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Rethinking Adapter Placement: A Dominant Adaptation Module Perspective

About

Low-rank adaptation (LoRA) is a widely used parameter-efficient fine-tuning method that places trainable low-rank adapters into frozen pre-trained models. Recent studies show that using fewer LoRA adapters may still maintain or even improve performance, but existing methods still distribute adapters broadly, leaving where to place a limited number of adapters to maximize performance largely open. To investigate this, we introduce PAGE (Projected Adapter Gradient Energy), a gradient-based sensitivity probe that estimates the initial trainable gradient energy available to each candidate LoRA adapter. Surprisingly, we find that PAGE is highly concentrated on a single shallow FFN down-projection across two model families and four downstream tasks. We term this module the dominant adaptation module and show that its layer index is architecture-dependent but task-stable. Motivated by this finding, we propose DomLoRA, a placement method that places a single adapter at the dominant adaptation module. With only ~0.7% of vanilla LoRA's trainable parameters, DomLoRA outperforms it on average across various downstream tasks, including instruction following, mathematical reasoning, code generation, and multi-turn conversation. This method also improves other LoRA variants, supporting the dominant adaptation module perspective as a practical placement guideline.

Suoxin Zhang, Run He, Di Fang, Xiang Tan, Kaixuan Chen, Huiping Zhuang• 2026

Related benchmarks

TaskDatasetResultRank
Multi-turn conversationMT-Bench
Average Score75.9
107
Code GenerationHumanEval+
Pass@159.8
61
Code GenerationHumanEval
HumanEval Accuracy64.6
49
General Instruction TuningGeneral Instruction Tuning Suite MMLU, TyDiQA, CQA, TruthfulQA, GSM8K, LogiQA
MMLU71.4
8
Showing 4 of 4 rows

Other info

Follow for update