Skip to main content

A dynamic approach to support outbreak management using reinforcement learning and semi-connected SEIQR models

Abstract

Background

Containment measures slowed the spread of COVID-19 but led to a global economic crisis. We establish a reinforcement learning (RL) algorithm that balances disease control and economic activities.

Methods

To train the RL agent, we design an RL environment with 4 semi-connected regions to represent the COVID-19 epidemic in Tokyo, Osaka, Okinawa, and Hokkaido, Japan. Every region is governed by a Susceptible-Exposed-Infected-Quarantined-Removed (SEIQR) model and has a transport hub to connect with other regions. The allocation of the synthetic population and inter-regional traveling is determined by population-weighted density. The agent learns the best policy from interacting with the RL environment, which involves obtaining daily observations, performing actions on individual movement and screening, and receiving feedback from the reward function. After training, we implement the agent into RL environments describing the actual epidemic waves of the four regions to observe the agent’s performance.

Results

For all epidemic waves covered by our study, the trained agent reduces the peak number of infectious cases and shortens the epidemics (from 165 to 35 cases and 148 to 131 days for the 5th wave). The agent is generally strict on screening but easy on movement, except for Okinawa, where the agent is easy on both actions. Action timing analyses indicate that restriction on movement is elevated when the number of exposed or infectious cases remains high or infectious cases increase rapidly, and stringency on screening is eased when the number of exposed or infectious cases drops quickly or to a regional low. For Okinawa, action on screening is tightened when the number of exposed or infectious cases increases rapidly.

Conclusions

Our experiments exhibit the potential of the RL in assisting policy-making and how the semi-connected SEIQR models establish an interactive environment for imitating cross-regional human flows.

Peer Review reports

Introduction

Containment measures to limit mobility and implement social distancing are proven effective in slowing the spread of COVID-19 [1]. However, these efforts also reduce economic activity [2] and have led to dramatic impacts on global and domestic economies [3, 4]. Instead of growing a projected 2.5 percent, the global GDP of 2020 shrank by 3.3 percent [5, 6]. This emphasizes the challenges and importance of dynamic disease modeling for governments to make policies [7].

Mathematical models play a key role in decision-making [8]. Various computational methods have supported COVID-19 management, including statistical, compartmental, spatial metapopulation, and agent-based network models, as well as machine learning (ML) [9,10,11,12]. Statistical and ML methods learn patterns from time-series data for short-term trend projection and forecasting [13,14,15,16]. Compartmental models of Susceptible-Infected-Removed (SIR) and Susceptible-Exposed-Infected-Removed (SEIR) are widely used to study the dynamics and spread of diseases [17, 18]. In these models, the population is confined, isolated from other populations, and homogeneous. Spatial metapopulation models use geographic data to partition the populations into subpopulations, which are connected by human flow matrices and governed by respective SEIR models [19]. Hence, heterogeneous mobility patterns among subpopulations can be adequately reflected. These models are beneficial at the initial phase of the outbreak when disease spread is significantly driven by mobility; however, they are less helpful in modeling the effect of containment on disease spread within or across subunits [9].

Agent-based network models further delve into disease spread within a population by simulating interactions at the individual level [20]. It is important to evaluate not only the benefits of specific inventions but also their economic aspects [21]. Researchers have used this approach with extended SIR models to simulate the impact of government policies on reducing disease spread while maintaining economic activities. Nishi et al. defined 2 network intervention strategies for people’s group activities [22]. The first strategy is to split a group into 2 subgroups (“dividing groups”). For example, one subgroup of customers can only go to the grocery in the morning, while the other subgroup can only go in the evening. The second strategy is to redistribute members across different groups evenly (“balancing groups”). For example, some of the customers who go to the popular store are redirected to the less popular one. Their results show that the dividing strategy significantly suppresses the transmission. Moreover, the implementation of both dividing and balancing can effectively keep the effective reproduction number around 1 (i.e., having the disease spread under control). Shami and Lazebnik established a model that links epidemiological dynamics, pathogen mutation, policy on sequencing tests, and economic dynamics and applied deep neural networks to determine the optimal policy [23]. Their simulation demonstrates that detecting new strains is effective; however, proper implementation is essential for better epidemiological and economic outcomes and can be supported by artificial intelligence solutions regarding the testing subset and sample size. Lazebnik et al. developed a model consisting of epidemiological, spatial, and economic sub-models to examine the effect of intervention policies on industry production and supply [24]. The interventions involve worker separation (capsules vs. work-from-home) and vaccination. The capsule intervention is to randomly divide workers of each company into 2 groups to have them work alternatively; while the work-from-home intervention is to randomly select a percentage of workers of each company to work from home. It is found that the effectiveness of decreasing economic loss in order are vaccination, work-from-home, and capsules. Although agent-based models incorporate interventions or behavioral changes, they are data-intensive and computationally expensive [9].

