Next Article in Journal
Reliability and Validity of a Portable Traction Dynamometer in Knee-Strength Extension Tests: An Isometric Strength Assessment in Recreationally Active Men
Next Article in Special Issue
Preparing Cities for Future Pandemics: Unraveling the Influence of Urban and Housing Variables on COVID-19 Incidence in Santiago de Chile
Previous Article in Journal
A Machine Learning Approach Reveals Distinct Predictors of Vaping Dependence for Adolescent Daily and Non-Daily Vapers in the COVID-19 Era
Previous Article in Special Issue
Correlations between SARS-CoV-2 Infections and the Number of COVID-19 Vaccine Doses Administered in Three Italian Provinces
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Multi-SCALE Community Network-Based SEIQR Model to Evaluate the Dynamic NPIs of COVID-19

School of Software Engineering, Tongji University, No. 1239, Siping Road, Shanghai 200092, China
*
Author to whom correspondence should be addressed.
Healthcare 2023, 11(10), 1467; https://doi.org/10.3390/healthcare11101467
Submission received: 3 April 2023 / Revised: 10 May 2023 / Accepted: 15 May 2023 / Published: 18 May 2023
(This article belongs to the Special Issue End of the COVID-19 Era: Models, Predictions and Projections)

Abstract

:
Regarding the problem of epidemic outbreak prevention and control, infectious disease dynamics models cannot support urban managers in reducing urban-scale healthcare costs through community-scale control measures, as they usually have difficulty meeting the requirements for simulation at different scales. In this paper, we propose combining contact networks at different spatial scales to study the COVID-19 outbreak in Shanghai from March to July 2022, calculate the initial R t through the number of cases at the beginning of the outbreak, and evaluate the effectiveness of dynamic non-pharmaceutical interventions (NPIs) adopted at different time periods in Shanghai using our proposed approach. In particular, our proposed contact network is a three-layer multi-scale network that is used to distinguish social interactions occurring in areas of different sizes, as well as to distinguish between intensive and non-intensive population contacts. This susceptible–exposure–infection–quarantine–recovery (SEIQR) epidemic model constructed based on a multi-scale network can more effectively assess the feasibility of small-scale control measures, such as assessing community quarantine measures and mobility restrictions at different moments and phases of an epidemic. Our experimental results show that this model can meet the simulation needs at different scales, and our further discussion and analysis show that the spread of the epidemic in Shanghai from March to July 2022 can be successfully controlled by implementing a strict long-term dynamic NPI strategy.

1. Introduction

In March 2022, an outbreak of COVID-19 caused by the Omicron variant of SARS-CoV-2 was reported in Shanghai, China. To contain the more contagious Omicron variant, Shanghai implemented a rigorous set of non-pharmaceutical interventions (NPIs) that include requirements to maintain social distancing, wear masks, track close contacts, isolate infected individuals, etc. [1,2]. A street grid was implemented from mid-March onwards, dividing the streets into high-risk and non-high-risk areas based on the number of infected individuals, and a comprehensive nucleic acid test screening was conducted. To more effectively control the spread of the epidemic, a city closure was initiated on 1 April 2022, and the epidemic reached an inflection point on 13 April, when the epidemic was eventually brought under control. Although the implementation of NPIs can successfully reduce the spread of COVID-19 [3], it also inevitably results in severe productivity losses and a substantial increase in social costs [4].
Many studies have been conducted using machine learning models (e.g., long short-term memory (LSTM) [5], neural networks [6]), or mathematical models (e.g., SIR [7], SEIR [8], and SEIQR [9]) to simulate COVID-19 transmission in various locations.
Machine learning models have been successfully applied in various domains. However, they are prone to overfitting in the presence of insufficient training data and valuable features. Machine learning models are also not suitable for heavy missing data scenarios [10], which are only eligible for short-term forecasting trends [11,12].
The SIR and SEIR mathematical models are the most common methods used in COVID-19 simulations [13]. The models divide the population into different compartments, and the movement of the population from one compartment to another is predicted by differential equations. The approach is flexible as the number of compartments can be varied. So far, there have been many studies that have improved the SEIR model, such as considering hospitalized individuals in the SEIHR model [14] and considering deaths in the SEIRD model [15], considering quarantine in the SEIQR model [9,16,17]. There have also been studies that incorporated various factors in the model, such as vulnerable populations [18], different severity symptoms [19], seasonal [20,21] and temperature [22] effects.
Mathematical models can simulate numerous variables that affect transmission to evaluate the severity of a pandemic and the effectiveness of interventions. However, such mathematical models are mostly deterministic and cannot respond to changes in different control strategies [23]. Therefore, some studies have evaluated the impact on COVID-19, the health care system, and society under various vaccination and NPI strategies by combining contact network modeling [24,25] for different age groups. However, these models do not reflect the variation in control strategies at different spatial scales. For example, when implementing quarantine measures, it is not possible to only quarantine people of a specific age group.
To address these issues, we propose a network model that allows us to easily assess the optimal population restriction strategy during the initial phase of an outbreak. This allows us to understand the impact of the strategy on the final size of the outbreak. The main contributions of this paper are as follows:
1.
We propose an SEIQR model that combines a multi-scale network, dividing the community network into three layers of different sizes, that can be used to distinguish social interactions occurring in administrative areas of different sizes and NPI strategies at different times.
2.
We divided the contacts formed in the community network into global transmission and local transmission, and used this method to distinguish between intensive and non-intensive crowd contacts.
3.
We simulated and analyzed the data from March to July 2022 in Shanghai and simulated each district in Shanghai separately. The results showed that the method can be used for both large- and small-scale simulations.
The rest of the paper is organized as follows: Section 2 provides an overview of the SEIQR model and community network; Section 3 analyzes the experimental results; Section 4 discusses the experimental results; finally, the paper is summarized in Section 5.

