Search papers, labs, and topics across Lattice.
To protect decentralized personalized federated learning against adversarial corruption, the authors develop R-DPFL, a framework that replaces naive neighbor aggregation with history-based update trend prediction. The approach computes neighborhood update vectors, predicts expected updates from local trajectory dynamics, and adaptively clips the prediction error to suppress Byzantine perturbations while maintaining personalized model drift. The authors establish convergence proofs guaranteeing stable personalized descent without requiring neighborhood consensus, backed by superior empirical robustness on heterogeneous CIFAR-10 benchmarks.
Decentralized federated networks can survive Byzantine adversaries without enforcing consensus: predicting and clipping peer deviations against a client's own historical trajectory guarantees robust personalized convergence.
This paper proposes a robust decentralized personalized federated learning method R-DPFL, that enables clients to reduce the impact of Byzantine attacks via robust neighborhood direction estimation and history-based update trend prediction, rather than purely aggregating client models as in the existing work. In R-DPFL, each client first computes the current-round model update by aggregating the received neighborhood update vectors. It then predicts what this update should be based on its historical values and local model changes. Finally, R-DPFL computes the difference between these two quantities, adaptively clips this difference, and adds it to the local update. We prove convergence of the learning process through rigorous analysis and show that honest clients maintain stable personalized descent dynamics under Byzantine neighbor perturbations without requiring consensus among neighboring models. Extensive experiments on CIFAR-10 demonstrate that RDPFL consistently outperforms state-of-the-art decentralized and personalized federated learning baselines under heterogeneous and adversarial settings.