Betweenness Centrality Updation and Community Detection in Streaming Graphs Using Incremental Algorithm
Title | Betweenness Centrality Updation and Community Detection in Streaming Graphs Using Incremental Algorithm |
Publication Type | Conference Paper |
Year of Publication | 2017 |
Authors | Bhandari, Akshita, Gupta, Ashutosh, Das, Debasis |
Conference Name | Proceedings of the 6th International Conference on Software and Computer Applications |
Date Published | February 2017 |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4857-7 |
Keywords | betweenness centrality, community detection, dynamic networks, Human Behavior, incremental algorithm, Kerberos, Metrics, pubcrawl, Resiliency, streaming graphs |
Abstract | Centrality measures have perpetually been helpful to find the foremost central or most powerful node within the network. There are numerous strategies to compute centrality of a node however in social networks betweenness centrality is the most widely used approach to bifurcate communities within the network, to find out the susceptibility within the complex networks and to generate the scale free networks whose degree distribution follows the power law. In this paper, we've computed betweenness centrality by identifying communities lying within the network. Our algorithm efficiently updates the centrality of the nodes whenever any edge or vertex addition or deletion takes place within the dynamic network by modifying solely a subset of vertices. For the vertex addition, Incremental Algorithm has been used in which Streaming graphs has also been considered. Brandes approach is the most widely used approach for finding out the betweenness centrality however it's still expensive for growing networks since it takes O(mn+n2logn) amount of time and O(n+m) space however our approach efficiently updates the centrality of the nodes by taking O(textbarStextbarn+textbarStextbarnlogn) amount of time where textbarStextbar is the subset of the vertices,m is the number of edges, n is the number of vertices and textbarStextbarn holds true. |
URL | https://dl.acm.org/doi/10.1145/3056662.3056673 |
DOI | 10.1145/3056662.3056673 |
Citation Key | bhandari_betweenness_2017 |