Reinforcement learning (RL) creates an artificial environment for a virtual agent to interact with and take actions to maximize the cumulative reward based on the Markov Decision Process [25]. The agent learns to make optimal decisions via feedback from the environment instead of ground truths. Hence, RL is especially beneficial in situations with no gold standard and has extensively touched many fields, including healthcare [26,27,28,29,30,31]. Ohi et al. applied RL to explore the optimal control of epidemic spread [32]. They used 100%, 75%, and 25% as the permissible values of daily movement to represent discrete actions of no lockdown, social distancing, and lockdown in an SEIR environment. Although their experiments show that the trained agent balances epidemic control and the economic situation, the usage of discrete types of action limits the domain of activity mapping.

Our motivation is to establish a dynamic migration system, which allows us to observe the interaction between policies and disease transmission, and our study aims to establish an RL algorithm that (1) expands a typically isolated SEIR model to an open system that accommodates multiple regions; (2) imitates human activities by mapping individual movements into a continuous domain; (3) constraints moving capability with screening and quarantine mechanisms; (4) allows traveling through transport hubs underlying the migration mechanism simulated using population-weighted density; (5) mitigates disease spread while maintaining economic activities; and (6) provides insight on action timing.

Methods

Data description

Data of daily confirmed cases at the prefecture level for the study period from 25 January 2020 to 1 October 2021 were obtained from the open dataset provided by Toyo Keizai Online [33] (see Additional file 1). Four prefectures –Tokyo, Osaka, Okinawa, and Hokkaido – were selected for experiments due to their geographic relationship. Population and area data of these prefectures and their administrative subregions were extracted from the report of the 2015 population census [34] and 2020 planimetric reports [35] (see Additional file 2) for deriving population density (PD) and population-weighted density (PWD) (Table 1):

$${\text{PD}}=\frac{{\text{Population}}}{{\text{Area}}},$$
(1)

and

Table 1 Population density and population-weighted density
$${\text{PWD}}=\frac{\sum \left({\text{Population}}\times {\text{PD}}\right)}{\sum {\text{Population}} }.$$
(2)

COVID-19 SEIQR environment

The SEIR compartmental model has been an essential tool for projecting the dynamics and spread of infectious diseases, including COVID-19 [9]. In an SEIR model, a population is divided into 4 mutually exclusive states, which are susceptible (\(S\)), exposed but not yet contagious (\(E\)), infectious (\(I\)), and recovered or deceased (\(R\)), each representing a fraction of the population. To incorporate the mechanisms of screening and quarantine, we add a quarantined (Q) state.

Figure 1a illustrates the transition of our SEIQR model: a susceptible individual transits to the exposed state after having effective contact with an infectious case, becomes infectious after 5 days [36], and remains infectious for 14 days before recovery or death. An infectious individual will be quarantined if within the screening radius. The survival rate is adjusted to 80% instead of 98% because the population size is only 500 in each RL environment due to the limitation of computational capability. From the perspective of computational modeling, if the fatality rate was set to 2%, deaths could not be generated reasonably in simulations. Therefore, we adjust the fatality rate to 20%, so that 10 deaths for each region on average can be observed in the RL environment. The proposed SEIQR model and the well-trained agent will mutually counteract the number of predictive deaths. A system of ordinary differential equations expresses the transition rates between states:

$$\frac{dS}{dt}=-\beta \frac{SI}{N},$$
(3)
$$\frac{dE}{dt}= \beta \frac{SI}{N}-\sigma E,$$
(4)
$$\frac{dI}{dt}=\sigma E-\gamma I-\frac{dQ}{dt},$$
(5)

and

Fig. 1
figure 1

RL environment design and interactions with RL agent. a Transition of the SEIQR model. b Population flow governed by PWD via the transport hub, using Tokyo as an example. When inter-regional traveling occurs, the passenger will randomly appear at the edge of the destination’s transport hub and then keep moving. c Interactions between the Agent and the Environment

$$\frac{dR}{dt}= \gamma I+\frac{dQ}{dt}.$$
(6)