2. Methods

2.1. Data Collection

Three kinds of data were used in this research. First, the number of districts and population data were collected for Shanghai from the National Bureau of Statistics of China [26]. Second, we collected data on reported COVID-19 human cases from 1 March to 1 July, including cumulative cases, new daily cases, recovered cases, and deaths from the Shanghai Municipal Health Commission [27]. Third, we tracked the policies implemented, such as contact tracing and quarantine, quarantine of areas concerned, and the implementation time schedule and scope of PCR testing [28]. These data are publicly available.

2.2. SEIQR Model

The typical SEIQR model classifies each individual into five categories: susceptible (S), exposed (E), infected (I), quarantined (Q), and recovered (R). It was considered that NPIs in Shanghai quarantine infect individuals and close contacts of infected individuals. A close contact is defined as a person who has not taken effective protection and has close contact (within 1 m) with confirmed and suspected patients 2 days before symptom onset in suspected and confirmed patients or 2 days before samples of asymptomatic infection are taken [29]. We used an improved version of the method with reference to [30]. The new model divides quarantined patients into two states: “exposed quarantined” ( Q E ) and “infected quarantined” ( Q I ). These two states represent quarantine of asymptomatic close contacts and quarantine of infected individuals, respectively. In a closed system that does not consider entries or exits, the sum of these intervals N = S ( t ) + E ( t ) + I ( t ) + Q E ( t ) + Q I ( t ) + R ( t ) remains constant in time. These kinetic models consist of the following equations:
d S d t = β S I N β q S Q I N d E d t = β S I N + β q S Q I N σ E θ E E d I d t = σ E γ I θ I I d Q E d t = θ E E σ Q Q E d Q I d t = θ I I + σ Q Q E γ Q Q I d R d t = γ I + γ Q Q I
The fraction S I N represents the probability of arbitrary contact between susceptible and infected individuals, and the fraction S Q I N corresponds to the probability of contact between susceptible and isolated infected individuals. The main parameters of the model can be seen in Table 1 below. The parameter q was used to indicate the probability that the isolated individual interacts with others. We set this parameter using the difference in the number of contacts counted by [31]. In [31], contact survey data in three different phases of the pandemic (before the pandemic, during the lockdown, and post-lockdown) in four locations in China (Wuhan, Shanghai, Shenzhen, and Changsha) were collected. Survey data show that the average daily contacts in Shanghai before the pandemic was 18.8 (95% CI 17.5–20.1), and would have been reduced to 2.3 (95% CI 2–2.8) during the lockdown. We used this data to set q = 0.1. The transition rate of people’s exposure takes the form d S d t = β S I N β q S Q I N . The probability of moving from the exposure stage to the infection stage is represented by σ . The parameter θ denotes the probability that an individual is isolated. The final probability of moving from the infection stage to the recovery stage is the γ parameter. We will adapt this model in several different ways to include recent epidemiological information.
The parameter β (i.e., infection rate) of an individual is equal to the expected number of cases generated by that individual in a fully susceptible population (i.e., the time-dependent reproduction number R t of that individual divided by the length of its infection period α ).
β = R t α
The reproduction number (R) [32] is one of the most critical parameters determining disease dynamics within infectious disease models, providing a summary measure of the transmission potential. The actual average number of secondary cases per infected person at time t is called the time-dependent reproduction number ( R t ). R t shows the temporal changes that occur with the implementation of control measures, where a value greater than 1 indicates that the epidemic will be self-sustaining and a value less than 1 indicates that the number of new cases will decrease over time and that the epidemic will eventually stop. We used the method proposed by [33] to calculate the R t values in our model from the data at the beginning of the outbreak.

2.3. Community Network

