Hyperbolicity Computation through Dominating Sets
David Coudert (COATI), Andr\'e Nusser, Laurent Viennot (IRIF, (UMR\_8243))

TL;DR
This paper introduces a novel method using distance-k dominating sets to efficiently compute graph hyperbolicity, enabling analysis of much larger graphs than before with significant speed and memory improvements.
Contribution
It presents a new approach leveraging dominating sets to significantly improve hyperbolicity computation for large graphs.
Findings
Able to compute hyperbolicity for graphs with up to a million nodes.
Achieved up to 3 orders of magnitude speedup over previous algorithms.
Reduced memory consumption by more than 23 times.
Abstract
Hyperbolicity is a graph parameter related to how much a graph resembles a tree with respect to distances. Its computation is challenging as the main approaches consist in scanning all quadruples of the graph or using fast matrix multiplication as building block, both are not practical for large graphs. In this paper, we propose and evaluate an approach that uses a hierarchy of distance-k dominating sets to reduce the search space. This technique, compared to the previous best practical algorithms, enables us to compute the hyperbolicity of graphs with unprecedented size (up to a million nodes) and speeds up the computation of previously attainable graphs by up to 3 orders of magnitude while reducing the memory consumption by up to more than a factor of 23.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Complex Network Analysis Techniques
