PROPAGATE: a seed propagation framework to compute Distance-based metrics on Very Large Graphs
Abstract
We propose PROPAGATE, a fast approximation framework to estimate distance-based metrics on very large graphs such as the (effective) diameter, the (effective) radius, or the average distance within a small error. The framework assigns seeds to nodes and propagates them in a BFS-like fashion, computing the neighbors set until we obtain either the whole vertex set (the diameter) or a given percentage (the effective diameter). At each iteration, we derive compressed Boolean representations of the neighborhood sets discovered so far. The PROPAGATE framework yields two algorithms: PROPAGATE-P, which propagates all the seeds in parallel, and PROPAGATE-s which propagates the seeds sequentially. For each node, the compressed representation of the PROPAGATE-P algorithm requires bits while that of PROPAGATE-S only bit. Both algorithms compute the average distance, the effective diameter, the diameter, and the connectivity rate within a small error with high probability: for any and using sample nodes, the error for the average distance is bounded by , the error for the effective diameter and the diameter are bounded by , and the error for the connectivity rate is bounded by where is the diameter and is a measure of connectivity of the graph. The time complexity is , where is the number of edges of the graph. The experimental results show that the PROPAGATE framework improves the current state of the art both in accuracy and speed. Moreover, we experimentally show that PROPAGATE-S is also very efficient for solving the All Pair Shortest Path problem in very large graphs.
Cite
@article{arxiv.2301.06499,
title = {PROPAGATE: a seed propagation framework to compute Distance-based metrics on Very Large Graphs},
author = {Giambattista Amati and Antonio Cruciani and Daniele Pasquini and Paola Vocca and Simone Angelini},
journal= {arXiv preprint arXiv:2301.06499},
year = {2023}
}