Watts-Strogatz Model

  • Motivation: how to explain the Small-World Effect in addition to high clustering?
  • Model: Fixed , mean degree , such that ;
    1. Create a ring graph
    2. Connect each node to its nearest neighbors on each side
    3. For each edge, rewire it with probability to a uniformly chosen node that does not lead to a self-loop or duplicate edge
      • The number of rewired edges follows
      • We can also randomly choose another edge, and swap one of its endpoints with the current edge
  • Expected distance between two random nodes:
  • Expected clustering coefficient:
    • The number of neighbors is unchanged, and each original triangle is preserved with probability
  • Remarks
    • reduces to a ring graph, which has high clustering but large diameter
    • reduces to ER model, which has small diameter but low clustering
    • An alternate model is to add random edges to the ring graph and no original edge is removed, which is easier to analyze but no longer reduces to ER when

Small World

We focus on the Newman-Watts model where we add random edges to the ring graph and no original edge is removed. The subgraph containing all nodes and the added shortcuts is a ER network with parameters and .

Case I . Then, a giant component emerges in the ER subgraph, where the expected distance between two random nodes is . Any node is connected to the giant component with probability . Then, walking along the ring graph in both directions, the probability of not encountering a node connected to the giant component within steps is . Thus, the typical distance between any two nodes is

Letting gives the desired result.

Case II . We apply the “renormalization” trick by partitioning the ring graph into -node segments and treating each segment as a super-node. Then, any two super-nodes are connected with probability , which is greater than for sufficiently large . Thus, a giant component emerges in the super-node graph, and the expected distance between two random nodes is

A Continuum Model

We can also prove the result using a continuum (mean field) model. Consider a continuum of nodes on the unit circle, with shortcuts added uniformly at random. Let be the expected distance between two random nodes in the continuum model. Because we normalize the original circumstance to 1, the expected distance between two random nodes on the original network is .

Let . Evenly partition the unit circle into segments. Since shortcuts are added, two segments are connected by a shortcut with probability

Thus, the network between segments is a ER model with edge probability , which has a giant component. We know that the expected distance between two random notes in a giant component of an ER model is . For a segment not in the giant component, similar to Case I above, it takes a constant number of steps to reach a segment in the giant component. Thus,

And the expected diameter of the original network is