The parameter \(N\) is the population that equals the sum of \(S\), \(E\), \(I\), \(Q\), and \(R\). The coefficients \(\beta\), \(\sigma\), and \(\gamma\) represent contact, transmission, and recovery rates, respectively. The daily quarantine rate \(dQ/dt\) is generated from the RL algorithm and bounded by formulas and model coefficients.

In our study, an SEIQR-RL environment (hereinafter Environment) consists of 4 regions corresponding to the 4 prefectures. For visualization, these regions are displayed by 4 circles with a radius of \(50\sqrt{2}\) pixels and connected via transport hubs (5-pixel radius) placed at the centers of the circles. A synthetic population of 500 individuals is spatially distributed to these regions proportional to PWD. Each subpopulation has its own SEIQR model.

Whether a susceptible individual is exposed after having contact with an infectious individual depends on the effectiveness of contact, which is determined by transmission distance and infection probability. Our study simplifies it by defining only the effective transmission radius (\({r}_{t}\)) and letting the probability equal 1. That is, whenever a susceptible individual is within \({r}_{t}\) of an infectious case, the individual is exposed. The hyper-parameter \({r}_{t}\) is obtained through simulations in the conventional COVID-19 SEIR models and is defined as 0.11 pixels. An additional set of figures shows this in more detail (see Additional file 3).

In the simulated COVID-19 Environment, individuals make hourly movements to generate economy unless quarantined. These movements either take place within the initial region or between regions. Inter-regional traveling is also governed by PWD to ensure consistent subpopulations during simulations. For example, when an individual in Tokyo enters its transport hub, the chances of staying in Tokyo or traveling to Osaka, Okinawa, or Hokkaido are in proportion to PWDs, which are 49.1%, 31.5%, 13.4%, and 6.0%, respectively (Fig. 1b).

Massive vaccination was initiated in April 2021, and a substantial portion of the population was completely vaccinated by the end of the 5th wave (see Additional file 4). Although the effect of vaccination can be modeled by reducing the transmission radius, it is not included in our study because its effectiveness cannot be adequately translated into the model without increasing computational complexity.

RL agent design and training

Our RL agent (hereinafter Agent) has two types of actions (outputs) – movement and screening. These actions are in a continuous domain with moving distances ranging from 1 to 5 pixels (1 = full action, 5 = none) and screening area with radiuses ranging from 0 to 10 pixels (10 = full action, 0 = none). Actions are executed daily at the prefecture level in the Environment. Each region's screening area overlaps its transport hub and shares the center.

To train the Agent, we use a deep neural network structured with bidirectional long short-term memory (LSTM) [37] layers for learning from consecutive time serial data. Asynchronous advantage actor-critic (A3C) [38] with 18 workers is used to increase data diversity and update speed by parallel computing. Proximal policy optimization (PPO) [39] and generalized advantage estimation (GAE) [40] are also used to reduce variances in training hence providing more reliable and accurate estimates.

Figure 1c illustrates how the Agent learns the best policy through interacting with the Environment. In each training round, the RL Environment provides daily states of the 4 prefectures for 15 consecutive days to the Agent, including the numbers of confirmed cases, active cases, recovered cases, deaths, quarantined cases, effective reproductive numbers, average movements, average screening radiuses, and average economies. The first 6 states are generated by the SEIQR models. Average movements and screening radiuses are collected from the actions assigned in the previous round, and the average economies are contributed by unquarantined individuals. These inputs are divided by either populations or respective maximums to remove the units. The Agent then grants daily actions on movement and screening for the 4 prefectures to the RL Environment based on these states. Finally, the Environment gives feedback to the Agent regarding the actions with a reward generated by the reward function. The Agent estimates the possible actions for the next round according to the reward values.

In our experiment, increases in the average economy are designed to generate positive rewards. In contrast, increases in confirmed cases, deaths, screening radius, and quarantine rate are associated with negative rewards for epidemic aggravating or causing economic burdens. Hence, the reward function is presented with a polynomial form:

$$PR\left({S}_{t}\right)= {E}_{t}-{a\times C}_{t}-{b\times D}_{t}-S-QR.$$
(7)

\({S}_{t}\) is the probability of state at time step \(t\). \({E}_{t}\) is the average economy. \({C}_{t}\) and \({D}_{t}\) are the daily confirmed cases and deaths, respectively. \(S\) and \(QR\) represent the average screening and quarantine rate. Parameters \(a\) and \(b\) are factitiously defined hyper-parameters and obtained from simulations.

