Distributed Conjugate Gradient Method via Conjugate Direction Tracking
Ola Shorinwa, Mac Schwager
TL;DR
The paper tackles distributed optimization over a connected network where each agent holds only local data and no central coordinator is available. It introduces DC-Grad, a distributed conjugate gradient method that tracks the network-average conjugate direction via dynamic average consensus and allows uncoordinated constant step-sizes. The authors establish convergence to the aggregate optimum, prove consensus of local iterates, and demonstrate favorable performance in distributed state estimation and robust least-squares simulations, particularly on densely connected graphs where it reduces communication overhead. These results provide a privacy-preserving, faster-than-basic-first-order alternative for distributed optimization in nonlinear convex settings.
Abstract
We present a distributed conjugate gradient method for distributed optimization problems, where each agent computes an optimal solution of the problem locally without any central computation or coordination, while communicating with its immediate, one-hop neighbors over a communication network. Each agent updates its local problem variable using an estimate of the average conjugate direction across the network, computed via a dynamic consensus approach. Our algorithm enables the agents to use uncoordinated step-sizes. We prove convergence of the local variable of each agent to the optimal solution of the aggregate optimization problem, without requiring decreasing step-sizes. In addition, we demonstrate the efficacy of our algorithm in distributed state estimation problems, and its robust counterparts, where we show its performance compared to existing distributed first-order optimization methods.
