Compressed Gradient Tracking for Decentralized Optimization Over General Directed Networks
Zhuoqing Song, Lei Shi, Shi Pu, Ming Yan
TL;DR
This work addresses decentralized optimization on general directed graphs by introducing CPP, which fuses gradient-tracking Push-Pull with unbiased compression to cut communication while preserving linear convergence for $\mu$-strongly convex and $L$-smooth objectives. It further adds B-CPP, an asynchronous broadcast variant that maintains linear convergence with even lower communication load. Theoretical results establish contraction via spectral radii of carefully constructed matrices and provide conditions on stepsizes and momentum to guarantee convergence; empirical results on logistic regression with compressed communication validate the methods and quantify communication gains. Overall, the paper delivers scalable, communication-efficient decentralized optimization tools applicable to large, privacy-conscious multi-agent systems.
Abstract
In this paper, we propose two communication efficient decentralized optimization algorithms over a general directed multi-agent network. The first algorithm, termed Compressed Push-Pull (CPP), combines the gradient tracking Push-Pull method with communication compression. We show that CPP is applicable to a general class of unbiased compression operators and achieves linear convergence rate for strongly convex and smooth objective functions. The second algorithm is a broadcast-like version of CPP (B-CPP), and it also achieves linear convergence rate under the same conditions on the objective functions. B-CPP can be applied in an asynchronous broadcast setting and further reduce communication costs compared to CPP. Numerical experiments complement the theoretical analysis and confirm the effectiveness of the proposed methods.