During training, the average reward rises rapidly during the first 250 episodes and plateaus after 500 episodes, indicating the model is stable and the Agent does learn from interacting with the Environment to improve the policy. The detailed procedures of the Agent training are provided in Additional file 5.

Simulating wave-specific environments

The trained Agent must be introduced into an Environment reflecting the real world to examine its performance. Five epidemic peaks are observed during the study period (Fig. 2). To simulate a trend like this, a compartmental model must be replenished with susceptible individuals; however, it would introduce model complexity and uncertainty. Alternatively, we treat each wave as a separate Environment. These 5 Environments have the same configuration as the one used for training except for daily limits of exposed cases as SEIQR model constraints. When the number of exposed cases reaches the limit, the transmission radius is reduced. To check whether the simulated Environments can represent the 5 waves, we set target numbers for the 4 prefectures using their confirmed case percentages at overall peaks (Table 2). The total number of infectious cases for the 5 overall peaks is arbitrarily set to be 300. We have a total of 2,500 individuals in the 5 Environments, but the population of the 4 prefectures is over 29 million. Hence, our intention is not to echo the actual incidences, which is not feasible under computational limitations, but to make the peak infectious cases proportionally match the peak confirmed cases across prefectures and epidemic waves. As shown in Table 2, the mean numbers of infectious cases from 10 simulations (see Additional file 6) are very close to the targets (the 5th and 4th rows of each peak), verifying that the simulated Environments coincide with the 5 waves.

Fig. 2
figure 2

Five waves of epidemics. The green arrows indicate the dates of overall peaks

Table 2 Calculation of wave-specific environment parameters

Results

Figure 3a elaborates on the SEIQR-RL simulation of the 5th wave. Figure 3a1 shows the initial state with one exposed case in each region. In Fig. 3a2, the exposed case of Hokkaido appears at the transport hub and then travels to Tokyo (Fig. 3a3). Quarantined and deceased cases will be displayed in the designated areas outside the 4 regions, and Fig. 3a4 and 3a5 exhibit the first quarantined and deceased cases surrounded by dashed circles, respectively. Figure 3a6 is the final state. An additional movie file shows the simulation (see Additional file 7). To compare the change before and after the Agent’s engagement, Fig. 3b displays the simulated overall and regional curves with no screening/quarantine or restriction on movement (i.e. screening radius = 0 pixels and moving distance = 5 pixels). However, with the trained Agent’s engagement as shown in Fig. 3c, the epidemic is shortened from 148 to 131 days, and the overall daily infectious maximum is dramatically reduced from 165 to 35. Deaths are also restricted from 71 to 49. Similar results are observed from the other 4 Environments (see Additional file 8), and the reduced peak numbers are provided in Table 2 at the 6th row of each peak. Simulated data with and without the Agent’s engagement for the 5 waves are provided in Additional files 9, 10, 11, 12, 13, 14, 15, 16, 17, 18.

Fig. 3
figure 3

Simulation of the 5th wave of epidemic with and without the agent's involvement. a Simulation of the 5th epidemic wave using the Environment. b and c Overall and regional curves for the 5th wave before and after Agent’s engagement, respectively

Figure 4a shows the action trends and statistics of the 5th wave. For actions on movement, the medians are equal or close to 5, indicating minimal restrictions on movement for about half of the time. However, outliers are noticed. For actions on screening, on the other hand, the medians almost reach 10, suggesting the Agent frequently uses broad screening to control disease transmission. Yet the Agent acts differently on Okinawa; its median screening radius approaches 0. Similar results were observed from the other 4 waves (see Additional file 19).

Fig. 4
figure 4

Action trends and action timing analyses of the 5th wave of the epidemic. a Action trends and boxplots of the simulated 5th epidemic. b Action timing analyses

To investigate action timings, we divide the action scores into 4 ordinal levels, with higher levels indicating more rigorous actions. Levels 0 to 3 represent moving distances of 4–5, 3–4, 2–3, and 1–2 pixels, or screening radiuses of 0–1 pixels, 1–5 pixels, 5–7 pixels, and 7–10 pixels. We also create composite action levels by adding up the action levels – level 0 for additions equal to 0, level 1 for 1–3, level 2 for 3–5, and level 3 for 5–6. Figure 4b depicts the time series analyses for the 5th wave, and action levels 0–3 are displayed with green, yellow, purple, and pink backgrounds, respectively. As indicated in Fig. 4a, actions are generally easy at levels 0 and 1 (green and yellow) on movements (Fig. 4b1) but more stringent at level 3 (pink) on screening (Fig. 4b2), except for Okinawa, where both actions are easy. As for composite actions shown in Fig. 4b3, Okinawa is mostly at levels 0 and 1; actions of levels 2 and 3 are rare. However, level 2 composite actions are seen most frequently for the other three prefectures.

