# Optimizing Client Participation in Communication-Constrained Federated LLM Adaptation with LoRA

**Authors:** Faranaksadat Solat, Joohyung Lee

PMC · DOI: 10.3390/s25216538 · 2025-10-23

## TL;DR

This paper introduces a framework to optimize client participation in federated learning for large language models, reducing communication costs while maintaining accuracy.

## Contribution

The novel contribution is a communication-aware framework, LoRaC-GA, using a genetic algorithm to dynamically select clients under bandwidth constraints.

## Key findings

- LoRaC-GA adaptively selects the optimal number of clients per round under fixed bandwidth constraints.
- The framework achieves competitive accuracy while significantly reducing communication costs.
- A structured peer-to-peer protocol enables scalable communication with log2K complexity.

## Abstract

Federated learning (FL) enables privacy-preserving adaptation of large language models (LLMs) across distributed clients. However, deploying FL in edge environments remains challenging because of the high communication overhead of full-model updates. Recent advances in parameter-efficient fine-tuning (PEFT), particularly low-rank adaptation (LoRA), have substantially reduced update sizes by injecting lightweight trainable matrices into pretrained transformers, thereby making FL with LLMs more feasible. In this paper, we propose LoRaC-GA, a communication-aware optimization framework that dynamically determines the optimal number of clients to participate in each round under a fixed bandwidth constraint. We formulated a max-min objective to jointly maximize the model accuracy and communication efficiency and solved the resulting non-convex problem using a genetic algorithm (GA). To further reduce the overhead, we integrated a structured peer-to-peer collaboration protocol with log2K complexity, enabling scalable communication without full connectivity. The simulation results demonstrate that LoRaC-GA adaptively selects the optimal client count, achieving competitive accuracy while significantly reducing the communication cost. The proposed framework is well-suited for bandwidth-constrained edge deployments involving large-scale LLMs.

## Full-text entities

- **Genes:** FLT3LG (fms related receptor tyrosine kinase 3 ligand) [NCBI Gene 2323] {aka FL, FLG3L, FLT3L, IMD125}
- **Diseases:** PEFT (MESH:C566019), IID (MESH:C564625), injury to (MESH:D014947), FL (MESH:D007859), LLMs (MESH:D007806)
- **Chemicals:** GA (-)
- **Species:** Homo sapiens (human, species) [taxon 9606]

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/PMC12609027/full.md

---
Source: https://tomesphere.com/paper/PMC12609027