500 likes | 510 Views
Introduction to Network Theory: Modern Concepts, Algorithms and Applications. Ernesto Estrada Department of Mathematics, Department of Physics Institute of Complex Systems at Strathclyde University of Strathclyde www.estradalab.org. Types of graphs. Weighted graphs Multigraphs
E N D
Introduction to Network Theory: Modern Concepts, Algorithms and Applications Ernesto Estrada Department of Mathematics, Department of Physics Institute of Complex Systems at Strathclyde University of Strathclyde www.estradalab.org
Types of graphs Weighted graphs Multigraphs Pseudographs Digraphs Simple graphs
Weighted graph is a graph for which each edge has an associated weight, usually given by a weight function w: E R, generally positive
Degree of Weighted graphs • The sum of the weights associated to every edge incident to the corresponding node • The sum of the corresponding row or column of the adjacency matrix Degree 1.5 4.9 6 2.8 3.3
Multigraph or pseudograph • is a graph which is permitted to have multiple edges. Is an ordered pair G:=(V,E) with • V a set of nodes • E a multiset of unordered pairs of vertices.
Directed Graph (digraph) Edges have directions The adjacency matrix is not symmetric
Simple Graphs Simple graphs are graphs without multiple edges or self-loops. They are weighted graphs with all edge weights equal to one. A B C D E
Local metrics • Local metrics provide a measurement of a structural property of a single node • Designed to characterise • Functional role – what part does this node play in system dynamics? • Structural importance – how important is this node to the structural characteristics of the system?
A B C D E Degree Centrality degree 1 4 3 1 1
Betweenness centrality • The number of shortest paths in the graph that pass through the node divided by the total number of shortest paths.
Betweenness centrality • Shortest paths are: • AB, AC, ABD, ABE, BC, BD, BE, CBD, CBE, DBE • B has a BC of 5 A B C E D
Betweenness centrality • Nodes with a high betweenness centrality are interesting because they • control information flow in a network • may be required to carry more information • And therefore, such nodes • may be the subject of targeted attack
Closeness centrality • The normalised inverse of the sum of topological distances in the graph.
A B C D E Closeness centrality 6 4 6 7 7
A B C D E Closeness centrality Closeness 0.67 1.00 0.67 0.57 0.57
Closeness centrality • Node B is the most central one in spreading information from it to the other nodes in the network.
A B C D E Local metrics • Node B is the most central one according to the degree, betweenness and closeness centralities.
and the winner is… • A is the most central according to the degree • B is the most central according to closeness and betweenness A B Which is the most central node?
Extending the Concept of Degree Make xi proportional to the average of the centralities of its i’s network neighbors where l is a constant. In matrix-vector notation we can write In order to make the centralities non-negative we select the eigenvector corresponding to the principal eigenvalue (Perron-Frobenius theorem).
Eigenvalues and Eigenvectors • The value λ is an eigenvalue of matrix A if there exists a non-zero vector x, such that Ax=λx. Vector x is an eigenvector of matrix A • The largest eigenvalue is called the principal eigenvalue • The corresponding eigenvector is the principal eigenvector • Corresponds to the direction of maximum change
Eigenvector Centrality • The corresponding entry of the principal eigenvector of the adjacency matrix of the network. • It assigns relative scores to all nodes in the network based on the principle that connections to high-scoring nodes contribute more.
Eigenvector Centrality Node EC 1 0.500 2 0.238 3 0.238 4 0.575 5 0.354 6 0.354 7 0.168 8 0.168
Eigenvector Centrality: Difficulties In regular graphs all the nodes have exactly the same value of the eigenvector centrality, which is equal to
Subgraph Centrality A closedwalk of length k in a graph is a succession of k (not necessarily different) edges starting and ending at the same node, e.g. 1,2,8,1 (length 3) 4,5,6,7,4 (length 4) 2,8,7,6,3,2 (length 5)
Subgraph Centrality The number of closedwalk of length k starting at the same node i is given by the ii-entry of the kth power of the adjacency matrix
Subgraph Centrality • We are interested in giving weights in decreasing order of the length of the closedwalks. Then, visiting the closest neighbors receive more weight that visiting very distant ones. • The subgraph centrality is then defined as the following weighted sum
Subgraph Centrality • By selecting cl=1/l! we obtain where eA is the exponential of the adjacency matrix. • For simple graphs we have
Subgraph Centrality Nodes EE(i) 1,2,8 3.902 4,6 3.705 3,5,7 3.638
Subgraph Centrality: Comparsions Nodes BC(i) 1,2,8 9.528 4,6 7.143 3,5,7 11.111 Nodes EE(i) 1,2,8 3.902 4,6 3.705 3,5,7 3.638
Subgraph Centrality: Comparisons Nodes EE(i) 45.696 45.651
Communicability Path of length 6 Walk of length 8 Shortest path
Communicability Let be the number of shortest paths of length s between p and q. Let be the number of walks of length k>s between p and q. DEFINITION(Communicability): and must be selected such as the communicability converges.
Communicability • By selecting bl=1/l! and cl=1/l! we obtain where eA is the exponential of the adjacency matrix. • For simple graphs we have
Communicability q q p p
Communicability intracluster intercluster
Communicability & Communities • A community is a group of nodes for wich the intra-cluster communicability is larger than the inter-cluster one • These nodes communicates better among them than with the rest of extra-community nodes.
Communicability Graph • Let • The communicability graph Q(G)is the graph whose adjacency matrix is given by Q(D(G)) results from the elementwise application of the function Q(G)to the matrix D(G).
Communicability Graph communicability graph
Communicability Graph • A community is defined as a clique in the communicability graph. • Identifying communities is reduced to the “all cliques problem” in the communicability graph.
Communities: Example Social (Friendship) Network
Communities: Example The Network Its Communicability Graph
Communities Social Networks Metabolic Networks
References • Aldous & Wilson, Graphs and Applications. An Introductory Approach, Springer, 2000. • Wasserman & Faust, Social Network Analysis, Cambridge University Press, 2008. • Estrada & Rodríguez-Velázquez, Phys. Rev. E2005, 71, 056103. • Estrada & Hatano, Phys. Rev. E. 2008, 77, 036111.
Exercise 1 Identify the most central node according to the following criteria: (a) the largest chance of receiving information from closest neighbors; (b) spreading information to the rest of nodes in the network; (c) passing information from some nodes to others.
Exercise 2 • T.M.Y. Chan collaborates with 9 scientists in • computational geometry. S.L. Abrams also collaborates with • other 9 (different) scientists in the same network. However, • Chan has a subgraph centrality of 109, while Abrams has 103. • The eigenvector centrality also shows the same trend, • EC(Chan) = 10-2; EC(Abrams) = 10-8. • Which scientist has more chances of being informed about • the new trends in computational geometry? • (b) What are the possible causes of the observed differences • in the subgraph centrality and eigenvector centrality?