Agent-Based Models. Maksudul Alam, Wei Wang

Size: px
Start display at page:

Download "Agent-Based Models. Maksudul Alam, Wei Wang"

Transcription

1 Agent-Based Models Maksudul Alam, Wei Wang

2 Outline Literature Review about Agent-Based model Modeling disease outbreaks in realistic urban social Networks EpiSimdemics: an Efficient Algorithm for Simulating the Spread of the Infections Disease over Large Social Network GLEaMviz Software: exploring realistic epidemic spreading scenarios at the global scale

3 Literature Review What is Agent-Based Model? A class of computational model used to simulating the actions and interactions of autonomous agents with a view to accessing their effects on the whole system. Common components in Agent-Based Model Agents Decision-Making heuristics Adoptive process Interaction topology Environment

4 Model disease outbreak in realistic urban social network

5 Challenge Dense urban social-contact networks perfect for disease propagation More and more people live in city, around 60% when 2030 How to prevent epidemic? What disease surveillance strategies will help? Mass vaccination?

6 Assumptions for the infectious disease Model Assumption of the spreading environment The effect of the pathogen on the host: within-host disease model Process of transmission between host: transmission model Assumptions on the contacts: contact model

7 Assumption environment Construct a agent-based model to simulate the disease spreading Apply dynamic bipartite graph represent social contact network People Location Daily Activities and Travel Shopping, working, short travel, long range travel

8 Social Contact Network Fig a: Small bipartite social contact network Fig b: People network Fig c: Location network Fig d: Ignore time label

9 Graph Features Small world like people contact network Diameter about 6 Power Law degree distribution Cluster coefficient around 0.48 Hierarchical Scale-free location graph Capacity exponent λ~ 2.8 Cluster coefficient around 0.04

10 Control Strategies Early detection Find the minimum dominant set of locations to put sensors Overlap ratio w w J = n J l J deg(l) where J is a set of locations, n(j) is the number of different people visiting any location in J, deg(l) is the number of different people visiting location l Target vaccination Constrain the disease spread only in local graph Target long-range travelers

11 Graph Features What graph features matter the disease propagation Degree distribution Cluster coefficient Expansion How to prevent the epidemic Mass Vaccination? Early detection Target vaccination

12 Simulate Smallpox Modeling By EpiSim Continues model for within-host disease progress Manifestations of smallpox Ordinary Modified Flat or malignant Early hemorrhagic Late hemorrhagic Disease load γ All locations share the same growth/decay rate Specific personal growth/decay rate Threshold component Infected (L I ) Symptomatic (L S ) Staying home from normal activities (L HS ) Infectious (L C ) Dead (L D )

13 With-host disease Course Above L I Above L S /L HS Under L I Above L C Above L D

14 Transmission Model 1. Infectious people contaminate local environment by shedding load with shedding rate β S 2. People present at a contaminated location absorb load from it with absorbing rate β A 3. Probability of transmission from a susceptible to infected can depend on 3.1 infectivity and susceptibility 3.2 Duration of contact 3.3 Activities(School, work, home, etc.) 3.4 Demographics of infectious and susceptible

15 Contact Model Create synthetic people in households with correct joint demographics Associate a state of health with each synthetic person Synthetic people move among physical locations (street addresses, city blocks, institutions) and engage in activities at those locations Below a certain level of resolution, simple assumptions about contacts among people at locations are introduced Each person s activities are repeated every day, except for dynamic events such as withdrawal to home, quarantine, etc.

16 Simulation Results The disease is likely to spread quickly without controlled early enough Detection early Time of withdrawal to home is most important Delay in Response is also very important

17 EpiSimdemics

18 EpiSimdemics EpiSimdemics is an individual-based modeling environment Each individual is represented based on a synthetic population Each interaction between two spatially and temporally collocated individuals is represented Uses a people-location bipartite graph as the underlying network. Allows us to represent time-dependent interactions Allows us to calculate location dependent interactions

19 Formal Model Formal Model (G(V, E), F, W) G(V, E) represent the social contact network V represent people in the network E represent the edges between people F set of transmission function f i which map the state of v i at time t to time t+1 W represent the update schedule of people and location

20 Social Network Representation

21 Within-Host Disease Model Probabilistic Timed Transition System (PTTS)

22 Between-Host Disease Model The function of the Probability of one person being infected : p i = 1 exp(τ r R N r ln(1 rs i ρ)) [1] Here : τ is duration of exposure R is the set of infectivities of the infected individuals N r is the number of infectious individuals with infectivity r s i is the susceptibility of I ρ is the transmissibility of disease 1. Barrett et. al., 2007, Modeling and Simulation of Large Biological, Information and Socio-Technical Systems: An Interaction Based Approach

23 EpiSimdemics Algorithm Serial In each iteration (e.g. a day) Each person (Step 1) Determines where they will go Send a message to each location they will visit Each location (Step 2) For each received message, create an arrival and depart event pair For each event, calculate probability of infection between each co-located pair of Infectious and Susceptible people Send message to each newly infected person Each Infected person updates state (Step 3) Global simulation state is updated

24 EpiSimdemics: Demo 4 people: 1, 2, 3, 4 4 locations: a, b, c, d Person 2 is infected, others are susceptible PTTS version of SIR model Movement model is given by the following bipartite network:

25 Step 1: Send Visit Each person Determines where they will go Send a message to each location they will visit a b c d

26 Step 2: Each location For each received message: create an arrival and depart event pair a a b c d b c d

27 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b c d a b c d

