LGDCFeb 6, 2021

Multi-Tier Federated Learning for Vertically Partitioned Data

arXiv:2102.03620v120 citations
Originality Incremental advance
AI Analysis

This work provides a communication-efficient federated learning algorithm for organizations with vertically partitioned data and a hierarchical network structure, which is an incremental improvement for distributed machine learning practitioners.

This paper addresses decentralized model training in two-tiered communication networks where data is vertically partitioned across silos and horizontally across clients within each silo. They propose Tiered Decentralized Coordinate Descent (TDCD), an algorithm that reduces communication overhead by allowing clients to perform multiple local gradient steps before sharing updates with their respective hubs, which then exchange updates among themselves.

We consider decentralized model training in tiered communication networks. Our network model consists of a set of silos, each holding a vertical partition of the data. Each silo contains a hub and a set of clients, with the silo's vertical data shard partitioned horizontally across its clients. We propose Tiered Decentralized Coordinate Descent (TDCD), a communication-efficient decentralized training algorithm for such two-tiered networks. To reduce communication overhead, the clients in each silo perform multiple local gradient steps before sharing updates with their hub. Each hub adjusts its coordinates by averaging its workers' updates, and then hubs exchange intermediate updates with one another. We present a theoretical analysis of our algorithm and show the dependence of the convergence rate on the number of vertical partitions, the number of local updates, and the number of clients in each hub. We further validate our approach empirically via simulation-based experiments using a variety of datasets and both convex and non-convex objectives.

Foundations

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

Your Notes