Considering that non-pharmaceutical intervention policies at different administrative area scales are implemented at the beginning of an outbreak, we constructed a multi-scale community network with different administrative area scales based on the FARZ algorithm [34] as shown in Figure 1 and described below. The FARZ algorithm proposes a new method to evaluate the accuracy of community detection algorithms using modular networks. Community detection algorithms are used to partition a network into subsets with intrinsic similarities, such as dividing users in a social network into different communities. However, the accuracy of these algorithms is difficult to assess precisely because the true community structure is often unknown. The FARZ algorithm proposes a method based on modular networks to address this issue, which involves partitioning the network into different modules and evaluating accuracy by comparing the similarity between these modules and pre-defined benchmark modules. The FARZ algorithm expands the network one node at a time using a probability of community assignment proportional to the current community size. The resulting network has a heavy-tailed distribution with similar characteristics to the real network. FARZ has three input parameters, FARZ (n, m, k), which determine the population, average number of contacts, and number of communities, respectively. It also has four control parameters that control the strength of the community structure, clustering coefficient, degree correlation, and distribution of the community sizes, respectively, with values taken from [35].
Specifically, we divided the contact network into three layers and used three sizes of areas to perform the division of close contacts: the number of administrative districts (large range), number of townships (medium range), and number of residential areas (small range) in Shanghai, respectively. In the papers [36,37], the relationship between walking behavior and districts or environmental factors is studied. The different contact weights in the three network layers were set by referring to the duration and importance percentages of the three types of walking proposed by [38]. The paper uses survey data from Shanghai to assess the relationship between environmental characteristics and three domains of walking behavior (commuting, utilitarian walking, and recreational walking). Commuting walking indicates commuting trips from home to work and includes the duration and details of the mode of transportation (e.g., car, walking, biking, motorcycle, metro, or bus). Utilitarian walking includes walking for non-commuting travel purposes in order to satisfy daily needs (e.g., shopping, visiting friends, and running errands) [36]. Recreational walking is defined as walking, strolling, jogging, and other walking behaviors that focus on walking itself. The average weekly duration of the three walking behaviors was 124.99 min (standard deviation (SD) ± 130.03), 51.02 min (SD ± 204.45), and 36.14 min (SD ± 96.76), respectively. The relative importance of built environment attributes (e.g., distance) and individual-level attributes (e.g., age) is also summarized in the paper [38], and only the built environment importance was considered in our study. The importance of the built environment for the three walks was 75.6%, 86.2%, and 81.6%, respectively.
As shown in Figure 2, the three layers have their own contact weights in the network, which are calculated as (average weekly movement time/total average weekly movement time) × the importance of the built environment. B A corresponds to commuting walking, calculated as (124.99/212.15) × 0.756 = 0.445. B T corresponds to utilitarian walking, calculated as (51.02/212.15) × 0.86 = 0.207. B R corresponds to recreational walking, calculated as (36.14/212.15) × 0.816 = 0.139. The three range settings through the three-layer network can reflect different variations in NPIs and can also show different trends in infection behavior under the restriction of different movement patterns. For example, when Beijing took NPIs to prevent the deterioration of the disease in the early stage of COVID-19 [39], people were restricted to their respective administrative districts; thus, the infection behavior was easier to manage and control in a large range compared with possible negligence and omission in a small range. Therefore, it is clear that NPI strategies for different tiers are tailored to the characteristics of the tier scale, thus allowing for a more effective handling of COVID-19.
The dynamics of controlled transmission events leading to the exposure of susceptible individuals are the basis of epidemiological models; thus, here, we explain the transmission dynamics of the model in detail. For the model considered in this study, the propensity of a given individual to become infected was calculated using the following equation, where disease transmission to close contacts or to incidental contacts may occur, as determined by the structure of the exposure network. Local transmission ( T L ) is a person who is in frequent repeated continuous or close contact: a family member, friend, or other close relationship. In contrast, global transmission ( T G ) are infrequent casual or brief contacts.
The model’s differential equations were applied to calculate the propensity of the possible state transitions at all nodes at each time step. These propensities were then used to compute the probabilities of all possible state transitions normalized across the entire population. A random node and the corresponding transition were selected in each time step based on these probabilities. Each node i has an indicator function δ X ( i ) that represents the state of node i. If node i is in X, its value is 1, otherwise the value is 0.
δ X ( i ) = 1 if i X 0 if i X
In general, the propensity to infect susceptible individual i, P ( i ) ( S E ) , is proportional to the association between the prevalence and incidence of infected individuals in the exposed population, and the propensity to transition between states for a given node is given by the following equation:
P ( i ) ( S E ) =   1 B A B T B R T G + B A + B T + B R T L δ S ( i ) P ( i ) ( E I ) =   σ δ E ( i ) P ( i ) ( I R ) =   γ δ I ( i ) P ( i ) ( E Q E ) =   θ E δ E ( i ) P ( i ) ( I Q I ) =   θ I δ I ( i ) P ( i ) ( Q E Q I ) =   σ Q δ Q E ( i ) P ( i ) ( Q I R ) =   γ Q δ Q I ( i )

2.3.1. Global Transmission

A portion of a given individual’s interactions is with casual contacts that are assumed to be individuals randomly selected from the total population, independent of the contact network. For these global interactions, each node in the population is equally likely to be in contact with every other node, and the population can be considered to be well-mixed. Thus, the global transmission ( T G ) is calculated in the same way as the mass action interval model, assuming that the population is well-mixed.
T G = β I + β q Q I N

2.3.2. Local Transmission

Some of the interactions of a particular individual are with their “close contacts”. The close contacts of an individual are defined as the nodes adjacent to a given node in the contact network, and C G ( i ) denotes the set of close contacts of individual i: the nodes adjacent to node i in the contact network graph G. | C G ( i ) | denotes the size of this set: the number of close contacts owned by i.
With respect to local transmission, transmissibility is considered on a pairwise basis; that is, an infection rate β is assigned to each directed edge of the contact network representing the propagation from infected node j to susceptible node i, which depends on the infection rate of a single infected individual j. The propensity for a given susceptible individual to become exposed due to local transmission is calculated as the product of that individual’s susceptibility and the sum of the transmissibility of their infectious close contacts divided by the size of their local network.
T L = β j C G ( i ) δ I ( j ) + β q k C G ( i ) δ Q i ( k ) C G ( i )

2.4. Global Sensitivity Analysis

