1. What is the proposed method for understanding disease dynamics and real-time surveillance?
The proposed method involves developing two mobility-informed risk indices to describe the risk of infectious disease transmission in space and time. These risk indices are combined with other relevant variables and used in statistical regression and machine learning models. The method can detect outbreaks caused by newly introduced acute human-to-human transmitted diseases at the early stage of the outbreak and predict short-term trends of transmission in community hotspots where populations have not yet acquired herd immunity. The method was tested using real-world data on COVID-19 outbreaks in Chinese cities and the United States, showing its effectiveness in identifying high-risk areas and assisting in the implementation of interventions to control disease spread. It also maintained a high level of performance for one-to four-week-ahead forecasts of the county-level COVID-19 prevalence in the United States, contributing to real-time surveillance of disease dynamics within the country.
read more
2. How were risk indices developed in the study?
Risk indices were developed by analyzing individuals' movements and contacts over space and time. This involved examining the patterns and interactions of people to identify potential risk factors for infectious disease transmission. By understanding the mobility and contact patterns, researchers were able to create risk indices that could serve as predictive variables for infectious disease dynamics. These indices were then combined with socio-economic, demographic, environmental, and epidemiological factors to enhance the accuracy of the statistical and machine learning models used in the study.
read more
3. How can mobility-informed risk indices be calculated using individual mobility patterns and contact intensity?
Mobility-informed risk indices can be calculated by examining individual mobility patterns and contact intensity. The case flow intensity (CFI) considers the location of initial cases and their movements across regions, such as subdistricts or counties. It quantifies regional infection risk by counting the cumulative number of initial cases that visited a region. The case transmission intensity (CTI) represents the risk introduced by both inter-regional movements and intra-regional contact with initial cases. It is based on the number of potential new infections resulting from the activity of initial cases. The CFI-based regional infection risk can be depicted by the hourly cumulative counts of initial cases, while the CTI risk index can be computed by the hourly cumulative counts of potential new infections due to contact with initial cases within a region. These indices are derived using an established travel network and detailed population flow data, as well as the locations of the first confirmed cases. Python programming language is used for data processing, calculation of mobility-informed risk indices, model training, and testing for statistical regression, including random forest models. The infection rate is given by the intra-regional transmission rate derived from the logged POI-based diversity index, which depicts neighborhood vibrancy and human activity. Overall, mobility-informed risk indices provide valuable insights into the transmission risks of infectious diseases by considering individual mobility patterns and contact intensity.
read more
4. How do logistic regression and random forest classifiers predict high-risk subdistricts?
Logistic regression and random forest classifiers are used to predict high-risk subdistricts by utilizing CFI and CTI risk indices. These indices are computed from collected data on actual COVID-19 outbreaks in Beijing and Guangzhou. The sample data is used for training and tuning the models. The CFI and CTI risk indices are then inputted into the classifiers to determine which subdistricts are at risk of being affected. The fitted models are applied to predict the affected subdistricts in actual COVID-19 outbreaks, and the accuracy of the predictions is evaluated by comparing them to real-world data. This method helps in assessing outbreaks of newly emerging or emergent acute human-to-human transmitted diseases in a city, allowing for early intervention and prevention strategies.
read more