Eigenvector centrality

{{short description|Measure of the influence of a node in a network}}

In graph theory, eigenvector centrality (also called eigencentrality or prestige score{{Cite book|last1=Zaki|first1=Mohammed J.|title=Data Mining and Analysis: Fundamental Concepts and Algorithms|last2=Meira |first2=Wagner Jr.|publisher=Cambridge University Press|year=2014|isbn=9780521766333}}) is a measure of the influence of a node in a connected network. Relative scores are assigned to all nodes in the network based on the concept that connections to high-scoring nodes contribute more to the score of the node in question than equal connections to low-scoring nodes. A high eigenvector score means that a node is connected to many nodes who themselves have high scores.{{cite journal|title = The mathematics of networks|url = http://www-personal.umich.edu/~mejn/papers/palgrave.pdf|author = M. E. J. Newman|access-date = 2006-11-09}}{{cite journal |

author = Christian F. A. Negre, Uriel N. Morzan, Heidi P. Hendrickson, Rhitankar Pal, George P. Lisi, J. Patrick Loria, Ivan Rivalta, Junming Ho, Victor S. Batista.|

title = Eigenvector centrality for characterization of protein allosteric pathways|

journal = Proceedings of the National Academy of Sciences|

volume = 115|

number = 52|

pages = E12201–E12208|

year = 2018|

doi = 10.1073/pnas.1810452115|

pmid = 30530700|

pmc = 6310864|

arxiv = 1706.02327|

bibcode = 2018PNAS..11512201N|

doi-access = free}}

Google's PageRank and the Katz centrality are variants of the eigenvector centrality.{{cite web|url=http://www.ams.org/samplings/feature-column/fcarc-pagerank|title=How Google Finds Your Needle in the Web's Haystack|author=David Austin|publisher=AMS}}

Using the adjacency matrix to find eigenvector centrality

For a given graph G:=(V,E) with |V| vertices let A = (a_{v,t}) be the adjacency matrix, i.e. a_{v,t} = 1 if vertex v is linked to vertex t, and a_{v,t} = 0 otherwise. The relative centrality score, x_v, of vertex v can be defined as:

: x_v = \frac 1 \lambda \sum_{t \in M(v)} x_t = \frac 1 \lambda \sum_{t \in V} a_{v,t} x_t

where M(v) is the set of neighbors of v and \lambda is a constant. With a small rearrangement this can be rewritten in vector notation as the eigenvector equation

: \mathbf{Ax} = \lambda \mathbf{x}

In general, there will be many different eigenvalues \lambda for which a non-zero eigenvector solution exists. However, the connectedness assumption and the additional requirement that all the entries in the eigenvector be non-negative imply (by the Perron–Frobenius theorem) that only the greatest eigenvalue results in the desired centrality measure.{{cite journal|title = The mathematics of networks|url = http://www-personal.umich.edu/~mejn/papers/palgrave.pdf|author = M. E. J. Newman|access-date = 2006-11-09}} The v^\text{th} component of the related eigenvector then gives the relative centrality score of the vertex v in the network. The eigenvector is only defined up to a common factor, so only the ratios of the centralities of the vertices are well defined. To define an absolute score, one must normalise the eigenvector e.g. such that the sum over all vertices is 1 or the total number of vertices n. Power iteration is one of many eigenvalue algorithms that may be used to find this dominant eigenvector. Furthermore, this can be generalized so that the entries in A can be real numbers representing connection strengths, as in a stochastic matrix.

Normalized eigenvector centrality scoring

Google's PageRank is based on the normalized eigenvector centrality, or normalized prestige, combined with a random jump assumption. The PageRank of a node v has recursive dependence on the PageRank of other nodes that point to it. The normalized adjacency matrix N is defined as:N(u,v) = \begin{cases} {1 \over \operatorname{od}(u)}, & \text{if } (u,v) \in E \\ 0, & \text{if }(u,v) \not\in E \end{cases}where od(u) is the out-degree of node u, or in vector form:

: \mathbf{N} = \mathbf{diag}(\mathbf{Ae})^{-1} \mathbf{A},

where \mathbf{e} is the vector of ones, and \mathbf{diag}(\mathbf{x}) is the diagonal matrix of vector \mathbf{x}. \mathbf{N} is a row-stochastic matrix.

The normalized eigenvector prestige score is defined as:

: p(v) = \sum_{u} {N^T(v,u) \cdot p(u)},

or in vector form,

: \mathbf{p} = \mathbf{N}^T \mathbf{p}.

Applications

Eigenvector centrality is a measure of the influence a node has on a network. If a node is pointed to by many nodes (which also have high eigenvector centrality) then that node will have high eigenvector centrality.{{cite journal|

author = Fletcher, Jack McKay and Wennekers, Thomas|

title = From Structure to Activity: Using Centrality Measures to Predict Neuronal Activity|

journal = International Journal of Neural Systems|

pages = 1750013|

year = 2017|

volume = 28|

issue = 2|

doi = 10.1142/S0129065717500137|

pmid = 28076982|

doi-access = free|

hdl = 10026.1/9713|

hdl-access = free}}

The earliest use of eigenvector centrality is by Edmund Landau in an 1895 paper on scoring chess tournaments.{{cite journal |

author = Edmund Landau|

title = Zur relativen Wertbemessung der Turnierresultate|

journal = Deutsches Wochenschach|

number = 11|

pages = 366–369|

year = 1895 |

doi = 10.1007/978-1-4615-4819-5_23}}

{{cite web|url=https://petterhol.me/2019/04/15/firsts-in-network-science/ |title=Firsts in network science |last=Holme |first=Peter |date=15 April 2019 |access-date=17 April 2019}}

More recently, researchers across many fields have analyzed applications, manifestations, and extensions of eigenvector centrality in a variety of domains:

  • Eigenvector centrality is the unique measure satisfying certain natural axioms for a ranking system.{{cite conference | last1=Altman | first1=Alon | last2=Tennenholtz | first2=Moshe | title=Proceedings of the 6th ACM conference on Electronic commerce - EC '05 | chapter=Ranking systems | publisher=ACM Press | location=New York, New York, USA | year=2005 | pages=1–8 | isbn=1-59593-049-3 | doi=10.1145/1064009.1064010 }}{{cite journal | last1=Palacios-Huerta | first1=Ignacio | last2=Volij | first2=Oscar | title=The Measurement of Intellectual Influence | journal=Econometrica | publisher=The Econometric Society | volume=72 | issue=3 | year=2004 | issn=0012-9682 | doi=10.1111/j.1468-0262.2004.00519.x | pages=963–977| hdl=10419/80143 | url=http://volij.co.il/publications/papers/Rankings.pdf | hdl-access=free }}
  • In neuroscience, the eigenvector centrality of a neuron in a model neural network has been found to correlate with its relative firing rate.
  • Eigenvector centrality and related concepts have been used to model opinion influence in sociology and economics, as in the DeGroot learning model.
  • The definition of eigenvector centrality has been extended to multiplex {{cite journal | last1=Solá | first1=Luis | last2=Romance | first2=Miguel | last3=Criado | first3=Regino | last4=Flores | first4=Julio | last5=García del Amo | first5=Alejandro | last6=Boccaletti | first6=Stefano | title=Eigenvector centrality of nodes in multiplex networks | journal=Chaos: An Interdisciplinary Journal of Nonlinear Science | volume=23 | issue=3 | year=2013 | issn=1054-1500 | doi=10.1063/1.4818544 | page=033131| pmid=24089967 | arxiv=1305.7445 | bibcode=2013Chaos..23c3131S | s2cid=14556381 | url=http://oa.upm.es/31184/ }} and multilayer networks through the concept of versatility {{cite journal | last1=De Domenico | first1=Manlio | last2=Solè-Ribalta | first2=ALbert | last3=Omodei | first3=Elisa | last4=Gòmez | first4=Sergio | last5=Arenas | first5=Alex | title=Ranking in interconnected multilayer networks reveals versatile nodes| journal=Nature Communications | volume=6 | year=2015 | issn=2041-1723 | doi=10.1063/1.4818544 | page=6868| pmid=25904405 | s2cid=14556381 | url=https://www.nature.com/articles/ncomms7868 | arxiv=1305.7445 }}
  • In a study using data from the Philippines, researchers showed how political candidates' families had disproportionately high eigenvector centrality in local intermarriage networks.{{cite journal | last1=Cruz| first1=Cesi| last2=Labonne| first2=Julien| last3=Querubin| first3=Pablo| title=Politician Family Networks and Electoral Outcomes: Evidence from the Philippines | journal=American Economic Review | publisher=University of Chicago Press | volume=107| issue=10 | year=2017 | doi=10.1257/aer.20150343| pages=3006–37 | doi-access=free}}
  • Eigenvector centrality has been extensively applied to study economic outcomes, including cooperation in social networks.{{Cite book|last=Jackson|first=Matthew O.|url=http://www.jstor.org/stable/j.ctvcm4gh1|title=Social and Economic Networks|date=2010-11-01|publisher=Princeton University Press|isbn=978-1-4008-3399-3|doi=10.2307/j.ctvcm4gh1|jstor=j.ctvcm4gh1}} In economic public goods problems, a person's eigenvector centrality can be interpreted as how much that person's preferences influence an efficient social outcome.{{cite journal|last1=Elliott|first1=Matthew|last2=Golub|first2=Benjamin|year=2019|title=A Network Approach to Public Goods|url=https://authors.library.caltech.edu/41754/|journal=Journal of Political Economy|publisher=University of Chicago Press|volume=127|issue=2|pages=730–776|doi=10.1086/701032|issn=0022-3808|s2cid=158834906}}

See also

References