LGAIMLOct 6, 2022

Communication-Efficient and Drift-Robust Federated Learning via Elastic Net

arXiv:2210.02940v13 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses efficiency and robustness problems in federated learning for distributed systems, but it is incremental as it builds on prior techniques like FedAvg.

The paper tackles communication costs and client drift in federated learning by proposing FedElasticNet, which uses elastic net regularizers to sparsify updates and limit drift, achieving effective resolution of both issues.

Federated learning (FL) is a distributed method to train a global model over a set of local clients while keeping data localized. It reduces the risks of privacy and security but faces important challenges including expensive communication costs and client drift issues. To address these issues, we propose FedElasticNet, a communication-efficient and drift-robust FL framework leveraging the elastic net. It repurposes two types of the elastic net regularizers (i.e., $\ell_1$ and $\ell_2$ penalties on the local model updates): (1) the $\ell_1$-norm regularizer sparsifies the local updates to reduce the communication costs and (2) the $\ell_2$-norm regularizer resolves the client drift problem by limiting the impact of drifting local updates due to data heterogeneity. FedElasticNet is a general framework for FL; hence, without additional costs, it can be integrated into prior FL techniques, e.g., FedAvg, FedProx, SCAFFOLD, and FedDyn. We show that our framework effectively resolves the communication cost and client drift problems simultaneously.

Foundations

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

Your Notes