LGDCOCMLMay 30, 2023

SimFBO: Towards Simple, Flexible and Communication-efficient Federated Bilevel Learning

arXiv:2305.19442v525 citations
Originality Incremental advance
AI Analysis

This addresses communication bottlenecks in federated learning for applications like meta-learning, though it is incremental as it builds on existing FBO methods.

The paper tackles the complexity and communication inefficiency in federated bilevel optimization by proposing SimFBO, a simple framework without sub-loops, and its variant ShroFBO for robustness to heterogeneity, achieving linear convergence speedup and improved complexities.

Federated bilevel optimization (FBO) has shown great potential recently in machine learning and edge computing due to the emerging nested optimization structure in meta-learning, fine-tuning, hyperparameter tuning, etc. However, existing FBO algorithms often involve complicated computations and require multiple sub-loops per iteration, each of which contains a number of communication rounds. In this paper, we propose a simple and flexible FBO framework named SimFBO, which is easy to implement without sub-loops, and includes a generalized server-side aggregation and update for improving communication efficiency. We further propose System-level heterogeneity robust FBO (ShroFBO) as a variant of SimFBO with stronger resilience to heterogeneous local computation. We show that SimFBO and ShroFBO provably achieve a linear convergence speedup with partial client participation and client sampling without replacement, as well as improved sample and communication complexities. Experiments demonstrate the effectiveness of the proposed methods over existing FBO algorithms.

Foundations

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

Your Notes