English

Neural Tangent Kernel Empowered Federated Learning

Machine Learning 2022-06-14 v3 Artificial Intelligence

Abstract

Federated learning (FL) is a privacy-preserving paradigm where multiple participants jointly solve a machine learning problem without sharing raw data. Unlike traditional distributed learning, a unique characteristic of FL is statistical heterogeneity, namely, data distributions across participants are different from each other. Meanwhile, recent advances in the interpretation of neural networks have seen a wide use of neural tangent kernels (NTKs) for convergence analyses. In this paper, we propose a novel FL paradigm empowered by the NTK framework. The paradigm addresses the challenge of statistical heterogeneity by transmitting update data that are more expressive than those of the conventional FL paradigms. Specifically, sample-wise Jacobian matrices, rather than model weights/gradients, are uploaded by participants. The server then constructs an empirical kernel matrix to update a global model without explicitly performing gradient descent. We further develop a variant with improved communication efficiency and enhanced privacy. Numerical results show that the proposed paradigm can achieve the same accuracy while reducing the number of communication rounds by an order of magnitude compared to federated averaging.

Keywords

Cite

@article{arxiv.2110.03681,
  title  = {Neural Tangent Kernel Empowered Federated Learning},
  author = {Kai Yue and Richeng Jin and Ryan Pilgrim and Chau-Wai Wong and Dror Baron and Huaiyu Dai},
  journal= {arXiv preprint arXiv:2110.03681},
  year   = {2022}
}

Comments

Accepted by ICML 2022

R2 v1 2026-06-24T06:43:01.859Z