English

A scalable distributed dynamical systems approach to compute the strongly connected components and diameter of networks

Optimization and Control 2021-06-25 v2 Systems and Control Systems and Control

Abstract

Finding strongly connected components (SCCs) and the diameter of a directed network play a key role in a variety of discrete optimization problems, and subsequently, machine learning and control theory problems. On the one hand, SCCs are used in solving the 2-satisfiability problem, which has applications in clustering, scheduling, and visualization. On the other hand, the diameter has applications in network learning and discovery problems enabling efficient internet routing and searches, as well as identifying faults in the power grid. In this paper, we leverage consensus-based principles to find the SCCs in a scalable and distributed fashion with a computational complexity of O(Ddin-degreemax)\mathcal{O}\left(Dd_{\text{in-degree}}^{\max}\right), where DD is the (finite) diameter of the network and din-degreemaxd_{\text{in-degree}}^{\max} is the maximum in-degree of the network. Additionally, we prove that our algorithm terminates in D+1D+1 iterations, which allows us to retrieve the diameter of the network. We illustrate the performance of our algorithm on several random networks, including Erd\H{o}s-R\'enyi, Barab\'asi-Albert, and \mbox{Watts-Strogatz} networks.

Keywords

Cite

@article{arxiv.2105.10229,
  title  = {A scalable distributed dynamical systems approach to compute the strongly connected components and diameter of networks},
  author = {Emily A. Reed and Guilherme Ramos and Paul Bogdan and Sérgio Pequito},
  journal= {arXiv preprint arXiv:2105.10229},
  year   = {2021}
}

Comments

Authors Reed and Ramos contributed equally