Action outliers are marked with blue and green dots for movement and screening radius, respectively. Figure 4b1 demonstrates that the restriction on movement is elevated when the number of exposed or infectious cases remains high (e.g., Tokyo’s day 67 and Osaka’s day 65), or the number of exposed or infectious cases increases rapidly (e.g., Okinawa’s days 62 and Osaka’s day 77). On the contrary, Fig. 4b2 shows the screening is eased when the number of exposed cases drops to a regional low (e.g., Tokyo’s day 111 and Osaka’s day 61) or the number of infectious cases drops rapidly (e.g., Osaka’s days 82). For Okinawa, strengthened screenings occur when the number of exposed or infectious cases remains high (e.g., days 28 and 51).

Discussion

We successfully expand the typically isolated and closed SEIR model to a semi-connected SEIQR system that accommodates subregions and integrates disease transmission, cross-regional traveling, and policies. To our knowledge, this is the first study attaining dynamic human flows between compartmental models through the mechanism of transport hubs. Spatial metapopulation models also have subpopulations pertinent to geographic or administrative regions, with each subpopulation having an SEIR model. However, metapopulation models use mobility matrices constructed from airline and commuter data to define the force of infection that determines the rate at which a susceptible individual within a specific region becomes exposed. Therefore, in these types of models, inter-regional movements cannot be observed because individuals do not really move between regions [9].

We use real data to establish wave-specific Environments with similar trends to the 4 prefectures. Therefore, factors that may affect disease transmission patterns like vaccination, multi-strains, and voluntarily preventive behaviors are reflected in the RL Environments to a certain extent. The fact that the trained Agent uses the optimal policy learned to generate similar results across the 5 Environments implies that the model is robust to the change of dynamic resulting from vaccination.

Variability in population crowdedness and human movement affects the transmission of an infectious disease [41]. PWD takes the distribution of populations in subareas into account, reflecting the density experienced by the average person in that region [42]. Thus, it is a good surrogate for crowdedness to allocate populations and human flows in synthetic Environments.

Screening and quarantine effectively prevent COVID-19 transmission [43] but consume resources and create economic burdens. Even though negative rewards are assigned in the proposed reward function, the Agent still relies heavily on screening to control spreading, confirming its effectiveness. This result is backed by Taiwan’s initial success in the pandemic contributed to the combination of testing, contact tracing, and quarantine [44, 45]. A key challenge of modeling is that interventions and human behaviors are often entangled with each other. Our RL Environments replicate real data and hence can be used to test the added effects of a specific intervention in addition to the background situation. In contrast, the Agent restricts movements only when transmission speeds up or remains high to maintain economic activities.

Deviated action patterns are observed in Okinawa. Over the study period, Okinawa has a high incidence rate and reproduction number (Fig. 5a and d), but low mortality and fatality rates (Fig. 5b and c). Since our Environments reflect the natural COVID-19 spreading scenes, we infer that the Agent treats Okinawa as a low-risk region partly because of these features and is supported by minimal movement restriction.

Fig. 5
figure 5

Incidence, mortality & fatality rates, and reproduction number. a Incidence rate, (b) mortality rate, (c) fatality rate, and (d) reproduction number (five-day moving average) of the study period. The rates are calculated assuming each person is only infected once

The results of our experiments should be interpreted given the following limitations. Firstly, only 500 individuals are allowed in each RL Environment due to computational constraints; subsequently, an excessive fatality rate of 20% is set for the SEIQR models to generate deaths. The results would be more representative and generalizable if the population could be increased by improving computational resources. Moreover, vaccination dynamics are not incorporated in our model; therefore, the results of the 4th and the 5th waves should be interpreted with caution as the Agent might take different strategies if vaccination effects were taken into account. Furthermore, actions are updated every 24 h. It is not feasible for authorities to issue new policies this frequently, but our algorithm still provides valuable information for reference in making policies. Lastly, our algorithm does not include international traveling, which could be ignored because border control was implemented in Japan during the experimental period. However, applying the model to other periods when international entries are allowed may affect the model's validity. Despite these limitations, our RL algorithm offers a nice container to observe the balance between disease control and economic activities and may assist in policy making.

