paper-with-me

Papers

Byzantine Robustness and Partial Participation Can Be Achieved at Once: Just Clip Gradient Differences

2023-11-23 · Grigory Malinovsky, Peter Richtárik, Samuel Horváth, Eduard Gorbunov

Distributed learning has emerged as a leading paradigm for training large machine learning models. However, in real-world scenarios, participants may be unreliable or malicious, posing a significant challenge to the integrity and accuracy of the trained models. Byzantine fault tolerance mechanisms have been proposed to address these issues, but they often assume full participation from all clients, which is not always practical due to the unavailability of some clients or communication constraints. In our work, we propose the first distributed method with client sampling and provable tolerance to Byzantine workers. The key idea behind the developed method is the use of gradient clipping to control stochastic gradient differences in recursive variance reduction. This allows us to bound the potential harm caused by Byzantine workers, even during iterations when all sampled clients are Byzantine. Furthermore, we incorporate communication compression into the method to enhance communication efficiency. Under general assumptions, we prove convergence rates for the proposed method that match the existing state-of-the-art (SOTA) theoretical results. We also propose a heuristic on adjusting any Byzantine-robust method to a partial participation scenario via clipping.

📄 PDF Abstract BibTeX arXiv:2311.14127

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Gradient Clipping One difficulty that arises with optimization of deep neural networks is that large parameter gradients can lead an SGD optimizer to update…

Similar Papers 제목 키워드 기반

Delayed Momentum Aggregation: Communication-efficient Byzantine-robust Federated Learning with Partial Participation

2025-09-03 · Kaoru Otsuka, Yuki Takezawa, Makoto Yamada arxiv

Partial participation is essential for communication-efficient federated learning at scale, yet existing Byzantine-robust methods typically assume full client participation. In the partial participation setting, a majori…

Federated Learning

Trial and Trust: Addressing Byzantine Attacks with Comprehensive Defense Strategy

2025-05-12 · Gleb Molodtsov, Daniil Medyakov, Sergey Skorik, Nikolas Khachaturov 외

Recent advancements in machine learning have improved performance while also increasing computational demands. While federated and distributed setups address these issues, their structure is vulnerable to malicious influ…

Distributed Filtering Design with Enhanced Resilience to Coordinated Byzantine Attacks

2023-07-26 · Ashkan Moradi, Vinay Chakravarthi Gogineni, Naveen K. D. Venkategowda, Stefan Werner

This paper proposes a Byzantine-resilient consensus-based distributed filter (BR-CDF) wherein network agents employ partial sharing of state parameters. We characterize the performance and convergence of the BR-CDF and s…

Rethinking Byzantine Robustness in Federated Recommendation from Sparse Aggregation Perspective

2025-01-06 · Zhongjian Zhang, Mengmei Zhang, Xiao Wang, Lingjuan Lyu 외

To preserve user privacy in recommender systems, federated recommendation (FR) based on federated learning (FL) emerges, keeping the personal data on the local client and updating a model collaboratively. Unlike FL, FR h…

Federated LearningRecommendation Systems

DSFL: A Dual-Server Byzantine-Resilient Federated Learning Framework via Group-Based Secure Aggregation

2025-09-10 · Charuka Herath, Yogachandran Rahulamathavan, Varuna De Silva, Sangarapillai Lambotharan arxiv

Federated Learning (FL) enables decentralized model training without sharing raw data, offering strong privacy guarantees. However, existing FL protocols struggle to defend against Byzantine participants, maintain model …

Federated Learning