Contagion and COVID-19 Prof. Srijan Kumar - - PowerPoint PPT Presentation

β–Ά
contagion and covid 19
SMART_READER_LITE
LIVE PREVIEW

Contagion and COVID-19 Prof. Srijan Kumar - - PowerPoint PPT Presentation

CSE 6240: Web Search and Text Mining. Spring 2020 Contagion and COVID-19 Prof. Srijan Kumar http://cc.gatech.edu/~srijan 1 Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining R 0 : Reproduction Number Number of other


slide-1
SLIDE 1

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

1

CSE 6240: Web Search and Text Mining. Spring 2020

Contagion and COVID-19

  • Prof. Srijan Kumar

http://cc.gatech.edu/~srijan

slide-2
SLIDE 2

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

2

R0: Reproduction Number

  • Number of other people that a diseased

person will infect, in her lifetime

Reference: https://triplebyte.com/blog/modeling-infectious-diseases

slide-3
SLIDE 3

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

3

How to Model COVID-19 Spread?

  • Estimate the R0 from real data
  • Case Study: Diamond Princess cruise ship
  • Note that a lot is ongoing research and the

findings may change as new evidence emerges

slide-4
SLIDE 4

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

4

Findings

  • The median with 95% Confidence Interval of

R0 of COVID-19 was about 2.28 (2.06-2.52) during the early stage experienced on the Diamond Princess cruise ship.

slide-5
SLIDE 5

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

5

More Research, New Results

  • Method: Study of virus spread in China. Fit

the SEIR model.

  • Finding: median R0 value of 5.7 (95% CI 3.8–

8.9).

slide-6
SLIDE 6

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

6

COVID-19 vs Others

Reference: https://triplebyte.com/blog/modeling-infectious-diseases

slide-7
SLIDE 7

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

7

Importance

  • Estimating the number of cases and

casualties

  • Policy development, e.g., stay-at-home
  • rders
  • Measuring the effect of interventions
slide-8
SLIDE 8

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

8

Modeling COVID-19 Spread

  • Which model should we use?
  • SIR
  • SIS
  • Next few slides: recap of SIR and SIS

models

slide-9
SLIDE 9

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

9

Simple model: Branching Process

  • First wave: A person carrying a disease

enters the population and transmits to all she meets with probability π‘Ÿ. She meets 𝑒 people, a portion of which will be infected.

  • Second wave: Each of the 𝑒 people goes

and meets 𝑒 different people. So we have a second wave of 𝑒 βˆ— 𝑒 = 𝑒% people, a portion

  • f which will be infected.
  • Subsequent waves: same process
slide-10
SLIDE 10

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

10

Example with k=3

slide-11
SLIDE 11

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

11

Spreading Models of Viruses

Virus Propagation: 2 Parameters:

  • (Virus) Birth rate Ξ²:

– probability that an infected neighbor attacks

  • (Virus) Death rate Ξ΄:

– Probability that an infected node heals

Infected Healthy N N1 N3 N2

  • Prob. Ξ²
  • Prob. Ξ΄
slide-12
SLIDE 12

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

12

SIR Model

  • SIR model: Node goes through phases

– Models chickenpox or plague:

  • Once you heal, you can never get infected again
  • Assuming perfect mixing: The network is a

complete graph

  • The model dynamics are:

Susceptible Infected Recovered time Number of nodes

dI dt = Ξ²SI βˆ’Ξ΄I dS dt = βˆ’Ξ²SI dR dt =Ξ΄I

I(t) S(t) R(t) 𝛾 πœ€

slide-13
SLIDE 13

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

13

SIS Model

  • Susceptible-Infective-Susceptible (SIS)

model

  • Cured nodes immediately become susceptible
  • Virus β€œstrength”: 𝒕 = 𝜸 / 𝜺
  • Node state transition diagram:

Susceptible Infective

Infected by neighbor with prob. Ξ² Cured with

  • prob. Ξ΄
slide-14
SLIDE 14

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

SIS Model

  • Models flu:

– Susceptible node

becomes infected

– The node then

heals and become susceptible again

  • Assuming perfect

mixing (a complete graph):

Susceptible Infected

I SI dt dI d b

  • =

I SI dt dS d b +

  • =

time Number of nodes

14

I(t) S(t)

slide-15
SLIDE 15

Srijan Kumar, Georgia Tech, CSE6240 Spring 2020: Web Search and Text Mining

15

Modeling COVID-19 Spread

  • Which model should we use?

– SIR – SIS

  • Answer: SIS