Battery-aware Cyclic Scheduling in Energy-harvesting Federated Learning
Eunjeong Jeong, Nikolaos Pappas
TL;DR
The paper addresses the energy challenges of Federated Learning in energy-harvesting environments by proposing FedBacys, a battery-aware cyclic participation framework. FedBacys clusters users by remaining energy and enforces sequential intra-group updates across epochs, effectively reducing redundant local training and balancing energy usage while considering both computation and communication costs. Through CIFAR-10 experiments, it demonstrates faster convergence and lower energy consumption across varying battery- charging scenarios and group counts, with robustness to non-iid data distributions. The work provides a practical scheduling strategy for sustainable EHFL deployments on energy-constrained devices, and outlines future directions for semantics-aware participation and hyperparameter interdependencies.
Abstract
Federated Learning (FL) has emerged as a promising framework for distributed learning, but its growing complexity has led to significant energy consumption, particularly from computations on the client side. This challenge is especially critical in energy-harvesting FL (EHFL) systems, where device availability fluctuates due to limited and time-varying energy resources. We propose FedBacys, a battery-aware FL framework that introduces cyclic client participation based on users' battery levels to cope with these issues. FedBacys enables clients to save energy and strategically perform local training just before their designated transmission time by clustering clients and scheduling their involvement sequentially. This design minimizes redundant computation, reduces system-wide energy usage, and improves learning stability. Our experiments demonstrate that FedBacys outperforms existing approaches in terms of energy efficiency and performance consistency, exhibiting robustness even under non-i.i.d. training data distributions and with very infrequent battery charging. This work presents the first comprehensive evaluation of cyclic client participation in EHFL, incorporating both communication and computation costs into a unified, resource-aware scheduling strategy.
