paper-with-me

Papers

D-Cliques: Compensating for Data Heterogeneity with Topology in Decentralized Federated Learning

2021-04-15 · Aurélien Bellet, Anne-Marie Kermarrec, Erick Lavoie

The convergence speed of machine learning models trained with Federated Learning is significantly affected by heterogeneous data partitions, even more so in a fully decentralized setting without a central server. In this paper, we show that the impact of label distribution skew, an important type of data heterogeneity, can be significantly reduced by carefully designing the underlying communication topology. We present D-Cliques, a novel topology that reduces gradient bias by grouping nodes in sparsely interconnected cliques such that the label distribution in a clique is representative of the global label distribution. We also show how to adapt the updates of decentralized SGD to obtain unbiased gradients and implement an effective momentum with D-Cliques. Our extensive empirical evaluation on MNIST and CIFAR10 demonstrates that our approach provides similar convergence speed as a fully-connected topology, which provides the best convergence in a data heterogeneous setting, with a significant reduction in the number of edges and messages. In a 1000-node topology, D-Cliques require 98% less edges and 96% less total messages, with further possible gains using a small-world topology across cliques.

📄 PDF Abstract BibTeX arXiv:2104.07365

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Refined Convergence and Topology Learning for Decentralized SGD with Heterogeneous Data

2022-04-09 · Batiste Le Bars, Aurélien Bellet, Marc Tommasi, Erick Lavoie 외

One of the key challenges in decentralized and federated learning is to design algorithms that efficiently deal with highly heterogeneous data distributions across agents. In this paper, we revisit the analysis of the po…

Federated Learning

Towards Effective Federated Multimodal Graph Learning via Navigating Multifaceted Heterogeneity

2026-08-01 · Yinlin Zhu, Di Wu, Yi Zhang, Xunkai Li 외 arxiv

Multimodal-attributed graphs (MAGs), where nodes carry heterogeneous semantic content across multiple modalities while edges encode relational dependencies, have been widely adopted across diverse domains. Federated mult…

Contrastive LearningGraph Learning

Towards Heterogeneity-Aware and Energy-Efficient Topology Optimization for Decentralized Federated Learning in Edge Environment

2025-08-01 · Yuze Liu, Tiehua Zhang, Zhishu Shen, Libing Wu 외 arxiv

Federated learning (FL) has emerged as a promising paradigm within edge computing (EC) systems, enabling numerous edge devices to collaboratively train artificial intelligence (AI) models while maintaining data privacy. …

Federated Learning

Removing Data Heterogeneity Influence Enhances Network Topology Dependence of Decentralized SGD

2021-05-17 · Kun Yuan, Sulaiman A. Alghunaim, Xinmeng Huang

We consider the decentralized stochastic optimization problems, where a network of $n$ nodes, each owning a local cost function, cooperate to find a minimizer of the globally-averaged cost. A widely studied decentralized…

Stochastic Optimization

Data-heterogeneity-aware Mixing for Decentralized Learning

2022-04-13 · Yatin Dandi, Anastasia Koloskova, Martin Jaggi, Sebastian U. Stich

Decentralized learning provides an effective framework to train machine learning models with data distributed over arbitrary communication graphs. However, most existing approaches toward decentralized learning disregard…