LGCVAug 13, 2021

FedPara: Low-Rank Hadamard Product for Communication-Efficient Federated Learning

arXiv:2108.06098v3181 citations
Originality Highly original
AI Analysis

This addresses communication inefficiency in federated learning, offering a novel method that is not incremental but provides substantial gains over traditional low-rank approaches.

The paper tackles the problem of high communication costs in federated learning by proposing FedPara, a parameterization method using low-rank weights and Hadamard product, which reduces communication costs by 3 to 10 times while maintaining comparable performance.

In this work, we propose a communication-efficient parameterization, FedPara, for federated learning (FL) to overcome the burdens on frequent model uploads and downloads. Our method re-parameterizes weight parameters of layers using low-rank weights followed by the Hadamard product. Compared to the conventional low-rank parameterization, our FedPara method is not restricted to low-rank constraints, and thereby it has a far larger capacity. This property enables to achieve comparable performance while requiring 3 to 10 times lower communication costs than the model with the original layers, which is not achievable by the traditional low-rank methods. The efficiency of our method can be further improved by combining with other efficient FL optimizers. In addition, we extend our method to a personalized FL application, pFedPara, which separates parameters into global and local ones. We show that pFedPara outperforms competing personalized FL methods with more than three times fewer parameters.

Code Implementations2 repos
Foundations

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

Your Notes