2016
DOI: 10.1002/sam.11310
|View full text |Cite
|
Sign up to set email alerts
|

On the eigen‐functions of dynamic graphs: Fast tracking and attribution algorithms

Abstract: Eigen-functions are of key importance in graph mining since they can be used to approximate many graph parameters, such as node centrality, epidemic threshold, graph robustness, with high accuracy. As real-world graphs are changing over time, those parameters may get sharp changes correspondingly. Taking virus propagation network for example, new connections between infected and susceptible people appear all the time, and some of the crucial infections may lead to large decreasing on the epidemic threshold of … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0

Year Published

2017
2017
2024
2024

Publication Types

Select...
4
2
1

Relationship

2
5

Authors

Journals

citations
Cited by 11 publications
(7 citation statements)
references
References 62 publications
0
7
0
Order By: Relevance
“…Aggarwal and Li [3] proposed a random-walk based method to perform dynamic classification in content-based networks. In [9,10], a fast eigen-tracking algorithm is proposed which is essential for many graph mining algorithms involving adjacency matrix. Li et al [25] studied how to perform unsupervised feature selection in a dynamic and connected environment.…”
Section: Related Workmentioning
confidence: 99%
“…Aggarwal and Li [3] proposed a random-walk based method to perform dynamic classification in content-based networks. In [9,10], a fast eigen-tracking algorithm is proposed which is essential for many graph mining algorithms involving adjacency matrix. Li et al [25] studied how to perform unsupervised feature selection in a dynamic and connected environment.…”
Section: Related Workmentioning
confidence: 99%
“…(1) Degree: selecting top-k nodes (edges) with the largest degrees; specifically, for edge u, v , let d u and d v denote the degrees for its endpoints respectively, the score for u, v is min{d u , d v } 4 . (2) PageRank: selecting top-k nodes (edges) with the largest PageRank scores [29] (the corresponding edge score is the minimum PageRank score among its two endpoints); (3) Eigenvector: selecting top-k nodes (edges) with the largest eigenvector centrality scores [28] (the corresponding edge score is the minimum eigenvector centrality score among its endpoints); (4) Netshield/Netmelt: selecting top-k nodes (edges) that minimize the leading eigenvalue of the network [9,10]; (5) MIOBI : a greedy algorithm that employs first-order matrix perturbation method to estimate element impact score and update eigen-pairs [5]; (6) MIOBI-S: a variant of miobi that selects top-k nodes (edges) in one batch without updating the eigen-pairs of the network; (7) MIOBI-H : a variant of miobi that employs high order matrix perturbation method to update eigen-pairs [8]; (8) Exact: a greedy algorithm that recomputes the top-r eigen-pairs to estimate the impact score for each candidate node/edge. For the results reported in this paper, we set rank r = 80 for all the top-r eigen-pairs based approximation methods (methods (5)-(8) and the proposed CONTAIN method).…”
Section: Datasetsmentioning
confidence: 99%
“…On one hand, although there exist tractable greedy algorithms for some special connectivity measures, they do not scale to large networks because of their super-linear complexity [25]. On the other hand, although matrix perturbation methods offer a linear time complexity, their optimization quality is largely dependent on the spectrum of the underlying network (e.g., the optimization quality would deteriorate quickly in small eigen-gap networks [8,20]).…”
Section: Introductionmentioning
confidence: 99%
“…Another important aspect of network connectivity optimization problem lies in the network dynamics. Chen et al proposed an efficient online algorithm to track some important network connectivity measures (e.g., the leading eigenvalue, the robustness measure) on a temporal dynamic network in [31], [32]. …”
Section: Related Workmentioning
confidence: 99%