Parameter-efficient fine-tuning (LoRA family)
Adapter
Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning
Heavily superseded — a standard baseline that newer methods routinely beat
10 papers critique it · 23 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Adapter as a baseline.
While various strategies are used to decrease trainable parameters, our method of sharing adapters across blocks offers a distinct advantage on efficient adaptation on various tasks.
“parameter-efficient fine-tuning techniques, such as adapters, are less effective as they can result in catastrophic forgetting of existing languages”
“These methods incur additional inference overhead due to computing the inserted modules.”
“In the Adapter approach, only the bottleneck-like MLP modules are updated, while all other parameters, including the self-attention modules, remain frozen.”
“While effective, these methods introduce inference overhead.”
“However, this approach overlooks the potential benefits of pre-training for these new parameters.”
“Compared to Adapter and VPT, we find that VPT benefits more for DML tasks and outperforms the full fine-tuning method (when combined with BitFit).”
“Although AdapterL has a higher number of parameters compared to LoRA, it does not result in higher performance. This indicates that the location within the architecture, where PEFT modules are applied, does influence the results.”
“PEFT methods with low-rank bottlenecks, such as Adapter and LoRA, are currently not designed for down-stream tasks involving another modality, such as vision-language (VL) tasks.”
“It can be noticed that adapter adds task dependent parameters and incurs inference delay.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Adapter. Values are copied from the source paper's tables — verify against the cited paper.
Adapter-X beats Adapter
0.17 vs 1.19
Parameters · [NOAH framework rank=64]
Adapter-X: A Novel General Parameter-Efficient Fine-Tuning Framework for VisionCleaR_{\text{Adapter}} beats Adapter
49.7 vs 38.1
RepLoRA beats Adapter
46.12 vs 39.09
Adapter-SIBO beats Adapter
39.1 vs 33.8
Overall · [GPT-J (6B)]
SIBO: A Simple Booster for Parameter-Efficient Fine-TuningRoseLoRA beats Adapter
80.7 vs 70.8
AVG · [LLaMA-7B commonsense reasoning]
RoseLoRA: Row and Column-wise Sparse Low-rank Adaptation of Pre-trained Language Model for Knowledge Editing and Fine-tuningGOLA-B beats Adapter
61.6 vs 54.5
TT-LoRA beats Adapter
80.19 vs 71.09
CoPEFT beats Adapter
0.418 vs 0.380
AP@70 · [DAIR-V2X adaptation]
CoPEFT: Fast Adaptation Framework for Multi-Agent Collaborative Perception with Parameter-Efficient Fine-TuningAdapter w/ TPP beats Adapter
44.25 vs 49.06
IISAN beats Adapter
4.14 vs 3.91
LoRA beats Adapter
46.9 vs 44.6
GenFT beats Adapter
74.50 vs 71.44
Avg. · [VTAB-1K (ViT-B/16)]
GenFT: A Generative Parameter-Efficient Fine-Tuning Method for Pretrained Foundation Models
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- May 29, 2026
- May 28, 2026
- May 19, 2026
- May 15, 2026
- May 12, 2026
- May 11, 2026
- May 11, 2026
- May 8, 2026
- May 5, 2026
- May 5, 2026
- May 5, 2026
- RDP LoRARDP LoRA: Geometry-Driven Identification for Parameter-Efficient Adaptation in Large Language ModelsApr 21, 2026