Trust-free Personalized Decentralized Learning
Yawen Li, Yan Li, Junping Du, Yingxia Shao, Meiyu Liang, Guanhua Ye
TL;DR
Trust-free Personalized Decentralized Federated Learning (TPFed) proposes a blockchain-backed bulletin board to enable global neighbor discovery via Locality-Sensitive Hashing (LSH) and Peer Ranking (PR) in a fully decentralized federated setting. It introduces an all-in-one knowledge distillation protocol that transfers knowledge, evaluates model quality, and verifies similarity using a public reference dataset, while protecting local data. The framework incorporates robust countermeasures against LSH forgery, collusion, and poisoning, including a commit-then-reveal scheme and a consistency check based on $D_{KL}$ divergences. Empirical results on MNIST, A-ECG, S-EEG, and CIFAR-100 show that TPFed achieves superior accuracy and resilience compared to centralized, semi-decentralized, and decentralized baselines, with a scalable variant TPFed-idx offering improved efficiency. This work advances secure, globally personalized collaboration in open, trust-averse environments with potential applications in privacy-sensitive domains such as e-health and decentralized finance, while noting areas for future work in heterogeneous architectures and incentive mechanisms.
Abstract
Personalized collaborative learning in federated settings faces a critical trade-off between customization and participant trust. Existing approaches typically rely on centralized coordinators or trusted peer groups, limiting their applicability in open, trust-averse environments. While recent decentralized methods explore anonymous knowledge sharing, they often lack global scalability and robust mechanisms against malicious peers. To bridge this gap, we propose TPFed, a \textit{Trust-free Personalized Decentralized Federated Learning} framework. TPFed replaces central aggregators with a blockchain-based bulletin board, enabling participants to dynamically select global communication partners based on Locality-Sensitive Hashing (LSH) and peer ranking. Crucially, we introduce an ``all-in-one'' knowledge distillation protocol that simultaneously handles knowledge transfer, model quality evaluation, and similarity verification via a public reference dataset. This design ensures secure, globally personalized collaboration without exposing local models or data. Extensive experiments demonstrate that TPFed significantly outperforms traditional federated baselines in both learning accuracy and system robustness against adversarial attacks.
