LGAug 29, 2022

DR-DSGD: A Distributionally Robust Decentralized Learning Algorithm over Graphs

arXiv:2208.13810v25 citationsh-index: 83
Originality Incremental advance
AI Analysis

This addresses robust and efficient learning in decentralized settings for applications like federated learning, though it is incremental as it builds on DSGD with regularization.

The paper tackles distribution shift in decentralized learning by proposing DR-DSGD, a distributionally robust algorithm that improves worst-case test accuracy by up to 10% and reduces communication rounds by up to 20 times compared to DSGD.

In this paper, we propose to solve a regularized distributionally robust learning problem in the decentralized setting, taking into account the data distribution shift. By adding a Kullback-Liebler regularization function to the robust min-max optimization problem, the learning problem can be reduced to a modified robust minimization problem and solved efficiently. Leveraging the newly formulated optimization problem, we propose a robust version of Decentralized Stochastic Gradient Descent (DSGD), coined Distributionally Robust Decentralized Stochastic Gradient Descent (DR-DSGD). Under some mild assumptions and provided that the regularization parameter is larger than one, we theoretically prove that DR-DSGD achieves a convergence rate of $\mathcal{O}\left(1/\sqrt{KT} + K/T\right)$, where $K$ is the number of devices and $T$ is the number of iterations. Simulation results show that our proposed algorithm can improve the worst distribution test accuracy by up to $10\%$. Moreover, DR-DSGD is more communication-efficient than DSGD since it requires fewer communication rounds (up to $20$ times less) to achieve the same worst distribution test accuracy target. Furthermore, the conducted experiments reveal that DR-DSGD results in a fairer performance across devices in terms of test accuracy.

Foundations

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

Your Notes