• Network epidemics makes use of models that exists within the context of a complex network to extend standard epidemics models. The two primary structures are
    • The contact network — a network that captures quantitative information about the contacts between two individuals.

      Each node corresponds to individuals or entities.

      Links represent interactions between these individuals

      Weights may represent quantitative information such as proximity, distance or frequency.

    • The degree block approximation model is a variation on the compartmentalization model

      In the network, each node is not only classified with a category, but they may also be grouped based on degree.

      This is based on the assumption that nodes with similar degrees behave similarly.

Epidemics in Networks

  • The network’s topology affects the spread of the disease

    • Nodes which are more connected are more likely to be infected.
    • The degree distribution of the network can determine how the disease will spread. The spread of a pathogen in a Scale Free Network is instantaneous.
    • In instances with recovery, the spread of a disease is affected by the recovery rate and how heterogeneous the network is (i.e., through )
    • In a scale-free network, the hubs affect the spread of a disease. Hubs cause the virus to instantaneously reach most nodes, and to persist in the population easier even with a small spreading rate.
  • In a neutral network, the dynamics of the growth of is approximated as

    Where is the characteristic time

    The fraction of infected nodes with degree at time , is then given by the equation

    • The probability a node becomes infected is proportional to its degree.
    • The total fraction of infected nodes not only depends on but also on the second moment of the degree distribution
      • For random networks, the results are identical to usual homogeneous models (see here)
      • For scale free networks with degree exponent , the dynamics are similar to a random network, except with an altered characteristic time.
      • For scale-free networks with , the characteristic time vanishes. Thus, the spread becomes instantaneous.
        • The Vanishing Epidemic Threshold occurs during an epidemic because a more scale-free network will have a more instantaneous infection rate.
        • This is due to how hubs become superspreaders that are able to transmit the disease to many parts of the network.
  • Introducing a non-zero recovery rate gives the following characteristic time

    For sufficiently large this decays exponentially. However, this decay also depends on the heterogeneity of the network through its second moment.

  • For networks, increasing the spreading rate does not cause a gradual increase in infected. The pathogen can spread only if the spreading rate exceeds the epidemic threshold .

    • For a random network, we obtain that the characteristic time as:

      And the epidemic threshold is given as

      When , the pathogen spreads until it reaches an endemic state.

    • For a network with an arbitrary degree distribution, we have that the threshold is

      In scale free network, for large networks, the epidemic threshold is expected to vanish since and the epidemic threshold vanishes

      • As a consequence, the number of infected scales as follows
    • Only for a degree exponent does a scale-free network behave like a traditional epidemic model.
  • In the SIR model, characteristic time is given as

    The epidemic threshold is given as

  • Empirical experiments suggest that the topology of the contact network is more important when it comes to determining the spread of a contagion than the secondary parameters of the epidemic.

Models

Standard

  • The dynamics of the model evolve differently for each degree block

  • In the SIR model, the equations become

Temporal Networks

  • A temporal network is a network whose links are only active in certain periods of time. Each link carries information on when it’s active, along with other possible characteristics such as weight.
  • This extension follows from how nodes do not interact all the time. Ignoring this fact means we overestimate our results.
    • Interevent times in a temporal network, based on empirical studies, follow a power law. Individuals have frequent bursty interaction within a short time-frame, and very long time gaps between two contacts.
    • Interevent times increases the characteristic time and the number of infected individuals decays slower.

Degree Correlation

  • Calculations indicate that degree correlations affect the spread of a pathogen by altering the speed with which a pathogen spreads.
  • Assortative networks decrease the epidemic threshold, while disassortative networks increase it. In disassortative networks, hubs are infected faster.
  • Assortative correlations lower the prevalence, but increase the average lifetime of an epidemic outbreak. This is because the hubs remain infected.
  • Links are not necessarily equal within the contact network.
  • Tie strengths in real networks vary considerably, and this heterogeneity plays an important role in spreading phenomena. The more time a individual spends with an infected individual, the more likely they become infected .

Communities

  • *The existence of communities lead to repeated interactions between nodes of the same community. *
  • By the community hypothesis, communities tend to have stronger ties together. This implies the following
    • Once a contagion reaches a community member, it can rapidly reach all the other members of the same community.
    • A simple contagion has a harder time escaping communities since communities tend to have weak ties between each other.
    • A strong contagion can be reinforced and incubated due to the strong ties within communities. Thus, the contagion can spread much faster. The contagion becomes viral if it can spread to multiple communities.

Immunization

  • In random networks, we consider the following

    • If If the pathogen spreads on a random network, for a sufficiently high immunization fraction, the spreading rate could fall below the epidemic threshold.

      We do this with immunization rate calculated as

      This shows why vaccination is useful. The characteristic time becomes negative and the contagion dies out.

    • If the pathogen spreads on a network with high , we have to have

      This implies that for networks with high second moments, we need to randomly vaccinate virtually all nodes.. Because of the power law distribution, this applies to scale-free networks (and most real networks)

  • For scale free networks, we can also reduce by performing hub immunization.

    • This follows because hubs are the source of heterogeneity in the network. Hub immunization increases the epidemic threshold
    • This is analogous to doing a targeted attack on the contact network. In fact, this works because scale free networks have low attack tolerance.
    • Implementing this requires knowledge of the contact network, so in practice this is difficult to do. However, we can use the friendship paradox
      • Randomly sample an individual in the network.
      • Immunize the neighbors of the individual. The friendship paradox suggests we will target hubs without knowing precisely who are hubs.

Links