Quickest Detection and Forecast of Pandemic Outbreaks: Analysis Of

Quickest Detection and Forecast of Pandemic Outbreaks: Analysis Of

1 Quickest Detection and Forecast of Pandemic Outbreaks: Analysis of COVID-19 Waves Giovanni Soldi, Nicola Forti, Domenico Gaglione, Paolo Braca, Senior Member, IEEE, Leonardo M. Millefiori, Member, IEEE, Stefano Marano, Senior Member, IEEE, Peter K. Willett, Fellow, IEEE, Krishna R. Pattipati Life Fellow, IEEE Abstract—The COVID-19 pandemic has, worldwide and these measures, new waves of COVID-19 cases are ram- up to December 2020, caused over 1.7 million deaths, pant in many countries around the world. Despite the and put the world’s most advanced healthcare systems experience of the first wave, many governments have under heavy stress. In many countries, drastic restric- failed to detect these new exponential growth patterns tive measures adopted by political authorities, such as early, and, consequently, either have acted too late or national lockdowns, have not prevented the outbreak of new pandemic’s waves. In this article, we propose an in- have applied light and ineffective countermeasures. This tegrated detection-estimation-forecasting framework that, suggests that it is of paramount importance to develop using publicly available data, is designed to: (i) learn rel- advanced models and algorithms that are able to detect evant features of the pandemic (e.g., the infection rate); the onset of an exponential growth phase as quickly as (ii) detect as quickly as possible the onset (or the termina- possible, and to forecast the incipient evolution of the tion) of an exponential growth of the contagion; and (iii) infection in order to provide local and governmental au- reliably forecast the pandemic evolution. The proposed so- thorities with enhanced real-time decision support. lution is validated by analyzing the COVID-19 second and Leveraging our knowledge in quickest detection tech- third waves in the USA. niques [3], [4], adaptive Bayesian filtering and target Index Terms—Pandemic modeling and prediction, tracking [5], we propose a framework that, based on data Bayesian filtering, quickest detection, compartmental provided on a daily basis by authorities (e.g., number of model, COVID-19 second waves. infected and recovered), is able to i) learn relevant fea- tures of the pandemic, e.g., the infection rate, ii) detect I. INTRODUCTION as quickly as possible the passages from (or back to) a N March 11, 2020, the World Health Organiza- controlled regime, i.e., a phase during which the num- ber of new cases is under control, to (from) a critical tion (WHO) declared the COVID-19 disease a pan- O one, i.e., characterized by an exponential growth in the demic. Since then, many governments, hampered by the number of infected, and iii) reliably forecast the pan- lack of an effective cure, decided to undertake extraor- demic evolution. We exploit recently developed tools for dinary social measures, such as travel bans, closure of schools, universities, shops, factories and even national quickest detection of COVID-19 pandemic onset, learn- lockdowns, causing disruptive changes in social behav- ing of its peculiar features, and forecasting its evolution. ior, global mobility patterns, and the economies, see The quickest detection task relies on a method recently presented in [6] and [7], that is a version of the cele- arXiv:2101.04620v2 [eess.SP] 21 Apr 2021 e.g. [1]. These measures resulted in effectively reduc- brated Page’s CUSUM test [3], [4] specifically tailored ing the infection rate and slowing the spread of the pan- to non-stationary pandemic data. This method, called the demic [2], thereby bringing the number of cases under mean agnostic sequential test (MAST), is able to detect control and relieving the pressure on the intensive care the onset of an exponential pandemic growth by prop- units. However, because of the premature relaxation of erly trading-off the delay in intervention and the risk of incorrectly declaring an outbreak. The MAST, prop- G. Soldi, N. Forti, D. Gaglione, P. Braca, and L. M. Millefiori are with the NATO Centre for Maritime Research and Experimen- erly adjusted (inverting the roles of the hypotheses), is tation (CMRE). Their work was supported by the Data Knowledge also able to detect the termination of a pandemic wave and Operational Effectiveness (DKOE) program, sponsored by the as well. As for the learning and forecasting tasks, epi- NATO Allied Command Transformation (ACT). S. Marano is with University of Salerno. P. Willett and K. Pattipati are with the Univer- demiological compartmental models, such as the SIR and sity of Connecticut. The work of P. Willett was supported in part by SEIR models (cf. Section II), are used to describe the AFOSR under Contract FA9500-18-1-0463. The work of K. Pattipati pandemic evolution. Model parameters, such as infec- was supported in part by the U.S. ONR, in part by the U.S. NRL tion and recovery rates, are considered time-varying, and under Grant N00014-18-1-1238 and Grant N00173-16-1-G905, and in part by the NASA’s Space Technology Research Grants Program are learned together with the posterior probability distri- under Grant 80NSSC19K1076. butions of the main epidemiological quantities, e.g., the 2 numbers of infected and recovered individuals; see de- with a median value of 5.2 days). Therefore, suscep- tails in [8]. tible individuals go through an exposed (E) compart- Key to the accuracy of the forecast is to know which ment before developing evident symptoms, and, even- recent data apply to it; that is, we need the change-points tually, move to the infected compartment. In the SEIRQ between controlled and critical regimes. For this rea- model [10], an extra compartment is added for individ- son, in this paper, we combine the quickest detection uals who have contracted the virus and are quarantined approach with the Bayesian forecast to develop an in- (Q). A further extension is represented by the generalized tegrated detection-forecast framework. In particular, de- SEIR (GSEIR) [11], that includes three more compart- tecting the beginning and the termination of a pandemic ments, i.e., insusceptible, quarantined, and death. The wave through MAST enables a more reliable infection SIR-X model [12] takes into account restrictive mea- rate estimation to be adopted in accurate forecast of pan- sures, such as closure of schools and shops, or complete demic evolution up to several weeks after the detection. lockdown, by removing susceptible individuals from the The comprehensive set of tools provided by the proposed disease spreading process. The majority of epidemio- framework might assist the authorities in evaluating the logical models described above assume that the disease implementation of pandemic countermeasures. The ef- spreads inside a unique population, e.g., city, region, fectiveness of the proposed framework is assessed by country. Metapopulation models [13] go beyond com- detecting the onsets and terminations of the second and partmental models by adding a further spatial dimension third waves of COVID-19 in the USA, starting from May and considering a network of spatially separated subpop- 1, 2020, and forecasting the evolution of the contagion ulations among which individuals can move freely, and up to December 13, 2020. come in contact with each other. The remainder of this paper is organized as follows. Most of these compartmental models describe the flow Section II presents the most used compartmental models dynamics from one compartment to another by means of for epidemiological modeling. Section III describes the a set of stochastic differential equations. In most cases, proposed framework that includes the Bayesian learning the main model parameters are fixed and do not vary of the model parameters the quickest detection of an with time. In our proposed framework, described in the exponential growth, and the forecasting of the contagion. following sections, we assume that relevant epidemiolog- Data analysis of the second and third waves of COVID- ical model parameters are time-varying to better capture 19 in the USA is presented in Section IV, and concluding the effects of mobility and possible restrictive measures. remarks are provided in Section V. These parameters are then estimated online along with the epidemiological model states. II. EPIDEMIOLOGICAL MODELING Compartmental epidemiological models assume that III. LEARNING, DETECTION AND FORECAST a given population is partitioned into a predefined num- Our proposed decision-directed estimation (learning)- ber of compartments (population subgroups), where each detection-forecasting framework is presented in Fig. 1. compartment represents a pandemic state that an individ- The sketch reads from left to right, and describes the ual can occupy. The SIR model [9] accounts for three main stages using the SIR epidemiological model; nev- compartments, specifically, susceptible (S), infected (I), ertheless, other models, as those introduced in Section and recovered (R) individuals. A susceptible individual II, can be employed. Moreover, we describe the frame- can contract the virus at a fixed constant “infection” rate, work using the sequences of daily new positive individ- denoting the rate at which the individual comes in con- uals and the cumulative number of healed people and tact with an infected individual. If infected, an individual fatalities, that are grouped under the “recovered” or re- develops the disease and is transitioned to the infected moved compartment. The use of these sequences, among compartment. Finally, an infected individual recovers or many others, is due to the fact that

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us