+ All Categories
Home > Documents > Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1...

Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1...

Date post: 31-Jul-2020
Category:
Upload: others
View: 3 times
Download: 1 times
Share this document with a friend
66
Epidemics on networks Leonid E. Zhukov School of Data Analysis and Artificial Intelligence Department of Computer Science National Research University Higher School of Economics Network Science Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38
Transcript
Page 1: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Epidemics on networks

Leonid E. Zhukov

School of Data Analysis and Artificial IntelligenceDepartment of Computer Science

National Research University Higher School of Economics

Network Science

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38

Page 2: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Lecture outline

1 Probabilistic modelSI modelSIS modelSIR model

2 Simulations

3 Experimental results

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 2 / 38

Page 3: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Probabilistic model

network of potential contacts (adjacency matrix A)

probabilistic model (state of a node):si (t) - probability that at t node i is susceptiblexi (t) - probability that at t node i is infectedri (t) - probability that at t node i is recovered

β - infection rate (probably to get infected on a contact in time δt)γ - recovery rate (probability to recover in a unit time δt)

from deterministic to probabilistic description

connected component - all nodes reachable

network is undirected (matrix A is symmetric)

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 3 / 38

Page 4: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Probabilistic model

Two processes:

Node infection:

Pinf = si (t)

1−∏

j∈N (i)

(1− βxj(t)δt)

≈ βsi (t)∑

j∈N (i)

xj(t)δt

Node recovery:

Prec = γxi (t)δt

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 4 / 38

Page 5: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

SI ModelS −→ I

Probabilities that node i : si (t) - susceptible, xi (t) -infected at t

xi (t) + si (t) = 1

β - infection rate, probability to get infected in a unit time

xi (t + δt) = xi (t) + βsi∑j

Aijxjδt

infection equations

dxi (t)

dt= βsi (t)

∑j

Aijxj(t)

xi (t) + si (t) = 1

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 5 / 38

Page 6: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

Differential equation

dxi (t)

dt= β(1− xi (t))

∑j

Aijxj

early time approximation, t → 0, xi (t)� 1

dxi (t)

dt= β

∑j

Aijxj

dx(t)

dt= βAx(t)

Solution in the basisAvk = λkvk

x(t) =∑k

ak(t)vk

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 6 / 38

Page 7: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

∑k

dakdt

vk = β∑k

Aak(t)vk = β∑k

ak(t)λkvk

dak(t)

dt= βλkak(t)

ak(t) = ak(0)eβλk t , ak(0) = vTk x(0)

Solutionx(t) =

∑k

ak(0)eλkβtvk

t → 0, λmax = λ1 > λk

x(t) = v1eλ1βt

1 growth rate of infections depends on λ1

2 probability of infection of nodes depends on v1 , i.e v1i

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 7 / 38

Page 8: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

late- time approximation, t →∞, xi (t)→ const

dxi (t)

dt= β(1− xi (t))

∑j

Aijxj = 0

Ax 6= 0 since λmin 6= 0, 1− xi (t) ≈ 0

All nodes in connected component get infected t →∞ xi (t)→ 1

Connected component structure and distribution. Does initiallyinfected node belong to GCC?

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 8 / 38

Page 9: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

image from M. Newman, 2010

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 9 / 38

Page 10: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI simulation

1 Every node at any time step is in one state {S , I}2 Initialize c nodes in state I

3 On each time step each I node has a probability β to infect itsnearest neighbors (NN), S → I

Model dynamics:

I + Sβ−→ 2I

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 10 / 38

Page 11: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 12: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 13: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 14: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 15: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 16: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model simulation

β = 0.5

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 11 / 38

Page 17: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SI model

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 12 / 38

Page 18: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

SIS ModelS −→ I −→ S

Probabilites that node i : si (t) - susceptable, xi (t) -infected at t

xi (t) + si (t) = 1

β - infection rate, γ - recovery rate

infection equations:

dxi (t)

dt= βsi (t)

∑j

Aijxj(t)− γxi

xi (t) + si (t) = 1

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 13 / 38

Page 19: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

Differential equation

dxi (t)

dt= β(1− xi (t))

∑j

Aijxj − γxi

early time approximation, xi (t)� 1

dxi (t)

dt= β

∑j

Aijxj − γxi

dxi (t)

dt= β

∑j

(Aij −γ

βδij)xj

dx(t)

dt= β(A− (

γ

β)I)x(t)

dx(t)

dt= βMx(t), M = A− (

γ

β)I

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 14 / 38

Page 20: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

Eigenvector basis

Mv′k = λ′kv′k , M = A− (

γ

β)I, Avk = λkvk

v′k = vk , λ′k = λk −γ

β

Solution

x(t) =∑k

ak(t)v′k =∑k

ak(0)v′keλ′kβt =

∑k

ak(0)vke(βλk−γ)t

λ1 ≥ λk , critical: βλ1 = γ-if βλ1 > γ, x(t)→ v1e

(βλ1−γ)t - growth-if βλ1 < γ, x(t)→ 0 - decay

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 15 / 38

Page 21: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

Epidemic threshold R0:

if βγ < R0 - infection dies over time

