CRDCLGDec 19, 2025

Practical Framework for Privacy-Preserving and Byzantine-robust Federated Learning

arXiv:2512.17254v13 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses practical efficiency gaps in securing federated learning for privacy-sensitive applications, though it is incremental as it builds on existing Byzantine-robust aggregation rules.

The authors tackled the dual challenges of Byzantine attacks and privacy inference in federated learning by proposing ABBR, a framework that uses dimensionality reduction to speed up private computation and adaptive tuning to minimize malicious model impact, achieving significantly faster runtime with minimal communication overhead while maintaining near-baseline Byzantine-resilience.

Federated Learning (FL) allows multiple clients to collaboratively train a model without sharing their private data. However, FL is vulnerable to Byzantine attacks, where adversaries manipulate client models to compromise the federated model, and privacy inference attacks, where adversaries exploit client models to infer private data. Existing defenses against both backdoor and privacy inference attacks introduce significant computational and communication overhead, creating a gap between theory and practice. To address this, we propose ABBR, a practical framework for Byzantine-robust and privacy-preserving FL. We are the first to utilize dimensionality reduction to speed up the private computation of complex filtering rules in privacy-preserving FL. Additionally, we analyze the accuracy loss of vector-wise filtering in low-dimensional space and introduce an adaptive tuning strategy to minimize the impact of malicious models that bypass filtering on the global model. We implement ABBR with state-of-the-art Byzantine-robust aggregation rules and evaluate it on public datasets, showing that it runs significantly faster, has minimal communication overhead, and maintains nearly the same Byzantine-resilience as the baselines.

Foundations

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

Your Notes