28 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b 1 2 T=8 c c 3 4 d d

29 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b 2 1 T=9 c c 3 4 d d

30 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b 2 1 T=9 1 c c 3 4 d d

31 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b 1 T=10 1 c c 3 2 d d 4

32 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b 1 T=11 1 c c 3 2 d d 4

33 Step 2: Each location For each event If Arrival event add the people to location, otherwise remove from location Calculate probability of infection a b a b T=12 1 c c d d

34 Step 2 & 3: Each location Send message to each newly infected person Each Infected person updates state

35 EpiSimdemics Algorithm Parallel In each time step (e.g. a day) In Parallel, Each person (Step 1) Determines where they will go Send a message to each location they will visit Synchronize 1 In Parallel, Each location (Step 2) For each received message, create an arrival and depart event pair For each event, calculate probability of infection between each co-located pair of Infectious and Susceptible people Send message to each newly infected person Synchronize 2 In Parallel, Each Infected person updates state (Step 3) Synchronize 3 Global simulation state is updated

36 Performance: Execution Time & Memory AL: #of people: 4,333,172 (4.3M), #of locations: 1,300,548 (1.3M) CA: #of people: 33,153,148 (33.1M), #of locations: 5,521,932 (5.5M) 120 day simulation period

37 Scalability of Parallel EpiSimdemics

38 EpiSimdemics: Conclusion Unique HPC-based framework to model epidemics on large social network Scales to realistic social networks, up to 100M nodes Can be modified to study diffusion system over unstructured networks Designed for realistic intervention strategies

39 GLEaMviz A software system to explore realistic global epidemics

40 GLEaMviz for Epidemic Visualization A software system for simulation and visualization of global epidemics Based on detailed population and mobility data User defined compartment based infection dynamics Total control on simulation Interactive visualization support (maps, incidence curves,) GLEaM is GLobal Epidemic and Mobility modeler Publicly available from

41 Architecture Client Server architecture Consists of three components: Client Application (GUI) Proxy Middleware Simulation Engine

42 GLEaMviz Client Epidemic Modeling Simulation Settings Manage Simulations Interactive Result Visualization

43 GLEaMviz Server Simulation Engine runs the actual simulation Based on GLEaM Uses detailed population and mobility data Takes input as Epidemic Model and Simulation Settings Produces spatio-temporal output Stores simulation results for future analysis Supports Epidemic Marketplace concept (not available to public version) Middleware Communicates between Client and Simulation Engine

44 Workflow

45 Simulation Engine GLEaM Based on a stochastic metapopulation approach Many spatially separated distinct populations Mobility at the inter-population level: Short range (e.g. public commuters, cars etc.) Long range (e.g. air travel) Compartmentalized disease models SIR, SIS, SEIR

46 Metapopulation A metapopulation consists of a group of spatially separated populations of the same species which interact at some level. Example: metapopulation of the spotted owl in the San Bernardino Mountains

47 GLEaM Layers Consists of three basic layers: The population layer The mobility layer The epidemic layer

48 Population Layer Based on Gridded Population of the World project by the Socio- Economic Data and Applications Center (SEDAC) 1 World population is divided into grid of cells Each cell is assigned an estimated population value Cell size of 25 km x 25 km Over 250,000 populated cells Airport Centered Subpopulation Considers 3,362 airports from 220 countries Each cell belongs to the nearest airport GLEaM uses these 3,362 subpopulations 1.

49 Mobility Layer Considers long-range and short-range mobility Long-range is based on IATA and OAG databases 3,362 airports from 220 countries 16,846 total flight connections Short-range is commuting patterns between adjacent subpopulations Collected from 30 countries 11,230 commuting flows IATA: International Air Transport Association OAG: Official Airline Guide

50 Epidemic Layer Defines disease and population dynamics Infection dynamics takes place in each subpopulation Compartmentalized models (e.g. SIR, SIS, SEIR etc.) Model Builder is used to define the epidemic models

51 Model Builder Visual tool for designing arbitrary compartmental models Models as flow diagrams Stylized Box represents compartments Directed arrow represents transitions

52 Model Builder Compartments User can define: Compartment Label Color Mobility Clinical Case Users can design any arbitrary infection models Specially respiratory and influenza-like diseases

53 Model Builder Transitions Two types of transitions: Spontaneous transitions Infection transitions Spontaneous transitions: Does not depend on other states (e.g. Infectious Recovered) Infection Transitions Depend on other states (e.g. Susceptible Latent due to Infectious) Can be more than one dependency

54 Simulation Wizard

55 Simulation Results

56 User Study

57 Results

58 Thanks

59 Backup Slides

60 EpiSimdemics Time complexity O n k P + m k L n = number of people m = number of locations k P = average degree for person (number of locations visited by a person) k L = average degree for location (number of person visited to a location)

influenza models: values & limits

influenza models: values & limits influenza models: values & limits Vittoria Colizza INSERM U Pierre et Marie Curie vittoria.colizza@inserm.fr [dynamical] modeling 101 REALITY aims ingredients ABSTRACTION OF REALITY assumptions limitations

More information

Modern Epidemiology A New Computational Science

Modern Epidemiology A New Computational Science Modern Epidemiology A New Computational Science Facilitating Epidemiological Research through Computational Tools Armin R. Mikler Computational Epidemiology Research Laboratory Department of Computer Science

More information

arxiv: v1 [cs.si] 29 Jan 2018

