A scalable distributed dynamical systems approach to compute the strongly connected components and diameter of networks
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 , where is the (finite) diameter of the network and is the maximum in-degree of the network. Additionally, we prove that our algorithm terminates in 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.
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