English

Federated Parameter-Efficient Adaptation for Interference Mitigation at the Wireless Edge

Networking and Internet Architecture 2026-04-20 v1

Abstract

Dense wireless deployments face co-channel interference from heterogeneous sources that vary across base stations (gNBs in 5G). While centralized DNN-based approaches to interference mitigation have shown strong performance, deploying and adapting these models across distributed gNBs via federated learning (FL) requires transmitting full model updates each round, resulting in a cost that scales poorly with network density. Parameter-efficient fine-tuning (PEFT) reduces this burden by training and communicating only a small fraction of parameters. While traditionally applied to large foundation models, we adapt Low-Rank Adaptation (LoRA) to temporal convolutional neural network architectures for interference suppression, placing low-rank adapters on the dilated convolutional layers. This placement enables LoRA to learn local interference-specific temporal patterns, while the frozen backbone retains the shared signal extraction capability. These lightweight adapters (5.1\% of backbone parameters) are federated via FedAvg, reducing per-round communication by up to 20×\times compared to federating full model updates. We evaluate various PEFT strategies across simulated distributed gNBs with non-IID interference environments. Results show that local LoRA achieves 12.8\% average BER improvement over the frozen backbone, while Fed-LoRA achieves comparable performance (12.6\%). Fed-LoRA outperforms local adaptation on data-starved nodes where federated knowledge transfer compensates for limited samples, all while avoiding the catastrophic degradation observed with full-model FedAvg under heterogeneous conditions.

Keywords

Cite

@article{arxiv.2604.15936,
  title  = {Federated Parameter-Efficient Adaptation for Interference Mitigation at the Wireless Edge},
  author = {Evar Jones and Daniel J. Jakubisin and Sanmay Das},
  journal= {arXiv preprint arXiv:2604.15936},
  year   = {2026}
}

Comments

11 pages

R2 v1 2026-07-01T12:14:12.958Z