logo
today local_bar
Poster Session 1 West
Wednesday, December 11, 2024 11:00 AM → 2:00 PM
Poster #6011

SpaFL: Communication-Efficient Federated Learning With Sparse Models And Low Computational Overhead

Minsu Kim, Walid Saad, Merouane DEBBAH, Choong Hong
Poster

Abstract

The large communication and computation overhead of federated learning (FL) is one of the main challenges facing its practical deployment over resource-constrained clients and systems. In this work, SpaFL: a communication-efficient FL framework is proposed to optimize sparse model structures with low computational overhead. In SpaFL, a trainable threshold is defined for each filter/neuron to prune its all connected parameters, thereby leading to structured sparsity. To optimize the pruning process itself, only thresholds are communicated between a server and clients instead of parameters, thereby learning how to prune. Further, global thresholds are used to update model parameters by extracting aggregated parameter importance. The generalization bound of SpaFL is also derived, thereby proving key insights on the relation between sparsity and performance. Experimental results show that SpaFL improves accuracy while requiring much less communication and computing resources compared to sparse baselines. The code is available at https://github.com/news-vt/SpaFLNeruIPS2024