LGDCNov 12, 2023

Personalized Federated Learning via ADMM with Moreau Envelope

arXiv:2311.06756v2h-index: 7
Originality Incremental advance
AI Analysis

This work addresses convergence issues in federated learning for applications with heterogeneous data, offering a more efficient and robust method, though it is incremental as it builds on existing ADMM and Moreau envelope techniques.

The paper tackles the problem of poor convergence in personalized federated learning on heterogeneous data by proposing FLAME, an ADMM-based method with Moreau envelope, which achieves a sublinear convergence rate and outperforms state-of-the-art methods with an average 3.75x communication speedup.

Personalized federated learning (PFL) is an approach proposed to address the issue of poor convergence on heterogeneous data. However, most existing PFL frameworks require strong assumptions for convergence. In this paper, we propose an alternating direction method of multipliers (ADMM) for training PFL models with Moreau envelope (FLAME), which achieves a sublinear convergence rate, relying on the relatively weak assumption of gradient Lipschitz continuity. Moreover, due to the gradient-free nature of ADMM, FLAME alleviates the need for hyperparameter tuning, particularly in avoiding the adjustment of the learning rate when training the global model. In addition, we propose a biased client selection strategy to expedite the convergence of training of PFL models. Our theoretical analysis establishes the global convergence under both unbiased and biased client selection strategies. Our experiments validate that FLAME, when trained on heterogeneous data, outperforms state-of-the-art methods in terms of model performance. Regarding communication efficiency, it exhibits an average speedup of 3.75x compared to the baselines. Furthermore, experimental results validate that the biased client selection strategy speeds up the convergence of both personalized and global models.

Foundations

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

Your Notes