DocumentCode
3165614
Title
An Efficient Approach to Updating Closeness Centrality and Average Path Length in Dynamic Networks
Author
Chia-Chen Yen ; Mi-Yen Yeh ; Ming-Syan Chen
Author_Institution
Dept. of Electr. Eng., Nat. Taiwan Univ., Taipei, Taiwan
fYear
2013
fDate
7-10 Dec. 2013
Firstpage
867
Lastpage
876
Abstract
Closeness centrality measures the communication efficiency of a specific vertex within a network while the average path length (APL) measures that of the whole network. Since the nature of these two measurements is based on the computation of all-pair shortest path distances, one can perform the breadth-first search method starting at every vertex and obtain the two measurements. However, as the edge counts in the real-world networks like Facebook increase over time, this naive way is obviously inefficient. In this paper, we proposed CENDY, an efficient approach to updating Closeness centrality and average path length in Dynamic networks when there is an edge insertion or deletion. In CENDY, we derived some theoretical properties to quickly identify a set of vertices whose shortest path changed after an edge update, and then update the closeness centralities of those vertices only as well as the APL of the graph by a few of single-source shortest path computations. We conducted extensive experiments to show that, when compared to the existing methods of computing exact or approximate values, CENDY outperformed others in significantly low update time while providing exact values of the two measurements on various real-world graph datasets.
Keywords
computational complexity; directed graphs; network theory (graphs); tree searching; APL measures; CENDY approach; Facebook; all-pair shortest path distances; average path length; breadth-first search method; communication efficiency; dynamic networks; edge counts; edge deletion; edge insertion; real-world graph datasets; single-source shortest path computations; specific vertex; updating closeness centrality; Algorithm design and analysis; Approximation algorithms; Approximation methods; Heuristic algorithms; Joining processes; Length measurement; Time measurement; average path length; closeness centrality; dynamic networks; update algorithm;
fLanguage
English
Publisher
ieee
Conference_Titel
Data Mining (ICDM), 2013 IEEE 13th International Conference on
Conference_Location
Dallas, TX
ISSN
1550-4786
Type
conf
DOI
10.1109/ICDM.2013.135
Filename
6729571
Link To Document