Project title: Using Non-Local Connectivity Information to Identify Nascent Disease Outbreaks

Size: px
Start display at page:

Download "Project title: Using Non-Local Connectivity Information to Identify Nascent Disease Outbreaks"

Transcription

1 MIDAS Pilot Study Final Report Project title: Using Non-Local Connectivity Information to Identify Nascent Disease Outbreaks Tongbo Huang, James Sharpnack and Aarti Singh Carnegie Mellon University 1 Specific Aims A recent innovation in the modeling of the spread of epidemics is the use of crude and unreliable indicators such as web search queries, school absenteeism, or thermometer sales that are easily monitored in human populations. However, most state-of-the-art disease outbreak detection methods use the gravity model to fuse data from local nearby regions [8, 15, 13, 17, 11, 14] to boost the signal-to-noise ratio of such indicators. This pilot study was aimed at investigating the use of non-local connectivity information, such as air-traffic data, to detect epidemics like influenza in their nascent stages. Specifically, we targeted the following two goals: 1) Identify the occurrence of an influenza outbreak in its nascent stages by exploiting the structure of the non-local connectivity graph between geographically disparate regions. 2) Learn the non-local connectivity graph which influences spread of the influenza virus between different locations. In this project, we focused on detecting influenza outbreaks using ILI (Influenza like illness) rates based on Google search queries. Our results indicate that air traffic networks can be exploited to perform detection of influenza outbreaks earlier than gravity based models. Furthermore, we attempted to learn the network of dependency between ILI counts at different cities from data and it was found to be very similar to the air traffic graph, again emphasizing the role that non-local connectivity plays in spread of a disease. As part of this study, we also developed two tools that effectively visualize and summarize data about disease intensity at US cities in general, and more specifically Google flu trend data and live Twitter feeds. 2 Studies and Results 2.1 Introduction Disease outbreaks such as the seasonal influenza epidemics, have a signicant impact on public health. Seasonal influenza accounted for an average of 41,400 death per year within the US from 1979 to 2001 with high variability (a 95% confidence interval of 27,100 to 55,700) [9]. Influenza has a mild effect on most individuals, but for high-risk individuals, influenza may cause complications such as pneumonia, bronchitis, sinus infections and ear infections. The center for disease control s (CDC) most recommended preventative measure for influenza is a yearly flu-vaccine. It would clearly be advantageous to preempt a severe influenza outbreak by timely detection in order to 1

2 strategically take preventative measures and to prepare for influenza complications. We concern ourselves with all illnesses that have influenza symptoms, ILIs. Thus, our analysis includes not only seasonal influenza but also pandemic influenza such as H1N1. It is very difficult to obtain directly ILI rate measurements in real time. As an alternative, new strategies have been developed that use measurements of related quantities, such as search queries on Google, school absenteeism, or thermometer sales. Google search queries have been monitored for health-seeking behavior, which has been proven to be associated with published ILI rates, as measured by the CDC as the percentage of patient visits with ILI symptoms [10]. In our study we will be studying the early detection of ILI rates for each city in the United States using the Google Flu Trends dataset [2]. State-of-the-art disease outbreak detection method use the gravity, or radiation, models to fuse data from local nearby regions, that relies on geographic distances [8, 15, 13, 17, 11, 14, 16, 19]. However, the propensity of an infection spreading from one city to another may not be purely a function of geographic distance for a highly mobile population. With this in mind, we propose to use flight records from the Bureau of Transportation Statistics to provide a transportation network between cities [1]. This dataset contains passenger counts for flights between airports, which is then matched with the nearest cities. The air traffic network is depicted in Figure 1 which is constructed by connecting each city to the five cities from which the traffic coming into that city is highest. Similarly, the five nearest city neighbor graph based on geographic distance is shown in Figure 2. Clearly, gravity models based on the geographic distance graph fail to capture the non-local disease spreading pathways as offered by air traffic connectivity. Figure 1: Air traffic network based on BTS data. [via Google Maps] 2.2 Methodology In all of the analyses we will consider a network to be represented by a weighted graph. A graph is a set of vertices, in this case cities, and edges that represent connections between the cities. Furthermore for each edge we associate a weight based on the influence that two adjacent cities have on each other. In the case of the air-traffic network, we will consider edge weights given by the total number of passengers traveling by air between cities. 2

3 Figure 2: Geographic graph based on nearest neighbors. In order to detect preemptively an outbreak in each city we will use kernel methods to smooth the raw ILI rates using the graph. Consider a graph with edge weight matrix W such that Wi,j is the edge weight from city i to j. W itself forms a valid kernel, which will be appropriate for the air-traffic data. We will let Yt denote the vector of observed ILI rates over the cities for date t. Then given a kernel matrix K, the smoothed counts are P j Ki,j Yt,j Ybt,i = P (1) l Ki,l With a smoothed infection count for each time period and city, we are then able to monitor the smoothed version which incorporates the neighbors of a city in the graph in proportion to their edge weights. We will compare this air-traffic based smoothed infection count with the gravity model based smoothed infection counts (where the graph weights are given by the traffic between cities based on gravity model). 2.3 Experiments The Google Flu Trends data [2] we used consists of ILI rates for 398 weeks spanning from 9/28/2003 to 5/8/2011 for 117 cities in the US. ILI rates are given as counts per 100,000 individuals, and range from 161 to 20, 836. As a baseline to compare our methods against, we use the US average ILI rates to do early detection. The raw ILI rates obtained from Google flu data are denoted by Yt,a and the smoothed counts are denoted by Y t,a. We would like to detect a spike in the Y t,a before it occurs in the raw values Yt,a. We define spikes by thresholding the (raw or smoothed) ILI rates at a certain level (we use levels of 1000, 1250 and 1500). We announce the detection of an outbreak for a city when the smoothed ILI rates (Y t,a ) exceeds that threshold. If this occurred before the corresponding spike in Yt,a this is a positive detection. Generally, we will concern ourselves with two quantities to validate a smoothing procedure: the ratio of positive detections to observed spikes in the raw data and the mean number of weeks in advance that the detection occured. In addition to the baseline country-wide average ILI counts, we perform the kernel smoothing procedure using air-traffic and gravity methods, and attempt early detection of outbreaks per city. air to be precisely the number of passengers We allow the weights for the air-traffic based smoother Ki,j 3

