paper-with-me

Papers

Vanishing Variance Problem in Fully Decentralized Neural-Network Systems

2024-04-06 · Yongding Tian, Zaid Al-Ars, Maksim Kitsak, Peter Hofstee

Federated learning and gossip learning are emerging methodologies designed to mitigate data privacy concerns by retaining training data on client devices and exclusively sharing locally-trained machine learning (ML) models with others. The primary distinction between the two lies in their approach to model aggregation: federated learning employs a centralized parameter server, whereas gossip learning adopts a fully decentralized mechanism, enabling direct model exchanges among nodes. This decentralized nature often positions gossip learning as less efficient compared to federated learning. Both methodologies involve a critical step: computing a representation of received ML models and integrating this representation into the existing model. Conventionally, this representation is derived by averaging the received models, exemplified by the FedAVG algorithm. Our findings suggest that this averaging approach inherently introduces a potential delay in model convergence. We identify the underlying cause and refer to it as the "vanishing variance" problem, where averaging across uncorrelated ML models undermines the optimal variance established by the Xavier weight initialization. Unlike federated learning where the central server ensures model correlation, and unlike traditional gossip learning which circumvents this problem through model partitioning and sampling, our research introduces a variance-corrected model averaging algorithm. This novel algorithm preserves the optimal variance needed during model averaging, irrespective of network topology or non-IID data distributions. Our extensive simulation results demonstrate that our approach enables gossip learning to achieve convergence efficiency comparable to that of federated learning.

📄 PDF Abstract BibTeX arXiv:2404.04616

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

An Exact Quantized Decentralized Gradient Descent Algorithm

2018-06-29 · Amirhossein Reisizadeh, Aryan Mokhtari, Hamed Hassani, Ramtin Pedarsani

We consider the problem of decentralized consensus optimization, where the sum of $n$ smooth and strongly convex functions are minimized over $n$ distributed agents that form a connected network. In particular, we consid…

Distributed OptimizationQuantization

Synthesizing Decentralized Controllers with Graph Neural Networks and Imitation Learning

2020-12-29 · Fernando Gama, QingBiao Li, Ekaterina Tolstaya, Amanda Prorok 외

Dynamical systems consisting of a set of autonomous agents face the challenge of having to accomplish a global task, relying only on local information. While centralized controllers are readily available, they face limit…

Imitation Learning

Fully Decentralized, Scalable Gaussian Processes for Multi-Agent Federated Learning

2022-03-06 · George P. Kontoudis, Daniel J. Stilwell

In this paper, we propose decentralized and scalable algorithms for Gaussian process (GP) training and prediction in multi-agent systems. To decentralize the implementation of GP training optimization algorithms, we empl…

Federated LearningGaussian Processes

On Vanishing Variance in Transformer Length Generalization

2025-04-03 · Ruining Li, Gabrijel Boduljak, Jensen, Zhou

It is a widely known issue that Transformers, when trained on shorter sequences, fail to generalize robustly to longer ones at test time. This raises the question of whether Transformer models are real reasoning engines,…

AttributeMathematical Problem-Solving

Compositional Synthesis of Decentralized Robust Set-Invariance Controllers for Large-scale Linear Systems

2019-09-17

Ensuring constraint satisfaction in large-scale systems with hard constraints is vital in many safety critical systems. The challenge is to design controllers that are efficiently synthesized offline, easily implementabl…