LGOCOct 6, 2025

Trade-off in Estimating the Number of Byzantine Clients in Federated Learning

arXiv:2510.04432v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses a critical gap in federated learning security for researchers and practitioners by systematically analyzing the impact of Byzantine client estimation on algorithm performance, though it is incremental as it builds on existing robust aggregator methods.

The paper tackles the problem of estimating the number of Byzantine clients in federated learning to select robust aggregators, showing that underestimation leads to arbitrarily poor performance, while non-underestimation yields optimal error bounds proportional to φ/(n-f-φ), which increases with larger φ, indicating a trade-off between robustness and performance.

Federated learning has attracted increasing attention at recent large-scale optimization and machine learning research and applications, but is also vulnerable to Byzantine clients that can send any erroneous signals. Robust aggregators are commonly used to resist Byzantine clients. This usually requires to estimate the unknown number $f$ of Byzantine clients, and thus accordingly select the aggregators with proper degree of robustness (i.e., the maximum number $\hat{f}$ of Byzantine clients allowed by the aggregator). Such an estimation should have important effect on the performance, which has not been systematically studied to our knowledge. This work will fill in the gap by theoretically analyzing the worst-case error of aggregators as well as its induced federated learning algorithm for any cases of $\hat{f}$ and $f$. Specifically, we will show that underestimation ($\hat{f}<f$) can lead to arbitrarily poor performance for both aggregators and federated learning. For non-underestimation ($\hat{f}\ge f$), we have proved optimal lower and upper bounds of the same order on the errors of both aggregators and federated learning. All these optimal bounds are proportional to $\hat{f}/(n-f-\hat{f})$ with $n$ clients, which monotonically increases with larger $\hat{f}$. This indicates a fundamental trade-off: while an aggregator with a larger robustness degree $\hat{f}$ can solve federated learning problems of wider range $f\in [0,\hat{f}]$, the performance can deteriorate when there are actually fewer or even no Byzantine clients (i.e., $f\in [0,\hat{f})$).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes