Beyond Connectivity: A Game-Theoretic Framework for Network Centrality

C entrality and power in social networks: a game theoretic approach b b b

´´daniel Gomez, Enrique Gonzalez-Aranguena, Conrado Manuel, Ǵuillermo Owen, Monica Pozo, Juan Tejada
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces a novel family of centrality measures for social networks by integrating cooperative game theory with graph theory. It leverages the Shapley value of "graph-restricted games" to quantify a node's power, proposing a unique decomposition into communicative ability and intermediary control.

TL;DR

This seminal work redefines how we calculate the "importance" of a node in a network. Instead of just counting edges or measuring distances, the authors treat the network as a cooperative game. By calculating the Shapley value of a graph-restricted game, they derive a family of centrality measures that are mathematically robust, fair, and capable of distinguishing between "active communicators" and "strategic brokers."

The Motivation: Why Geodesics Aren't Enough

Classic measures like Betweenness or Closeness are heavily dependent on "geodesic paths" (the shortest distance between two points). However, the authors argue that in real-world social or economic interactions, individuals don't always use the shortest path, nor are all interactions binary.

The core insight is that Power is the root of Centrality. If a node's presence significantly increases the potential value of the coalitions it can join (given the connectivity constraints), that node is central.

Methodology: The Graph-Restricted Game

The framework operates in three steps:

  1. Define a Base Game (): A symmetric game where rewards depend only on the size of the group.
  2. Apply Graph Restrictions (): A coalition only gets its value if it is connected via the graph. If a coalition is split into components, its value is the sum of the values of those components.
  3. Compute the Shapley Value: The centrality is the Shapley value of the player in this restricted game.

1. Mathematical Intuition

The measure uses Harsanyi dividends () to decompose the game. The centrality is the sum of dividends from every possible coalition, weighted by the node's contribution to making those coalitions "connected."

Model Architecture: Coalition values restricted by graph connectivity

2. The Power of Decomposition

One of the most elegant contributions of this paper is the split of centrality into two components:

  • (Communicative): Power derived from being an active member of a coalition.
  • (Brokerage): Power derived from acting as a bridge for others, even if the node doesn't directly benefit from the specific transaction.

Key Properties and SOTA Comparison

The authors prove that their measure satisfies several "Axioms of Centrality" that traditional metrics often violate:

  • Fairness: If an edge between node and is removed, the loss in centrality for both nodes is identical.
  • Efficiency: The sum of centralities equals the total value of the network, allowing for direct comparison across different graphs without arbitrary normalization.
  • Stability: Adding links never decreases the total power of the connected incident nodes.

Experimental Comparison: Star vs Chain Graph results

Experiments: Star vs. Chain

In a Star Graph, the hub node's centrality grows quadratically with in a "Messages Game" (), reflecting its total control. In a Chain Graph, traditional Closeness and Information centralities often assign identical scores to middle nodes. In contrast, the game-theoretic measure correctly identifies the "Median" node as having significantly more power due to its role in a higher number of potential connected sub-coalitions.

Graph TypeKey Finding
StarHub takes maximal power; peripheral nodes are equal.
ChainCentrality strictly increases from ends toward the center.
Bow-tieCorrectly identifies the "bridge" node as the most vital.

Critical Insight & Conclusion

The true value of this work lies in its flexibility. By changing the base game , a researcher can switch from a "Communication Hub" focus to a "Cost-sharing" focus.

Takeaway: Centrality is not a single number, but a reflection of the "interest" that motivates interaction. This paper provides the mathematical "toolkit" to build the right measure for the right game.

Limitations

  • Computational Complexity: Calculating Shapley values for all coalitions is NP-hard. While the authors provide shortcuts for trees and specific symmetric games, applying this to massive graphs (e.g., Twitter's social graph) requires approximation methods.
  • Sensitivity: The choice of the base function is crucial; a poorly chosen game can lead to counter-intuitive rankings.

Find Similar Papers

Try Our Examples

  • Search for recent studies that apply the Banzhaf Power Index or other semi-values to graph-restricted games in social network analysis.
  • Who first introduced the concept of the "graph-restricted game" in the context of allocation rules, and how does this paper's use of the Shapley value extend that original theory?
  • Explore how game-theoretic centrality measures (like the one proposed in this paper) are being utilized in modern fraud detection or biological pathway analysis.
Contents
Beyond Connectivity: A Game-Theoretic Framework for Network Centrality
1. TL;DR
2. The Motivation: Why Geodesics Aren't Enough
3. Methodology: The Graph-Restricted Game
3.1. 1. Mathematical Intuition
3.2. 2. The Power of Decomposition
4. Key Properties and SOTA Comparison
5. Experiments: Star vs. Chain
6. Critical Insight & Conclusion
6.1. Limitations