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

TL;DR
This paper introduces heuristic algorithms for directly computing degree centrality in multilayer networks, preserving structure and semantics, and demonstrating improved efficiency over traditional aggregation methods.
Contribution
It proposes a novel decoupling-based approach for calculating degree centrality in MLNs, avoiding information loss and enabling parallel processing.
Findings
Decoupling approach is more efficient than aggregation methods.
Algorithms preserve network structure and semantics.
Experimental results show high accuracy and efficiency.
Abstract
Centrality measures for simple graphs/networks are well-defined and each has numerous main-memory algorithms. However, for modeling complex data sets with multiple types of entities and relationships, simple graphs are not ideal. Multilayer networks (or MLNs) have been proposed for modeling them and have been shown to be better suited in many ways. Since there are no algorithms for computing centrality measures directly on MLNs, existing strategies reduce (aggregate or collapse) the MLN layers to simple networks using Boolean AND or OR operators. This approach negates the benefits of MLN modeling as these computations tend to be expensive and furthermore results in loss of structure and semantics. In this paper, we propose heuristic-based algorithms for computing centrality measures (specifically, degree centrality) on MLNs directly (i.e., without reducing them to simple graphs) using a…
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 · Mental Health Research Topics · Bioinformatics and Genomic Networks
