English

RESIST: Resilient Decentralized Learning Using Consensus Gradient Descent

Machine Learning 2026-04-07 v2 Optimization and Control Machine Learning

Abstract

Empirical risk minimization (ERM) is a cornerstone of modern machine learning (ML), supported by advances in optimization theory that ensure efficient solutions with provable algorithmic and statistical learning rates. Privacy, memory, computation, and communication constraints necessitate data collection, processing, and storage across network-connected devices. In many applications, networks operate in decentralized settings where a central server cannot be assumed, requiring decentralized ML algorithms that are efficient and resilient. Decentralized learning, however, faces significant challenges, including an increased attack surface. This paper focuses on the man-in-the-middle (MITM) attack, wherein adversaries exploit communication vulnerabilities to inject malicious updates during training, potentially causing models to deviate from their intended ERM solutions. To address this challenge, we propose RESIST (Resilient dEcentralized learning using conSensus gradIent deScenT), an optimization algorithm designed to be robust against adversarially compromised communication links, where transmitted information may be arbitrarily altered before being received. Unlike existing adversarially robust decentralized learning methods, which often (i) guarantee convergence only to a neighborhood of the solution, (ii) lack guarantees of linear convergence for strongly convex problems, or (iii) fail to ensure statistical consistency as sample sizes grow, RESIST overcomes all three limitations. It achieves algorithmic and statistical convergence for strongly convex, Polyak-Lojasiewicz, and nonconvex ERM problems by employing a multistep consensus gradient descent framework and robust statistics-based screening methods to mitigate the impact of MITM attacks. Experimental results demonstrate the robustness and scalability of RESIST across attack strategies, screening methods, and loss functions.

Keywords

Cite

@article{arxiv.2502.07977,
  title  = {RESIST: Resilient Decentralized Learning Using Consensus Gradient Descent},
  author = {Cheng Fang and Rishabh Dixit and Waheed U. Bajwa and Mert Gurbuzbalaban},
  journal= {arXiv preprint arXiv:2502.07977},
  year   = {2026}
}

Comments

preprint of a journal paper; 110 pages, 14 figures, and 1 table

R2 v1 2026-06-28T21:40:55.458Z