Closeness Centrality Algorithms For Multilayer Networks
Hamza Reza Pavel, Abhishek Santra, Sharma Chakravarthy

TL;DR
This paper introduces novel algorithms for directly computing closeness centrality in multilayer networks using a decoupling approach, improving efficiency and preserving network structure compared to traditional aggregation methods.
Contribution
It proposes the first algorithms for closeness centrality in MLNs that operate directly on the multilayer structure using heuristics, enabling parallelism and better accuracy.
Findings
Algorithms are more efficient than traditional aggregation methods.
Heuristics provide accurate centrality measures on synthetic and real-world MLNs.
Approach enables parallel computation for large-scale multilayer networks.
Abstract
Centrality measures for simple graphs are well-defined and several main-memory algorithms exist for each. Simple graphs are not adequate for modeling complex data sets with multiple entities and relationships. Multilayer networks (MLNs) have been shown to be better suited, but there are very few algorithms for centrality computation directly on MLNs. They are converted (aggregated or collapsed) to simple graphs using Boolean AND or OR operators to compute centrality, which is not only inefficient but incurs a loss of structure and semantics. In this paper, we propose algorithms that compute closeness centrality on an MLN directly using a novel decoupling-based approach. Individual results of layers (or simple graphs) of an MLN are used and a composition function developed to compute the centrality for the MLN. The challenge is to do this accurately and efficiently. However, since these…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Graph theory and applications
