Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail
Abstract
:1. Introduction
2. Methods
2.1. Models
2.1.1. SEIR Compartmental Model
2.1.2. SEIR Network Model
2.1.3. SEIR Heterogeneous Mean-Field Model
2.2. Performance Metrics
- Average time () of one simulation run;
- Number of equations (when applicable).
3. Results
3.1. Simulation Results
3.2. Comparison
3.3. Sampling Approach for Network Models
4. Discussion
- The network model operates faster than the multi-agent model, allowing for the sampling of contact networks. It is also straightforward to implement since there is no need to construct synthetic populations;
- The heterogeneous mean-field model runs three orders of magnitude faster than the network model, facilitating calibrations against real data. This model can also account for population heterogeneity since it uses the same graph input as the network model. At the same time, the individual-level tracking of infection transmission with this model type is impossible.
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Anderson, R.; May, R. Infectious Diseases of Humans: Dynamics and Control; Oxford University Press: Oxford, UK, 1991. [Google Scholar]
- Pastor-Satorras, R.; Vespignani, A. Epidemic spreading in scale-free networks. Phys. Rev. Lett. 2001, 86, 3200. [Google Scholar] [CrossRef] [PubMed]
- Pastor-Satorras, R.; Vespignani, A. Epidemic dynamics in finite size scale-free networks. Phys. Rev. E 2002, 65, 035108. [Google Scholar] [CrossRef] [PubMed]
- Chen, L.C.; Kaminsky, B.; Tummino, T.; Carley, K.M.; Casman, E.; Fridsma, D.; Yahja, A. Aligning simulation models of smallpox outbreaks. In Proceedings of the International Conference on Intelligence and Security Informatics, Tucson, AZ, USA, 10–11 June 2004; pp. 1–16. [Google Scholar]
- Rahmandad, H.; Sterman, J. Heterogeneity and network structure in the dynamics of diffusion: Comparing agent-based and differential equation models. Manag. Sci. 2008, 54, 998–1014. [Google Scholar] [CrossRef]
- Kiss, I.Z.; Miller, J.C.; Simon, P.L. Mathematics of Epidemics on Networks; Springer: Cham, Swutzerland, 2017; Volume 598, p. 31. [Google Scholar]
- WHO. Influenza (Seasonal). Available online: https://www.who.int/news-room/fact-sheets/detail/influenza-(seasonal) (accessed on 30 January 2025).
- WHO. Transmission of SARS-CoV-2: Implications for Infection Prevention Precautions. Available online: https://www.who.int/news-room/commentaries/detail/transmission-of-sars-cov-2-implications-for-infection-prevention-precautions (accessed on 30 January 2025).
- Minayev, P.; Ferguson, N. Improving the realism of deterministic multi-strain models: Implications for modelling influenza A. J. R. Soc. Interface 2009, 6, 509–518. [Google Scholar] [CrossRef] [PubMed]
- Piovella, N. Analytical solution of SEIR model describing the free spread of the COVID-19 pandemic. Chaos Solitons Fractals 2020, 140, 110243. [Google Scholar] [CrossRef] [PubMed]
- Agarwal, P.; Nieto, J.J.; Torres, D.F. Mathematical Analysis of Infectious Diseases; Academic Press: Cambridge, MA, USA, 2022. [Google Scholar]
- Barabási, A.L.; Albert, R. Emergence of scaling in random networks. Science 1999, 286, 509–512. [Google Scholar] [CrossRef] [PubMed]
- Watts, D.J.; Strogatz, S.H. Collective dynamics of ‘small-world’networks. Nature 1998, 393, 440–442. [Google Scholar] [CrossRef] [PubMed]
- Barrat, A.; Weigt, M. On the properties of small-world network models. Eur. Phys. J. B Condens. Matter Complex Syst. 2000, 13, 547–560. [Google Scholar] [CrossRef]
- Kiss, I.Z.; Miller, J.C.; Simon, P.L. Mathematics of Epidemics on Networks. From Exact to Approximate Models. Associated Python Software. Available online: https://springer-math.github.io/Mathematics-of-Epidemics-on-Networks/ (accessed on 30 March 2025).
- Masuda, N.; Vestergaard, C.L. Gillespie Algorithms for Stochastic Multiagent Dynamics in Populations and Networks; Cambridge University Press: Cambridge, UK, 2022. [Google Scholar]
- Huaman, I.; Leonenko, V. Does complex mean accurate: Comparing COVID-19 propagation models with different structural complexity. In Proceedings of the International Conference on Computational Science, Prague, Czech Republic, 3–5 July 2023; pp. 270–277. [Google Scholar]
- Akaike, H. Information theory and an extension of the maximum likelihood principle. In Selected Papers of Hirotugu Akaike; Springer: Berlin, Germany, 1998; pp. 199–213. [Google Scholar]
- Burnham, K.P.; Anderson, D.R. Multimodel inference: Understanding AIC and BIC in model selection. Sociol. Methods Res. 2004, 33, 261–304. [Google Scholar] [CrossRef]
- Leonenko, V.; Arzamastsev, S.; Bobashev, G. Contact patterns and influenza outbreaks in Russian cities: A proof-of-concept study via agent-based modeling. J. Comput. Sci. 2020, 44, 101156. [Google Scholar] [CrossRef]
- Korzin, A.I.; Kaparulin, T.I.; Leonenko, V.N. Assessing the Applicability of the Multiagent Modeling Approach to the Epidemic Surveillance of COVID-19 in Russian Cities. In Proceedings of the 2024 IEEE International Multi-Conference on Engineering, Computer and Information Sciences (SIBIRCON), Novosibirsk, Russian Federation, 30 September–2 October 2024; pp. 237–242. [Google Scholar]
- Bobashev, G.V.; Goedecke, D.M.; Yu, F.; Epstein, J.M. A hybrid epidemic model: Combining the advantages of agent-based and equation-based approaches. In Proceedings of the 2007 Winter Simulation Conference, Washington, DC, USA, 9–12 December 2007; pp. 1532–1537. [Google Scholar]
- Hunter, E.; Namee, B.M.; Kelleher, J.D. A hybrid agent-based and equation based model for the spread of infectious diseases. J. Artif. Soc. Soc. Simul. 2020, 23, 1–14. [Google Scholar] [CrossRef]
Parameter | Description |
---|---|
Infection transmission rate | |
Mean latent period, days | |
Mean infectious period, days | |
Simulation time, days |
Parameter | Description |
---|---|
Infection transmission rate | |
Mean latent period, days | |
Mean infectious period, days | |
N | Network size (number of nodes) |
m | Number of edges to attach from a new node to existing nodes (for Barbasi–Albert network) |
k | Number of nearest neighbours to join in ring topology (for Watts–Strogatz network) |
p | The probability of edge rewiring (for Watts–Strogatz network) |
Simulation time, days |
Model | Average Simulation Time, s | k | Number of Equations |
---|---|---|---|
SEIR-ODE | 4 | 4 | |
SEIR mean-field | 6 (7) * | , where L is the number of distinct degrees in network | |
SEIR network | 6 (7) * | N/A | |
multi-agent model | [20] | 22 | N/A |
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. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Korzin, A.; Leonenko, V. Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail. Mathematics 2025, 13, 1385. https://doi.org/10.3390/math13091385
Korzin A, Leonenko V. Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail. Mathematics. 2025; 13(9):1385. https://doi.org/10.3390/math13091385
Chicago/Turabian StyleKorzin, Andrey, and Vasiliy Leonenko. 2025. "Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail" Mathematics 13, no. 9: 1385. https://doi.org/10.3390/math13091385
APA StyleKorzin, A., & Leonenko, V. (2025). Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail. Mathematics, 13(9), 1385. https://doi.org/10.3390/math13091385