Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
156 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
45 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Identification of core-periphery structure in networks (1409.4813v1)

Published 16 Sep 2014 in cs.SI, cond-mat.stat-mech, and physics.soc-ph

Abstract: Many networks can be usefully decomposed into a dense core plus an outlying, loosely-connected periphery. Here we propose an algorithm for performing such a decomposition on empirical network data using methods of statistical inference. Our method fits a generative model of core-periphery structure to observed data using a combination of an expectation--maximization algorithm for calculating the parameters of the model and a belief propagation algorithm for calculating the decomposition itself. We find the method to be efficient, scaling easily to networks with a million or more nodes and we test it on a range of networks, including real-world examples as well as computer-generated benchmarks, for which it successfully identifies known core-periphery structure with low error rate. We also demonstrate that the method is immune from the detectability transition observed in the related community detection problem, which prevents the detection of community structure when that structure is too weak. There is no such transition for core-periphery structure, which is detectable, albeit with some statistical error, no matter how weak it is.

Citations (169)

Summary

Identification of Core-Periphery Structure in Networks

The paper authored by Xiao Zhang, Travis Martin, and M. E. J. Newman presents a novel approach for identifying core-periphery structures within networks using statistical inference methodologies. This work explores the network decomposition into a densely connected core and a loosely connected periphery, offering significant insights that differ from traditional community detection paradigms.

The proposed algorithm adapts the stochastic block model (SBM), commonly employed in community detection, to suit the nuances of core-periphery structures. Utilizing an expectation-maximization (EM) framework combined with a belief propagation technique, the authors demonstrate the scalability and efficiency of their method across various network sizes and complexities, including empirical data and artificially generated benchmarks.

Key Methodologies

The core methodology rests on fitting a generative model by maximum likelihood estimation to observe network data:

  • Stochastic Block Model Adaptation: The authors adjust the SBM, typically employed for community detection, to discern between core and periphery by redefining the structure based on distinct connection probability matrices.
  • Parameter Estimation: The EM algorithm facilitates the iterative optimization of model parameters, leveraging Bayes' theorem to refine the assignment of nodes to either the core or periphery based on connection patterns.
  • Belief Propagation: To circumvent the computational inefficiency of exhaustive enumeration, a belief propagation algorithm is employed for fast estimation of group assignments, streamlining the identification process for large-scale networks.

Numerical Results

The paper provides robust empirical evidence supporting the validity and effectiveness of the proposed algorithm:

  • Scalability: The algorithm performs well on networks with millions of nodes, indicating that it is computationally feasible for large datasets common in social or technological networks.
  • Detection Accuracy: In comparison to degree-based methods, which may naively assign nodes based on connectivity, the proposed approach accurately distinguishes between core and periphery by evaluating the nuanced structures of the network.
  • Immunity from Detectability Transitions: Unlike community detection, wherein structural detectability diminishes with weak link strength, core-periphery structures remain detectable regardless of connectivity strength.

Implications and Future Directions

This research enhances our comprehension of large-scale network structures beyond traditional community models. The implications extend across several domains, including:

  • Network Visualization and Analysis: Enhanced visualization techniques and layout algorithms based on core-periphery identification facilitate better network understanding.
  • Power Dynamics within Networks: The ability to pinpoint core nodes, often representing nodes of influence or authority, allows for deeper insights into hierarchical and organizational dynamics.
  • Further AI Development: The integration of these advanced detection algorithms into AI could improve network-based learning models, cascading effects on areas such as recommendation systems and social network analysis.

Future explorations may focus on extending this methodology to directed networks or weighted edges, potentially providing even more granular insights into how nodes interact and influence one another across various contexts. Furthermore, applications in dynamic networks, where structures evolve over time, present a compelling avenue for subsequent research aimed at harnessing these methodological advancements to track network evolution and emergence of core-periphery structures dynamically.