Conclusions

Our semi-connected SEIQR models establish an interactive environment that offers a nice container to observe the balance between disease control and economic activities. It also exhibits the potential of RL algorithms in supporting policy-making.

Availability of data and materials

The datasets supporting the conclusions of this article are included within the article and its additional files.

Abbreviations

A3C:

Asynchronous Advantage Actor-Critic

COVID-19:

Coronavirus Disease of 2019

GAE:

Generalized Advantage Estimation

LSTM:

Long Short-Term Memory

ML:

Machine Learning

PD:

Population Density

PPO:

Proximal Policy Optimization

PWD:

Population-Weighted Density

RL:

Reinforcement Learning

Rt :

Reproduction Rate at Time t

SEIR:

Susceptible-Exposed-Infected-Removed

SEIQR:

Susceptible-Exposed-Infected-Quarantined-Removed

SIR:

Susceptible-Infected-Removed

References

  1. Deb P, Furceri D, Ostry JD, Tawk N. The effect of containment measures on the COVID-19 pandemic. Covid Econ. 2020;19:53–86.

    Google Scholar 

  2. Pak A, Adegboye OA, Adekunle AI, et al. Economic consequences of the COVID-19 outbreak: the need for epidemic preparedness. Front Public Health. 2020;8: 241. https://doi.org/10.3389/fpubh.2020.00241.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Kolahchi Z, Domenico MD, Uddin LQ, et al. COVID-19 and its global economic impact. Adv Exp Med Biol. 2021;1318:825–37. https://doi.org/10.1007/978-3-030-63761-3_54.

    Article  PubMed  CAS  Google Scholar 

  4. Yeyati EL, Filippini F. Social and economic impact of COVID-19. Brookings Global Working Paper. 2021;158:4–9. https://www.brookings.edu/wp-content/uploads/2021/06/Social-and-economic-impact-COVID.pdf. Accessed 21 June 2023.

  5. UN Department of Economic and Social Affairs. World economic situation and prospects April 2020 briefing, No. 136. https://www.un.org/development/desa/dpad/publication/world-economic-situation-and-prospects-april-2020-briefing-no-136/. Accessed 21 June 2023.

  6. The World Bank. GDP growth (annual %). https://data.worldbank.org/indicator/NY.GDP.MKTP.KD.ZG. Accessed 21 June 2023.

  7. McBryde ES, Meehan MT, Adegboye OA, et al. Role of modelling in COVID-19 policy development. Paediatr Respir Rev. 2020;35:57–60. https://doi.org/10.1016/j.prrv.2020.06.013.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Rhodes T, Lancaster K, Lees S, et al. Modeling the pandemic: attuning models to their contexts. BMJ Glob Health. 2020;5:e002914. https://doi.org/10.1136/bmjgh-2020-002914.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Adiga A, Dubhashi D, Lewis B, et al. Mathematical models for COVID-19 pandemic: a comparative analysis. J Indian Inst Sci. 2020;100(4):793–807. https://doi.org/10.48550/arXiv.2009.10014.

    Article  PubMed  PubMed Central  Google Scholar 

  10. Mohamadou Y, Halidou A, Kapen PT. A review of mathematical modeling, artificial intelligence and datasets used in the study, prediction and management of COVID-19. Appl Intell. 2020;50(11):3913–25. https://doi.org/10.1007/s10489-020-01770-9.

    Article  Google Scholar 

  11. Heidari A, Navimipour NJ, Unal M, Toumaj S. Machine learning applications for COVID-19 outbreak management. Neural Comput Appl. 2022;34(18):15313–48. https://doi.org/10.1007/s00521-022-07424-w.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Payedimarri AB, Concina D, Portinale L, et al. Prediction models for public health containment measures on COVID-19 using artificial intelligence and machine learning: a systematic review. Int J Environ Res Public Health. 2021;18(9): 4499. https://doi.org/10.3390/ijerph18094499.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  13. Ahmar AS, Boj E. Will COVID-19 confirmed cases in the USA reach 3 million? A forecasting approach by using suttearima method. Curr Opin Behav Sci. 2020;1: 100002. https://doi.org/10.1016/j.crbeha.2020.100002.

    Article  Google Scholar 

  14. Aviv-Sharon E, Aharoni A. Generalized logistic growth modeling of the COVID-19 pandemic in Asia. Infect Dis Model. 2020;5:502–9. https://doi.org/10.1016/j.idm.2020.07.003.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Gaglione D, Braca P, Millefiori LM, et al. Adaptive bayesian learning and forecasting of epidemic evolution – data analysis of the COVID-19 outbreak. IEEE Access. 2020;8:175244–64. https://doi.org/10.1109/access.2020.3019922.

    Article  PubMed  Google Scholar 

  16. Chimmula VKR, Zhang L. Time series forecasting of COVID-19 transmission in Canada using LSTM networks. Chaos Solit Fractals. 2020;135:109864. https://doi.org/10.1016/j.chaos.2020.109864.

    Article  Google Scholar 

  17. Cooper I, Mondal A, Antonopoulos CG. A SIR model assumption for the spread of COVID-19 in different communities. Chaos Solit Fractals. 2020;139:110057. https://doi.org/10.1016/j.chaos.2020.110057.

    Article  MathSciNet  Google Scholar 

  18. He S, Peng Y, Sun K. SEIR modeling of the COVID-19 and its dynamics. Nonlinear Dyn. 2020;101:1667–80. https://doi.org/10.1007/s11071-020-05743-y.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Kraemer MU, Yang C-H, Gutierrez B, et al. The effect of human mobility and control measures on the COVID-19 epidemic in China. Science. 2020;368(6490):493–7. https://doi.org/10.1126/science.abb4218.

    Article  ADS  PubMed  CAS  Google Scholar 

  20. Ferguson N, Laydon D, Gilani GN et al. Report 9: Impact of non-pharmaceutical interventions (NPIs) to reduce COVID-19 mortality and healthcare demand; 2020. https://doi.org/10.25561/77482 .

  21. Metcalf CJE, Morris DH, Park SW. Mathematical models to guide pandemic response. Science. 2020;369(6502):368–9. https://doi.org/10.1126/science.abd1668.

    Article  ADS  MathSciNet  PubMed  CAS  Google Scholar 

  22. Nishi A, Dewey G, Endo A, et al. Network interventions for managing the covid-19 pandemic and sustaining economy. Proc Natl Acad Sci. 2020;117(48):30285–94. https://doi.org/10.1073/pnas.2014297117.

    Article  ADS  PubMed  PubMed Central  CAS  Google Scholar 

  23. Shami L, Lazebnik T. Economic aspects of the detection of new strains in a multi-strain epidemiological–mathematical model. Chaos Solit Fractals. 2022;165:112823. https://doi.org/10.1016/j.chaos.2022.112823.

    Article  MathSciNet  Google Scholar 

  24. Lazebnik T, Shami L, Bunimovich-Mendrazitsky S. Intervention policy influence on the effect of epidemiological crisis on industry-level production through input–output networks. Socio-Econ Plan Sci. 2023;87:101553. https://doi.org/10.1016/j.seps.2023.101553.

    Article  Google Scholar 

  25. Puterman ML. Markov decision processes. Handbooks Oper Res Manage Sci. 1990;2:331–434. https://doi.org/10.1016/S0927-0507(05)80172-0.

    Article  MathSciNet  Google Scholar 

  26. Barto A, Thomas P, Sutton R. Published. Some recent applications of reinforcement learning. Proceedings of the Eighteenth Yale Workshop on Adaptive and Learning Systems. 2017. Accessed 21 June 2023.

  27. Lee J, Chung J, Sohn K. Reinforcement learning for joint control of traffic signals in a transportation network. IEEE Trans Veh. 2019;69(2):1375–87. https://doi.org/10.1109/TVT.2019.2962514.

    Article  Google Scholar 

  28. Meng TL, Khushi M. Reinforcement learning in financial markets. Data. 2019;4(3): 110. https://doi.org/10.3390/data4030110.

    Article  Google Scholar 

  29. Nguyen H, La H. Review of deep reinforcement learning for robot manipulation. Third IEEE International Conference on Robotic Computing (IRC). 2019;2019:590–5. https://doi.org/10.1109/IRC.2019.00120.

    Article  Google Scholar 

  30. Nian R, Liu J, Huang B. A review on reinforcement learning: introduction and applications in industrial process control. Comput Chem Eng. 2020;139: 106886. https://doi.org/10.1016/j.compchemeng.2020.106886.

    Article  CAS  Google Scholar 

  31. Yu C, Liu J, Nemati S, Yin G. Reinforcement learning in healthcare: a survey. ACM Comput Surv. 2021;55(1):1–36. https://doi.org/10.1145/3477600.

    Article  Google Scholar 

  32. Ohi AQ, Mridha MF, Monowar MM, Hamid MA. Exploring optimal control of epidemic spread using reinforcement learning. Sci Rep. 2020;10(1):22106. https://doi.org/10.1038/s41598-020-79147-8.

    Article  ADS  PubMed  PubMed Central  CAS  Google Scholar 

  33. Toyo Keizai Inc., Tokyo, Japan. Toyo Keizai Online Coronavirus disease (COVID-19) situation report in Japan. https://toyokeizai.net/sp/visual/tko/covid19/index.html. Updated 8 May 2023. Accessed 21 June 2023.

  34. Portal Site of Official Statistics of Japan. 2015 population census: basic complete tabulation on population and households of Japan. https://www.e-stat.go.jp/en/stat-search/files?page=1&toukei=00200521&tstat=000001080615. Updated 18 Jan 2019. Accessed 21 June 2023.

  35. Authority GI. June, Japan. The 2020 planimetric reports on the land area by prefectures and municipalities in Japan. https://www.gsi.go.jp/KOKUJYOHO/OLD-MENCHO-title.htm . Published 22 Dec 2020. Accessed 21 2023.

  36. World Health Organization. Coronavirus disease (COVID-19). https://www.who.int/health-topics/coronavirus#tab=tab_3. Accessed 21 June 2023.

  37. Yu Y, Si X, Hu C, Zhang J. A review of recurrent neural networks: LSTM cells and network architectures. Neural Comput. 2019;31(7):1235–70. https://doi.org/10.1162/neco_a_01199.

    Article  MathSciNet  PubMed  Google Scholar 

  38. Babaeizadeh M, Frosio I, Tyree S et al. Reinforcement learning through asynchronous advantage actor-critic on a GPU. https://doi.org/10.48550/arXiv.1611.06256.

  39. Schulman J, Wolski F, Dhariwal P, Radford A, Klimov O. Proximal policy optimization algorithms. https://doi.org/10.48550/arXiv.1707.06347 .

  40. Kochenderfer MJ, Wheeler TA, Wray KH. Algorithms for decision making. Cambridge: MIT Press; 2022.

    Google Scholar 

  41. Rader B, Scarpino SV, Nande A, et al. Crowding and the shape of COVID-19 epidemics. Nat Med. 2020;26(12):1829–34. https://doi.org/10.1038/s41591-020-1104-0.

    Article  PubMed  CAS  Google Scholar 

  42. Ottensmann JR. The use (and misuse) of population-weighted density, November 1, 2021. https://doi.org/10.2139/ssrn.3970248 .

  43. Girum T, Lentiro K, Geremew M, et al. Global strategies and effectiveness for COVID-19 prevention through contact tracing, screening, quarantine, and isolation: a systematic review. Trop Med Health. 2020;48(1):1–15. https://doi.org/10.1186/s41182-020-00285-w.

    Article  Google Scholar 

  44. Summers J, Cheng H-Y, Lin H-H, et al. Potential lessons from the Taiwan and New Zealand health responses to the COVID-19 pandemic. Lancet Reg Health West Pac. 2020;100044. 10.1016/j.lanwpc.2020.100044.

  45. Steinbrook R. Lessons from the success of COVID-19 control in Taiwan. JAMA Intern Med. 2021;181(7):922. https://doi.org/10.1001/jamainternmed.2021.1625.

    Article  PubMed  CAS  Google Scholar 

Download references

Acknowledgements

We wish to acknowledge Tang-Chen Chang, a Doctoral Student at the Institute of Information System and Applications of National Tsing Hua University, Taiwan for his support of data format transformation.

Funding

This work was supported by the National Science and Technology Council, Taiwan [grant numbers 111-2221-E-008-087 and 112-2221-E-008-052].

Author information

Authors and Affiliations

Authors

Contributions

YK: conceptualization, data curation, investigation, project administration, validation, visualization, writing-original draft, writing - review & editing. P-JC: conceptualization, formal analysis, investigation, methodology, project administration, software, validation, visualization, writing – review & editing. P-CC: conceptualization, investigation, writing – review & editing. C-CC: conceptualization, funding acquisition, methodology, resources, supervision, writing – review & editing.

Corresponding author

Correspondence to Chien-Chang Chen.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Kao, Y., Chu, PJ., Chou, PC. et al. A dynamic approach to support outbreak management using reinforcement learning and semi-connected SEIQR models. BMC Public Health 24, 751 (2024). https://doi.org/10.1186/s12889-024-18251-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12889-024-18251-0

Keywords