arxiv: v1 [cs.si] 29 Jan 2018 Detecting the impact of public transit on the transmission of epidemics Zhanwei Du 1,* and Yuan Bai 1 1 Jilin University, Changchun, Jilin, 130012, China * duzhanwei0@gmail.com ABSTRACT arxiv:1801.09333v1

More information

The Structure of Social Contact Graphs and their impact on Epidemics

The Structure of Social Contact Graphs and their impact on Epidemics The Structure of Social Contact Graphs and their impact on Epidemics Anil Vullikanti Virginia Bioinformatics Institute, and Dept. of Computer Science, Virginia Tech Joint work with: Chris Barrett, Madhav

More information

Modelling global epidemics: theory and simulations

Modelling global epidemics: theory and simulations Modelling global epidemics: theory and simulations Marc Barthélemy CEA, IPhT, France marc.barthelemy@cea.fr Manchester meeting Modelling complex systems (21-23 june 2010) Outline Introduction Metapopulation

More information

Strategies for containing an emerging influenza pandemic in South East Asia 1

Strategies for containing an emerging influenza pandemic in South East Asia 1 Strategies for containing an emerging influenza pandemic in South East Asia 1 Modeling pandemic spread and possible control plans of avian flu H5N1 BBSI, Nicole Kennerly, Shlomo Ta asan 1 Nature. 2005

More information

EpiSimdemics: an Efficient Algorithm for Simulating the Spread of Infectious Disease over Large Realistic Social Networks

EpiSimdemics: an Efficient Algorithm for Simulating the Spread of Infectious Disease over Large Realistic Social Networks EpiSimdemics: an Efficient Algorithm for Simulating the Spread of Infectious Disease over Large Realistic Social Networks Christopher L. Barrett, Keith R. Bisset, Stephen G. Eubank, Xizhou Feng, Madhav

More information

Information and Communication Technologies EPIWORK. Developing the Framework for an Epidemic Forecast Infrastructure.

Information and Communication Technologies EPIWORK. Developing the Framework for an Epidemic Forecast Infrastructure. Information and Communication Technologies EPIWORK Developing the Framework for an Epidemic Forecast Infrastructure http://www.epiwork.eu Project no. 231807 D1.1 Analysis of Epidemic Dynamics on Clustered

More information

Chapter 4 Modeling and Predicting Human Infectious Diseases

Chapter 4 Modeling and Predicting Human Infectious Diseases Chapter 4 Modeling and Predicting Human Infectious Diseases Nicola Perra and Bruno Gonçalves Abstract The spreading of infectious diseases has dramatically shaped our history and society. The quest to

More information

Computational Epidemiology

Computational Epidemiology Computational Epidemiology as a tool for Understanding the Complex Interactions that Confront Public Health Decision Making Bryan Lewis MPH Network Dynamics and Simulation Science Laboratory Preview Pubic

More information

Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0

Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0 Open Report Synthetic Data Products for Societal Infrastructures and Proto-Populations: Data Set 2.0 Network Dynamics and Simulation and Science Laboratory Virginia Polytechnic Institute and State University

More information

Dynamics and Control of Infectious Diseases

Dynamics and Control of Infectious Diseases Dynamics and Control of Infectious Diseases Alexander Glaser WWS556d Princeton University April 9, 2007 Revision 3 1 Definitions Infectious Disease Disease caused by invasion of the body by an agent About

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors:, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto, Vaccine

More information

A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS. Saratchandra Indrakanti. Thesis Prepared for the Degree of

A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS. Saratchandra Indrakanti. Thesis Prepared for the Degree of A GLOBAL STOCHASTIC MODELING FRAMEWORK TO SIMULATE AND VISUALIZE EPIDEMICS Saratchandra Indrakanti Thesis Prepared for the Degree of MASTER OF SCIENCE UNIVERSITY OF NORTH TEXAS May 2012 APPROVED: Armin

More information

Module 5: Introduction to Stochastic Epidemic Models with Inference

Module 5: Introduction to Stochastic Epidemic Models with Inference Module 5: Introduction to Stochastic Epidemic Models with Inference Instructors: Tom Britton, Dept. Mathematics, Stockholm University Ira Longini, Dept. Biostatistics, University of Florida Jonathan Sugimoto,

More information

Contents. Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors. Part I Introduction and General Framework

Contents. Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors. Part I Introduction and General Framework Mathematical Epidemiology 1 F. Brauer, P. van den Driessche and J. Wu, editors Part I Introduction and General Framework 1 A Light Introduction to Modelling Recurrent Epidemics.. 3 David J.D. Earn 1.1

More information

Mathematics for Infectious Diseases; Deterministic Models: A Key

Mathematics for Infectious Diseases; Deterministic Models: A Key Manindra Kumar Srivastava *1 and Purnima Srivastava 2 ABSTRACT The occurrence of infectious diseases was the principle reason for the demise of the ancient India. The main infectious diseases were smallpox,

More information

S pace represents, in many circumstances, a relevant feature in the spread of an infectious disease1. This is the

S pace represents, in many circumstances, a relevant feature in the spread of an infectious disease1. This is the SUBJECT AREAS: DISEASES COMPUTATIONAL BIOLOGY MODELLING AND THEORY NETWORKS AND SYSTEMS BIOLOGY Received 3 May 01 Accepted 7 June 01 Published 7 June 01 Correspondence and requests for materials should

More information

Putting it together: The potential role of modeling to explore the impact of FMD

Putting it together: The potential role of modeling to explore the impact of FMD Putting it together: The potential role of modeling to explore the impact of FMD Mo Salman Animal Population Health Institute Colorado State University m.d.salman@colostate.edu And Melissa McLaws European

