LGAISep 20, 2023

Preconditioned Federated Learning

arXiv:2309.11378v11 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient optimization in federated learning for privacy-preserving distributed systems, representing an incremental improvement.

The paper tackled the lack of algorithm adaptivity in Federated Averaging by proposing new communication-efficient FL algorithms with a novel covariance matrix preconditioner, achieving state-of-the-art performances on i.i.d. and non-i.i.d. settings.

Federated Learning (FL) is a distributed machine learning approach that enables model training in communication efficient and privacy-preserving manner. The standard optimization method in FL is Federated Averaging (FedAvg), which performs multiple local SGD steps between communication rounds. FedAvg has been considered to lack algorithm adaptivity compared to modern first-order adaptive optimizations. In this paper, we propose new communication-efficient FL algortithms based on two adaptive frameworks: local adaptivity (PreFed) and server-side adaptivity (PreFedOp). Proposed methods adopt adaptivity by using a novel covariance matrix preconditioner. Theoretically, we provide convergence guarantees for our algorithms. The empirical experiments show our methods achieve state-of-the-art performances on both i.i.d. and non-i.i.d. settings.

Foundations

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

Your Notes