# Distributed Linearized ADMM for Network Cost Minimization

**Authors:** Xuanyu Cao, K.J. Ray Liu

arXiv: 1702.03367 · 2017-02-27

## TL;DR

This paper introduces a distributed linearized ADMM algorithm for network cost minimization that reduces computational complexity by avoiding local optimization problems, while maintaining convergence guarantees and similar performance to traditional DADMM.

## Contribution

The paper proposes a novel DLADMM algorithm that simplifies computations in distributed optimization, with proven convergence and linear rate under certain conditions.

## Key findings

- DLADMM converges to the optimal solution for convex cost functions.
- DLADMM achieves similar convergence speed as DADMM with lower computational cost.
- Network topology and parameters influence the convergence behavior.

## Abstract

In this work, we study a generic network cost minimization problem, in which every node has a local decision vector to determine. Each node incurs a cost depending on its decision vector and each link also incurs a cost depending on the decision vectors of its two end nodes. All nodes cooperate to minimize the overall network cost. The formulated network cost minimization problem has broad applications in distributed signal processing and control over multi-agent systems. To obtain a decentralized algorithm for the formulated problem, we resort to the distributed alternating direction method of multipliers (DADMM). However, each iteration of the DADMM involves solving a local optimization problem at each node, leading to intractable computational burden in many circumstances. As such, we propose a distributed linearized ADMM (DLADMM) algorithm for network cost minimization. In the DLADMM, each iteration only involves closed-form computations and avoids local optimization problems, which greatly reduces the computational complexity compared to the DADMM. We prove that the DLADMM converges to an optimal point when the local cost functions are convex and have Lipschitz continuous gradients. Linear convergence rate of the DLADMM is also established if the local cost functions are further strongly convex. Numerical experiments are conducted to corroborate the effectiveness of the DLADMM and we observe that the DLADMM has similar convergence performance as DADMM does while the former enjoys much lower computational overhead. The impact of network topology, connectivity and algorithm parameters are also investigated through simulations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.03367/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1702.03367/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1702.03367/full.md

---
Source: https://tomesphere.com/paper/1702.03367