More information

Network Science: Principles and Applications

Network Science: Principles and Applications Network Science: Principles and Applications CS 695 - Fall 2016 Amarda Shehu,Fei Li [amarda, lifei](at)gmu.edu Department of Computer Science George Mason University Spreading Phenomena: Epidemic Modeling

More information

FUNNEL: Automatic Mining of Spatially Coevolving Epidemics

FUNNEL: Automatic Mining of Spatially Coevolving Epidemics FUNNEL: Automatic Mining of Spatially Coevolving Epidemics By Yasuo Matsubara, Yasushi Sakurai, Willem G. van Panhuis, and Christos Faloutsos SIGKDD 2014 Presented by Sarunya Pumma This presentation has

More information

Modelling to Contain Pandemic Influenza A (H1N1) with Stochastic Membrane Systems: A Work-in-Progress Paper

Modelling to Contain Pandemic Influenza A (H1N1) with Stochastic Membrane Systems: A Work-in-Progress Paper Modelling to Contain Pandemic Influenza A (H1N1) with Stochastic Membrane Systems: A Work-in-Progress Paper Lei Xu Key Laboratory of Image Processing and Intelligent Control Department of Control Science

More information

COMPUTATIONAL EPIDEMIOLOGY - ANALYZING EXPOSURE RISK: A DETERMINISTIC, AGENT-BASED APPROACH. Martin Joseph O Neill II

COMPUTATIONAL EPIDEMIOLOGY - ANALYZING EXPOSURE RISK: A DETERMINISTIC, AGENT-BASED APPROACH. Martin Joseph O Neill II COMPUTATIONAL EPIDEMIOLOGY - ANALYZING EXPOSURE RISK: A DETERMINISTIC, AGENT-BASED APPROACH Martin Joseph O Neill II Thesis Prepared for the Degree of MASTER OF SCIENCE UNIVERSITY OF NORTH TEXAS August

More information

SEIQR-Network Model with Community Structure

SEIQR-Network Model with Community Structure SEIQR-Network Model with Community Structure S. ORANKITJAROEN, W. JUMPEN P. BOONKRONG, B. WIWATANAPATAPHEE Mahidol University Department of Mathematics, Faculty of Science Centre of Excellence in Mathematics

More information

Mobile Phone Enabled Social Community Extraction for Controlling of Disease Propagation in Healthcare

Mobile Phone Enabled Social Community Extraction for Controlling of Disease Propagation in Healthcare 2 Eighth IEEE International Conference on Mobile Ad-Hoc and Sensor Systems Mobile Phone Enabled Social Community Extraction for Controlling of Disease Propagation in Healthcare Yanzhi Ren, Jie Yang, Mooi

More information

Spreading of Epidemic Based on Human and Animal Mobility Pattern

Spreading of Epidemic Based on Human and Animal Mobility Pattern Spreading of Epidemic Based on Human and Animal Mobility Pattern Yanqing Hu, Dan Luo, Xiaoke Xu, Zhangang Han, Zengru Di Department of Systems Science, Beijing Normal University 2009-12-22 Background &

More information

UK household structure and Infectious Disease Transmission: Supplementary Information

UK household structure and Infectious Disease Transmission: Supplementary Information UK household structure and Infectious Disease Transmission: Supplementary Information Thomas House, Matt J. Keeling University of Warwick, Coventry September 8, 28 Mathematical Description of the model

More information

Exercises on SIR Epidemic Modelling

Exercises on SIR Epidemic Modelling Exercises on SIR Epidemic Modelling 1 Epidemic model (from Wikipedia) An epidemic model is a simplified means of describing the transmission of communicable disease through individuals. The modeling of

More information

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks

MAE 298, Lecture 10 May 4, Percolation and Epidemiology on Networks MAE 298, Lecture 10 May 4, 2006 Percolation and Epidemiology on Networks Processes on networks Search for information Spreading processes Interplay of topology and function Epidemiology Understanding how

More information

MODELLING INFECTIOUS DISEASES. Lorenzo Argante GSK Vaccines, Siena

MODELLING INFECTIOUS DISEASES. Lorenzo Argante GSK Vaccines, Siena MODELLING INFECTIOUS DISEASES Lorenzo Argante GSK Vaccines, Siena lorenzo.x.argante@gmail.com GSK IN A NUTSHELL GSK VACCINES - GLOBAL PRESENCE SIENA RESEARCH AND DEVELOPMENT (R&D) SITE EXPLORATORY DATA

More information

Structured models for dengue epidemiology

Structured models for dengue epidemiology Structured models for dengue epidemiology submitted by Hannah Woodall for the degree of Doctor of Philosophy of the University of Bath Department of Mathematical Sciences September 24 COPYRIGHT Attention

More information

Jonathan D. Sugimoto, PhD Lecture Website:

Jonathan D. Sugimoto, PhD Lecture Website: Jonathan D. Sugimoto, PhD jons@fredhutch.org Lecture Website: http://www.cidid.org/transtat/ 1 Introduction to TranStat Lecture 6: Outline Case study: Pandemic influenza A(H1N1) 2009 outbreak in Western

More information

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University Probabilistic models of networkdiffusion How cascades spread in real life: Viral marketing Blogs Group membership Last

More information

Sensitivity analysis for parameters important. for smallpox transmission

Sensitivity analysis for parameters important. for smallpox transmission Sensitivity analysis for parameters important for smallpox transmission Group Members: Michael A. Jardini, Xiaosi Ma and Marvin O Ketch Abstract In order to determine the relative importance of model parameters

