paper-with-me

홈 › Papers

Practical Validity Conditions for Byzantine-Tolerant Federated Learning

2026-05-15 · Mélanie Cambus, Darya Melnyk, Tijana Milentijević, Stefan Schmid arxiv

Robust aggregation is the core operation in Byzantine-tolerant federated learning. To ensure the quality of aggregation independently of data distribution or attacks, validity conditions are needed. They provide geometric guarantees of where the output of the aggregation must lie. The widespread convex validity requires the output to lie in the convex hull of the honest vectors. Although this guarantee is strong in theory, it is poorly suited to modern federated learning systems, as it has dimension-dependent resilience and excludes many practical aggregation rules. We introduce the minimum enclosing ball (MEB) validity condition for robust aggregation, as well as its multiplicative relaxation, $c$-MEB validity, where $c$ is a constant. We show that exact MEB validity still suffers from limited resilience, while relaxed $c$-MEB validity is achievable if a majority of clients is honest, i.e. $n>2t$. We give an optimal MinMax-MEB rule for the relaxed condition with the bound $c<\sqrt{2}$ and prove explicit relaxed-MEB guarantees for standard aggregators including minimum-diameter averaging, medoid and geometric median. Finally, we relate MEB validity to convex, relaxed-convex and box validity studied in prior literature, thus providing a systematic map of geometric validity conditions for Byzantine-robust aggregation. Our results show that relaxed MEB validity connects validity conditions in distributed computing and Byzantine-tolerant aggregation rules, and offers a practical alternative to convex validity.

📄 PDF Abstract BibTeX arXiv:2605.15887

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Centroid Approximation for Byzantine-Tolerant Federated Learning

2025-06-18 · Mélanie Cambus, Darya Melnyk, Tijana Milentijević, Stefan Schmid

Federated learning allows each client to keep its data locally when training machine learning models in a distributed setting. Significant recent research established the requirements that the input must satisfy in order…

Distributed ComputingFederated Learning

Decentralized Federated Policy Gradient with Byzantine Fault-Tolerance and Provably Fast Convergence

2024-01-07 · Philip Jordan, Florian Grötschla, Flint Xiaofeng Fan, Roger Wattenhofer

In Federated Reinforcement Learning (FRL), agents aim to collaboratively learn a common task, while each agent is acting in its local environment without exchanging raw trajectories. Existing approaches for FRL either (a…

Holdout SGD: Byzantine Tolerant Federated Learning

2020-08-11 · Shahar Azulay, Lior Raz, Amir Globerson, Tomer Koren 외

This work presents a new distributed Byzantine tolerant federated learning algorithm, HoldOut SGD, for Stochastic Gradient Descent (SGD) optimization. HoldOut SGD uses the well known machine learning technique of holdout…

Federated Learning

FedCom: A Byzantine-Robust Local Model Aggregation Rule Using Data Commitment for Federated Learning

2021-04-16 · Bo Zhao, Peng Sun, Liming Fang, Tao Wang 외

Federated learning (FL) is a promising privacy-preserving distributed machine learning methodology that allows multiple clients (i.e., workers) to collaboratively train statistical models without disclosing private train…

Data PoisoningFederated LearningModel PoisoningPrivacy Preserving

Variance Reduction is an Antidote to Byzantines: Better Rates, Weaker Assumptions and Communication Compression as a Cherry on the Top

2022-06-01 · Eduard Gorbunov, Samuel Horváth, Peter Richtárik, Gauthier Gidel

Byzantine-robustness has been gaining a lot of attention due to the growth of the interest in collaborative and federated learning. However, many fruitful directions, such as the usage of variance reduction for achieving…

Federated Learning