Global sensitivity analysis (GSA) apportions the influence that model parameter uncertainties have on the uncertainty of model output [40]. In this analysis, GSA is performed using the Sobol’ method [41], which is a variance-based method that provides a measure of the sensitivity of the output to each input parameter. The Sobol’ indices used in this report are first-order sensitivity indices (S1) and total sensitivity indices (ST). The first-order sensitivity indices measure the effect of the input parameter on the output when the other parameters are fixed, while the total sensitivity indices measure the effect of the input parameter on the output when the other parameters are varied along with it.
In order to perform the sensitivity analysis, we use the Saltelli sampling method provided by the SALib package, which generates a set of input parameter values. The output of the model for each set of input parameter values is then used to compute the Sobol’ indices, which measure the sensitivity of the output to each of the input parameters. The Sobol’ indices are used to rank the input parameters by their importance in determining the output.
In more detail, the Saltelli sample is generated from the continuous input variables in the problem dictionary using a uniform distribution. In this case, the problem dictionary specifies nine input variables with bounds between 0 and 1. The sample size is set to 1024 and the input variables are sampled using the Saltelli method, which generates N × (2 × D + 2) samples, where N is the number of unique values for each input variable and D is the number of input variables. For this analysis, N is set to 8 (a power of 2) resulting in 1536 samples drawn from uniform distributions for each variable. The Saltelli sample is then used to generate the model output, which is the number of infected individuals for each parameter combination. The Sobol’ indices are then computed using the model output and the Saltelli sample to determine the relative importance of each input variable.

3. Results

3.1. Epidemic Curves for Shanghai

We conducted simulations for Shanghai, and the model parameters can be seen in Table 2 below. Figure 3 shows the long-term dynamics of the model, taking into account the closure measures implemented in Shanghai. Shanghai began implementing strict closure measures on 1 April and gradually eased the quarantine policy from 16 May. The model predicts that the peak number of infections occurred in mid-April. The trend between the curve simulated by the model (red line) and the real data (yellow line) is close as can be seen in the figure.
We compared our model (red line) and the model using the population age distribution (blue line) with the real data (yellow line), and the difference between the two models and the real data can be seen in Figure 4. The population age distribution model [35] was used to construct community networks with different age distributions and household sizes. We collected data on the age distribution [26] and the number of contacts in each age group [31] in Shanghai and simulated the infection results from March to July in Shanghai. We also calculated the median absolute percentage error (MAPE) between the two models and the real data. In the case of the 4-month-long simulation, it is reduced by 13.08% compared to the population age distribution model. The MAPE of 24.96% for the multi-scale network model in the strict closure measure time period (4/1–5/16) is also lower than that of 40.12% for the population age distribution model, showing a reduction of 15.16%.

3.2. Epidemic Curves for 16 Administrative Districts in Shanghai

To view the model simulations at a smaller scale and compare them with the simulation results of the entire city of Shanghai, we applied the model framework to 16 districts in Shanghai for individual simulations, and the model parameters can be seen in Table 3 below. For the district simulation, we reduced the number of layers in the community network, kept only the township district layer and residential areas layer, and set the initial parameters for different districts.
In Figure 5, we can see that the simulated infection trends are partially consistent for each district, especially in areas with more confirmed cases, such as Minhang and Pudong, but there are also areas where the simulated results are not consistent, which is due to two reasons: there are two peaks in the actual number of confirmed cases during the quarantine period, such as Hongkou, or the actual number of confirmed cases is too small and the transmission is successfully suppressed at an early stage, such as Jinshan.
As shown in Figure 6, we summed up the number of infections simulated in the 16 districts (black line) and compared it with the simulation results in Shanghai (red line). We found that the MAPE between the two was 32.02%. The obvious difference between the two results lies in the peak of the wave, which we believe is mainly due to the fact that the 16 districts were simulated separately and that there was no interaction between the districts before the implementation of the control measures, i.e., before 1 April. Thus, the peak size of the outbreak could not reach as high as the Shanghai simulation results.

3.3. Global Sensitivity Analysis of the SEIQR Model

In this report, we present the results of a global sensitivity analysis (GSA) of the SEIQR model, using the Sobol’ method, and the results can be seen in Table 4 below. The analysis aimed to determine the impact of each of the model’s input parameters on the uncertainty of the model output. The model takes into account the spread of a hypothetical disease in a population, and the output is the number of infected individuals. The Sobol’ indices used in this report are first-order sensitivity indices (S1) and total sensitivity indices (ST). The first-order sensitivity indices measure the effect of the input parameter on the output when the other parameters are fixed, while the total sensitivity indices measure the effect of the input parameter on the output when the other parameters are varied along with it.
The results of the analysis show that the most influential parameter on the model’s output is γ , the recovery rate from the infectious state, with a total sensitivity index of 1.86. This means that when all input parameters are varied simultaneously, γ has the greatest impact on the model output. The second most influential parameter is R t , the basic reproduction number, with a total sensitivity index of 0.11. The third most influential parameter is σ , the rate of latent individuals becoming infectious, with a total sensitivity index of 0.22. The first-order sensitivity indices (S1) show the effect of each input parameter on the output when the other parameters are fixed. The results indicate that the parameter with the greatest first-order sensitivity index is γ , followed by R t and θ I , the rate of recovery from the infectious state. This means that these parameters have a relatively large influence on the model output, even when the other parameters are held constant.
In summary, the results of the sensitivity analysis suggest that the most important parameters to consider when trying to reduce the uncertainty in the SEIQR model output are γ , R t , and σ . These parameters should be the focus of future research and efforts to improve the model’s accuracy.