More information

Planning Informed by Epidemiological Simulation: The Geography of Avian Flu in Nigeria

Planning Informed by Epidemiological Simulation: The Geography of Avian Flu in Nigeria Planning Informed by Epidemiological Simulation: The Geography of Avian Flu in Nigeria Jeanne Fair, Ph.D. Biosecurity & Public Health Group (B-7) Los Alamos National Laboratory Slide 1 Geospatial Epidemiology

More information

INDEMICS: An Interactive High-Performance Computing Framework for Data Intensive Epidemic Modeling

INDEMICS: An Interactive High-Performance Computing Framework for Data Intensive Epidemic Modeling Marquette University e-publications@marquette Mathematics, Statistics and Computer Science Faculty Research and Publications Mathematics, Statistics and Computer Science, Department of 1-1-2014 INDEMICS:

More information

Simulation of HIV/AIDS distribution using GIS based cellular automata model.

Simulation of HIV/AIDS distribution using GIS based cellular automata model. Biomedical Research 2017; 28 (9): 4053-4057 ISSN 0970-938X www.biomedres.info Simulation of HIV/AIDS distribution using GIS based cellular automata model. Shu Yang 1, Daihai He 2, Jing Luo 3, Weizhong

More information

Epidemics & Networks. Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza

Epidemics & Networks. Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza Epidemics & Networks Jesús Gómez Gardeñes Instituto de Biocomputación y Física de Sistemas Complejos (BIFI) Universidad de Zaragoza DO WE NEED A MOTIVATION? Epidemics Lecture III: & Networks, Walks, Conges4on

More information

An Introduction to Small-World and Scale-Free Networks

An Introduction to Small-World and Scale-Free Networks An Introduction to Small-World and Scale-Free Networks -FREE DEREK Department of Mathematics and Statistics California State University, Long Beach Derek.Sollberger@gmail.com WITHOUT -FREE -FREE EPIDEMICS

More information

Impact of Clustering on Epidemics in Random Networks

Impact of Clustering on Epidemics in Random Networks Impact of Clustering on Epidemics in Random Networks Joint work with Marc Lelarge TREC 20 December 2011 Coupechoux - Lelarge (TREC) Epidemics in Random Networks 20 December 2011 1 / 22 Outline 1 Introduction

More information

Mobile Health Surveillance: The Development of Software Tools for. Monitoring the Spread of Disease

Mobile Health Surveillance: The Development of Software Tools for. Monitoring the Spread of Disease Mobile Health Surveillance: The Development of Software Tools for Monitoring the Spread of Disease Albert Gerovitch 1 and Andrew Gritsevskiy 2 and Gregory Barboy 3 Abstract Disease spread monitoring data

More information

L4, Modeling using networks and other heterogeneities

L4, Modeling using networks and other heterogeneities L4, Modeling using networks and other heterogeneities July, 2017 Different heterogeneities In reality individuals behave differently both in terms of susceptibility and infectivity given that a contact

More information

An epidemic spreading model based on community structure in dual social networks

An epidemic spreading model based on community structure in dual social networks International Journal of Microbiology and Mycology IJMM pissn: 2309-4796 http://www.innspub.net Vol. 5, No. 3, p. 1-10, 2017 Open Access RESEARCH PAPER An epidemic spreading model based on community structure

More information

Marc Baguelin 1,2. 1 Public Health England 2 London School of Hygiene & Tropical Medicine

Marc Baguelin 1,2. 1 Public Health England 2 London School of Hygiene & Tropical Medicine The cost-effectiveness of extending the seasonal influenza immunisation programme to school-aged children: the exemplar of the decision in the United Kingdom Marc Baguelin 1,2 1 Public Health England 2

More information

Introduction to Reproduction number estimation and disease modeling

Introduction to Reproduction number estimation and disease modeling Introduction to Reproduction number estimation and disease modeling MISMS Latin America Influenza Meeting and Training Workshop 25 June 2012 Gerardo Chowell & Cécile Viboud Generation time The time from

More information

Inference Methods for First Few Hundred Studies