4 that traveled by air from city i to city j. Then we calculate the air-traffic based smoothed ILI rates by equation (1). We compare the performance of the air-traffic kernel to that of a geographic distance based kernel. We utilize the gravity model to estimate ground traffic between populations and determine a kernel matrix K grav for geographic distances. We allow the elements of K grav to be proportionate the estimated amount of ground traffic by, K grav i,j = C N α i N γ j f(d i,j ) where N i, N j is the populations of cities i and j and d i,j is the geographic distance between the cities. The exact specifications of α, γ, f and C are given in [7]. Then equation (1) is used to obtain gravity smoothed ILI rates. Figure 3 show the raw time series observations ( City ), air-traffic smoothed ILI rates ( Airline ), and geographically smoothed ILI rates ( Geo ) for two representative cities - Jackson, MS and State College, PA. Also, shown are the global ILI rates ( Total ). Notice that every tick mark on the x-axis represents a 5-week period. We observe that for many cities (such as Jackson, MS shown here) the Airline smoothed counts lead the raw city counts, geographically averaged counts as well as total counts by 2-3 weeks. For some other cities (such as State College, PA shown here) the airline smoothed counts may not lead significantly but are usually not worse than the other counts. This suggests that monitoring air-traffic smoothed counts can often lead to early detection of flu outbreak. We study this phenomena quantitatively in more detail. Table 1 gives the percentages of infection spikes that are detected by different smoothing techniques by the weeks prior to raw ILI counts exceeding the same threshold, averaged across all cities. The US column corresponds to country-wide average, the air column corresponds to air traffic smoothed counts, and the gravity column corresponds to smoothing using gravity-model based weights. We also consider a smoother AG that uses combination of traffic information from air-traffic and gravity-model based traffic counts i.e. simply the average of air and ground traffic counts. For every smoothing technique, the table also lists the mean number of weeks in advance that it can predict if the raw counts are expected to exceed the threshold, as well as the accuracy (the percentage of times the technique is able to predict earlier). We see that at low ILI rate epidemic threshold, the air-traffic smoother performs better than both the US average and the gravity model. Since low ILI rates correspond to the outbreak being in its nascent stages, this is the most useful regime in pre-empting epidemics. Thus, air traffic based smoothing can help preempt outbreaks by more than 3 weeks on average for low ILI rates. As the ILI threshold increases, the advantage due to air-traffic smoother decreases. When the ILI rates become high enough, the flu activity can now be detected in global US average, and thus it starts performing better than air traffic smoothing (as expected). This indicates that air-traffic is able to detect an outbreak in its nascent stages, but is not effective as an indicator when the epidemic has already exceeded large ILI rates. The ability of the gravity model to detect an epidemic increases with ILI threshold, however it never performs better than the air-traffic based smoother or even the global smoother. The estimator AG which uses both air traffic and gravity model together doesn t yield any performance gains over air-traffic alone. We believe this might be because the gravity based traffic estimate between two cities is very high compared to the air traffic between two cities, and thus biases the combined estimate to the gravity model leading to worse performance. 4

5 (a) Jackson, MS (b) State College, PA Figure 3: The kernel smoothed ILI rates for two cities, selected to show the ability of smoothing flu counts based on Air traffic connectivity network (Airline) to detect preemptively an outbreak. The raw ILI counts are shown in black (City), counts smoothed according to the gravity model or geographic distances are shown in purple (Geo), and the country-wide average of flu counts is shown in red (Total). 5

