paper-with-me

Papers

High Dimensional Distributed Gradient Descent with Arbitrary Number of Byzantine Attackers

2023-07-25 · Puning Zhao, Zhiguo Wan

Robust distributed learning with Byzantine failures has attracted extensive research interests in recent years. However, most of existing methods suffer from curse of dimensionality, which is increasingly serious with the growing complexity of modern machine learning models. In this paper, we design a new method that is suitable for high dimensional problems, under arbitrary number of Byzantine attackers. The core of our design is a direct high dimensional semi-verified mean estimation method. Our idea is to identify a subspace first. The components of mean value perpendicular to this subspace can be estimated via gradient vectors uploaded from worker machines, while the components within this subspace are estimated using auxiliary dataset. We then use our new method as the aggregator of distributed learning problems. Our theoretical analysis shows that the new method has minimax optimal statistical rates. In particular, the dependence on dimensionality is significantly improved compared with previous works.

📄 PDF Abstract BibTeX arXiv:2307.13352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized Gradient Descent is a Hypergraph Functor

2024-03-28 · Tyler Hanks, Matthew Klawonn, James Fairbanks

Cartesian reverse derivative categories (CRDCs) provide an axiomatic generalization of the reverse derivative, which allows generalized analogues of classic optimization algorithms such as gradient descent to be applied …

Distributed Optimization

Coordinate Descent with Arbitrary Sampling I: Algorithms and Complexity

2014-12-27 · Zheng Qu, Peter Richtárik

We study the problem of minimizing the sum of a smooth convex function and a convex block-separable regularizer and propose a new randomized coordinate descent method, which we call ALPHA. Our method at every iteration u…

Byzantine-Tolerant Machine Learning

2017-03-08 · Peva Blanchard, El Mahdi El Mhamdi, Rachid Guerraoui, Julien Stainer

The growth of data, the need for scalability and the complexity of models used in modern machine learning calls for distributed implementations. Yet, as of today, distributed machine learning frameworks have largely igno…

BIG-bench Machine Learning

Zeno: Distributed Stochastic Gradient Descent with Suspicion-based Fault-tolerance

2018-05-25 · Cong Xie, Oluwasanmi Koyejo, Indranil Gupta

We present Zeno, a technique to make distributed machine learning, particularly Stochastic Gradient Descent (SGD), tolerant to an arbitrary number of faulty workers. Zeno generalizes previous results that assumed a major…

BIG-bench Machine Learning

Grassmann Stein Variational Gradient Descent

2022-02-07 · Xing Liu, Harrison Zhu, Jean-François Ton, George Wynne 외

Stein variational gradient descent (SVGD) is a deterministic particle inference algorithm that provides an efficient alternative to Markov chain Monte Carlo. However, SVGD has been found to suffer from variance underesti…

Dimensionality Reduction