paper-with-me

홈 › Papers

A Robust Classification Framework for Byzantine-Resilient Stochastic Gradient Descent

2023-01-16 · Shashank Reddy Chirra, Kalyan Varma Nadimpalli, Shrisha Rao

This paper proposes a Robust Gradient Classification Framework (RGCF) for Byzantine fault tolerance in distributed stochastic gradient descent. The framework consists of a pattern recognition filter which we train to be able to classify individual gradients as Byzantine by using their direction alone. This filter is robust to an arbitrary number of Byzantine workers for convex as well as non-convex optimisation settings, which is a significant improvement on the prior work that is robust to Byzantine faults only when up to 50% of the workers are Byzantine. This solution does not require an estimate of the number of Byzantine workers; its running time is not dependent on the number of workers and can scale up to training instances with a large number of workers without a loss in performance. We validate our solution by training convolutional neural networks on the MNIST dataset in the presence of Byzantine workers.

📄 PDF Abstract BibTeX arXiv:2301.07498

Code (1)

nkalyanv/rgcf 공식 구현 pytorch

Tasks

Robust classification

Similar Papers 제목 키워드 기반

Federated Variance-Reduced Stochastic Gradient Descent with Robustness to Byzantine Attacks

2019-12-29 · Zhaoxian Wu, Qing Ling, Tianyi Chen, Georgios B. Giannakis

This paper deals with distributed finite-sum optimization for learning over networks in the presence of malicious Byzantine attacks. To cope with such attacks, most resilient approaches so far combine stochastic gradient…

A simplified convergence theory for Byzantine resilient stochastic gradient descent

2022-08-25 · Lindon Roberts, Edward Smyth

In distributed learning, a central server trains a model according to updates provided by nodes holding local data samples. In the presence of one or more malicious servers sending incorrect information (a Byzantine adve…

Phocas: dimensional Byzantine-resilient stochastic gradient descent

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

We propose a novel robust aggregation rule for distributed synchronous Stochastic Gradient Descent~(SGD) under a general Byzantine failure model. The attackers can arbitrarily manipulate the data transferred between the …

Machine Learning with Adversaries: Byzantine Tolerant Gradient Descent

2017-12-01 · NeurIPS 2017 12 · Peva Blanchard, El Mahdi El Mhamdi, Rachid Guerraoui, Julien Stainer

We study the resilience to Byzantine failures of distributed implementations of Stochastic Gradient Descent (SGD). So far, distributed machine learning frameworks have largely ignored the possibility of failures, especi…

BIG-bench Machine Learning

Byzantine-Resilient Non-Convex Stochastic Gradient Descent

2020-12-28 · ICLR 2021 1 · Zeyuan Allen-Zhu, Faeze Ebrahimian, Jerry Li, Dan Alistarh

We study adversary-resilient stochastic distributed optimization, in which $m$ machines can independently compute stochastic gradients, and cooperate to jointly optimize over their local objective functions. However, an …

Distributed Optimization