LGDCFeb 14, 2021

A New Look and Convergence Rate of Federated Multi-Task Learning with Laplacian Regularization

arXiv:2102.07148v555 citations
Originality Incremental advance
AI Analysis

This work addresses the non-IID data challenge in federated learning, which is a key problem for distributed machine learning systems, but it is incremental as it builds on existing multi-task and personalized FL approaches.

The authors tackled the performance degradation in federated learning due to non-IID data by formulating a federated multi-task learning problem with Laplacian regularization, showing it can be applied to conventional and personalized FL, and proposed algorithms that outperform several baselines in experiments.

Non-Independent and Identically Distributed (non- IID) data distribution among clients is considered as the key factor that degrades the performance of federated learning (FL). Several approaches to handle non-IID data such as personalized FL and federated multi-task learning (FMTL) are of great interest to research communities. In this work, first, we formulate the FMTL problem using Laplacian regularization to explicitly leverage the relationships among the models of clients for multi-task learning. Then, we introduce a new view of the FMTL problem, which in the first time shows that the formulated FMTL problem can be used for conventional FL and personalized FL. We also propose two algorithms FedU and dFedU to solve the formulated FMTL problem in communication-centralized and decentralized schemes, respectively. Theoretically, we prove that the convergence rates of both algorithms achieve linear speedup for strongly convex and sublinear speedup of order 1/2 for nonconvex objectives. Experimentally, we show that our algorithms outperform the algorithm FedAvg, FedProx, SCAFFOLD, and AFL in FL settings, MOCHA in FMTL settings, as well as pFedMe and Per-FedAvg in personalized FL settings.

Code Implementations2 repos
Foundations

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

Your Notes