Katz centrality

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Network Science In graph theory, the Katz centrality or alpha centrality of a node is a measure of centrality in a network. It was introduced by Leo Katz in 1953 and is used to measure the relative degree of influence of an actor (or node) within a social network.[1] Unlike typical centrality measures which consider only the shortest path (the geodesic) between a pair of actors, Katz centrality measures influence by taking into account the total number of walks between a pair of actors.[2]

It is similar to Google's PageRank and to the eigenvector centrality.[3]

Measurement

A simple social network: the nodes represent people or actors and the edges between nodes represent some relationship between actors

Katz centrality computes the relative influence of a node within a network by measuring the number of the immediate neighbors (first degree nodes) and also all other nodes in the network that connect to the node under consideration through these immediate neighbors. Connections made with distant neighbors are, however, penalized by an attenuation factor α.[4] Each path or connection between a pair of nodes is assigned a weight determined by α and the distance between nodes as αd.

For example, in the figure on the right, assume that John's centrality is being measured and that α=0.5. The weight assigned to each link that connects John with his immediate neighbors Jane and Bob will be (0.5)1=0.5. Since Jose connects to John indirectly through Bob, the weight assigned to this connection (composed of two links) will be (0.5)2=0.25. Similarly, the weight assigned to the connection between Agneta and John through Aziz and Jane will be (0.5)3=0.125 and the weight assigned to the connection between Agneta and John through Diego, Jose and Bob will be (0.5)4=0.0625.

Mathematical formulation

Let A be the adjacency matrix of a network under consideration. Elements (aij) of A are variables that take a value 1 if a node i is connected to node j and 0 otherwise. The powers of A indicate the presence (or absence) of links between two nodes through intermediaries. For instance, in matrix A3, if element (a2,12)=1, it indicates that node 2 and node 12 are connected through some walk of length 3. If CKatz(i) denotes Katz centrality of a node i, then, given a value α(0,1), mathematically:

CKatz(i)=k=1j=1nαk(Ak)ji

Note that the above definition uses the fact that the element at location (i,j) of Ak reflects the total number of k degree connections between nodes i and j. The value of the attenuation factor α has to be chosen such that it is smaller than the reciprocal of the absolute value of the largest eigenvalue of A.[5] In this case the following expression can be used to calculate Katz centrality:

CKatz=((IαAT)1I)I

Here I is the identity matrix, I is a vector of size n (n is the number of nodes) consisting of ones. AT denotes the transposed matrix of A and (IαAT)1 denotes matrix inversion of the term (IαAT).[5]

An extension of this framework allows for the walks to be computed in a dynamical setting.[6][7] By taking a time dependent series of network adjacency snapshots of the transient edges, the dependency for walks to contribute towards a cumulative effect is presented. The arrow of time is preserved so that the contribution of activity is asymmetric in the direction of information propagation.

Network producing data of the form:

{A[k]ℝN×N}fork=0,1,2,,M,

representing the adjacency matrix at each time tk. Hence:

(A[k])ij={1there is an edge from node i to node j at time tk0otherwise

The time points t0<t1<<tM are ordered but not necessarily equally spaced. QℝN×N for which (Q)ij is a weighted count of the number of dynamic walks of length w from node i to node j. The form for the dynamic communicability between participating nodes is:

𝒬=(IαA[0])1(IαA[M])1.

This can be normalized via:

𝒬^[k]=𝒬^[k1](IαA[k])1𝒬^[k1](IαA[k])1.

Therefore, centrality measures that quantify how effectively node n can 'broadcast' and 'receive' dynamic messages across the network:

Cnbroadcast:=k=1N𝒬nkandCnreceive:=k=1N𝒬kn.

Alpha centrality

Given a graph with adjacency matrix Ai,j, Katz centrality is defined as follows:

xβ†’=(IαAT)1eβ†’eβ†’

where ej is the external importance given to node j, and α is a nonnegative attenuation factor which must be smaller than the inverse of the spectral radius of A. The original definition by Katz [8] used a constant vector eβ†’. Hubbell[9] introduced the usage of a general eβ†’.

Half a century later, Bonacich and Lloyd[10] defined alpha centrality as:

xβ†’=(IαAT)1eβ†’

which is essentially identical to Katz centrality. More precisely, the score of a node j differs exactly by ej, so if e→ is constant the order induced on the nodes is identical.

Applications

Katz centrality can be used to compute centrality in directed networks such as citation networks and the World Wide Web.[11]

Katz centrality is more suitable in the analysis of directed acyclic graphs where traditionally used measures like eigenvector centrality are rendered useless.[11]

Katz centrality can also be used in estimating the relative status or influence of actors in a social network. The work presented in [12] shows the case study of applying a dynamic version of the Katz centrality to data from Twitter and focuses on particular brands which have stable discussion leaders. The application allows for a comparison of the methodology with that of human experts in the field and how the results are in agreement with a panel of social media experts.

In neuroscience, it is found that Katz centrality correlates with the relative firing rate of neurons in a neural network.[13] The temporal extension of the Katz centrality is applied to fMRI data obtained from a musical learning experiment in [14] where data is collected from the subjects before and after the learning process. The results show that the changes to the network structure over the musical exposure created in each session a quantification of the cross communicability that produced clusters in line with the success of learning.

A generalized form of Katz centrality can be used as an intuitive ranking system for sports teams, such as in college football.[15]

Alpha centrality is implemented in igraph library for network analysis and visualization.[16]

References

Template:Reflist

  1. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named katz1953
  2. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named hanneman2005
  3. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named vigna2016
  4. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named aggarwal2011
  5. ↑ 5.0 5.1 Cite error: Invalid <ref> tag; no text was provided for refs named junker2008
  6. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named grindrod2011communicability
  7. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named grindrod2010Dynamical
  8. ↑ Template:Cite journal
  9. ↑ Template:Cite journal
  10. ↑ Template:Cite journal
  11. ↑ 11.0 11.1 Cite error: Invalid <ref> tag; no text was provided for refs named newman2010
  12. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named laflin2013discovering
  13. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named jmckay2017
  14. ↑ Cite error: Invalid <ref> tag; no text was provided for refs named mantzaris2013fMRI
  15. ↑ Template:Cite journal
  16. ↑ Template:Cite web