2020
DOI: 10.1109/access.2020.2984762
|View full text |Cite
|
Sign up to set email alerts
|

Complex Network Metrics: Can Deep Learning Keep up With Tailor-Made Reference Algorithms?

Abstract: Complex network metrics are used for ranking the importance of nodes in many different applications, e.g., spreader identification and percolation analysis. Examples for such node metrics include the degree centrality and betweenness centrality. The computation of some of these metrics is computationally expensive, e.g. the computation of betweenness takes O(N 3) of computation steps in the worst case, where N is the number of nodes. In this study, we investigate the ability of deep learning via graph embeddin… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 11 publications
(4 citation statements)
references
References 39 publications
0
4
0
Order By: Relevance
“…As for step b) , we note that the computation of the degree is linear in the number of edges and, therefore, it takes O ( m ′) time. The eigenvector can be computed by using power iteration method [ 41 ] in O ( n + m ) time while the traditional methods to compute the Katz centrality takes O ( n 3 ) [ 42 ].…”
Section: Discussionmentioning
confidence: 99%
“…As for step b) , we note that the computation of the degree is linear in the number of edges and, therefore, it takes O ( m ′) time. The eigenvector can be computed by using power iteration method [ 41 ] in O ( n + m ) time while the traditional methods to compute the Katz centrality takes O ( n 3 ) [ 42 ].…”
Section: Discussionmentioning
confidence: 99%
“…Xu et al (2020) proposed an important node identification algorithm based on the information entropy of node adjacency. Wandelt et al (2020) applied deep learning to node importance ranking, accelerating the important node identification process compared with other measurement methods. Yu et al (2020) proposed a simple and effective method to identify key nodes, considering the adjacency matrix of the network and convolutional neural network.…”
Section: Node Importance Rankingmentioning
confidence: 99%
“… measures the physical centrality of a node because a more central node is necessarily closer to all other nodes. Efficient algorithms require computation steps, in the worst case, to calculate the exact betweenness and closeness centralities for the whole graphs by conducting a breadth-first search from each node 51 . The eigenvector centrality estimates the importance of a node based on that of its neighbours.…”
Section: Proposed Approachmentioning
confidence: 99%
“… is defined as the element of the vector that is solution to the equation , where is the adjacency matrix of the graph and the largest eigenvalue associated with the eigenvector of A . This eigenvector can be computed by the power iteration method in time 51 . The eccentricity ecc of a node, on the other hand, is a measure of non-centrality defined as the maximum distance from a given node to any other node in the graph.…”
Section: Proposed Approachmentioning
confidence: 99%