Inference Methods for First Few Hundred Studies Inference Methods for First Few Hundred Studies James Nicholas Walker Thesis submitted for the degree of Master of Philosophy in Applied Mathematics and Statistics at The University of Adelaide (Faculty

More information

Modelling the H1N1 influenza using mathematical and neural network approaches.

Modelling the H1N1 influenza using mathematical and neural network approaches. Biomedical Research 2017; 28 (8): 3711-3715 ISSN 0970-938X www.biomedres.info Modelling the H1N1 influenza using mathematical and neural network approaches. Daphne Lopez 1, Gunasekaran Manogaran 1*, Jagan

More information

Design of Community Containment for Pandemic Influenza

Design of Community Containment for Pandemic Influenza Design of Community Containment for Pandemic Influenza Robert J Glass*, H Jason Min, Walter E Beyeler andia National Laboratories and Laura M Glass Albuquerque Public High chool *rjglass@sandia.gov Design

More information

Application of Microsimulation to Disease Transmission and Control

Application of Microsimulation to Disease Transmission and Control 19th International Congress on Modelling and Simulation, Perth, Australia, 12 16 December 2011 http://mssanz.org.au/modsim2011 Application of Microsimulation to Disease Transmission and Control A. Greena,

More information

Projections of Zika spread in the Continental US

Projections of Zika spread in the Continental US Projections of Zika spread in the Continental US Qian Zhang 1, Kaiyuan Sun 1, Matteo Chinazzi 1, Ana Pastore-Piontti 1, Natalie E. Dean 2, Diana Patricia Rojas 3, Stefano Merler 4, Dina Mistry 1, Piero

More information

Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC

Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC Cover your Cough! Quantifying the Benefits of a Localized Healthy Behavior Intervention on Flu Epidemics in Washington DC Nidhi Parikh, Mina Youssef, Samarth Swarup, Stephen Eubank, and Youngyun Chungbaek

More information

Cellular Automata Model for Epidemics

Cellular Automata Model for Epidemics Cellular Automata Model for Epidemics Sharon Chang UC Davis Physics shschang@ucdavis.edu Cellular automata models are used to simulate the spread of disease across a population. Two types of infections

More information

Density dependent diffusion and spread of epidemics in a metapopulation model.

Density dependent diffusion and spread of epidemics in a metapopulation model. Erice (Italy) August 30 2015 September 5 2015. Density dependent diffusion and spread of epidemics in a metapopulation model. Marta Pellicer UNIVERSITAT DE GIRONA Catalunya (Spain) Joint work with A. Avinyó,

More information

The roadmap. Why do we need mathematical models in infectious diseases. Impact of vaccination: direct and indirect effects

The roadmap. Why do we need mathematical models in infectious diseases. Impact of vaccination: direct and indirect effects Mathematical Models in Infectious Diseases Epidemiology and Semi-Algebraic Methods Why do we need mathematical models in infectious diseases Why do we need mathematical models in infectious diseases Why

More information

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges

Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges Research articles Type and quantity of data needed for an early estimate of transmissibility when an infectious disease emerges N G Becker (Niels.Becker@anu.edu.au) 1, D Wang 1, M Clements 1 1. National

More information

Mathematics of Infectious Diseases

Mathematics of Infectious Diseases Mathematics of Infectious Diseases Zhisheng Shuai Department of Mathematics University of Central Florida Orlando, Florida, USA shuai@ucf.edu Zhisheng Shuai (U Central Florida) Mathematics of Infectious

More information

Mathematical modeling of cholera

Mathematical modeling of cholera Mathematical modeling of cholera Dennis Chao Center for Statistics and Quantitative Infectious Diseases (CSQUID) Vaccine and Infectious Disease Division Fred Hutchinson Cancer Research Center 22 April,

More information

Large Graph Mining: Power Tools and a Practitioner s guide

Large Graph Mining: Power Tools and a Practitioner s guide Large Graph Mining: Power Tools and a Practitioner s guide Task 6: Virus/Influence Propagation Faloutsos, Miller,Tsourakakis CMU KDD'09 Faloutsos, Miller, Tsourakakis P6-1 Outline Introduction Motivation

More information

Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses

Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses FACULTY OF AUTOMATION AND COMPUTER SCIENCE Abstract of the PhD Thesis Intelligent monitoring and early warning system of pandemic viruses PhD Student: eng. Adina-Violeta Pop Thesis advisor: Prof.Dr.Eng.

More information

Towards Real Time Epidemic Vigilance through Online Social Networks

Towards Real Time Epidemic Vigilance through Online Social Networks Towards Real Time Epidemic Vigilance through Online Social Networks SNEFT Social Network Enabled Flu Trends Lingji Chen [1] Harshavardhan Achrekar [2] Benyuan Liu [2] Ross Lazarus [3] MobiSys 2010, San

More information

A pragmatic approach to HIV hotspot mapping in a developing country. Thursday, July 13, 2017

A pragmatic approach to HIV hotspot mapping in a developing country. Thursday, July 13, 2017 A pragmatic approach to HIV hotspot mapping in a developing country Thursday, July 13, 2017 Overview of HIV Epidemic Eastern and Southern Africa (ESA) 2016 Source: UNAIDS Estimates 2016 Distribution of

More information

The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities

The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities esupplementary Information The Impact of Demographic Variables on Disease Spread: Influenza in Remote Communities Marek Laskowski, Luiz C. Mostaço-Guidolin, Amy Greer, Jianhong Wu, Seyed M. Moghadas This

More information

BioDiaspora. Evidence-Based Decision-Making. Kamran Khan MD, MPH, FRCPC

BioDiaspora. Evidence-Based Decision-Making. Kamran Khan MD, MPH, FRCPC BioDiaspora Evidence-Based Decision-Making Kamran Khan MD, MPH, FRCPC Associate Professor of Infectious Diseases University of Toronto Infectious Disease Physician St. Michael s Hospital Globalization

More information

Tuberculosis Tutorials

Tuberculosis Tutorials Tuberculosis Tutorials These tuberculosis (TB) tutorials were created for the EMOD QuickStart v1.8. Later versions of the QuickStart may not be completely compatible with these tutorials as installation

More information

Time series analyses and transmission models for influenza

Time series analyses and transmission models for influenza Time series analyses and transmission models for influenza Cécile Viboud Division of Epidemiology and International Population Studies Fogarty International Center, National Institutes of Health Bethesda,

More information

Age-specific contacts and travel patterns in the spatial spread of 2009 H1N1 influenza pandemic.

Age-specific contacts and travel patterns in the spatial spread of 2009 H1N1 influenza pandemic. Age-specific contacts and travel patterns in the spatial spread of 2009 H1N1 influenza pandemic. Andrea Apolloni, Chiara Poletto, Vittoria Colizza To cite this version: Andrea Apolloni, Chiara Poletto,

More information

The role of dynamic modelling in drug abuse epidemiology

The role of dynamic modelling in drug abuse epidemiology Offprint from Bulletin on Narcotics, vol. LIV, Nos 1 and 2, 2002 The role of dynamic modelling in drug abuse epidemiology C. ROSSI Department of Mathematics, University of Rome Tor Vergata, Rome ABSTRACT

More information

SIS-SEIQR Adaptive Network Model for Pandemic Influenza

SIS-SEIQR Adaptive Network Model for Pandemic Influenza SIS-SEIQR Adaptive Network Model for Pandemic Influenza WANNIKA JUMPEN,2, SOMSAK ORANKITJAROEN,2, PICHIT BOONKRONG,2 BOONMEE WATTANANON, BENCHAWAN WIWATANAPATAPHEE,2 Department of Mathematics, Faculty

More information

Stochastic Modelling of the Spatial Spread of Influenza in Germany

Stochastic Modelling of the Spatial Spread of Influenza in Germany Stochastic ling of the Spatial Spread of Influenza in Germany, Leonhard Held Department of Statistics Ludwig-Maximilians-University Munich Financial support by the German Research Foundation (DFG), SFB

More information

Deterministic Compartmental Models of Disease

Deterministic Compartmental Models of Disease Math 191T, Spring 2019 1 2 3 The SI Model The SIS Model The SIR Model 4 5 Basics Definition An infection is an invasion of one organism by a smaller organism (the infecting organism). Our focus is on microparasites:

More information

Infectious disease modeling

Infectious disease modeling Infectious disease modeling Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4500, Spring 2017 M. Macauley (Clemson) Infectious disease

More information

Epidemic Modeling with Cellular Automata

Epidemic Modeling with Cellular Automata Epidemic Modeling with Cellular Automata Bernadetta Stachura-Terlecka, Antoni Ligęza 07.03.2018 BST ALI ( ) Epidemic Modeling with Cellular Automata 2018 1 / 12 Outline 1 State of the art 2 Classical CA

More information

Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza

Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza Evaluating Temporal Factors in Combined Interventions of Workforce Shift and School Closure for Mitigating the Spread of Influenza Tianyou Zhang 1, Xiuju Fu 1 *, Stefan Ma 4, Gaoxi Xiao 2, Limsoon Wong

More information

Using climate models to project the future distributions of climate-sensitive infectious diseases

Using climate models to project the future distributions of climate-sensitive infectious diseases Liverpool Marine Symposium, 17 Jan 2011 Using climate models to project the future distributions of climate-sensitive infectious diseases Prof. Matthew Baylis Liverpool University Climate and Infectious

More information

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study

The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study Research Article The effect of infectiousness, duration of sickness, and chance of recovery on a population: a simulation study McKayla Johnson, Tashauna Gilliam, and Istvan Karsai East Tennessee State

More information

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include:

Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: CSE 466: Course Project Complete a large project that embodies the major course topics Project should be simple but expandable The project should include: Multiple device communication Deal with constrained

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

Modelling HIV prevention: strengths and limitations of different modelling approaches

Modelling HIV prevention: strengths and limitations of different modelling approaches Modelling HIV prevention: strengths and limitations of different modelling approaches Leigh Johnson Centre for Infectious Disease Epidemiology and Research Background Models of HIV differ greatly in their

More information

AP Human Geography Kuby: Tracking the AIDS Epidemic. Mapping the Diffusion of AIDS

AP Human Geography Kuby: Tracking the AIDS Epidemic. Mapping the Diffusion of AIDS AP Human Geography Kuby: Tracking the AIDS Epidemic NAME: HOUR: Mapping the Diffusion of AIDS DIRECTIONS: Click on the website listed below. Under Computerized Chapter Activities please select http://bcs.wiley.com/he-bcs/books?action=resource&bcsid=5267&itemid=0470484799&resourceid=18408

More information

EpiCaster: An Integrated Web Application For Situation Assessment and Forecasting of Global Epidemics

EpiCaster: An Integrated Web Application For Situation Assessment and Forecasting of Global Epidemics EpiCaster: An Integrated Web Application For Situation Assessment and Forecasting of Global Epidemics Suruchi Deodhar, Jiangzhuo Chen, Mandy Wilson, Keith Bisset, Bryan Lewis, Chris Barrett, Madhav Marathe.

More information

Analysis of Importance of Brief Encounters for Epidemic Spread

Analysis of Importance of Brief Encounters for Epidemic Spread 2th International Congress on Modelling and Simulation, Adelaide, Australia, 6 December 23 www.mssanz.org.au/modsim23 Analysis of Importance of Brief Encounters for Epidemic Spread P. Dawson a a Land Division,

More information

Visual and Decision Informatics (CVDI)

Visual and Decision Informatics (CVDI) University of Louisiana at Lafayette, Vijay V Raghavan, 337.482.6603, raghavan@louisiana.edu Drexel University, Xiaohua (Tony) Hu, 215.895.0551, xh29@drexel.edu Tampere University (Finland), Moncef Gabbouj,

More information

and Internet Computing Amin Saberi Stanford University

and Internet Computing Amin Saberi Stanford University Epidemics Algorithmic on Social Game Networks Theory and Internet Computing Amin Saberi Stanford University Social Networks as Graphs Nodes: individuals, webpages (blogs), profiles, PC s Edges: friendship,

More information

Risk Assessment in the context of Bio-risk Management

Risk Assessment in the context of Bio-risk Management Risk Assessment in the context of Bio-risk Management 1 Some preliminary information 2 Hazard 3 Hazard It is a qualitative notion It is a biological, chemical or physical agent that may have adverse health

More information

Modeling of epidemic spreading with white Gaussian noise

Modeling of epidemic spreading with white Gaussian noise Article Statistical Physics and Mathematics for Complex Systems December 20 Vol.56 No.34: 3683 3688 doi: 0.007/s434-0-4753-z SPECIAL TOPICS: Modeling of epidemic spreading with white Gaussian noise GU

More information

A Flexible Automata Model for Disease Simulation

A Flexible Automata Model for Disease Simulation A Flexible Automata Model for Disease Simulation Shih Ching Fu and George Milne School of Computer Science and Software Engineering The University of Western Australia 35 Stirling Highway, Crawley, 6009,

More information

Modeling the effect of transient populations on epidemics in Washington DC

Modeling the effect of transient populations on epidemics in Washington DC Modeling the effect of transient populations on epidemics in Washington DC NIDHI PARIKH, MINA YOUSSEF, SAMARTH SWARUP, STEPHEN EUBANK Networks Dynamics and Simulation Science Laboratory, Virginia Bioinformatics

More information

Containment Policies for Transmissible Diseases

Containment Policies for Transmissible Diseases Containment Policies for Transmissible Diseases Shirish Tatikonda, Sameep Mehta, and Srinivasan Parthasarathy Department of Computer Science and Engineering, The Ohio State University, Columbus, OH 43210,

More information

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013

Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2. Nathaniel Osgood CMPT 394 February 5, 2013 Mathematical Structure & Dynamics of Aggregate System Dynamics Infectious Disease Models 2 Nathaniel Osgood CMPT 394 February 5, 2013 Recall: Kendrick-McKermack Model Partitioning the population into 3

More information

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction

TABLE OF CONTENTS. Peterborough County-City Health Unit Pandemic Influenza Plan Section 1: Introduction TABLE OF CONTENTS 1. Introduction...1-2 1.1 Background...1-2 1.2 Why Does Peterborough County and City Need a Plan for Influenza Pandemic?...1-2 1.3 About Influenza...1-3 1.4 When Does Influenza Become

More information

Mathematical modelling of infectious disease transmission

Mathematical modelling of infectious disease transmission Mathematical modelling of infectious disease transmission Dennis Chao Vaccine and Infectious Disease Division Fred Hutchinson Cancer Research Center 11 May 2015 1 / 41 Role of models in epidemiology Mathematical

More information

The Impact of Emerging Infectious Diseases on Military Operations

The Impact of Emerging Infectious Diseases on Military Operations INSTITUTE FOR DEFENSE ANALYSES The Impact of Emerging Infectious Diseases on Military Operations 27 April 2016 Biological Medical Defense Conference Munich, GERMANY Julia K. Burr Robert L. Cubeta Jeffrey

More information

Spatial and Temporal Data Fusion for Biosurveillance

Spatial and Temporal Data Fusion for Biosurveillance Spatial and Temporal Data Fusion for Biosurveillance Karen Cheng, David Crary Applied Research Associates, Inc. Jaideep Ray, Cosmin Safta, Mahmudul Hasan Sandia National Laboratories Contact: Ms. Karen

More information

Mathematical Modeling of Infectious Disease

Mathematical Modeling of Infectious Disease Mathematical Modeling of Infectious Disease DAIDD 2013 Travis C. Porco FI Proctor Foundation for Research in Ophthalmology UCSF Scope and role of modeling In the most general sense, we may consider modeling

More information

Game theory and epidemiology

Game theory and epidemiology Game theory and epidemiology Biomathematics Seminar Fall 2016 Fan Bai Department of Mathematics and Statistics, Texas Tech University September 13, 2016 Outline Why apply game theory in vaccination? Theory

More information

NEOCORTICAL CIRCUITS. specifications

NEOCORTICAL CIRCUITS. specifications NEOCORTICAL CIRCUITS specifications where are we coming from? human-based computing using typically human faculties associating words with images -> labels for image search locating objects in images ->

More information

Airlines: CDC s Public Health Partner

Airlines: CDC s Public Health Partner Airlines: CDC s Public Health Partner Guidance for Airlines on Reporting Onboard Deaths or Illnesses to CDC National Center for Emerging and Zoonotic Infectious Diseases Division of Global Migration and

More information

Global Connectivity and the Spread of Infectious Diseases

Global Connectivity and the Spread of Infectious Diseases Nova Acta Leopoldina NF Nr. 419, 129 136 (2017) Global Connectivity and the Spread of Infectious Diseases Dirk Brockmann (Berlin) 1 Abstract The spread of infectious diseases has become a global concern.

More information

EPISIMS UNLEASHES VIRTUAL PLAGUES IN REAL CITIES TO SEE HOW SOCIAL NETWORKS SPREAD DISEASE. THAT KNOWLEDGE MIGHT HELP STOP EPIDEMICS

EPISIMS UNLEASHES VIRTUAL PLAGUES IN REAL CITIES TO SEE HOW SOCIAL NETWORKS SPREAD DISEASE. THAT KNOWLEDGE MIGHT HELP STOP EPIDEMICS IF SMALLPOX STRIKES PORTLAND... BY CHRIS L. BARRETT, STEPHEN G. EUBANK AND JAMES P. SMITH EPISIMS UNLEASHES VIRTUAL PLAGUES IN REAL CITIES TO SEE HOW SOCIAL NETWORKS SPREAD DISEASE. THAT KNOWLEDGE MIGHT

More information