STUDENT PROJECTS |
|   |
back to projects Searching for critical sensitivity in small world systems E. Williams, S. Whitney, Ouyang Xi, Luo Jiayuan Yale University, University of Texas at Austin, Peking University
Introduction In quantifying the transformation between regular and small-world networks, we must first define a network size, N, and a small-world probability, p. N represents the number of units in the system, while p represents the number of units that will have connections cut and then reattached at random. This probability p is a key factor in discriminating between regular, small-world, and random systems.
Each unit, or node, has four neighbors in the regular system. Let i represent the unit number of interest. In a regular, one-dimensional system, i’s neighbors are i-2, i-1, i+1, and i+2 for 2 < i <= N-2. For the endpoints, the system wraps around in a circular fashion, as depicted in Figure 1. Following Watts and Strogatz’s reasoning, we define the system’s characteristic path length, L(p), and clustering coefficient, C(p), as follows. Let d(i, j) be the length (in edges) of the shortest path between two units i, j in the system. The characteristic path length is the average of d(i, j) over all pairs (i, j) of units in the system. Let v be the number of neighbors assigned to a given unit i. Then c = v(v-1)/2 is the maximum possible number of edges between this set of neighbors – in other words, if all the neighbors of unit i are also neighbors of each other, the number of edges, or connections, between this set of neighbors is c. The clustering coefficient, C(p), is the ratio between the actual number of edges between each set of neighbors and the maximum number c, averaged over all units in the system. In a regular network, where the small-world probability p = 0, C(p) and L(p) are both at a maximum. In a small-world network, where 0 < p < 1, C(p) remains high, while L(p) is low, as depicted in Figure 2. This means that they behave like regular networks locally, but exhibit random features globally. [2]
Critical Sensitivity: Critical sensitivity may useful in predicting when earthquakes are most likely to occur. Thus, if small world networks could also be shown to exhibit critical sensitivity, this idea could be used to predict systems that can be represented as such. In other words, if the concept of critical sensitivity can be applied to small-world or scale-free networks, decidedly unpredictable systems – like the stock market – could become somewhat predictable. To begin the simulation, Xia et al. randomly assign an initial strength σci to each unit N using a Weibull distribution function with a mean of 1 and a modulus 2, denoted h(σc). The system is described by the damage pattern, X = {xi, i = 1, 2, … N}, where x = 0 indicates an intact unit and x = 1 indicates a broken unit, the stress pattern Σ = {σi, i = 1, 2, … N}, and the initial strength pattern Σc={σci, i = 1, 2, … N}. For an intact unit, x = 0, while x=1 indicates that the unit is broken, and σi is the stress on the unit at the time of measurement. Each unit breaks when the stress σi is greater than the initial strength of the unit. The program iterates, redistributing the stress from broken units according to the Cluster Mean Field Model and re-computing the number of units broken until the number broken is equal to N. For each unit broken, the energy released to the system (given by E=σi2, where σi is the stress on the broken unit) is recorded. [3]
Transforming a regular network into a small-world network To ensure that the network we created was indeed a small world network, we modified a program for calculating the characteristic path length and clustering coefficients for various p values, and averaged over several trials. To calculate L(p), our program systematically chose two units, and determined the shortest path length between them by cycling through one unit’s system of neighbors and finding the minimum number of neighbors it had to go through to reach the second unit. After this had been computed for each pair in the network, we averaged all the values. To determine C(p), we computed the number of shared neighbors between two units for all pairs in the system, and averaged these values.
Testing for critical sensitivity
Results In order to test our CMF simulation, we began taking energy release data for a regular network (for p = 0). These tests did not allow us to conclude that our program was effective, as the point at which critical sensitivity was reached in Xia et al.’s research was more defined for a network composed of the same number of units. [3] In our case, we can see a relative increase in the energy released just before 100 units have been broken, as shown in Figure 6, but we would need time to perform more tests to ensure that the simulation is behaving as expected. Because we were unable to establish the effectiveness of our simulation for a regular system, we could not draw any definite conclusions about whether or not critical sensitivity occurs in small world systems. With more time and programming expertise, this question may be answerable, and in fact could be extendable to similar network models. Because these models are widely applicable to physical, economical, and social networks, a greater understanding of their behavior under stress would provide insight into systems that are macroscopically difficult to predict. |
  | |
|
|||
![]() Figure 1: Diagram of the Watts-Strogatz systems for regular (p=0) and small world (0<p<1) networks. ![]() Figure 2: This graph describes how the characteristic path length and clustering coefficient varies with respect to p. Image courtesy Watts and Strogatz. [1] |
|||
![]() Figure 3: Consider a regular system with two broken units (represented here by the gray shaded circles). The stress these units had originally supported has been redistributed to the neighboring intact clusters (in this case, these clusters cover the remaining units in the network), such that each remaining intact unit bears the same stress load. If a system exhibits critical sensitivity, energy is released when each unit is broken, and when the system reaches the point of instability, there is a point at which this energy released increases dramatically per unit broken.
|
|||
![]() Figure 5: This graph shows the relationship between p and the characteristic path length and clustering coefficients for the small world system created for the critical sensitivity simulations. C(0) and L(0) correspond to C and L for p = 0. ![]() Figure 6: A plot of the energy released as the number of broken units is increased in a regular system. |
|||
|
References [1] D. J. Watts, S. H. Strogatz. “Collective Dynamics of ‘Small-World’ Networks.” Nature. 393, 440 (1998). [2] Nisha Mathias, Venkatesh Gopai. “Small worlds: How and why.” Physical Review E. 63 (2001). [3] Meng Fen Xia et al. “Critical Sensitivity and Trans-scale Fluctuations in Catastrophic Rupture.” Pure and Applied Geophysics. 159 (2002), 2491-2509. | |||