Distributed Online Randomized Gradient-Free Optimization with Compressed Communication
Longkang Zhu, Xinli Shi, Xiangping Xu, Jinde Cao, Xiangyong Chen
TL;DR
This work tackles distributed online convex optimization under limited gradient feedback and communication constraints by introducing Online Compressed Gradient Tracking (OCGT). The framework unifies two settings—one-point bandit feedback and stochastic gradient feedback—within a single gradient-tracking plus compression scheme that employs error compensation to mitigate bias from communication reduction. The authors establish dynamic regret bounds that capture environmental variation, gradient heterogeneity, and quantization effects, and they demonstrate favorable scaling compared with uncompressed, full-gradient baselines. Empirical results on logistic regression tasks with real datasets confirm substantial communication savings while maintaining competitive dynamic performance and accuracy. Overall, OCGT offers a practical, theoretically grounded approach to scalable distributed optimization in non-stationary environments.
Abstract
This paper addresses two fundamental challenges in distributed online convex optimization: communication efficiency and optimization under limited feedback. We propose a unified framework named Online Compressed Gradient Tracking (OCGT), which includes two variants: One-point Bandit Feedback (OCGT-BF) and Stochastic Gradient Feedback (OCSGT). The proposed algorithms harness data compression and either gradient-free or stochastic gradient optimization techniques within distributed networks. The proposed framework incorporates a compression scheme with error compensation mechanisms to reduce communication overhead while maintaining convergence guarantees. Unlike traditional approaches that assume perfect communication and full gradient access, OCGT operates effectively under practical constraints by combining gradient-like tracking with one-point or stochastic gradient feedback estimation. We provide a theoretical analysis demonstrating dynamic regret bounds for both variants. Finally, extensive experiments validate that OCGT achieves low dynamic regret while significantly reducing communication requirements.
