Principle of Locality I: Hacking

作者: 计算士 | 来源:发表于2016-04-01 20:10 被阅读316次
    Figure 1. Space-network created by Stephen Wolfram

    Outline

    • What does "Continuum Mean-Field" mean ?
    • From Dynamics assumption to Stable Distribution
    • The Preferential Attachment Model
    • The Preferential Return Model
    • The Spatial-constrained Attachment Model
    • From Stable Distribution to Dynamics assumption

    1. What does "Continuum Mean-Field" mean ?

    1. "Mean-Field": many -> one
      The complex interaction between a large number of components can be simplified into a single averaged effect of all the other individuals on any given one.

    2. "Continuum": discrete -> Continuous
      A discrete variables that is "smooth enough", i.e. increase by one unit in each period, such as time steps [1], spatial jumps [2-3], and population, can be viewed as a continuous geometric structure. Any measure on this structure, like degree [1], number of unique locations visited [2], and distance [3], can be described by differential equations.

    2. From Dynamics assumption to Stable Distribution

    2.1 The Preferential Attachment Model
    Figure 2. An example network of the preferential attachment model Figure 3. Time continuum
    Geometric structure Measure Differential form
    Time t Degree k Figure 4. An example network of the preferential return model Figure 5. Interest continuum

    The major (and very critical) difference between Preferential Return (PR) and Preferential Attachment (PA) is that, the number of nodes increase sub-linearly over time in PR. Therefore, in PR we have to choose either time or the interest space as the geometric background. Here we choose the latter and study the dynamics.

    Besides this, PR use a linear function of degree (1+\lambda k) for calculating weights so that new nodes with zero degree may also be visited. We can call this variable votes (v=1+\lambda k) for it is vote and not degree that determine the probability directly.

    Geometric structure Measure Differential form
    Interest set M Degree k dk/dM = (dk/dt) * (dt/dM)

    As shown by Figure 3, nodes are sorted by their visiting orders. The jth node is firstly visited at tj. In other words, util time ti there are i nodes being visited, and each node is visited by kj times. We have

    ![Eq. 10](http://latex.codecogs.com/svg.latex?\frac{di}{dt}=\frac{\sum^{new ,nodes} v_j}{\sum^{all ,nodes} v_j}=\frac{\sum_{j=i+1}^{M}(1+\lambda k_j)}{\sum_{j=1}^M{(1+\lambda k_j)}}=\frac{M-i}{M+\lambda \sum _{j=1}^Mk_j}=\frac{M-i}{M+\lambda t}.)

    Re-arrange it to obtain

    ![Eq. 11](http://latex.codecogs.com/svg.latex?\frac{1}{M-i}di=\frac{1}{M+\lambda t}dt,)

    or

    ![Eq. 12](http://latex.codecogs.com/svg.latex?\int\frac{1}{M-i}di=\int\frac{1}{M+\lambda t}dt,)

    which gives

    ![Eq. 13](http://latex.codecogs.com/svg.latex?ln(M-i)=-\frac{1}{\lambda}ln(M+\lambda t)+c.)

    or

    ![Eq. 14](http://latex.codecogs.com/svg.latex?i=M-e^{-c}(\frac{1}{M+\lambda t})^{\frac{1}{\lambda}})

    Considering the boundary condition when t=1, i=1,

    ![Eq. 15](http://latex.codecogs.com/svg.latex?ln(M-1)=-\frac{1}{\lambda}ln(M+1)+c \rightarrow e{-c}=(M-1)(M+\lambda){\frac{1}{\lambda}}.)

    Therefore Eq 14 reads

    ![Eq. 16](http://latex.codecogs.com/svg.latex?i=M-(M-1)(\frac{M+\lambda}{M+\lambda t})^{\frac{1}{\lambda}})

    or

    Figure 6. An example network of the space-constrained attachment model Figure 7. Similarity continuum
    The expected increase of the radius R(t), which is obviously a function of time t, is

    ![Eq. 29](http://latex.codecogs.com/svg.latex?\frac{dR(t)}{dt}=\Delta R(t)=\int_0rxf(x)dx=\int_0rx\frac{1}{L}dx=\frac{r^2}{2L}.)

    which gives

    Eq. 30Eq. 30

    in which we can consider the boundary condition t=2, R(t)<=r to obtain that c<=r.

    If the similarity space is D dimensional, then the volume of the space

    ![Eq. 31](http://latex.codecogs.com/svg.latex?V(t)\sim R(t)^D\sim t^D,)

    As the radius increase linearly with time, the number of nodes at distance rho from the origin is approximately R(t) - rho, which is the time steps passed by after the time step rho:

    ![Eq. 32](http://latex.codecogs.com/svg.latex?\mu_\rho(t)\sim R(t)-\rho,)

    Therefore, the total number of nodes in one dimensional space is

    ![Eq. 33](http://latex.codecogs.com/svg.latex?N(t)\sim\int_0^R(R-\rho)d\rho = \frac{R(t)^2}{2},)

    If the similarity space is D dimensional, then

    ![Eq. 33](http://latex.codecogs.com/svg.latex?N(t)\sim\int_0R(R-\rho)Dd\rho = \frac{R(t)^{D+1}}{D+1}\sim t^{D+1},)

    Meanwhile, we know that for every "local area" of the space with distance r, n nodes will be fully connected to each other, generating n^2/2 undirected links, therefore the total number of edges

    ![Eq. 34](http://latex.codecogs.com/svg.latex?E(t)\sim\int_0^RN(t) d\rho \sim R(t)^{D+2} \sim t^{D+2},)

    Putting these results together, we have the following scaling relationships:

    ![Eq. 35](http://latex.codecogs.com/svg.latex?N(t)\sim V(t)^{\frac{D+1}{D}},)

    and

    ![Eq. 36](http://latex.codecogs.com/svg.latex?E(t)\sim N(t)^{\frac{D+2}{D+1}}.)

    That is, the super-linear scaling between nodes and covered areas, and the super-linear scaling between edges and nodes.

    3. From Stable Distribution to Dynamics assumption

    References

    [1] What Is Spacetime, Really? by Stephen Wolfram.
    [2] Barabási, A. L., & Albert, R. (1999). Emergence of scaling in random networks. science, 286(5439), 509-512.
    [3] Zhao, Y. M., Zeng, A., Yan, X. Y., Wang, W. X., & Lai, Y. C. (2015). Universal underpinning of human mobility in the real world and cyberspace. arXiv preprint arXiv:1512.04669.
    [4] Zhang, J., Li, X., Wang, X., Wang, W. X., & Wu, L. (2015). Scaling behaviours in the growth of networked systems and their geometric origins.Scientific reports, 5.

    相关文章

      网友评论

        本文标题:Principle of Locality I: Hacking

        本文链接:https://www.haomeiwen.com/subject/issclttx.html