SeFoRA Improves Federated LoRA with Heterogeneous Client Ranks

Yue Xia, Tayyebeh Jahani-Nezhad, Mayank Bakshi, Rawad Bitar· August 12, 2026 View original

Key takeaways

  • Federated LoRA faces challenges with heterogeneous client ranks and bilinear mismatch during aggregation.
  • SeFoRA uses linear sketches for efficient, direct aggregation of client updates, resolving these issues.
  • The method allows for aggregation in a small subspace, improving efficiency.
  • SeFoRA outperforms state-of-the-art federated PEFT methods, especially for LLM fine-tuning.

Who benefits

HealthcareFinanceTelecommunicationsAutomotiveCloud Computing

Summary

This paper introduces SeFoRA, a novel algorithm for federated parameter-efficient fine-tuning using Low-Rank Adaptation (LoRA), which addresses challenges like dimension incompatibility and bilinear mismatch when clients use different LoRA ranks. SeFoRA enables direct aggregation of local updates via linear sketches, outperforming state-of-the-art methods in fine-tuning large language models.

Federated learning combined with parameter-efficient fine-tuning, specifically Low-Rank Adaptation (LoRA), presents significant challenges. When different clients in a federated network utilize varying LoRA ranks, their factor matrices become dimension-incompatible, making direct aggregation difficult. Furthermore, simple factor-wise averaging suffers from a "bilinear mismatch" problem, hindering effective model updates. To overcome these hurdles, researchers propose SeFoRA (Sketch-Aggregated Federated Low-Rank Adaptation). This algorithm allows each client to transmit a compact linear sketch of its local updates to the central federator. This sketching technique enables direct and efficient aggregation, mitigating the bilinear mismatch and facilitating aggregation within a smaller subspace of the full model. A specialized version, SeFoRA-Ho, is introduced for rank-homogeneous settings, demonstrating convergence guarantees. Experimental results, particularly on fine-tuning RoBERTa-Large on GLUE datasets, show that SeFoRA algorithms significantly outperform existing state-of-the-art federated LoRA methods, indicating a more robust and efficient approach to distributed model adaptation.

Why it matters

For professionals working with large models in privacy-sensitive or distributed environments, SeFoRA offers a more efficient and effective way to fine-tune models collaboratively without sharing raw data, even when client resources or model architectures vary.

How to implement this in your domain

  1. 1Evaluate existing federated learning setups for opportunities to integrate parameter-efficient fine-tuning like LoRA.
  2. 2Consider adopting SeFoRA for scenarios where clients have heterogeneous computational resources or prefer different LoRA ranks.
  3. 3Investigate the implementation of linear sketching techniques for secure and efficient aggregation of model updates in distributed AI systems.
  4. 4Benchmark SeFoRA against current federated PEFT methods on internal datasets to assess performance gains and resource efficiency.
  5. 5Explore how SeFoRA's approach could be adapted for other federated learning challenges involving model heterogeneity.

Original post by Yue Xia, Tayyebeh Jahani-Nezhad, Mayank Bakshi, Rawad Bitar

"arXiv:2608.10144v1 Announce Type: new Abstract: We consider federated parameter efficient fine-tuning of large neural networks with low-rank adaptation (LoRA,~Hu et al.\ 2022). Combining LoRA with federated PEFT introduces challenges absent from either setting alone: clients may…"

View on X

Originally posted by Yue Xia, Tayyebeh Jahani-Nezhad, Mayank Bakshi, Rawad Bitar on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses