LGDCOCOct 29, 2023

Escaping Saddle Points in Heterogeneous Federated Learning via Distributed SGD with Communication Compression

arXiv:2310.19059v15 citationsh-index: 6
Originality Highly original
AI Analysis

This addresses the bottleneck of communication efficiency and saddle point avoidance in federated learning for distributed systems with heterogeneous data, representing a novel theoretical advancement rather than an incremental improvement.

The paper tackles the problem of escaping saddle points in heterogeneous federated learning by proposing Power-EF, a distributed SGD algorithm with communication compression, which provably converges to second-order stationary points without data homogeneity assumptions, achieving a linear speedup in workers and requiring only slightly more resources than first-order methods.

We consider the problem of finding second-order stationary points of heterogeneous federated learning (FL). Previous works in FL mostly focus on first-order convergence guarantees, which do not rule out the scenario of unstable saddle points. Meanwhile, it is a key bottleneck of FL to achieve communication efficiency without compensating the learning accuracy, especially when local data are highly heterogeneous across different clients. Given this, we propose a novel algorithm Power-EF that only communicates compressed information via a novel error-feedback scheme. To our knowledge, Power-EF is the first distributed and compressed SGD algorithm that provably escapes saddle points in heterogeneous FL without any data homogeneity assumptions. In particular, Power-EF improves to second-order stationary points after visiting first-order (possibly saddle) points, using additional gradient queries and communication rounds only of almost the same order required by first-order convergence, and the convergence rate exhibits a linear speedup in terms of the number of workers. Our theory improves/recovers previous results, while extending to much more tolerant settings on the local data. Numerical experiments are provided to complement the theory.

Foundations

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

Your Notes