if βγ > R0 - infection survives and becomes epidemic

In SIS model:

R0 =1

λ1, Av1 = λ1v1

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 16 / 38

Page 22: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

long time t →∞:

xi (t)→ const

dxi (t)

dt= β(1− xi )

∑j

Aijxj − γxi = 0

xi =

∑j Aijxj

γβ +

∑j Aijxj

Above the epidemic threshold (β/γ > R0)- if β � γ, xi (t)→ 1- if β ∼ γ, xi

γβ =

∑j Aijxj , then λ1 = γ

β , xi (t)→ (v1)i

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 17 / 38

Page 23: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS simulation

1 Every node at any time step is in one state {S , I}2 Initialize c nodes in state I

3 Each node stays infected τγ =∫∞

0 τe−τγdτ = 1/γ time steps

4 On each time step each I node has a prabability β to infect itsnearest neighbours (NN), S → I

5 After τγ time steps node recovers, I → S

Model dynamics: {I + S

β−→ 2I

Iγ−→ S

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 18 / 38

Page 24: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 25: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 26: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 27: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 28: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 29: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 30: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 19 / 38

Page 31: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 20 / 38

Page 32: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 33: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 34: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 35: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 36: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 37: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 38: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model simulation

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 21 / 38

Page 39: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIS model

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 22 / 38

Page 40: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

SIR ModelS −→ I −→ R

probabilities si (t) -susceptable , xi (t) - infected, ri (t) - recovered

si (t) + xi (t) + ri (t) = 1

β - infection rate, γ - recovery rate

Infection equation:

dxidt

= βsi∑j

Aijxj − γxi

dridt

= γxi

xi (t) + si (t) + ri (t) = 1

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 23 / 38

Page 41: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

Differential equation

dxi (t)

dt= β(1− ri − xi )

∑j

Aijxj − γxi

early time, t → 0, ri ∼ 0, SIS = SIR

dxi (t)

dt= β(1− xi )

∑j

Aijxj − γxi

Solutionx(t) ∼ v1e

(βλ1−γ)t

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 24 / 38

Page 42: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

image from M. Newman, 2010

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 25 / 38

Page 43: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR simulation

1 Every node at any time step is in one state {S , I ,R}2 Initialize c nodes in state I

3 Each node stays infected τγ = 1/γ time steps

4 On each time step each I node has a prabability β to infect itsnearest neighbours (NN), S → I

5 After τγ time steps node recovers, I → R

6 Nodes R do not participate in further infection propagation

Model dynamics: {I + S

β−→ 2I

Iγ−→ R

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 26 / 38

Page 44: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 45: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 46: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 47: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 48: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 49: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 50: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.5, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 27 / 38

Page 51: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 28 / 38

Page 52: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 53: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 54: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 55: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 56: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 57: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

β = 0.2, τ = 2

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 29 / 38

Page 58: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR model

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 30 / 38

Page 59: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR epidemics as percolation

image from D. Easley and J. Kleinberg, 2010

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 31 / 38

Page 60: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

SIR epidemics as percolation

Bond percolation: only those nodes that are on a percolation path withinfected node will get infected

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 32 / 38

Page 61: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

5 Networks, SIR

Networks: 1) random, 2) lattice, 3) small world, 4) spatial, 5) scale-free

image from Keeling et al, 2005

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 33 / 38

Page 62: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

5 Networks, SIR

Networks: 1) random, 2) lattice, 3) small world, 4) spatial, 5) scale-free

Keeling et al, 2005

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 34 / 38

Page 63: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Effective distance

J. Manitz, et.al. 2014, D. Brockman, D. Helbing, 2013

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 35 / 38

Page 64: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Network synchronization, SIRS

Small-world network at different values of disorder parameter p

Kuperman et al, 2001

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 36 / 38

Page 65: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

Flu contagion

Infected - red, friends of infected - yellowN. Christakis, J. Fowler, 2010

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 37 / 38

Page 66: Leonid E. Zhukov...Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 1 / 38 Lecture outline 1 Probabilistic model SI model SIS model SIR model 2 Simulations 3 Experimental results Leonid

References

Epidemic outbreaks in complex heterogeneous networks. Y. Moreno,R. Pastor-Satorras, and A. Vespignani., Eur. Phys. J. B 26, 521?529,2002.

Networks and Epidemics Models. Matt. J. Keeling and Ken.T.D.Eames, J. R. Soc. Interfac, 2, 295-307, 2005

Simulations of infections diseases on networks. G. Witten and G.Poulter. Computers in Biology and Medicine, Vol 37, No. 2, pp195-205, 2007

Small World Effect in an Epidemiological Model. M. Kuperman andG. Abramson, Phys. Rev. Lett., Vol 86, No 13, pp 2909-2912, 2001

Manitz J, Kneib T, Schlather M, Helbing D, Brockmann D. OriginDetection During Food-borne Disease Outbreaks - A Case Study ofthe 2011 EHEC/HUS Outbreak in Germany. PLoS Currents, 2014

Leonid E. Zhukov (HSE) Lecture 13 22.04.2016 38 / 38


Recommended