Parameter-efficient fine-tuning (LoRA family)
FedIT
Superseded — cited as a baseline and beaten by newer methods
3 papers critique it · 9 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites FedIT as a baseline.
FedIT aggregates A and B independently: equation W = BA = (p_0 B_0 + p_1 B_1)(p_0 A_0 + p_1 A_1) which introduces additional issues for federated fine-tuning. The intermediate term obtained by the cross-product of LoRA modules from different clients introduces unexpected noise in the model aggregation.
“The current state-of-the-art, Federated Instruction Tuning (FedIT, FedIT), uses conventional federated aggregation to average the low-rank matrices $A$ and $B$ individually. The resulting update matrix which is formed post aggregation is thus the product of the averaged matrices $A$ and $B$. However, the ideal update should be the average of the products of the low-rank adapters $A$ and $B$. The discrepancy results from the fact that "the average of the products is not equal to the product of the averages".”
“FedIT improves communication but requires homogeneous ranks”
Beaten on benchmarks
Head-to-head results where a newer method reports beating FedIT. Values are copied from the source paper's tables — verify against the cited paper.
FLoRA beats FedIT
30.80 vs 16.35
MMLU Dolly · [TinyLlama, Homogeneous LoRA]
FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank AdaptationsFedRot-LoRA beats FedIT
0.4088 vs 0.2877
pass@1 score · [Code generation (HumanEval)]
FedRot-LoRA: Mitigating Rotational Misalignment in Federated LoRAShift-Dependent Asymmetry beats FedIT
85.70 vs 74.25
Avg · [Fundus photography images, LoRA Rank=16]
Shift-Dependent Asymmetry: Orthogonal Inverse Low-Rank Adaptation for Federated Medical SegmentationRAVAN beats FedIT
76.22 vs 68.66
Non-I.I.D. · [N_total = 1.2M, 20 Clients]
Ravan: Multi-Head Low-Rank Adaptation for Federated Fine-TuningFedOPAL-R beats FedIT
0.726 vs 0.656
Balanced client test accuracy · [Fed-ISIC 2019 task]
Personalized Federated Fine-Tuning of Vision Foundation Models for HealthcareFedEx-LoRA beats FedIT
16.54 vs 14.96
MATH Accuracy (%) · [Mistral-7B, r=32]
FedEx-LoRA: Exact Aggregation for Federated and Efficient Fine-Tuning of Foundation ModelsFedOPAL-W beats FedIT
0.716 vs 0.656
Balanced client test accuracy · [Fed-ISIC 2019 task]
Personalized Federated Fine-Tuning of Vision Foundation Models for HealthcareFedALT beats FedIT
67.55 vs 62.19
ILoRA-S beats FedIT
86.11 vs 81.59
GLoRA beats FedIT
88.24 vs 86.62
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.
- Shift-Dependent AsymmetryShift-Dependent Asymmetry: Orthogonal Inverse Low-Rank Adaptation for Federated Medical SegmentationJun 7, 2026
- May 7, 2026
- Mar 3, 2026
- Feb 27, 2026
- Nov 23, 2025
- compute-efficient continual pre-training with LoRALow-Resource Dialect Adaptation of Large Language Models: A French Dialect Case-StudyOct 26, 2025
- personalized federated fine-tuning method with orthogonal LoRA adaptersPersonalized Federated Fine-Tuning of Vision Foundation Models for HealthcareOct 14, 2025
- FLoRA-NACommunication-Efficient and Accurate Approach for Aggregation in Federated Low-Rank AdaptationSep 30, 2025