Degree Centrality Algorithms for Weighted Multilayer Networks (or w-MLNs)

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文针对加权同质多层网络中的度中心性计算问题,提出一种解耦框架算法,在保持结构和语义信息的同时,提高计算效率。
📝 Abstract
Centrality measures are defined for simple graphs -- directed, undirected, weighted or unweighted. Attributed graphs have to be reduced to simple graphs for computing centrality measures. However, when applications with multiple types of relationships are modeled using multilayer networks (MLNs), simple graph algorithms cannot be directly used. Existing approaches typically analyze MLNs by aggregating layers of an MLN into a single graph, which results in the loss of structural and semantic information. The semantic information loss can be more pronounced particularly, in weighted networks. This work focuses on computing degree centrality in weighted homogeneous multilayer networks (HoMLNs) using a decoupling-based framework. The framework performs independent layer-wise analysis on MLNs without reducing them to simple graphs. The decoupling approach allows use of exiting algorithms for each layer and uses minimal information from individual layers for computing degree centrality of HoMLNs. We propose heuristic-based algorithms that strike a balance between accuracy and efficiency. The proposed methods are evaluated against ground truth (GT) results obtained using Boolean OR aggregation and naive baselines. Experimental results on both synthetic and real-world HoMLN datasets demonstrate that the heuristics achieve accuracy comparable to the ground truth while significantly improving computational efficiency, thereby establishing the scalability and effectiveness of the HoMLN algorithms developed using the decoupling approach.
Problem

Research questions and friction points this paper is trying to address.

weighted multilayer networks
centrality measures
information loss
homogeneous multilayer networks
degree centrality
Innovation

Methods, ideas, or system contributions that make the work stand out.

degree centrality
weighted multilayer networks
decoupling framework
heuristic algorithms
🔎 Similar Papers
2024-05-09International Conference on Information and Knowledge ManagementCitations: 1