4. Discussion

Since the strength of mathematical models, whether simulating or predicting future dynamics, depends on the accuracy of the case reports, it is important to analyze the uncertainty and to assess the degree of variability in the parameter estimates. The time span of the time series used can significantly affect the values of the parameters. This is particularly true in the early stages of an epidemic, when the relationship between infected, deceased, and recovered individuals is not entirely clear. For example, if the number of confirmed cases is low, it is difficult to determine whether quarantine measures are being strictly enforced. Moreover, this under-representation suggests that the number of infections is much larger than the number of confirmed cases. Among the most affected parameters are those related to the infection and recovery rates and the R t value.
It can be concluded that the smaller the area from which quarantine between populations is implemented, the more effectively the spread of the epidemic is limited. However, such a quarantine from a small area will result in a high medical cost, in addition to inconvenience to people’s lives, so it is important to strike a balance between the extent of the quarantine and the social cost.
Any such modeling study has many limitations [43]. An extended description of the limitations specific to this study is provided. Specifically, (1) these models are only approximations of real-world scenarios, and we simplified many aspects of the epidemiological process of disease transmission in order to make these models computationally feasible. For example, we did not consider any entries or exits for closed systems and did not consider effects such as vaccination differences [44] or seasonal factors [22]; (2) these models are strongly driven by infection rate data, whose recording can be problematic; (3) these models are also influenced by a variety of other data types, each with different availabilities, and we may never be able to fully calibrate detection and measurement bias issues; and (4) the understanding of this dynamic epidemic is growing daily, so this modeling framework should not be expected to be definitive, or the data driving these models should not be expected to be fixed. Finally, we emphasize that we modeled a range of outcomes that we believe are likely to occur under the scenario based on the data observed to date and our model assumptions. We recommend these simulations to be viewed as useful guides.
Additionally, we made the simplifying assumption that districts are isolated from each other and that the only way for infection to spread between districts is through global transmission or contacts in other network layers. However, in reality, there is often significant inter-regional mobility that can impact the spread of infectious diseases [45]. Future studies could explore how incorporating mobility between regions may affect our model’s predictions.

5. Conclusions

In this study, we implemented a modified SEIQR model that incorporates a multi-scale network that considers social interactions occurring at different spatial scales while distinguishing between intensive and non-intensive crowd contacts in order to assess the impact of NPIs on the epidemic at different time periods. We used infection data from March 2022 to July 2022 in Shanghai for the simulation and analysis, and the experimental results show that the model is able to successfully simulate infection outcomes over a long period of time using pre-infection data and can be applied to simulations of different scales and NPIs. When facing the emergence of new variants in the future, interventions in different countries and regions may have different degrees of impact. Our model can provide useful recommendations for preventing and controlling COVID-19 outbreaks.

Author Contributions

