English

VAFL: a Method of Vertical Asynchronous Federated Learning

Machine Learning 2021-02-02 v1 Distributed, Parallel, and Cluster Computing Optimization and Control Machine Learning

Abstract

Horizontal Federated learning (FL) handles multi-client data that share the same set of features, and vertical FL trains a better predictor that combine all the features from different clients. This paper targets solving vertical FL in an asynchronous fashion, and develops a simple FL method. The new method allows each client to run stochastic gradient algorithms without coordination with other clients, so it is suitable for intermittent connectivity of clients. This method further uses a new technique of perturbed local embedding to ensure data privacy and improve communication efficiency. Theoretically, we present the convergence rate and privacy level of our method for strongly convex, nonconvex and even nonsmooth objectives separately. Empirically, we apply our method to FL on various image and healthcare datasets. The results compare favorably to centralized and synchronous FL methods.

Keywords

Cite

@article{arxiv.2007.06081,
  title  = {VAFL: a Method of Vertical Asynchronous Federated Learning},
  author = {Tianyi Chen and Xiao Jin and Yuejiao Sun and Wotao Yin},
  journal= {arXiv preprint arXiv:2007.06081},
  year   = {2021}
}

Comments

FL-ICML'20: Proc. of ICML Workshop on Federated Learning for User Privacy and Data Confidentiality, July 2020

R2 v1 2026-06-23T17:03:40.950Z