MLLGOct 5, 2022

Decentralized Hyper-Gradient Computation over Time-Varying Directed Networks

arXiv:2210.02129v32 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses communication bottlenecks for decentralized federated learning systems, offering an incremental improvement over prior methods.

The paper tackles communication inefficiencies in decentralized federated learning by introducing a hyper-gradient estimator that uses Push-Sum consensus over time-varying directed networks, reducing communication to vectors and enabling novel applications like decentralized influence estimation and personalization.

This paper addresses the communication issues when estimating hyper-gradients in decentralized federated learning (FL). Hyper-gradients in decentralized FL quantifies how the performance of globally shared optimal model is influenced by the perturbations in clients' hyper-parameters. In prior work, clients trace this influence through the communication of Hessian matrices over a static undirected network, resulting in (i) excessive communication costs and (ii) inability to make use of more efficient and robust networks, namely, time-varying directed networks. To solve these issues, we introduce an alternative optimality condition for FL using an averaging operation on model parameters and gradients. We then employ Push-Sum as the averaging operation, which is a consensus optimization technique for time-varying directed networks. As a result, the hyper-gradient estimator derived from our optimality condition enjoys two desirable properties; (i) it only requires Push-Sum communication of vectors and (ii) it can operate over time-varying directed networks. We confirm the convergence of our estimator to the true hyper-gradient both theoretically and empirically, and we further demonstrate that it enables two novel applications: decentralized influence estimation and personalization over time-varying networks.

Code Implementations1 repo
Foundations

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

Your Notes