Conceptualization, C.-C.L. and S.Z.; methodology, C.-C.L. and H.D.; software, C.-C.L.; validation, C.-C.L.; formal analysis, C.-C.L.; investigation, C.-C.L.; resources, C.-C.L.; data curation, C.-C.L.; writing—original draft preparation, C.-C.L.; writing—review and editing, S.Z. and H.D.; supervision, S.Z.; project administration, S.Z. and H.D.; funding acquisition, S.Z. and H.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data will be provided by the authors on request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Perra, N. Non-pharmaceutical interventions during the COVID-19 pandemic: A review. Phys. Rep. 2021, 913, 1–52. [Google Scholar] [CrossRef] [PubMed]
  2. Pan, A.; Liu, L.; Wang, C.; Guo, H.; Hao, X.; Wang, Q.; Huang, J.; He, N.; Yu, H.; Lin, X.; et al. Association of public health interventions with the epidemiology of the COVID-19 outbreak in Wuhan, China. JAMA 2020, 323, 1915–1923. [Google Scholar] [CrossRef] [PubMed]
  3. Lai, S.; Ruktanonchai, N.W.; Zhou, L.; Prosper, O.; Luo, W.; Floyd, J.R.; Wesolowski, A.; Santillana, M.; Zhang, C.; Du, X.; et al. Effect of non-pharmaceutical interventions to contain COVID-19 in China. Nature 2020, 585, 410–413. [Google Scholar] [CrossRef]
  4. Jin, H.; Wang, H.; Li, X.; Zheng, W.; Ye, S.; Zhang, S.; Zhou, J.; Pennington, M. Economic burden of COVID-19, China, January–March, 2020: A cost-of-illness study. Bull. World Health Organ. 2021, 99, 112. [Google Scholar] [CrossRef] [PubMed]
  5. Zheng, N.; Du, S.; Wang, J.; Zhang, H.; Cui, W.; Kang, Z.; Yang, T.; Lou, B.; Chi, Y.; Long, H.; et al. Predicting COVID-19 in China using hybrid AI model. IEEE Trans. Cybern. 2020, 50, 2891–2904. [Google Scholar] [CrossRef]
  6. Istaiteh, O.; Owais, T.; Al-Madi, N.; Abu-Soud, S. Machine learning approaches for covid-19 forecasting. In Proceedings of the 2020 International Conference on Intelligent Data Science Technologies and Applications (IDSTA), Valencia, Spain, 19–22 October 2020; pp. 50–57. [Google Scholar]
  7. Ma, S.; Xia, Y. Mathematical Understanding of Infectious Disease Dynamics; World Scientific: Singapore, 2009; Volume 16. [Google Scholar]
  8. He, S.; Peng, Y.; Sun, K. SEIR modeling of the COVID-19 and its dynamics. Nonlinear Dyn. 2020, 101, 1667–1680. [Google Scholar] [CrossRef] [PubMed]
  9. Zhang, Y.; Jiang, B.; Yuan, J.; Tao, Y. The impact of social distancing and epicenter lockdown on the COVID-19 epidemic in mainland China: A data-driven SEIQR model study. medRxiv 2020. [Google Scholar] [CrossRef]
  10. Sun, J.; Chen, X.; Zhang, Z.; Lai, S.; Zhao, B.; Liu, H.; Wang, S.; Huan, W.; Zhao, R.; Ng, M.T.A.; et al. Forecasting the long-term trend of COVID-19 epidemic using a dynamic model. Sci. Rep. 2020, 10, 21122. [Google Scholar] [CrossRef]
  11. Wu, J.T.; Leung, K.; Leung, G.M. Nowcasting and forecasting the potential domestic and international spread of the 2019-nCoV outbreak originating in Wuhan, China: A modelling study. Lancet 2020, 395, 689–697. [Google Scholar] [CrossRef]
  12. Roosa, K.; Lee, Y.; Luo, R.; Kirpich, A.; Rothenberg, R.; Hyman, J.M.; Yan, P.; Chowell, G. Real-time forecasts of the COVID-19 epidemic in China from February 5th to February 24th, 2020. Infect. Dis. Model. 2020, 5, 256–263. [Google Scholar] [CrossRef]
  13. Shankar, S.; Mohakuda, S.S.; Kumar, A.; Nazneen, P.; Yadav, A.K.; Chatterjee, K.; Chatterjee, K. Systematic review of predictive mathematical models of COVID-19 epidemic. Med. J. Armed Forces India 2021, 77, S385–S392. [Google Scholar] [CrossRef] [PubMed]
  14. Wang, Y.; Wang, P.; Zhang, S.; Pan, H. Uncertainty Modeling of a Modified SEIR Epidemic Model for COVID-19. Biology 2022, 11, 1157. [Google Scholar] [CrossRef] [PubMed]
  15. Tay, B.K.; Roby, C.A.; Wu, J.W.; Tan, D.Y. Dynamical analysis of universal masking on the pandemic. Int. J. Environ. Res. Public Health 2021, 18, 9027. [Google Scholar] [CrossRef] [PubMed]
  16. López, L.; Rodó, X. The end of social confinement and COVID-19 re-emergence risk. Nat. Hum. Behav. 2020, 4, 746–755. [Google Scholar] [CrossRef]
  17. López, L.; Rodo, X. A modified SEIR model to predict the COVID-19 outbreak in Spain and Italy: Simulating control scenarios and multi-scale epidemics. Results Phys. 2021, 21, 103746. [Google Scholar] [CrossRef]
  18. Anderez, D.O.; Kanjo, E.; Pogrebna, G.; Kaiwartya, O.; Johnson, S.D.; Hunt, J.A. A COVID-19-based modified epidemiological model and technological approaches to help vulnerable individuals emerge from the lockdown in the UK. Sensors 2020, 20, 4967. [Google Scholar] [CrossRef]
  19. Kheirallah, K.A.; Alsinglawi, B.; Alzoubi, A.; Saidan, M.N.; Mubin, O.; Alorjani, M.S.; Mzayek, F. The effect of strict state measures on the epidemiologic curve of COVID-19 infection in the context of a developing country: A simulation from Jordan. Int. J. Environ. Res. Public Health 2020, 17, 6530. [Google Scholar] [CrossRef]
  20. Liu, X.; Huang, J.; Li, C.; Zhao, Y.; Wang, D.; Huang, Z.; Yang, K. The role of seasonality in the spread of COVID-19 pandemic. Environ. Res. 2021, 195, 110874. [Google Scholar] [CrossRef]
  21. Zheng, Y.; Wang, Y. How Seasonality and Control Measures Jointly Determine the Multistage Waves of the COVID-19 Epidemic: A Modelling Study and Implications. Int. J. Environ. Res. Public Health 2022, 19, 6404. [Google Scholar] [CrossRef]
  22. Shi, P.; Dong, Y.; Yan, H.; Zhao, C.; Li, X.; Liu, W.; He, M.; Tang, S.; Xi, S. Impact of temperature on the dynamics of the COVID-19 outbreak in China. Sci. Total. Environ. 2020, 728, 138890. [Google Scholar] [CrossRef]
  23. Rahimi, I.; Chen, F.; Gandomi, A.H. A review on COVID-19 forecasting models. In Neural Computing and Applications; Springer: Berlin/Heidelberg, Germany, 2021; pp. 1–11. [Google Scholar]
  24. Rǎdulescu, A.; Williams, C.; Cavanagh, K. Management strategies in a SEIR-type model of COVID 19 community spread. Sci. Rep. 2020, 10, 1–16. [Google Scholar]
  25. Cai, J.; Deng, X.; Yang, J.; Sun, K.; Liu, H.; Chen, Z.; Peng, C.; Chen, X.; Wu, Q.; Zou, J.; et al. Modeling transmission of SARS-CoV-2 omicron in China. Nat. Med. 2022, 28, 1468–1475. [Google Scholar]
  26. Communiqué of the Seventh National Population Census (No. 5). Available online: http://www.stats.gov.cn/tjsj/tjgb/rkpcgb/qgrkpcgb/202106/t20210628_1818824.html (accessed on 11 December 2022).
  27. Shanghai Municipal Health Commission. Available online: https://wsjkw.sh.gov.cn/yqtb/index.html (accessed on 11 December 2022).
  28. The City’s Implementation of Zoning and Grading of Differentiated Prevention and Control. Available online: https://wsjkw.sh.gov.cn/xwfb/20220411/f220dd0ff87448f7981c33cd5ee3b528.html (accessed on 11 December 2022).
  29. Chen, D.; Song, F.; Tang, L.; Zhang, H.; Shao, J.; Qiu, R.; Wang, X.; Ye, Z. Quarantine experience of close contacts of COVID-19 patients in China: A qualitative descriptive study. Gen. Hosp. Psychiatry 2020, 66, 81–88. [Google Scholar] [CrossRef] [PubMed]
  30. McGee, R.S.; Homburger, J.R.; Williams, H.E.; Bergstrom, C.T.; Zhou, A.Y. Model-driven mitigation measures for reopening schools during the COVID-19 pandemic. Proc. Natl. Acad. Sci. USA 2021, 118, e2108909118. [Google Scholar] [CrossRef] [PubMed]
  31. Zhang, J.; Litvinova, M.; Liang, Y.; Zheng, W.; Shi, H.; Vespignani, A.; Viboud, C.; Ajelli, M.; Yu, H. The impact of relaxing interventions on human contact patterns and SARS-CoV-2 transmission in China. Sci. Adv. 2021, 7, eabe2584. [Google Scholar] [CrossRef]
  32. Anderson, R.M.; May, R.M. Infectious Diseases of Humans: Dynamics and Control; Oxford University Press: Oxford, UK, 1992. [Google Scholar]
  33. Thompson, R.; Stockwin, J.; van Gaalen, R.D.; Polonsky, J.; Kamvar, Z.; Demarsh, P.; Dahlqwist, E.; Li, S.; Miguel, E.; Jombart, T.; et al. Improved inference of time-varying reproduction numbers during infectious disease outbreaks. Epidemics 2019, 29, 100356. [Google Scholar] [CrossRef]
  34. Fagnan, J.; Abnar, A.; Rabbany, R.; Zaiane, O.R. Modular networks for validating community detection algorithms. arXiv 2018, arXiv:1801.01229. [Google Scholar]
  35. Klise, K.; Beyeler, W.; Acquesta, E.; Thelen, H.; Makvandi, M.; Finley, P. Prioritizing vaccination based on analysis of community networks. Appl. Netw. Sci. 2022, 7, 80. [Google Scholar] [CrossRef]
  36. Zhao, P.; Wan, J. Examining the effects of neighbourhood design on walking in growing megacity. Transp. Res. Part D Transp. Environ. 2020, 86, 102417. [Google Scholar] [CrossRef]
  37. Chan, E.T.; Schwanen, T.; Banister, D. The role of perceived environment, neighbourhood characteristics, and attitudes in walking behaviour: Evidence from a rapidly developing city in China. Transportation 2021, 48, 431–454. [Google Scholar] [CrossRef]
  38. Yang, H.; Zhang, Q.; Helbich, M.; Lu, Y.; He, D.; Ettema, D.; Chen, L. Examining non-linear associations between built environments around workplace and adults’ walking behaviour in Shanghai, China. Transp. Res. Part A Policy Pract. 2022, 155, 234–246. [Google Scholar] [CrossRef]
  39. Liu, J.; Liu, M.; Liang, W. The dynamic COVID-zero strategy in China. China CDC Wkly. 2022, 4, 74. [Google Scholar] [CrossRef] [PubMed]
  40. Hart, J.L.; Alexanderian, A.; Gremaud, P.A. Efficient computation of Sobol’indices for stochastic models. SIAM J. Sci. Comput. 2017, 39, A1514–A1530. [Google Scholar] [CrossRef]
  41. Herman, J.; Usher, W. SALib: An open-source Python library for sensitivity analysis. J. Open Source Softw. 2017, 2, 97. [Google Scholar] [CrossRef]
  42. Menni, C.; Valdes, A.M.; Polidori, L.; Antonelli, M.; Penamakuri, S.; Nogal, A.; Louca, P.; May, A.; Figueiredo, J.C.; Hu, C.; et al. Symptom prevalence, duration, and risk of hospital admission in individuals infected with SARS-CoV-2 during periods of omicron and delta variant dominance: A prospective observational study from the ZOE COVID Study. Lancet 2022, 399, 1618–1624. [Google Scholar] [CrossRef] [PubMed]
  43. Modeling COVID-19 scenarios for the United States. Nat. Med. 2021, 27, 94–105. [CrossRef]
  44. Zheng, C.; Shao, W.; Chen, X.; Zhang, B.; Wang, G.; Zhang, W. Real-world effectiveness of COVID-19 vaccines: A literature review and meta-analysis. Int. J. Infect. Dis. 2022, 114, 252–260. [Google Scholar] [CrossRef]
  45. Hsiang, S.; Allen, D.; Annan-Phan, S.; Bell, K.; Bolliger, I.; Chong, T.; Druckenmiller, H.; Huang, L.Y.; Hultgren, A.; Krasovich, E.; et al. The effect of large-scale anti-contagion policies on the COVID-19 pandemic. Nature 2020, 584, 262–267. [Google Scholar] [CrossRef]
