English

FedSkipTwin: Digital-Twin-Guided Client Skipping for Communication-Efficient Federated Learning

Machine Learning 2026-02-06 v1 Distributed, Parallel, and Cluster Computing Networking and Internet Architecture

Abstract

Communication overhead remains a primary bottleneck in federated learning (FL), particularly for applications involving mobile and IoT devices with constrained bandwidth. This work introduces FedSkipTwin, a novel client-skipping algorithm driven by lightweight, server-side digital twins. Each twin, implemented as a simple LSTM, observes a client's historical sequence of gradient norms to forecast both the magnitude and the epistemic uncertainty of its next update. The server leverages these predictions, requesting communication only when either value exceeds a predefined threshold; otherwise, it instructs the client to skip the round, thereby saving bandwidth. Experiments are conducted on the UCI-HAR and MNIST datasets with 10 clients under a non-IID data distribution. The results demonstrate that FedSkipTwin reduces total communication by 12-15.5% across 20 rounds while simultaneously improving final model accuracy by up to 0.5 percentage points compared to the standard FedAvg algorithm. These findings establish that prediction-guided skipping is a practical and effective strategy for resource-aware FL in bandwidth-constrained edge environments.

Keywords

Cite

@article{arxiv.2507.13624,
  title  = {FedSkipTwin: Digital-Twin-Guided Client Skipping for Communication-Efficient Federated Learning},
  author = {Daniel Commey and Kamel Abbad and Garth V. Crosby and Lyes Khoukhi},
  journal= {arXiv preprint arXiv:2507.13624},
  year   = {2026}
}
R2 v1 2026-07-01T04:07:11.843Z