SOTAVerified

Decentralized Personalized Federated Learning based on a Conditional Sparse-to-Sparser Scheme

2024-04-24Code Available0· sign in to hype

Qianyu Long, Qiyuan Wang, Christos Anagnostopoulos, Daning Bi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Decentralized Federated Learning (DFL) has become popular due to its robustness and avoidance of centralized coordination. In this paradigm, clients actively engage in training by exchanging models with their networked neighbors. However, DFL introduces increased costs in terms of training and communication. Existing methods focus on minimizing communication often overlooking training efficiency and data heterogeneity. To address this gap, we propose a novel sparse-to-sparser training scheme: DA-DPFL. DA-DPFL initializes with a subset of model parameters, which progressively reduces during training via dynamic aggregation and leads to substantial energy savings while retaining adequate information during critical learning periods. Our experiments showcase that DA-DPFL substantially outperforms DFL baselines in test accuracy, while achieving up to 5 times reduction in energy costs. We provide a theoretical analysis of DA-DPFL's convergence by solidifying its applicability in decentralized and personalized learning. The code is available at:https://github.com/EricLoong/da-dpfl

Tasks

Reproductions