Figure 1. Community network layered framework diagram.
Figure 1. Community network layered framework diagram.
Healthcare 11 01467 g001
Figure 2. Local and global transmission diagram.
Figure 2. Local and global transmission diagram.
Healthcare 11 01467 g002
Figure 3. (a) Simulation results. (b) After numerical smoothing. The simulation curve for Shanghai from 2 March, where the red line is the model simulation result, the yellow line is the real number of confirmed cases, the blue dotted line is the start of the closure on 1 April, and the green dotted line is the time when the closure measures were slowed down on 16 May.
Figure 3. (a) Simulation results. (b) After numerical smoothing. The simulation curve for Shanghai from 2 March, where the red line is the model simulation result, the yellow line is the real number of confirmed cases, the blue dotted line is the start of the closure on 1 April, and the green dotted line is the time when the closure measures were slowed down on 16 May.
Healthcare 11 01467 g003
Figure 4. Comparison between models. The red line is the result of the multi-scale network model simulation, the yellow line is the real number of confirmed diagnoses, and the blue line is the infection curve simulated using the Shanghai population age distribution model.
Figure 4. Comparison between models. The red line is the result of the multi-scale network model simulation, the yellow line is the real number of confirmed diagnoses, and the blue line is the infection curve simulated using the Shanghai population age distribution model.
Healthcare 11 01467 g004
Figure 5. Simulation of the 16 administrative districts of Shanghai.
Figure 5. Simulation of the 16 administrative districts of Shanghai.
Healthcare 11 01467 g005
Figure 6. The black line is the total number of infections in the 16 administrative regions, and the red line is the simulation result for Shanghai.
Figure 6. The black line is the total number of infections in the 16 administrative regions, and the red line is the simulation result for Shanghai.
Healthcare 11 01467 g006
Table 1. Main model parameters description.
Table 1. Main model parameters description.
ParameterDescription
β Infection rate
γ Recovery rate
σ Quarantine rate
θ Morbidity rate
qQuarantined infection weight
NTotal number of nodes
R t Reproduction number
α Infection period
Table 2. Model parameters for March to July in Shanghai.
Table 2. Model parameters for March to July in Shanghai.
ParameterValues
B A 0.445
B T 0.207
B R 0.139
R t 4.6 (95% CI 3.97–5.36)
α 7.7 (95% CI 7.26–8.15) [42]
γ 0.38
σ 0.967
θ 0.02
q0.1
Population ( 10 3 )24,900
Number of administrative districts16
Number of township districts215
Number of residential areas6228
Initial number of infections2
Start time3/2
Quarantine start time4/1
Quarantine relief time5/16
Table 3. Description of the parameters of the 16 administrative regions.
Table 3. Description of the parameters of the 16 administrative regions.
Community R t Initial Number of InfectionsStart TimePopulation ( 10 3 ) Number of Township DistrictsNumber of Residential Areas
Huangpu2.5553/1166210169
Xuhui3.033/5111313307
Changning3.2713/1169310185
Jingan3.2723/897514266
Putuo4.0313/11123910275
Hongkou2.643/97578194
Yangpu4.223/11124212288
Minhang3.763/5265313586
Baoshan3.3223/5223512509
Jiading2.4443/5183410378
Pudong4.8723/55681361398
Jinshan2.1443/1182210238
Songjiang2.873/5190717367
Qingpu1.9833/8127111351
Fengxian3.2713/11114011340
Chongming2.8533/1163718377
Table 4. Global sensitivity analysis.
Table 4. Global sensitivity analysis.
ParameterS1ST
R t 0.04190.1912
Infectious period (days)0.03840.1077
σ 0.04450.1952
γ 0.14201.1236
σ Q 0.00060.0002
γ Q 0.00530.0356
θ E 0.07020.2218
θ I 0.16981.8588
q0.01370.0209
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, C.-C.; Zhao, S.; Deng, H. A Multi-SCALE Community Network-Based SEIQR Model to Evaluate the Dynamic NPIs of COVID-19. Healthcare 2023, 11, 1467. https://doi.org/10.3390/healthcare11101467

AMA Style

Liu C-C, Zhao S, Deng H. A Multi-SCALE Community Network-Based SEIQR Model to Evaluate the Dynamic NPIs of COVID-19. Healthcare. 2023; 11(10):1467. https://doi.org/10.3390/healthcare11101467

Chicago/Turabian Style

Liu, Cheng-Chieh, Shengjie Zhao, and Hao Deng. 2023. "A Multi-SCALE Community Network-Based SEIQR Model to Evaluate the Dynamic NPIs of COVID-19" Healthcare 11, no. 10: 1467. https://doi.org/10.3390/healthcare11101467

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop