Papers
Topics
Authors
Recent
Search
2000 character limit reached

Local Eigenvector Centrality

Updated 12 November 2025
  • Local eigenvector centrality is defined to overcome limitations of global eigenvector methods by focusing on localized supports within a network.
  • Two approaches—regime-detection and spectral blending—extract key eigenvector information to robustly rank nodes even in the presence of hubs or K-core localization.
  • LEC provides practical insights for applications like epidemiology and infrastructure analysis by isolating true influencer nodes in heterogeneous structures.

Local eigenvector centrality denotes a family of centrality measures designed to quantify the importance of nodes in a network based not only on global connectivity, but also on community- or locality-sensitive structural features. Conventional eigenvector centrality (EC) considers only the principal eigenvector of the adjacency matrix, which leads to well-known localization phenomena: under certain structural or spectral conditions, centrality mass may sharply concentrate on a small subset of nodes or communities, rendering traditional EC ineffective in ranking the remainder of the network. Local eigenvector centrality (LEC) addresses these pathological behaviors via algorithms that focus ranking on the supports where localization occurs, or by constructing blended centralities from the leading eigenspectrum, as in recent developments. These measures have substantial implications for analyzing and interpreting node influence in large-scale, heterogeneous, or modular complex networks.

1. Spectral Localization and Motivation

Eigenvector centrality is defined as the principal eigenvector vv of the adjacency matrix AA satisfying Av=λ1vA v = \lambda_1 v, with vi0v_i \geq 0 and v2=1||v||_2=1. Localization refers to the phenomenon where most of the squared weight vi2v_i^2 is carried by a small number of nodes or subgraphs. This can be quantified using the inverse participation ratio (IPR):

IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.

For a fully delocalized vv, YN1Y \sim N^{-1}, but when vv is localized on AA0 nodes (AA1), AA2. In the extreme case, localization on a finite set yields AA3 as AA4 (Pastor-Satorras et al., 2015).

These effects arise in several contexts:

  • In scale-free networks with degree distribution AA5, for AA6 eigenvector mass localizes on the largest hub; for AA7, localization occurs on a mesoscopic AA8-core (Pastor-Satorras et al., 2015).
  • In networks with a cut vertex (whose removal partitions the graph), EC can localize almost entirely onto a single dense subgraph connected via the cut-vertex, depending on spectral gaps and connection geometry (Sharkey, 2018).
  • In the presence of high-degree hubs, such as random graph plus star models, centrality may concentrate exclusively on the hub and its immediate neighbors for sufficiently large hub degree, with a rigorously established localization threshold (Martin et al., 2014).

Localization renders EC unreliable for fine-grained ranking except on its support, motivating the development of local eigenvector centrality approaches.

2. Formal Definitions of Local Eigenvector Centrality

Two primary approaches to local eigenvector centrality are present in the literature:

Regime-Detection-Based Local Centrality

In (Pastor-Satorras et al., 2015), LEC focuses centrality on the identified support of the eigenvector localization:

  1. Detect localization regime using spectral ratios:
    • Compute degrees AA9 and moments Av=λ1vA v = \lambda_1 v0.
    • Compute principal eigenvalue Av=λ1vA v = \lambda_1 v1.
    • Calculate Av=λ1vA v = \lambda_1 v2 and Av=λ1vA v = \lambda_1 v3.
    • Av=λ1vA v = \lambda_1 v4 implies hub-localization; Av=λ1vA v = \lambda_1 v5 implies K-core localization.
  2. Extract localization support Av=λ1vA v = \lambda_1 v6 (the hub node or maximum Av=λ1vA v = \lambda_1 v7-core).
  3. Compute the principal eigenvector Av=λ1vA v = \lambda_1 v8 of the induced subgraph adjacency Av=λ1vA v = \lambda_1 v9.
  4. Define for each node vi0v_i \geq 00

vi0v_i \geq 01

This isolates centrality only on the “true” support, preventing misleading background mass (Pastor-Satorras et al., 2015).

Spectral Blending via Eigengaps

Clark et al. (Clark et al., 5 Nov 2025) define LEC using the leading vi0v_i \geq 02 eigenvectors associated with the most prominent positive eigengap:

  • Let vi0v_i \geq 03 be the (possibly weighted, directed) adjacency matrix with eigenvalues vi0v_i \geq 04.
  • Define vi0v_i \geq 05.
  • Choose vi0v_i \geq 06 (largest positive eigengap).
  • Assemble vi0v_i \geq 07 from the first vi0v_i \geq 08 eigenvectors (real or, for complex pairs, by splitting into real and imaginary parts).
  • LEC for node vi0v_i \geq 09 is the Euclidean norm of the v2=1||v||_2=10th row of v2=1||v||_2=11:

v2=1||v||_2=12

where v2=1||v||_2=13 is the v2=1||v||_2=14th entry of the v2=1||v||_2=15th eigenvector (Clark et al., 5 Nov 2025).

This definition provides a multiscale notion of centrality that reflects both global (hub) and local (community) influence.

3. Algorithmic Procedures

IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.6

IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.7

The computational bottleneck is in steps 1 and 5 (partial eigendecomposition). For sparse large networks, iterative methods such as Lanczos/Arnoldi are necessary.

4. Relations to Alternative Centralities and Localization Mitigation

Eigenvector centrality is susceptible to spurious localization, with nearly all centrality weight absorbed by a single high-degree hub or dense subgraph. Katz centrality v2=1||v||_2=16 blends information from the full spectrum and avoids the pathological blow-up observed in EC. As v2=1||v||_2=17, normalized Katz centrality converges to EC, but for any v2=1||v||_2=18, sub-leading eigenvector contributions are retained, enhancing robustness (Sharkey, 2018). Damping, as utilized in PageRank (with teleportation parameter v2=1||v||_2=19), similarly mitigates localization.

In (Clark et al., 5 Nov 2025), a nonlinear rescaling against PageRank is used to correct LEC in the presence of localization. Given LEC vector vi2v_i^20 and PageRank vi2v_i^21, find vi2v_i^22 to minimize vi2v_i^23, where

vi2v_i^24

This calibration preserves the community-sensitive resolution of LEC while suppressing over-amplified scores on singular hubs.

The nonbacktracking (Hashimoto) matrix approach (Martin et al., 2014) provides node centralities less sensitive to localization: the leading eigenvector of the nonbacktracking matrix remains delocalized even as hubs emerge, because no eigenvalue crossing (and hence no localization transition) occurs in this spectrum. The computational complexity is vi2v_i^25 (up to logarithmic factors), only marginally higher than conventional EC.

5. Empirical Results and Applications

Empirical studies across synthetic and real networks consistently identify regime-dependent localization and draw distinctions between global and local centrality distributions:

  • In primary school contact networks, LEC at vi2v_i^26 corresponds to year-group communities, while vi2v_i^27 recovers class-level hubs. Nodes with exceptional between-community connectivity are distinguished from purely local hubs (Clark et al., 5 Nov 2025).
  • City-scale road networks exhibit a variety of eigengap profiles: in Glasgow, LEC identifies multiple principal junction clusters, whereas in Chicago, a sharp eigengap at vi2v_i^28 indicates dominance by a single global hub, but secondary peaks (e.g., vi2v_i^29) allow LEC to surface local hubs.
  • In real-world large-scale networks (coauthorship, web graphs, online retailers), either hub or K-core localization is quantitatively detected, and local EC accordingly isolates centrality on the principal structural support (Pastor-Satorras et al., 2015).

Table: Summary of Localization Supports and LEC Algorithm (Pastor-Satorras et al., 2015, Clark et al., 5 Nov 2025)

Regime Localization support LEC type
Hub-localized Max-degree node (hub) Assign EC only on the hub
K-core-localized Nodes in max IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.0-core shell Assign EC only within IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.1-core
Multicommunity (eigengap) Leading communities via IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.2-eigenvectors Euclidean norm of first IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.3 EVs

6. Limitations and Open Questions

Local eigenvector centralities fundamentally depend on spectral features and may inherit certain degeneracies:

  • If the adjacency matrix is defective, providing fewer than IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.4 independent eigenvectors, LEC uses the eigenvectors available; this can affect ranking granularity (Clark et al., 5 Nov 2025).
  • Structures such as directed paths with zero eigenvalues yield identically zero LEC, and simple cycles distribute centrality uniformly, aligning with expected structural uniformity.
  • In ambiguous localization regimes (where neither hub nor K-core regime is detected), the regime-detection algorithm may fail to assign a unique localization support (Pastor-Satorras et al., 2015).
  • Spectral-blending LEC is sensitive to numerical eigenvector computation, requiring careful treatment for large or nearly defective networks.

The selection of IPR=Y=i=1Nvi4.\mathrm{IPR} = Y = \sum_{i=1}^{N} v_i^4.5 via the most prominent positive eigengap provides an adaptive resolution, but in highly multiscale or hierarchical networks, further algorithmic refinements may be necessary for optimal interpretability.

7. Theoretical and Practical Significance

LEC methodologies provide principled mechanisms for quantifying node importance in structurally heterogeneous networks—particularly those exhibiting prominent community divisions or singular hubs. By restricting centrality to true localization supports or by constructing norm-based blends across leading eigenvectors, LEC produces rankings more robust to the spectral artifacts that plague standard EC. This has direct consequences in epidemiology (identifying super-spreader clusters), infrastructure analysis (resilient hub detection), social systems (multiscale influencer ranking), and network science research. Alternatively, where a uniform ranking is demanded, recalibration strategies referencing PageRank or nonbacktracking centrality can be employed to suppress localization artifacts.

A plausible implication is that local eigenvector centrality (in both the regime-detection and eigengap-resolved forms) complements rather than replaces other centrality measures. Its effectiveness in revealing both local and global influencers in real data suggests substantial utility for theory-driven and application-oriented network analysis (Pastor-Satorras et al., 2015, Clark et al., 5 Nov 2025, Sharkey, 2018, Martin et al., 2014).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (4)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Local Eigenvector Centrality.