paper-with-me

Papers

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

2023-10-29 · Sijin Chen, Zhize Li, Yuejie Chi

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.

📄 PDF Abstract BibTeX arXiv:2310.19059

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Escaping Saddle Points with Bias-Variance Reduced Local Perturbed SGD for Communication Efficient Nonconvex Distributed Learning

2022-02-12 · Tomoya Murata, Taiji Suzuki

In recent centralized nonconvex distributed learning and federated learning, local methods are one of the promising approaches to reduce communication time. However, existing work has mainly focused on studying first-ord…

Distributed OptimizationFederated Learning

Escaping Saddle Points in Distributed Newton's Method with Communication Efficiency and Byzantine Resilience

2021-03-17 · Avishek Ghosh, Raj Kumar Maity, Arya Mazumdar, Kannan Ramchandran

The problem of saddle-point avoidance for non-convex optimization is quite challenging in large scale distributed learning frameworks, such as Federated Learning, especially in the presence of Byzantine workers. The cele…

Federated Learning

Defending Against Saddle Point Attack in Byzantine-Robust Distributed Learning

2018-06-14 · Dong Yin, Yudong Chen, Kannan Ramchandran, Peter Bartlett

We study robust distributed learning that involves minimizing a non-convex loss function with saddle points. We consider the Byzantine setting where some worker machines have abnormal or even arbitrary and adversarial be…

Zeroth-Order Negative Curvature Finding: Escaping Saddle Points without Gradients

2022-10-04 · Hualin Zhang, Huan Xiong, Bin Gu

We consider escaping saddle points of nonconvex problems where only the function evaluations can be accessed. Although a variety of works have been proposed, the majority of them require either second or first-order info…

Learning Neural Networks by Neuron Pursuit

2025-09-15 · Akshay Kumar, Jarvis Haupt arxiv

The first part of this paper studies the evolution of gradient flow for homogeneous neural networks near a class of saddle points exhibiting a sparsity structure. The choice of these saddle points is motivated from previ…