6 ILI thresh weeks US air gravity AG US air gravity AG US air gravity AG (%) mean accuracy 61(%) Table 1: ILI spikes are defined as increase of ILI rates above the outbreak threshold (1000, 1250, 1500). We report the percentages of epidemic detections by weeks prior to infection, the mean weeks in advance, and the percent of epidemics detected in advance (accuracy). The results are given for prediction with the US average (US), the air traffic smoothing (air), gravity model smoothing (gravity), and the combined estimates (AG). In the analysis presented above, the smoothed ILI counts at each city are obtained by a weighted average of all other cities. This might make the smoothed ILI rates more similar to the US average. As a possible remedy, we also considered truncating the kernel or weights such that only the k- nearest neighbors (knn) to a city are non-zero. Namely, if the kernel matrix is K and the k-th largest observation in row i is K i,(k) then we set { Ki,j knn Ki,j, if K = i,j K i,(k) 0, otherwise The results of air-traffic and gravity based smoothing using this nearest-neighbor procedure are listed in tables 2 and 3 for two different values of k = 5, 10. However, the performance with k = 5 is slightly worse. Also, notice that one cannot distinguish between the air-traffic results for the 10- nearest neighbors graph and the original air-traffic kernel smoother in Table 1. The mean weeks in advance for both these methods using an ILI threshold of 1000 for the air-traffic network smoothers is 3.47 weeks. 2.4 Learning the dependency graph To verify the role of air traffic connectivity on disease spread further, we attempted to learn the graph of dependencies between the ILI counts at different cities. Towards this end, we used a 6

7 ILI thresh weeks US air gravity AG US air gravity AG US air gravity AG (%) mean accuracy 61(%) Table 2: ILI spike detections with knn truncation for k = 5. recently proposed procedure [12, 18] that regresses the ILI counts at a city on the ILI counts of all other cities using the following optimization: arg min β i x i j i β i (j)x j 2 + λ j β i (j) Here x i, x j denote the vectors of ILI counts over time at city i and j, respectively, β i is a vector of regression coefficients for city i and β i (j) indicates whether the ILI counts at city i depend on the ILI counts at city j. The second term above denotes an l 1 penalty on the coefficient vector and encourages the entries of β i to be sparse (zero), as the ILI counts at one city are expected to depend on the ILI counts of a few other cities. The non-zero entries in the coefficient vector β i indicate an edge (if β i (j) is non-zero, then the ILI counts at city i depend on the ILI counts at city j). The effect of the penalty term can be controlled by a parameter λ > 0. The above optimization is performed for each city i. The resulting graph of learnt dependencies between city flu counts is show in Figure 4. Comparing it to Figures 1 and 2, we see that the learnt network graph contains several non-local edges (disease spreading pathways) akin to the air traffic network, but that are not captured in the geographic distance network based on the gravity model. Next, we used this learnt network graph to detect ILI spikes by smoothing the counts using weights K LN obtained by regressing the ILI counts of a city only on the ILI counts of cities that it i,j is connected to as follows: arg min K LN i,j x i (i,j) E K LN i,j x j 2 We used the ILI counts at half the time points to learn the network and evaluated the detection performance on the remaining half of the time points. Table 4 compares the performance of learnt dependency graph smoother (LN) with the country-wide average (US), air traffic smoothed ILI 7

8 ILI thresh weeks US air gravity AG US air gravity AG US air gravity AG (%) mean accuracy 61(%) Table 3: ILI spike detections but with knn truncation for k = 10. counts (air), geographic distance smoothed ILI counts (gravity) and mixed air traffic and geographic models (AG). The results indicate that smoothing based on the graph of learnt dependencies between ILI counts at cities performs the best in these preliminary experiments. 2.5 Conclusion This study was a preliminary investigation of how the air traffic network might inform the prediction of influenza epidemic events. We found that by exploiting the relationships between cities in air traffic data we are able to better detect a nascent influenza outbreak. This is in contrast to the network formed by the gravity model based on geographic distances. These results indicate the usefulness of non-local connectivity for early flu outbreak detection, that may provide residents and health workers of a city with advanced warning of heightened flu levels. A variety of prediction techniques were used to detect prematurely an epidemic event, but all had the same basic structure of using a kernel to smooth the ILI rates. The kernels that were most successful were based on the air-traffic rates. 3 Visualization Tools for Health Care Practitioners In addition to the specific aims described in the pilot study proposal, we also devoted some time to develop two visualization tools for health care practitioners (this was a future work component in the proposal). The first tool we developed is the ability to plot the disease intensity (e.g. ILI counts) at each city over time and generate a movie of the evolution of the disease spread, available at [6] for the Google flu data. A screenshot of the movie is shown in Figure 5 and denotes the intensity 8

9 Figure 4: ILI count dependency graph (dark edges) between cities learnt from Google flu trend data. of flu both by the color and size of circles centered at each city. One can get detailed values by hovering mouse over the circle as shown in the Figure. This helps us visualize how geographically disparate cities such as Chicago, New York, Houston and Los Angeles tend to experience disease outbreaks at the same time as they are connected by heavy air traffic. The second tool we developed relies on twitter data instead of the Google flu trend data. Inspired by the Now Trending Health Challenge [5] announced by US Office of ASPR (Assistant Secretary for Preparedness and Response), we investigated the use of twitter data for identifying which illnesses are trending, i.e. are either starting to spread or becoming of concern to people, at any point in time. We developed a preliminary web-based live application tool [3] that demonstrates the results of this investigation and is available to health-care practitioners online. As shown in Figure 6, the tool currently depicts the percentage of tweets related to a particular illness prior to the query time in various formats. The user can specify which illnesses are of interest. We hope to augment this tool to also declare early detection of an outbreak by using the detection methods we investigated in this study that exploit connectivity between regions. As a first step towards this, we are making the analysis be region and duration specific using geo-tags and time stamps in the twitter data. For example, a snapshot of tweets using 20 miles around Pittsburgh as region of interest and querying on west nile virus results in the tweets shown in Figure 6. 4 Summary of Contributions The contributions of this pilot study can be summarized as follows. In this pilot study we investigated whether non-local connectivity information can play a role in identifying nascent disease outbreaks. Specifically, in the context of influenza like illnesses, our results indicate that using air traffic connectivity information performs better than simply using local traffic information as predicted by the commonly used gravity model, and can help preempt flu outbreaks by more than 3 weeks on average. 9

10 ILI th weeks US air grav. AG LN US air grav. AG LN US air grav. AG LN mean acc Table 4: ILI spike detection rates as in Table 1 but including the results of smoothing using the learnt dependency network (LN). The numbers for previous estimators (US, air, gravity and AG) look different than Table 1 because the evaluation is performed on only half the data. The remaining half of data was used to learn the dependency graph. We also learnt the graph of dependency between ILI counts at different cities from data and it was found to be very similar to the air traffic graph, again emphasizing the role that non-local connectivity plays in spread of a disease. As part of this study, two visualization tools were developed that can be used by healthcare practitioners. One provides the ability to visualize disease intensity over time at each city in the United States. The other is an online tool that provides a summary of diseases gaining interest in the community based on live Twitter feeds. From an educational perspective, the project trained an undergraduate student on applying machine learning methods for a healthcare application, and developing user-friendly tools that can be used by practitioners. The student decided to pursue graduate studies and is now enrolled as a Masters student in Computer Science at Carnegie Mellon. 5 Future Plans In the future, we plan to extend this study in the following directions. This study does not explicitly incorporate the known models of infection spread when performing detection. In particular, there is no temporal modeling of the epidemic, but the results focus on processing time cross-sections of the data individually. Modelling epidemics as stochastic processes has a rich history, while the theory of epidemics over networks is a relatively new direction of research. We intend to extend our methods to some reasonable infection models over graphs while maintaining computational 10

11 Figure 5: A screenshot of the visualization tool developed for depicting disease intensity (in this case, ILI counts) at each city over time by the size and color of the circles centered at the respective city. feasibility. After we have incorporated the temporal dimension, we hope to submit a conference paper on our initial findings. Additionally, this work can also be extended to other diseases. An example is using patient sharing between hospitals to construct an inter-hospital network that may be able to better monitor the spread of staph bacterias such as MRSA. We will be coordinating with the affiliated MIDAS investigator Dr. Bruce Lee on this task. The control of such virulent infections is highly important to the health community. It is evident that an appropriate understanding of the networks that provide a conduit for infection is an essential step in disease control. We also plan to extend the web-based application we have developed for health care practitioners to be more user-friendly and analytical. On the user-friendly aspect, we are developing the ability to allow users to specify a region and time of interest, and the analysis will be restricted to those specifications. On the analytical front, instead of merely depicting the percentage of queries related to a particular illness, the application will generate a pre-emptive alert of the possibility of an outbreak by using the detection methods we have investigated in this pilot study that exploit connectivity between regions to boost the detection power of weak indicators such as tweets. Also, the application will be augmented to identify new diseases or health concerns not in the database. 6 Acknowledgements This study was funded by NIH s MIDAS National Center of Excellence at the University of Pittsburgh [4] under grant 5U54GM

12 Figure 6: A snapshot of the web-based application tool that depicts trending illnesses based on live twitter feeds. The first two figure show types of data summaries returned and the last one shows sample of tweets pulled up when querying for west nile virus with a 20 mile radius around 12 Pittsburgh as region of interest.

13 References [1] Bureau of transportation statistics. [2] Google flu trends dataset. [3] Live application tool to identify trending illnesses based on twitter data. trending/map. [4] MIDAS (Models of Infectious Disease Agent Study) National Center of Excellence at University of Pittsburgh. [5] Now Trending Health in My Community Challenge. [6] U.S. Major Cities Flu Outbreak Data Visualization. aarti/fluvisualization/flu visualization.avi. [7] D. Balcan, V. Colizza, B. Gonçalves, H. Hu, J. Ramasco, and A. Vespignani. Multiscale mobility networks and the spatial spreading of infectious diseases. Proceedings of the National Academy of Sciences, 106(51):21484, [8] M. Besculides, R. Heffernan, F. Mostashari, and D. Weiss. Evaluation of school absenteeism data for early outbreak detection, new york city. BMC Public Health, 5:105, [9] J. Dushoff, J. Plotkin, C. Viboud, D. Earn, and L. Simonsen. Mortality due to influenza in the united statesan annualized regression approach using multiple-cause mortality data. American Journal of Epidemiology, 163(2):181, [10] J. Ginsberg, M. Mohebbi, R. Patel, L. Brammer, M. Smolinski, and L. Brilliant. Detecting influenza epidemics using search engine query data. Nature, 457(7232): , [11] X. Jiang and G. F. Cooper. A recursive algorithm for spatial cluster detection. AMIA Annu Symp Proc., pages , [12] N. Meinshausen and P. Bühlmann. High dimensional graphs and variable selection with the lasso. Annals of Statistics, 34(3): , [13] D. B. Neill, A. W. Moore, and G. F. Cooper. A bayesian spatial scan statistic. In Advances in Neural Information Processing Systems, [14] J. Que and F.-C. Tsui. A multi-level spatial clustering algorithm for detection of disease outbreaks. AMIA Annu Symp Proc., pages , [15] M. R. Sabhnani, D. B. Neill, A. W. Moore, F.-C. Tsui, M. M. Wagner, and J. U. Espino. Detecting anomalous patterns in pharmacy retail data. In Proceedings of the KDD 2005 Workshop on Data Mining Methods for Anomaly Detection, [16] F. Simini, M. C. González, A. Maritan, and A.-L. Barabási. A universal model for mobility and migration patterns. Preprint available at

14 [17] S. Speakman and D. B. Neill. Fast graph scan for scalable detection of arbitrary connected clusters. In Proceedings of the International Society for Disease Surveillance Annual Conference [18] M. Wainwright, P. Ravikumar, and J. D. Lafferty. High-dimensional graphical model selection using l 1 -regularized logistic regression. In Advances in Neural Information Processing Systems (NIPS), [19] Y. Xia, O. Bjørnstad, B. Grenfell, et al. Measles metapopulation dynamics: a gravity model for epidemiological coupling and dynamics. American Naturalist, 164(2): ,

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Machine Learning for Population Health and Disease Surveillance

Machine Learning for Population Health and Disease Surveillance Machine Learning for Population Health and Disease Surveillance Daniel B. Neill, Ph.D. H.J. Heinz III College Carnegie Mellon University E-mail: neill@cs.cmu.edu We gratefully acknowledge funding support

More information

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 10 Week ending March 10, 2012, with updates through 03/19/2012.

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 10 Week ending March 10, 2012, with updates through 03/19/2012. STARK COUNTY INFLUENZA SNAPSHOT, WEEK 10 Week ending March 10, 2012, with updates through 03/19/2012. All data are preliminary and may change as additional information is received. NOTE: Compilation of

More information

For questions, or to receive this report weekly by , send requests to either or

For questions, or to receive this report weekly by  , send requests to either or STARK COUNTY INFLUENZA SNAPSHOT, WEEK 47 Week ending November 24, 2012, with updates through 12/1/2012. All data are preliminary and may change as additional information is received. NOTE: Compilation

More information

Agent-Based Models. Maksudul Alam, Wei Wang

Agent-Based Models. Maksudul Alam, Wei Wang Agent-Based Models Maksudul Alam, Wei Wang Outline Literature Review about Agent-Based model Modeling disease outbreaks in realistic urban social Networks EpiSimdemics: an Efficient Algorithm for Simulating

More information

Regional Level Influenza Study with Geo-Tagged Twitter Data

Regional Level Influenza Study with Geo-Tagged Twitter Data J Med Syst (2016) 40: 189 DOI 10.1007/s10916-016-0545-y SYSTEMS-LEVEL QUALITY IMPROVEMENT Regional Level Influenza Study with Geo-Tagged Twitter Data Feng Wang 1 Haiyan Wang 1 Kuai Xu 1 Ross Raymond 1

More information

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 06 Week ending February 11, 2012, with updates through 02/20/2012.

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 06 Week ending February 11, 2012, with updates through 02/20/2012. STARK COUNTY INFLUENZA SNAPSHOT, WEEK 06 Week ending February 11, 2012, with updates through 02/20/2012. All data are preliminary and may change as additional information is received. NOTE: Compilation

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

Automated Social Network Epidemic Data Collector

Automated Social Network Epidemic Data Collector Automated Social Network Epidemic Data Collector Luis F Lopes, João M Zamite, Bruno C Tavares, Francisco M Couto, Fabrício Silva, and Mário J Silva LaSIGE, Universidade de Lisboa epiwork@di.fc.ul.pt Abstract.

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

Table S1- PRISMA 2009 Checklist

Table S1- PRISMA 2009 Checklist Table S1- PRISMA 2009 Checklist Section/topic TITLE # Checklist item Title 1 Identify the report as a systematic review, meta-analysis, or both. 1 ABSTRACT Structured summary 2 Provide a structured summary

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

Ongoing Influenza Activity Inference with Real-time Digital Surveillance Data

Ongoing Influenza Activity Inference with Real-time Digital Surveillance Data Ongoing Influenza Activity Inference with Real-time Digital Surveillance Data Lisheng Gao Department of Machine Learning Carnegie Mellon University lishengg@andrew.cmu.edu Friday 8 th December, 2017 Background.

More information

Epimining: Using Web News for Influenza Surveillance

Epimining: Using Web News for Influenza Surveillance Epimining: Using Web News for Influenza Surveillance Didier Breton 1, Sandra Bringay 2 3, François Marques 1, Pascal Poncelet 2, Mathieu Roche 2 1 Nevantropic, France 2 LIRMM CNRS, Univ. Montpellier 2,

More information

Tom Hilbert. Influenza Detection from Twitter

Tom Hilbert. Influenza Detection from Twitter Tom Hilbert Influenza Detection from Twitter Influenza Detection from Twitter Addressed Problem Contributions Technical Approach Model Data Results/Findings Page 2 Influenza Detection from Twitter Addressed

More information

Telehealth Data for Syndromic Surveillance

Telehealth Data for Syndromic Surveillance Telehealth Data for Syndromic Surveillance Karen Hay March 30, 2009 Ontario Ministry of Health and Long-Term Care Public Health Division, Infectious Diseases Branch Syndromic Surveillance Ontario (SSO)

More information

Tracking Disease Outbreaks using Geotargeted Social Media and Big Data

Tracking Disease Outbreaks using Geotargeted Social Media and Big Data 2016 ESRI User Conference Paper #: 298, Session Title: GIS in Social Media Date: Thursday, June 30, 2016, Time: 8:30 AM - 9:45 AM, Room: Room 28 B Tracking Disease Outbreaks using Geotargeted Social Media

More information

Interim WHO guidance for the surveillance of human infection with swine influenza A(H1N1) virus

Interim WHO guidance for the surveillance of human infection with swine influenza A(H1N1) virus Interim WHO guidance for the surveillance of human infection with swine influenza A(H1N1) virus 29 April 2009 Introduction The audiences for this guidance document are the National Focal Points for the

More information

Machine Learning and Event Detection for the Public Good

Machine Learning and Event Detection for the Public Good Machine Learning and Event Detection for the Public Good Daniel B. Neill, Ph.D. H.J. Heinz III College Carnegie Mellon University E-mail: neill@cs.cmu.edu We gratefully acknowledge funding support from

More information

Public Health Resources: Core Capacities to Address the Threat of Communicable Diseases

Public Health Resources: Core Capacities to Address the Threat of Communicable Diseases Public Health Resources: Core Capacities to Address the Threat of Communicable Diseases Anne M Johnson Professor of Infectious Disease Epidemiology Ljubljana, 30 th Nov 2018 Drivers of infection transmission

More information

Earlier Prediction of Influenza Epidemic by Hospital-based Data in Taiwan

Earlier Prediction of Influenza Epidemic by Hospital-based Data in Taiwan 2017 2 nd International Conference on Education, Management and Systems Engineering (EMSE 2017) ISBN: 978-1-60595-466-0 Earlier Prediction of Influenza Epidemic by Hospital-based Data in Taiwan Chia-liang

More information

Influenza A(H1N1) and the aviation sector. Dr Anthony Evans Chief, Aviation Medicine Section International Civil Aviation Organization

Influenza A(H1N1) and the aviation sector. Dr Anthony Evans Chief, Aviation Medicine Section International Civil Aviation Organization Influenza A(H1N1) and the aviation sector Dr Anthony Evans Chief, Aviation Medicine Section International Civil Aviation Organization 20 May 2009 Plan Pandemic planning in aviation Chicago Convention Current

More information

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 15 Week ending 18 April, With updates through 04/26/2009.

STARK COUNTY INFLUENZA SNAPSHOT, WEEK 15 Week ending 18 April, With updates through 04/26/2009. STARK COUNTY INFLUENZA SNAPSHOT, WEEK 15 Week ending 18 April, 29. With updates through 4/26/29. During week 15, countywide, state and national indicators confirmed very low markers of seasonal influenza

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

Asthma Surveillance Using Social Media Data

Asthma Surveillance Using Social Media Data Asthma Surveillance Using Social Media Data Wenli Zhang 1, Sudha Ram 1, Mark Burkart 2, Max Williams 2, and Yolande Pengetnze 2 University of Arizona 1, PCCI-Parkland Center for Clinical Innovation 2 {wenlizhang,

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

Ubiquitous and Mobile Computing CS 528: Social Sensing for Epidemiological Behavior Change

Ubiquitous and Mobile Computing CS 528: Social Sensing for Epidemiological Behavior Change Ubiquitous and Mobile Computing CS 528: Social Sensing for Epidemiological Behavior Change Chris Winsor Computer Science Dept. Worcester Polytechnic Institute (WPI) Outline Introduction Related Work Methodology

More information

Copyright 2011 Tsung-Chien Lu

Copyright 2011 Tsung-Chien Lu Copyright 2011 Tsung-Chien Lu Cross-Correlation Networks to Identify and Visualize Disease Transmission Patterns Tsung-Chien Lu A thesis submitted in partial fulfillment of the requirements for the degree

More information

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 3 9, 2011

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 3 9, 2011 Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 3 9, 2011 Current Influenza Activity Levels: Ohio: Local Activity o Definition: Increased ILI in 1 region; ILI activity

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

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 3 January 13-19, 2013

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 3 January 13-19, 2013 Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 3 January 13-19, 2013 Current Influenza Activity Levels: Ohio: Widespread o Definition: Outbreaks of influenza or increased ILI in

More information

Abstract. But what happens when we apply GIS techniques to health data?

Abstract. But what happens when we apply GIS techniques to health data? Abstract The need to provide better, personal health information and care at lower costs is opening the way to a number of digital solutions and applications designed and developed specifically for the

More information

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction

Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Supporting Information Identification of Amino Acids with Sensitive Nanoporous MoS 2 : Towards Machine Learning-Based Prediction Amir Barati Farimani, Mohammad Heiranian, Narayana R. Aluru 1 Department

More information

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 1-7, 2012

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 1-7, 2012 Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 14 April 1-7, 2012 Current Influenza Activity Levels: Ohio: Regional Activity o Definition: Increased ILI in > 2 but less than half

More information

Data Driven Methods for Disease Forecasting

Data Driven Methods for Disease Forecasting Data Driven Methods for Disease Forecasting Prithwish Chakraborty 1,2, Pejman Khadivi 1,2, Bryan Lewis 3, Aravindan Mahendiran 1,2, Jiangzhuo Chen 3, Patrick Butler 1,2, Elaine O. Nsoesie 3,4,5, Sumiko

More information

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 7 February 10-16, 2013

Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 7 February 10-16, 2013 Ohio Department of Health Seasonal Influenza Activity Summary MMWR Week 7 February 10-16, 2013 Current Influenza Activity Levels: Ohio: Widespread o Definition: Outbreaks of influenza or increased ILI

More information

Pandemic Preparedness Communications: WHO

Pandemic Preparedness Communications: WHO Pandemic Preparedness Communications: WHO International Ministerial Conference on Avian and Pandemic Influenza, New Delhi, 5 December 2007 WHO Strategic Action Plan: 5 key areas that concern human health

More information

Recognizing Scenes by Simulating Implied Social Interaction Networks

Recognizing Scenes by Simulating Implied Social Interaction Networks Recognizing Scenes by Simulating Implied Social Interaction Networks MaryAnne Fields and Craig Lennon Army Research Laboratory, Aberdeen, MD, USA Christian Lebiere and Michael Martin Carnegie Mellon University,

More information

A Game Theoretical Approach for Hospital Stockpile in Preparation for Pandemics

A Game Theoretical Approach for Hospital Stockpile in Preparation for Pandemics Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. A Game Theoretical Approach for Hospital Stockpile in Preparation for Pandemics Po-Ching DeLaurentis School

More information

4.3.9 Pandemic Disease

4.3.9 Pandemic Disease 4.3.9 Pandemic Disease This section describes the location and extent, range of magnitude, past occurrence, future occurrence, and vulnerability assessment for the pandemic disease hazard for Armstrong

More information

INSIGHT OF A MEMBER STATE OF ASEAN TECHNICAL WORKING GROUP ON PANDEMIC PREPAREDNESS AND RESPONSE (An Indonesia Lesson learnt)

INSIGHT OF A MEMBER STATE OF ASEAN TECHNICAL WORKING GROUP ON PANDEMIC PREPAREDNESS AND RESPONSE (An Indonesia Lesson learnt) INSIGHT OF A MEMBER STATE OF ASEAN TECHNICAL WORKING GROUP ON PANDEMIC PREPAREDNESS AND RESPONSE (An Indonesia Lesson learnt) Dr Emil Agustiono Deputy Minister Coordinator for People s Welfare In Population

More information

PANDEMICS. Year School: I.S.I.S.S. M.Casagrande, Pieve di Soligo, Treviso - Italy. Students: Beatrice Gatti (III) Anna De Biasi

PANDEMICS. Year School: I.S.I.S.S. M.Casagrande, Pieve di Soligo, Treviso - Italy. Students: Beatrice Gatti (III) Anna De Biasi PANDEMICS Year 2017-18 School: I.S.I.S.S. M.Casagrande, Pieve di Soligo, Treviso - Italy Students: Beatrice Gatti (III) Anna De Biasi (III) Erica Piccin (III) Marco Micheletto (III) Yui Man Kwan (III)

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

Basic Models for Mapping Prescription Drug Data

Basic Models for Mapping Prescription Drug Data Basic Models for Mapping Prescription Drug Data Kennon R. Copeland and A. Elizabeth Allen IMS Health, 66 W. Germantown Pike, Plymouth Meeting, PA 19462 Abstract Geographic patterns of diseases across time

More information

Statistical modeling for prospective surveillance: paradigm, approach, and methods

Statistical modeling for prospective surveillance: paradigm, approach, and methods Statistical modeling for prospective surveillance: paradigm, approach, and methods Al Ozonoff, Paola Sebastiani Boston University School of Public Health Department of Biostatistics aozonoff@bu.edu 3/20/06

More information

Innovation. SAGA Project. June 2010 Saga Prefectural Government, Japan

Innovation. SAGA Project. June 2010 Saga Prefectural Government, Japan Innovation SAGA Project June 2010 Saga Prefectural Government, Japan Outline 1. What is Innovation SAGA project? 2. Rule of this Project 3. Objectives of this Initiative I. Innovative solutions for emerging

More information

Visualizing Temporal Patterns by Clustering Patients

Visualizing Temporal Patterns by Clustering Patients Visualizing Temporal Patterns by Clustering Patients Grace Shin, MS 1 ; Samuel McLean, MD 2 ; June Hu, MS 2 ; David Gotz, PhD 1 1 School of Information and Library Science; 2 Department of Anesthesiology

More information

MMCS Turkey Flu Pandemic Project

MMCS Turkey Flu Pandemic Project MMCS Turkey Flu Pandemic Project This is a group project with 2 people per group. You can chose your own partner subject to the constraint that you must not work with the same person as in the banking

More information

TRENDS IN PNEUMONIA AND INFLUENZA MORBIDITY AND MORTALITY

TRENDS IN PNEUMONIA AND INFLUENZA MORBIDITY AND MORTALITY TRENDS IN PNEUMONIA AND INFLUENZA MORBIDITY AND MORTALITY AMERICAN LUNG ASSOCIATION RESEARCH AND PROGRAM SERVICES EPIDEMIOLOGY AND STATISTICS UNIT February 2006 TABLE OF CONTENTS Trends in Pneumonia and

More information

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE

AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES RISK IN PRIMARY CARE Proceedings of the 3rd INFORMS Workshop on Data Mining and Health Informatics (DM-HI 2008) J. Li, D. Aleman, R. Sikora, eds. AN INFORMATION VISUALIZATION APPROACH TO CLASSIFICATION AND ASSESSMENT OF DIABETES

More information

Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance

Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance Human infection with pandemic (H1N1) 2009 virus: updated interim WHO guidance on global surveillance 10 July 2009 Background This document updates the interim WHO guidance on global surveillance of pandemic

More information

Block-upscaling of transport in heterogeneous aquifers

Block-upscaling of transport in heterogeneous aquifers 158 Calibration and Reliability in Groundwater Modelling: From Uncertainty to Decision Making (Proceedings of ModelCARE 2005, The Hague, The Netherlands, June 2005). IAHS Publ. 304, 2006. Block-upscaling

More information

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations

Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Unsupervised MRI Brain Tumor Detection Techniques with Morphological Operations Ritu Verma, Sujeet Tiwari, Naazish Rahim Abstract Tumor is a deformity in human body cells which, if not detected and treated,

More information

Vision: Towards Real Time Epidemic Vigilance through Online Social Networks

Vision: Towards Real Time Epidemic Vigilance through Online Social Networks Vision: Towards Real Time Epidemic Vigilance through Online Social Networks Introducing SNEFT Social Network Enabled Flu Trends Lingji Chen Harshavardhan Achrekar Benyuan Liu Ross Lazarus Scientific Systems

More information

Forecasting Influenza Levels using Real-Time Social Media Streams

Forecasting Influenza Levels using Real-Time Social Media Streams 2017 IEEE International Conference on Healthcare Informatics Forecasting Influenza Levels using Real-Time Social Media Streams Kathy Lee, Ankit Agrawal, Alok Choudhary EECS Department, Northwestern University,

More information

Monitoring of Epidemic Using Spatial Technology

Monitoring of Epidemic Using Spatial Technology Monitoring of Epidemic Using Spatial Technology Ms.Janki M. Adhvaryu (M.Tech Student) Mr. Mayank Singh Sakla(M.Tech Student) Dr.Anjana Vyas (Professor & Course Coordinator) Faculty of Technology, CEPT

More information

Spatio-temporal modeling of weekly malaria incidence in children under 5 for early epidemic detection in Mozambique

Spatio-temporal modeling of weekly malaria incidence in children under 5 for early epidemic detection in Mozambique Spatio-temporal modeling of weekly malaria incidence in children under 5 for early epidemic detection in Mozambique Katie Colborn, PhD Department of Biostatistics and Informatics University of Colorado

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

The North Carolina Health Data Explorer

The North Carolina Health Data Explorer The North Carolina Health Data Explorer The Health Data Explorer provides access to health data for North Carolina counties in an interactive, user-friendly atlas of maps, tables, and charts. It allows

More information

MISMS: International influenza research activities at the Fogarty International Center, NIH

MISMS: International influenza research activities at the Fogarty International Center, NIH MISMS: International influenza research activities at the Fogarty International Center, NIH Stacey Knobler and Gerardo Chowell For the Multinational Influenza Seasonal Mortality Study Group (MISMS) Division

More information

The Geography of Viral Hepatitis C in Texas,

The Geography of Viral Hepatitis C in Texas, The Geography of Viral Hepatitis C in Texas, 1992 1999 Author: Mara Hedrich Faculty Mentor: Joseph Oppong, Department of Geography, College of Arts and Sciences & School of Public Health, UNT Health Sciences

More information

EpiDash A GI Case Study

EpiDash A GI Case Study EpiDash 1.0 - A GI Case Study Speaker: Elizabeth Musser Graduate Research Assistant Virginia Bioinformatics Institute In collaboration with James Schlitt, Harshal Hayatnagarkar, P. Alexander Telionis,

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Goals of this course. What is Big Data? Big Data. The three Vs in Big Data. 8/20/2018 Week 1-A Sangmi Lee Pallickara

Goals of this course. What is Big Data? Big Data. The three Vs in Big Data. 8/20/2018 Week 1-A Sangmi Lee Pallickara 8/20/2018 CS435 Introduction to Big Data - FALL 2018 W1.A.0 CS435 Introduction to Big Data 8/20/2018 CS435 Introduction to Big Data - FALL 2018 W1.A.1 Part 0. Introduction Introduction to Big Data PART

More information

SARS Outbreak Study 2

SARS Outbreak Study 2 This week in Epiville, you will continue with the remaining steps of the outbreak investigation and begin to learn how to frame a hypothesis, design a study, and draw conclusions from your investigation.

More information

Identification of Tissue Independent Cancer Driver Genes

Identification of Tissue Independent Cancer Driver Genes Identification of Tissue Independent Cancer Driver Genes Alexandros Manolakos, Idoia Ochoa, Kartik Venkat Supervisor: Olivier Gevaert Abstract Identification of genomic patterns in tumors is an important

More information

Mammogram Analysis: Tumor Classification

Mammogram Analysis: Tumor Classification Mammogram Analysis: Tumor Classification Term Project Report Geethapriya Raghavan geeragh@mail.utexas.edu EE 381K - Multidimensional Digital Signal Processing Spring 2005 Abstract Breast cancer is the

More information

Unit 7 Comparisons and Relationships

Unit 7 Comparisons and Relationships Unit 7 Comparisons and Relationships Objectives: To understand the distinction between making a comparison and describing a relationship To select appropriate graphical displays for making comparisons

More information

What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A?

What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A? What do epidemiologists expect with containment, mitigation, business-as-usual strategies for swine-origin human influenza A? Dr Thomas TSANG Controller, Centre for Health Protection, Department of Health

More information

Weekly Influenza & Respiratory Illness Activity Report

Weekly Influenza & Respiratory Illness Activity Report Weekly Influenza & Respiratory Illness Activity Report A summary of influenza surveillance indicators prepared by the Division of Infectious Disease Epidemiology Prevention & Control Week Ending March

More information

Minnesota Influenza Geographic Spread

Minnesota Influenza Geographic Spread Weekly Influenza & Respiratory Illness Activity Report A summary of influenza surveillance indicators prepared by the Division of Infectious Disease Epidemiology Prevention & Control Week Ending March

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training.

Nature Neuroscience: doi: /nn Supplementary Figure 1. Behavioral training. Supplementary Figure 1 Behavioral training. a, Mazes used for behavioral training. Asterisks indicate reward location. Only some example mazes are shown (for example, right choice and not left choice maze

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

arxiv: v2 [stat.ap] 7 Dec 2016

arxiv: v2 [stat.ap] 7 Dec 2016 A Bayesian Approach to Predicting Disengaged Youth arxiv:62.52v2 [stat.ap] 7 Dec 26 David Kohn New South Wales 26 david.kohn@sydney.edu.au Nick Glozier Brain Mind Centre New South Wales 26 Sally Cripps

More information

Minnesota Influenza Geographic Spread

Minnesota Influenza Geographic Spread Weekly Influenza & Respiratory Illness Activity Report A summary of influenza surveillance indicators prepared by the Division of Infectious Disease Epidemiology Prevention & Control Week Ending February

More information

Planning for Pandemic Influenza

Planning for Pandemic Influenza Planning for Pandemic Influenza John Kobayashi Faculty, Northwest Center for Public Health Practice, Foreign Advisor with the Field Epidemiology Training Program in Japan Pandemic Influenza as a Paradigm

More information

Promoting Public Health Security Addressing Avian Influenza A Viruses and Other Emerging Diseases

Promoting Public Health Security Addressing Avian Influenza A Viruses and Other Emerging Diseases Promoting Public Health Security Addressing Avian Influenza A Viruses and Other Emerging Diseases Masaya Kato, WHO Viet Nam OIE Regional Workshop on Enhancing Influenza A viruses National Surveillance

More information

The Impact of Pandemic Influenza on Public Health

The Impact of Pandemic Influenza on Public Health This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Automated Medical Diagnosis using K-Nearest Neighbor Classification

Automated Medical Diagnosis using K-Nearest Neighbor Classification (IMPACT FACTOR 5.96) Automated Medical Diagnosis using K-Nearest Neighbor Classification Zaheerabbas Punjani 1, B.E Student, TCET Mumbai, Maharashtra, India Ankush Deora 2, B.E Student, TCET Mumbai, Maharashtra,

More information

LOW-RANK DECOMPOSITION AND LOGISTIC REGRESSION METHODS FOR LINK PREDICTION IN TERRORIST NETWORKS CSE 293 MS PROJECT REPORT, FALL 2010.

LOW-RANK DECOMPOSITION AND LOGISTIC REGRESSION METHODS FOR LINK PREDICTION IN TERRORIST NETWORKS CSE 293 MS PROJECT REPORT, FALL 2010. LOW-RANK DECOMPOSITION AND LOGISTIC REGRESSION METHODS FOR LINK PREDICTION IN TERRORIST NETWORKS CSE 293 MS PROJECT REPORT, FALL 2010 Eric Doi ekdoi@cs.ucsd.edu University of California, San Diego ABSTRACT

More information

Searching for flu. Detecting influenza epidemics using search engine query data. Monday, February 18, 13

Searching for flu. Detecting influenza epidemics using search engine query data. Monday, February 18, 13 Searching for flu Detecting influenza epidemics using search engine query data By aggregating historical logs of online web search queries submitted between 2003 and 2008, we computed time series of

More information

How preferred are preferred terms?

How preferred are preferred terms? How preferred are preferred terms? Gintare Grigonyte 1, Simon Clematide 2, Fabio Rinaldi 2 1 Computational Linguistics Group, Department of Linguistics, Stockholm University Universitetsvagen 10 C SE-106

More information

Step 1: Learning Objectives

Step 1: Learning Objectives SARS Outbreak Study 2 This week in Epiville, you will continue with the remaining steps of the outbreak investigation and begin to learn how to frame a hypothesis, design a study, and draw conclusions

More information

Tarrant County Influenza Surveillance Weekly Report CDC Week 5, Jan 29 Feb 4, 2017

Tarrant County Influenza Surveillance Weekly Report CDC Week 5, Jan 29 Feb 4, 2017 Tarrant County Public Health Division of Epidemiology and Health Information Tarrant County Influenza Surveillance Weekly Report 5, Jan 29 Feb, 2017 Influenza Activity Code, County and State Levels Tarrant

More information

Influenza Activity in Indiana

Influenza Activity in Indiana Objectives of Influenza Surveillance Influenza Activity in Indiana 2014-2015 Reema Patel, MPH Respiratory Epidemiologist Epidemiology Resource Center Indiana State Department of Health Monitor influenza-like

More information

Supporting Online Material for

Supporting Online Material for www.sciencemag.org/cgi/content/full/1125237/dc1 Supporting Online Material for Synchrony, Waves, and Spatial Hierarchies in the Spread of Influenza Cécile Viboud,* Ottar N. Bjørnstad, David L Smith, Lone

More information

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS)

TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) TITLE: A Data-Driven Approach to Patient Risk Stratification for Acute Respiratory Distress Syndrome (ARDS) AUTHORS: Tejas Prahlad INTRODUCTION Acute Respiratory Distress Syndrome (ARDS) is a condition

More information

Outlier Analysis. Lijun Zhang

Outlier Analysis. Lijun Zhang Outlier Analysis Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Extreme Value Analysis Probabilistic Models Clustering for Outlier Detection Distance-Based Outlier Detection Density-Based

More information

Trends in Pneumonia and Influenza Morbidity and Mortality

Trends in Pneumonia and Influenza Morbidity and Mortality Trends in Pneumonia and Influenza Morbidity and Mortality American Lung Association Research and Program Services Epidemiology and Statistics Unit September 2008 Table of Contents Trends in Pneumonia and

More information

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion

Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Quantitative Evaluation of Edge Detectors Using the Minimum Kernel Variance Criterion Qiang Ji Department of Computer Science University of Nevada Robert M. Haralick Department of Electrical Engineering

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

CHALLENGES IN INFLUENZA FORECASTING AND OPPORTUNITIES FOR SOCIAL MEDIA MICHAEL J. PAUL, MARK DREDZE, DAVID BRONIATOWSKI

CHALLENGES IN INFLUENZA FORECASTING AND OPPORTUNITIES FOR SOCIAL MEDIA MICHAEL J. PAUL, MARK DREDZE, DAVID BRONIATOWSKI CHALLENGES IN INFLUENZA FORECASTING AND OPPORTUNITIES FOR SOCIAL MEDIA MICHAEL J. PAUL, MARK DREDZE, DAVID BRONIATOWSKI NOVEL DATA STREAMS FOR INFLUENZA SURVEILLANCE New technology allows us to analyze

More information

Highlights. NEW YORK CITY DEPARTMENT OF HEALTH AND MENTAL HYGIENE Influenza Surveillance Report Week ending January 28, 2017 (Week 4)

Highlights. NEW YORK CITY DEPARTMENT OF HEALTH AND MENTAL HYGIENE Influenza Surveillance Report Week ending January 28, 2017 (Week 4) NEW YORK CITY DEPARTMENT OF HEALTH AND MENTAL HYGIENE Influenza Surveillance Report Week ending January 28, 2017 (Week 4) Highlights * Influenza surveillance activities for the 2016-2017 season began on

More information

Socially Optimal Vaccination Policies

Socially Optimal Vaccination Policies - 1 - Socially Optimal Vaccination Policies Louis Boguchwal Department of Economics Hamilton College Clinton, New York 13323 email: louis.boguchwal@gmail.com Abstract: This research provides a novel framework

More information

Minnesota Influenza Geographic Spread

Minnesota Influenza Geographic Spread Weekly Influenza & Respiratory Illness Activity Report A summary of influenza surveillance indicators prepared by the Division of Infectious Disease Epidemiology Prevention & Control Week Ending January

More information

SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health

SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health Part B. SURVEILLANCE & EPIDEMIOLOGIC INVESTIGATION NC Department of Health and Human Services, Division of Public Health The NC Division of Public Health (NC DPH) conducts routine influenza surveillance

More information

Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan

Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan Evaluation of Real-time Outbreak and Disease Surveillance (RODS) system in Taiwan Yi-Chen Tsai EIC / FETP Taiwan CDC October 25, 2014 Real-time Outbreak and Disease Surveillance (RODS) system An automated

More information