LGAIMay 7, 2025

FedBWO: Enhancing Communication Efficiency in Federated Learning

arXiv:2505.04435v12 citationsh-index: 11ICHMS
Originality Incremental advance
AI Analysis

This addresses communication efficiency for resource-constrained devices in federated learning, but it is incremental as it builds on existing optimization methods.

The paper tackles the communication bottleneck in Federated Learning by proposing FedBWO, which transmits performance scores instead of model weights, resulting in an average 21% accuracy improvement over FedAvg and reduced communication costs.

Federated Learning (FL) is a distributed Machine Learning (ML) setup, where a shared model is collaboratively trained by various clients using their local datasets while keeping the data private. Considering resource-constrained devices, FL clients often suffer from restricted transmission capacity. Aiming to enhance the system performance, the communication between clients and server needs to be diminished. Current FL strategies transmit a tremendous amount of data (model weights) within the FL process, which needs a high communication bandwidth. Considering resource constraints, increasing the number of clients and, consequently, the amount of data (model weights) can lead to a bottleneck. In this paper, we introduce the Federated Black Widow Optimization (FedBWO) technique to decrease the amount of transmitted data by transmitting only a performance score rather than the local model weights from clients. FedBWO employs the BWO algorithm to improve local model updates. The conducted experiments prove that FedBWO remarkably improves the performance of the global model and the communication efficiency of the overall system. According to the experimental outcomes, FedBWO enhances the global model accuracy by an average of 21% over FedAvg, and 12% over FedGWO. Furthermore, FedBWO dramatically decreases the communication cost compared to other methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes