LGAIFeb 23

A Secure and Private Distributed Bayesian Federated Learning Design

arXiv:2602.20003v1h-index: 26
AI Analysis

This work addresses security and privacy issues in decentralized machine learning systems, offering a novel solution that is incremental in combining existing techniques for improved performance.

The paper tackles the challenges of privacy leakage, slow convergence, and Byzantine vulnerability in Distributed Federated Learning by proposing a framework that integrates Bayesian training, neighbor selection optimization, and a GNN-based RL algorithm, achieving superior robustness and efficiency with significantly lower overhead.

Distributed Federated Learning (DFL) enables decentralized model training across large-scale systems without a central parameter server. However, DFL faces three critical challenges: privacy leakage from honest-but-curious neighbors, slow convergence due to the lack of central coordination, and vulnerability to Byzantine adversaries aiming to degrade model accuracy. To address these issues, we propose a novel DFL framework that integrates Byzantine robustness, privacy preservation, and convergence acceleration. Within this framework, each device trains a local model using a Bayesian approach and independently selects an optimal subset of neighbors for posterior exchange. We formulate this neighbor selection as an optimization problem to minimize the global loss function under security and privacy constraints. Solving this problem is challenging because devices only possess partial network information, and the complex coupling between topology, security, and convergence remains unclear. To bridge this gap, we first analytically characterize the trade-offs between dynamic connectivity, Byzantine detection, privacy levels, and convergence speed. Leveraging these insights, we develop a fully distributed Graph Neural Network (GNN)-based Reinforcement Learning (RL) algorithm. This approach enables devices to make autonomous connection decisions based on local observations. Simulation results demonstrate that our method achieves superior robustness and efficiency with significantly lower overhead compared to traditional security and privacy schemes.

Foundations

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

Your Notes