| Literature DB >> 26492958 |
Zhenghua Wang1, Leonardo Dueñas-Osorio1, Jamie E Padgett1.
Abstract
This study proposes a novel Normalized Wide network Ranking algorithm (NWRank) that has the advantage of ranking nodes and links of a network simultaneously. This algorithm combines the mutual reinforcement feature of Hypertext Induced Topic Selection (HITS) and the weight normalization feature of PageRank. Relative weights are assigned to links based on the degree of the adjacent neighbors and the Betweenness Centrality instead of assigning the same weight to every link as assumed in PageRank. Numerical experiment results show that NWRank performs consistently better than HITS, PageRank, eigenvector centrality, and edge betweenness from the perspective of network connectivity and approximate network flow, which is also supported by comparisons with the expensive N-1 benchmark removal criteria based on network efficiency. Furthermore, it can avoid some problems, such as the Tightly Knit Community effect, which exists in HITS. NWRank provides a new inexpensive way to rank nodes and links of a network, which has practical applications, particularly to prioritize resource allocation for upgrade of hierarchical and distributed networks, as well as to support decision making in the design of networks, where node and link importance depend on a balance of local and global integrity.Entities:
Year: 2015 PMID: 26492958 PMCID: PMC4615982 DOI: 10.1038/srep15141
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1A low degree node that is important for network flow or its approximations, but missed in PageRank and HITS rankings.
Figure 2Topology of select hierarchical networks: (a) 8-node simple transportation network (T8); (b) 8-node “bat” network (B8) (c) 13-node three-cluster network (C13) which is symmetric under each link emanating from node 1, and (d) symmetric 15-node tree network (HT15).
Basic information about selected hierarchical networks.
| Name | Reference | ||
|---|---|---|---|
| Transportation network (T8) | 8 | 7 | |
| Bat network (B8) | 8 | 13 | |
| Three-cluster network (C13) | 13 | 21 | |
| Hierarchical tree network (HT15) | 15 | 14 |
Node and link ranking results for the T8 and B8 hierarchical networks.
*W = WRank; NW = NWRank; P = PageRank; H = HITS; E = eigenvector centrality; B = edge betweenness; R = N-1 removal strategy.
Node and link ranking results for the C13 and HT15 hierarchical networks.
Figure 3Topology of select distributed networks:
(a) 25-node grid network (Grid 25); (b) 10-node Delaunay Triangulation (DT10); (c) 20-node Scale-Free distributed network (SF20); (d) 16-node uniform distributed network (UD16).
Basic information of the selected distributed networks.
| Name | Reference | ||
|---|---|---|---|
| Grid network (Grid25) | 25 | 40 | * |
| Delaunay Triangulation network (DT10) | 10 | 20 | |
| Scale-free distributed network (SF20) | 20 | 26 | * |
| Uniform distributed network (UD16) | 16 | 32 |
*developed by the author and his collaborators.
Node and link ranking results of the Grid25 and DT10 distributed networks.
Node and link ranking results of the SF20 and UD16 distributed networks.
Comparison of the node ranking between the ranking algorithms and N-1 removal strategy based on cosine similarity with the boldface used to demonstrate the most similar ranking.
| Network | Grid25 | DT10 | SF20 | UD16 |
|---|---|---|---|---|
| NWRank | 0.867 | 0.891 | ||
| WRank | 0.833 | 0.742 | 0.717 | |
| PageRank | 0.839 | 0.831 | 0.868 | 0.753 |
| HITS | 0.717 | |||
| Eigen vector | 0.717 |
Comparison of the link ranking between the ranking algorithms and N-1 removal strategy based on cosine similarity with the boldface used to demonstrate the most similar ranking.
| Network | Grid25 | DT10 | SF20 | UD16 |
|---|---|---|---|---|
| NWRank | 0.932 | |||
| WRank | 0.934 | 0.800 | 0.667 | |
| Edge betweenness | 0.951 | 0.814 |