Analysing Information Flows and Key Mediators Through Temporal Centrality Metrics

Total Page:16

File Type:pdf, Size:1020Kb

Analysing Information Flows and Key Mediators Through Temporal Centrality Metrics Analysing Information Flows and Key Mediators through Temporal Centrality Metrics ∗ John Tang Mirco Musolesi Cecilia Mascolo University of Cambridge University of St. Andrews University of Cambridge Vito Latora Vincenzo Nicosia University of Catania University of Catania ABSTRACT Keywords The study of influential members of human networks is an Temporal Graphs, Temporal Metrics, Temporal Centrality, important research question in social network analysis. How- Key Mediators, Social Networks, Complex Networks, Infor- ever, the current state-of-the-art is based on static or ag- mation Diffusion gregated representation of the network topology. We argue that dynamically evolving network topologies are inherent in many systems, including real online social and techno- 1. INTRODUCTION logical networks: fortunately the nature of these systems is Identifying key nodes has become an essential part of such that they allow the gathering of large quantities of fine- analysing and understanding networked systems with ap- grained temporal data on interactions amongst the network plication to a wide range of fields including finding the best members. person to target in a viral marketing campaign [15, 22], lo- In this paper we propose novel temporal centrality metrics cating key neurons in cortical networks [5], protecting im- which take into account such dynamic interactions over time. portant species in ecological systems [14] and finding bottle- Using a real corporate email dataset we evaluate the impor- necks in traffic networks [13]. The position of a node with tant individuals selected by means of static and temporal respect to other nodes can be classified and exploited: one analysis taking two perspectives: firstly, from a semantic could argue that people with the most friends are popular level, we investigate their corporate role in the organisation; and hence important; a node with high geodesic locality to and secondly, from a dynamic process point of view, we mea- other nodes could spread information quickly to high num- sure information dissemination and the role of information bers of nodes; and a person who lies between the most paths mediators. We find that temporal analysis provides a better of communication could act as a mediator among groups of understanding of dynamic processes and a more accurate people. These concepts are more commonly known as de- identification of important people compared to traditional gree, closeness and betweenness centrality [22, 4]. static methods. Existing centrality metrics for the study of real online so- cial networks (OSN) are based on a static network model where edges that appear (and disappear over time) are ag- Categories and Subject Descriptors gregated into a single static graph [1, 9, 10]. In particu- C.2.1 [Network Architecture and Design]: Network Topol- lar, if we consider a graph of interactions over time where ogy; C.2.0 [General]: Data communications each edge corresponds to an interaction (such as posting of a message) between two users represented by the nodes, we observe a continuous change of the graphs corresponding to General Terms the dynamic user activity. Examples are instant messenger systems and email where also the interactions often happen Measurement, Algorithms, Theory in bursts [17]. With this in mind, the key contribution of this paper is the ∗This work was carried out in part when Mirco Musolesi was introduction of temporal centrality metrics for the identifica- at the Computer Laboratory, University of Cambridge. tion of key nodes in OSNs based on temporal shortest paths. Tang et al. [20] proposed a temporal network model to study real dynamic dataset. The idea is that the behaviour of dy- namic networks can be more accurately captured by a se- Permission to make digital or hard copies of all or part of this work for quence of snapshots of the network topology as it changes personal or classroom use is granted without fee provided that copies are over time (Figure 1). Using this model, a temporal version of not made or distributed for profit or commercial advantage and that copies shortest path was also defined. Since static closeness and be- bear this notice and the full citation on the first page. To copy otherwise, to tweenness centrality metrics are derived from static shortest republish, to post on servers or to redistribute to lists, requires prior specific paths, we extended these metrics to temporal graphs by in- permission and/or a fee. SNS’10, April 13, 2010, Paris, France. troducing the definitions of temporal closeness and temporal Copyright 2010 ACM 978-1-4503-0080-3 ...$10.00. betweenness. Naturally, both these temporal extensions are Time Sun Sat Fri Thu Wed Tue Mon Figure 1: Temporal Graph showing a typical week of activity during Nov 2001 using 24-hour windows (left) and aggregated static graph (right). Nodes represent employees; a link between two employees exists if an email was sent by one of them to the other in that 24-hour window. associated to the identification of central nodes in the net- 2. TEMPORAL CENTRALITY METRICS work with application to dynamic processes over an OSN. In As discussed, the representation of a time-varying network particular, temporal closeness quantifies how fast a user can by means of the associated static graph can convey mislead- disseminate a piece of information. Therefore, applications ing information about the network itself. For instance, a of this metric include viral marketing and the study of ru- static aggregated network usually has far more links than mour spreading. On the other hand, temporal betweenness the network has at each time instant (or if the aggregation distinguishes individuals who act as key mediators between is performed over short time windows). Since the time or- the most communication paths over time. dering of edges is not considered, the number of paths be- Hence, to evaluate our proposed temporal centrality met- tween pairs of nodes is overestimated. This also leads to an rics, we apply them to separate dynamic processes. First, underestimation of the length of shortest paths [20]. an information dissemination process captures the notion of Following from this, since traditional static closeness and speed and reachability of a piece of information spreading betweenness centrality are based upon static shortest paths, through a network starting from a subset of nodes. Thus, the estimation provided by these metrics is largely inaccu- we can compare the important nodes selected by static and rate. In order to overcome these problems, in this section, temporal closeness centrality. Second, since we observe that we introduce the definitions of temporal closeness and tem- if certain individuals lie between the most communication poral betweenness centrality by employing temporal shortest paths, their removal from the network will impact the over- paths, which do take into account time information. First all communication efficiency. we will present the basic definitions of the temporal graph We provide a preliminary evaluation using the publicly model and temporal paths. available Enron email dataset [19], describing corporate com- munication over time between 151 known employees during 2.1 Preliminaries the height of the company's accounting scandal. A temporal graph can be thought of as an ordered sequence The main contributions of this paper are as follows: of graphs. A state of the network topology is calculated by • Based on temporal path lengths proposed by Tang et aggregating all the edges that appear inside a certain time al. [20] we define novel temporal centrality metrics for window. An example is given in Figure 1: the temporal the study of key nodes in OSNs (Section 2). graph shown in the left panel is a sequence of seven graphs, each of them representing the contacts among nodes in a • We evaluate these temporal metrics using two dynamic time window of 24-hours. The corresponding aggregated processes, applied on the Enron email dataset. The static graph (which reports all the links among nodes, with- temporal analysis consistently finds that employees who out any information about time) is shown in the right panel. worked as energy traders fulfil both these roles. This More formally, given a real network trace starting at t gives us an interesting insight not only into the En- min and ending at t , the temporal graph Gw(t ; t ) is ron scandal but also into the differences between static max t min max defined as the ordered sequence of graphs G , G , and temporal analysis (Section 3.3). We also find that tmin tmin+w :::, G , where w is the size of each time window, ex- compared to existing static analysis, temporal metrics tmax pressed in some time units (e.g., seconds or hours). The not only uncover important nodes that are better for number of graphs in the sequence is denoted as W = ((t − information spreading but also individuals who play a max t )=w) = jGw(t ; t )j. The contact function Rs be- vital role in mediating between the most communica- min t min max ij tween nodes i; j at time s is equal to 1 if and only if there tion channels (Section 3.4). exists a link between i and j in Gt; t ≤ s ≤ t + w, otherwise s • We provide initial insights into temporal dynamics which Rij is equal to zero. All the graphs in the temporal graph make temporal metrics more suitable for studying time- have the same set of nodes V , while each of them has, in varying OSNs compared to static analysis (Section 3.5). general, a different set of edges Et, where an edge between s i; j 2 V belongs to Et if and only if Rij = 1. From this time that a message forwarded from i has to wait on k be- model a temporal path between two nodes i and j can be fore being passed to j, the higher the chance of disruption w defined over Gt (tmin; tmax) as a sequence of k hops via a removing the message which was destined to j.
Recommended publications
  • Approximating Network Centrality Measures Using Node Embedding and Machine Learning
    Approximating Network Centrality Measures Using Node Embedding and Machine Learning Matheus R. F. Mendon¸ca,Andr´eM. S. Barreto, and Artur Ziviani ∗† Abstract Extracting information from real-world large networks is a key challenge nowadays. For instance, computing a node centrality may become unfeasible depending on the intended centrality due to its computational cost. One solution is to develop fast methods capable of approximating network centralities. Here, we propose an approach for efficiently approximating node centralities for large networks using Neural Networks and Graph Embedding techniques. Our proposed model, entitled Network Centrality Approximation using Graph Embedding (NCA-GE), uses the adjacency matrix of a graph and a set of features for each node (here, we use only the degree) as input and computes the approximate desired centrality rank for every node. NCA-GE has a time complexity of O(jEj), E being the set of edges of a graph, making it suitable for large networks. NCA-GE also trains pretty fast, requiring only a set of a thousand small synthetic scale-free graphs (ranging from 100 to 1000 nodes each), and it works well for different node centralities, network sizes, and topologies. Finally, we compare our approach to the state-of-the-art method that approximates centrality ranks using the degree and eigenvector centralities as input, where we show that the NCA-GE outperforms the former in a variety of scenarios. 1 Introduction Networks are present in several real-world applications spread among different disciplines, such as biology, mathematics, sociology, and computer science, just to name a few. Therefore, network analysis is a crucial tool for extracting relevant information.
    [Show full text]
  • Closeness Centrality Extended to Unconnected Graphs : the Harmonic Centrality Index
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Infoscience - École polytechnique fédérale de Lausanne ASNA 2009 Zürich Closeness Centrality Extended To Unconnected Graphs : The Harmonic Centrality Index Yannick Rochat1 Institute of Applied Mathematics University of Lausanne, Switzerland [email protected] Abstract Social network analysis is a rapid expanding interdisciplinary field, growing from work of sociologists, physicists, historians, mathematicians, political scientists, etc. Some methods have been commonly accepted in spite of defects, perhaps because of the rareness of synthetic work like (Freeman, 1978; Faust & Wasserman, 1992). In this article, we propose an alternative index of closeness centrality defined on undirected networks. We show that results from its computation on real cases are identical to those of the closeness centrality index, with same computational complex- ity and we give some interpretations. An important property is its use in the case of unconnected networks. 1 Introduction The study of centrality is one of the most popular subject in the analysis of social networks. Determining the role of an individual within a society, its influence or the flows of information on which he can intervene are examples of applications of centrality indices. They are defined at an actor-level and are expected to compare and better understand roles of each individual in the net- work. In addition, a graph-level index called centralization (i.e. how much the index value of the most central node is bigger than the others) is defined for each existing index . Each index provides a way to highlight properties of individuals, depen- dently on its definition.
    [Show full text]
  • “A Tie Is a Tie? Gender and Network Positioning in Life Science Inventor Collaboration”
    “A Tie is a Tie? Gender and Network Positioning in Life Science Inventor Collaboration” Kjersten Bunker Whittington Reed College 3203 SE Woodstock Blvd Portland, OR 97202 [email protected] (Please note: draft contains figures in color) WORKING PAPER – UNDER REVIEW Highlights Examines men’s and women’s network positioning in innovation collaboration networks Data comprises 30 years of global life science inventing across sectors and organizational forms Women have comparable numbers of ties and network reach; include more women in their networks Women are in fewer strategic positions, and their collaborations are more status-asymmetrical Finds network benefits contingent on gender; men receive higher returns for some types of ties Abstract Collaborative relationships are an important anchor of innovative activity, and rates of collaboration in science are on the rise. This research addresses differences in men’s and women’s collaborative positioning in science, and whether returns from network relationships towards scientists’ future productivity on contingent on gender. Utilizing co-inventor network relations that span thirty years of life science patenting across sectors, geographic locations, and a variety of technological backgrounds, I find persistent gender disparities in involvement in patenting and collaborative positioning across time. Amidst some network similarities, women inventors tend to be in less strategic positions and have greater status-asymmetries between themselves and their co-inventors. Collaborations tend towards gender homophily. In multivariate models that include past and future activity, I find that network benefits are contingent on gender. Men receive greater returns from network positioning for some types of ties, and when collaborating with men. I discuss the implications of these results for innovative growth, as well as for policies that support men’s and women’s career development.
    [Show full text]
  • Measures of Centrality
    Measures of centrality Measures of centrality Background Centrality Complex Networks measures Degree centrality CSYS/MATH 303, Spring, 2011 Closeness centrality Betweenness Eigenvalue centrality Hubs and Authorities Prof. Peter Dodds References Department of Mathematics & Statistics Center for Complex Systems Vermont Advanced Computing Center University of Vermont Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. 1 of 28 Measures of Outline centrality Background Centrality measures Degree centrality Closeness centrality Background Betweenness Eigenvalue centrality Hubs and Authorities References Centrality measures Degree centrality Closeness centrality Betweenness Eigenvalue centrality Hubs and Authorities References 2 of 28 Measures of How big is my node? centrality Background Centrality measures I Basic question: how ‘important’ are specific nodes Degree centrality Closeness centrality and edges in a network? Betweenness Eigenvalue centrality I An important node or edge might: Hubs and Authorities 1. handle a relatively large amount of the network’s References traffic (e.g., cars, information); 2. bridge two or more distinct groups (e.g., liason, interpreter); 3. be a source of important ideas, knowledge, or judgments (e.g., supreme court decisions, an employee who ‘knows where everything is’). I So how do we quantify such a slippery concept as importance? I We generate ad hoc, reasonable measures, and examine their utility... 3 of 28 Measures of Centrality centrality Background Centrality measures Degree centrality I One possible reflection of importance is centrality. Closeness centrality Betweenness I Presumption is that nodes or edges that are (in some Eigenvalue centrality Hubs and Authorities sense) in the middle of a network are important for References the network’s function.
    [Show full text]
  • Application of Social Network Analysis in Interlibrary Loan Services
    5/2/2020 Application of social network analysis in interlibrary loan services Webology, Volume 10, Number 1, June, 2013 Home Table of Contents Titles & Subject Index Authors Index Application of social network analysis in interlibrary loan services Ammar Jalalimanesh Information Engineering Department, Iranian Research Institute for Information Science and Technology (IRANDOC), Tehran, Iran. E-mail: jalalimanesh (at) irandoc.ac.ir Seyyed Majid Yaghoubi Computer Engineering Department, University of Science and Technology, Tehran, Iran. E-mail: majidyaghoubi (at) comp.iust.ac.ir Received May 5, 2012; Accepted June 10, 2013 Abstract This paper aims to analyze interlibrary load (ILL) services' network using Social Network Analysis (SNA) techniques in order to discover knowledge about information flow between institutions. Ten years (2000 to 2010) of logs of Ghadir, an Iranian national interlibrary loan service, were processed. A data warehouse was created containing data of about 61,000 users, 158,000 visits and 160,000 borrowed books from 240 institutions. Social network analysis was conducted on data using NodeXL software and network metrics were calculated using tnet software. The network graph showed that Tehran, the capital, is hub of Ghadir project and Qazvin, Tabriz and Isfahan have the highest amount of relationship with it. The network also showed that neighbor cities and provinces have the most interactions with each other. The network metrics imply the richness of collections of institutions in different subjects. This is the first study to analyze logs of Iranian national ILL service and is one of the first studies that use SNA techniques to study ILL services. Keywords Interlibrary loan; Information services; Document delivery; Document supply; Interlending; Social network analysis; Iran Introduction The network that is also called graph is a mathematical representation of elements that interact with or relate to each other.
    [Show full text]
  • Closeness Centrality in Some Splitting Networks
    Computer Science Journal of Moldova, vol.26, no.3(78), 2018 Closeness centrality in some splitting networks Vecdi Ayta¸c Tufan Turacı Abstract A central issue in the analysis of complex networks is the assessment of their robustness and vulnerability. A variety of measures have been proposed in the literature to quantify the robustness of networks, and a number of graph-theoretic param- eters have been used to derive formulas for calculating network reliability. Centrality parameters play an important role in the field of network analysis. Numerous studies have proposed and analyzed several centrality measures. We consider closeness cen- trality which is defined as the total graph-theoretic distance to all other vertices in the graph. In this paper, closeness central- ity of some splitting graphs is calculated, and exact values are obtained. Keywords: Graph theory, network design and communica- tion, complex networks, closeness centrality, splitting graphs. 1 Introduction Most of the communication systems of the real world can be represented as complex networks, in which the nodes are the elementary compo- nents of the system and the links connect a pair of nodes that mutu- ally interact exchanging information. A central issue in the analysis of complex networks is the assessment of their robustness and vulnerabil- ity. One of the major concerns of network analysis is the definition of the concept of centrality. This concept measures the importance of a node’s position in a network. In social, biological, communication, and transportation networks, among others, it is important to know the relative structural prominence of nodes to identify the key elements in the network.
    [Show full text]
  • Triangle Centrality [16] Is Based on the Sum of Triangle Counts for a Vertex and Its Neighbors, Normalized Over the Total Triangle Count in the Graph
    Triangle Centrality Paul Burkhardt ∗ September 13, 2021 Abstract Triangle centrality is introduced for finding important vertices in a graph based on the concentration of triangles surrounding each vertex. An important vertex in triangle centrality is at the center of many triangles, and therefore it may be in many triangles or none at all. Given a simple, undirected graph G =(V,E), with n = V vertices and m = E edges, where N(v) | | | | + is the neighborhood set of v, N△(v) is the set of neighbors that are in triangles with v, and N△(v) is the closed set that includes v, then the triangle centrality for v, where (v) and (G) denote the respective △ △ triangle counts of v and G, is given by 1 + (u)+ w N v N v (w) 3 u∈N (v) ∈{ ( )\ △( )} TC(v)= P △ △ P △ . (G) △ It follows that the vector of triangle centralities for all vertices is ˇ 1 3A 2T + IT C = − , 1⊤T 1 where A is adjacency matrix of G, I is the identity matrix, 1 is the vectors of all ones, and the elementwise product A2 A gives T , and Tˇ is the binarized analog of T . ◦ We give optimal algorithms that compute triangle centrality in O(m√m) time and O(m + n) space. On a Concurrent Read Exclusive Write (CREW) Parallel Random Access Memory (PRAM) machine, we give a near work-optimal parallel algorithm that takes O(log n) time using O(m√m) CREW PRAM processors. In MapReduce, we show it takes four rounds using O(m√m) communication bits, and is therefore optimal.
    [Show full text]
  • A Faster Method to Estimate Closeness Centrality Ranking Arxiv
    A Faster Method to Estimate Closeness Centrality Ranking Akrati Saxena* Ralucca Gera** [email protected] [email protected] S. R. S. Iyengar* [email protected] *Department of Computer Science and Engineering, Indian Institute of Technology Ropar, India **Department of Applied Mathematics Naval Postgraduate School, Monterey, CA 93943 USA Abstract Closeness centrality is one way of measuring how central a node is in the given network. The closeness centrality measure assigns a centrality value to each node based on its accessibility to the whole network. In real life applications, we are mainly interested in ranking nodes based on their centrality values. The classical method to com- pute the rank of a node first computes the closeness centrality of all arXiv:1706.02083v1 [cs.SI] 7 Jun 2017 nodes and then compares them to get its rank. Its time complexity is O(n · m + n), where n represents total number of nodes, and m represents total number of edges in the network. In the present work, we propose a heuristic method to fast estimate the closeness rank of a node in O(α · m) time complexity, where α = 3. We also pro- pose an extended improved method using uniform sampling technique. This method better estimates the rank and it has the time complex- ity O(α · m), where α ≈ 10 − 100. This is an excellent improvement over the classical centrality ranking method. The efficiency of the 1 proposed methods is verified on real world scale-free social networks using absolute and weighted error functions. 1 Introduction In network science, various centrality measures have been defined to identify important nodes based on the application context.
    [Show full text]
  • Centrality Measures
    Social Network Analysis: Centrality Measures Donglei Du ([email protected]) Faculty of Business Administration, University of New Brunswick, NB Canada Fredericton E3B 9Y2 Donglei Du (UNB) Social Network Analysis 1 / 85 Table of contents 1 Centrality measures Degree centrality Closeness centrality Betweenness centrality Eigenvector PageRank 2 Comparison among centrality measures 3 Extensions Extensions to weighted network Extensions to bipartitie network Extensions to dynamic network Extensions to hypergraph 4 Appendix Theory of non-negative, irreducible, and primitive matrices: Perron-Frobenius theorem (Luenberger, 1979)-Chapter 6 Donglei Du (UNB) Social Network Analysis 2 / 85 What is centrality?I Centrality measures address the question: "Who is the most important or central person in this network?" There are many answers to this question, depending on what we mean by importance. According to Scott Adams, the power a person holds in the organization is inversely proportional to the number of keys on his keyring. A janitor has keys to every office, and no power. The CEO does not need a key: people always open the door for him. There are a vast number of different centrality measures that have been proposed over the years. Donglei Du (UNB) Social Network Analysis 4 / 85 What is centrality? II According to Freeman in 1979, and evidently still true today: "There is certainly no unanimity on exactly what centrality is or on its conceptual foundations, and there is little agreement on the proper procedure for its measurement." We will look at some popular ones... Donglei Du (UNB) Social Network Analysis 5 / 85 Centrality measures Degree centrality Closeness centrality Betweeness centrality Eigenvector centrality PageRank centrality ..
    [Show full text]
  • Measures of Centrality
    Measures of Measures of centrality Outline centrality Measures of centrality Complex Networks, CSYS/MATH 303, Spring, 2010 Background Background Centrality Centrality measures measures Degree centrality Background Degree centrality Closeness centrality Closeness centrality Prof. Peter Dodds Betweenness Betweenness Eigenvalue centrality Eigenvalue centrality Hubs and Authorities Hubs and Authorities Department of Mathematics & Statistics References Centrality measures References Center for Complex Systems Degree centrality Vermont Advanced Computing Center University of Vermont Closeness centrality Betweenness Eigenvalue centrality Hubs and Authorities References 1/29 2/29 Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. Measures of Measures of How big is my node? centrality Centrality centrality Background Background I Basic question: how ‘important’ are specific nodes Centrality Centrality measures I One possible reflection of importance is centrality. measures and edges in a network? Degree centrality Degree centrality Closeness centrality I Presumption is that nodes or edges that are (in some Closeness centrality I An important node or edge might: Betweenness Betweenness Eigenvalue centrality sense) in the middle of a network are important for Eigenvalue centrality 1. handle a relatively large amount of the network’s Hubs and Authorities Hubs and Authorities the network’s function. traffic (e.g., cars, information); References References 2. bridge two or more distinct groups (e.g., liason, I Idea of centrality comes from social networks interpreter); literature [7]. 3. be a source of important ideas, knowledge, or I Many flavors of centrality... judgments (e.g., supreme court decisions, an 1. Many are topological and quasi-dynamical; employee who ‘knows where everything is’). 2. Some are based on dynamics (e.g., traffic).
    [Show full text]
  • Patterns of Iran's Research Collaboration in the Field Of
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by UNL | Libraries University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Library Philosophy and Practice (e-journal) Libraries at University of Nebraska-Lincoln May 2019 Patterns of Iran’s Research Collaboration in the field of Pharmacology and Pharmacy: A Bibliometric Study Mehdi Ansari Kermanshah University of Medical Sciences, [email protected] Abbas Pardakhty Kermanshah University of Medical Sciences, [email protected] Oranus Tajedini Shahid Bahonar University of Kerman, [email protected] Ali Sadatmoosavi Kermanshah University of Medical Sciences, [email protected] Ali Akbar Khasseh Payame Noor University, [email protected] Follow this and additional works at: https://digitalcommons.unl.edu/libphilprac Part of the Library and Information Science Commons Ansari, Mehdi; Pardakhty, Abbas; Tajedini, Oranus; Sadatmoosavi, Ali; and Khasseh, Ali Akbar, "Patterns of Iran’s Research Collaboration in the field of Pharmacology and Pharmacy: A Bibliometric Study" (2019). Library Philosophy and Practice (e-journal). 2326. https://digitalcommons.unl.edu/libphilprac/2326 Patterns of Iran’s Research Collaboration in the field of Pharmacology and Pharmacy: A Bibliometric Study Mehdi Ansari Pharmaceutics Research Centre, Institute of Neuropharmacology, Kerman University of Medical Sciences, Kerman, Iran. Abbas Pardakhty Pharmaceutics Research Center, Neuropharmacology Institute, Kerman University of Medical Sciences, Kerman, Iran. Oranus Tajedini Department of Knowledge and Information Science, Shahid Bahonar University of Kerman, Kerman, Iran. Ali Sadatmoosavi (Corresponding author) Neuroscience Research Center, Kerman University of Medical Sciences, Kerman, Iran. Email: [email protected] Ali Akbar Khasseh Assistant Professor, Department of Knowledge and Information Science, Payame Noor University, Tehran, Iran.
    [Show full text]
  • Centralities in Large Networks: Algorithms and Observations
    Centralities in Large Networks: Algorithms and Observations U Kang Spiros Papadimitriou∗ Jimeng Sun Hanghang Tong SCS, CMU Google IBM T.J. Watson IBM T.J. Watson Abstract and so on. Many of these networks reach billions of nodes Node centrality measures are important in a large number of and edges requiring terabytes of storage. graph applications, from search and ranking to social and biological network analysis. In this paper we study node 1.1 Challenges for Large Scale Centralities Measuring centrality for very large graphs, up to billions of nodes and centrality in very large graphs poses two key challenges. edges. Various definitions for centrality have been proposed, First, some definitions of centrality have inherently high ranging from very simple (e.g., node degree) to more elab- computational complexity. For example, shortest-path or orate. However, measuring centrality in billion-scale graphs random walk betweenness [6, 25] have complexity at least 3 poses several challenges. Many of the “traditional” defini- O(n ) where n is the number of nodes in a graph. Further- tions such as closeness and betweenness were not designed more, some of the faster estimation algorithms require oper- with scalability in mind. Therefore, it is very difficult, if ations, which are not amenable to parallelization, such as all- not impossible, to compute them both accurately and effi- sources breadth-first search. Finally, it may not be straight- ciently. In this paper, we propose centrality measures suit- forward or even possible to develop accurate approximation able for very large graphs, as well as scalable methods to schemes. In summary, centrality measures should ideally be effectively compute them.
    [Show full text]