Next Article in Journal
Attribute-Aware Graph Aggregation for Sequential Recommendation
Previous Article in Journal
Improving the Reliability of Parallel and Series–Parallel Systems by Reverse Engineering of Algebraic Inequalities
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Lightweight Models for Influenza and COVID-19 Prediction in Heterogeneous Populations: A Trade-Off Between Performance and Level of Detail

National Center for Cognitive Research, ITMO University, 197101 Saint Petersburg, Russia
*
Author to whom correspondence should be addressed.
Mathematics 2025, 13(9), 1385; https://doi.org/10.3390/math13091385
Submission received: 31 January 2025 / Revised: 31 March 2025 / Accepted: 18 April 2025 / Published: 24 April 2025
(This article belongs to the Section E3: Mathematical Biology)

Abstract

:
In this work, we employ two modeling approaches—a mean-field model and a network model—for the purpose of modeling respiratory infection outbreaks in Russia. The presented approaches and their software implementation combine heterogeneity and structural simplicity and, in this sense, they close the gap between the compartmental SEIR models and complex detailed solutions based on agent-based approaches—the two most common modeling techniques for influenza and COVID-19 dynamics. The mathematical description of the approaches is presented, with SEIR compartmental model serving as a baseline for comparison. The experiments demonstrate the similarity of the modeling output of the presented approaches, which allows their interchangeable usage in replicating real outbreak dynamics in Russian cities. The ability of the discussed approaches to mimic data from Russian epidemic surveillance is shown by fitting a mean-field model to data from an influenza outbreak in Saint Petersburg in 2014–2015. The comparison of model complexity and their performance is made using synthetic scenarios. Following the results of numerical experiments, the comparative advantages and drawbacks of the approaches in the application to respiratory infection outbreaks are discussed. The presented modeling techniques, in addition to classical SEIR models and agent-based models as a part of epidemic surveillance, allow one to select the best modeling option for any particular task in outbreak surveillance and control, based on the computational resources at hand, data availability, and data quality.
MSC:
92D30; 92-10; 90C31

1. Introduction

Influenza remains a significant public health challenge, with profound social and economic repercussions. Seasonal influenza outbreaks not only lead to increased morbidity and mortality, but also impose substantial burdens on healthcare systems and the economy. For example, economic costs associated with influenza include lost productivity due to absenteeism, increased healthcare expenditures, and indirect costs related to reduced workforce efficiency. To improve the preparedness of authorities and medical institutions, rapid and precise reactions are essential. This is where mathematical models come into play, providing a framework for quantifying the dynamics of influenza outbreaks and forming decision-making processes. Mathematical modeling serves as a powerful tool in epidemiology, allowing researchers to simulate and forecast the spread of infectious diseases in various scenarios. Different types of epidemic model exist, each varying in complexity and in the level of detail with which they address the mechanisms of infection transmission. For epidemic surveillance and morbidity forecasting, it is essential to be able to quickly and accurately calibrate the model using known data, as well as to account for the characteristics of contact patterns that influence the spread of disease. Therefore, it is necessary to maintain a balance between the complexity of the model and its ability to be calibrated to real data.
Compartmental models, which are based on ordinary differential equations (ODEs), offer a simplified representation of disease transmission by categorizing populations into compartments—for instance, susceptible, exposed, infected, and recovered [1]. Such models are well studied and can be subject to analytical analysis, but they do not take into account the heterogeneity of the population, nor do they track the spatial distribution of the disease. Multi-agent models can address these issues by examining the process of disease spread at the level of individual contacts. Typical multi-agent models are implemented as algorithms on graphs, where vertices represent individuals and edges simulate connections between people, which may result in infection transmission. Graphs can be constructed based on demographic studies of contact networks or using standard networks, such as Barabási–Albert, Watts–Strogatz, or Erdős–Rényi graphs and so on. The simulation runs for multi-agent models are time-consuming, which is a critical factor when the model has to be launched a number of times with various parameter sets—e.g., in the case of repetitive calibration to data and sensitivity analysis. Network models, which do not contain individual features of population members (e.g., [2,3]), are less demanding in terms of computational resources. Still, the necessity to monitor peer-to-peer infection transmission makes them slower than the compartmental models, which operate with homogeneous compartments without individual connections between the population members. A compromise between the computational complexity and the level of detail in describing an epidemic is represented by models that approximate graph descriptions using differential equations. Such models include mean-field models, pairwise interaction models, and models based on percolation theory.
In this work, we demonstrate two models that combine heterogeneity of regarded population and structural simplicity in the description of the epidemic process. The presented approaches and their software implementation intends to close the gap between the classical compartmental SEIR-type models and complex detailed solutions based on agent–based approaches, which are the most common modeling techniques for modeling influenza and COVID-19 dynamics. Thus we form a set of models with varying structural complexity to be used in epidemic surveillance, which allows us to select the best modeling option regarding the computational resources, data availability, and level of input uncertainty for every particular case related to purposes of epidemic surveillance and control.

2. Methods

In this section, we provide a brief description of the models employed: the compartmental model, the network model, and the heterogeneous mean-field model. Our foremost interest is to investigate the options of using them interchangeably for a given outbreak dynamics simulation. We base our ideas on the works about aligning differential and multi-agent models, e.g., [4,5], which show that it is possible to establish a certain relation between the output of these types of models despite the dramatic differences in their structure. For the idea of how to match the named models, we largely relied on the results provided in book [6]. Since the authors performed all the analysis on the SIR models (the incubation period of the disease is not considered), we extend some of their results for SEIR models (where E stands for exposed, i.e., infected in latent state) and show the applicability of their concept to these models as well. Our necessity to operate with SEIR rather than SIR is based on the fact that the epidemic respiratory infections of our interest, such as influenza and COVID-19, have pronounced periods of latent infection, which makes the usage of SEIR more correct. Namely, the influenza incubation period is known to be around 1–4 days (2 on average) [7], whereas COVID-19 incubation period is on average 5–6 days, but can be as long as 14 days [8] (although it becomes shorter for more recent strains).

2.1. Models

2.1.1. SEIR Compartmental Model

Our baseline model for comparison is a compartmental SEIR model. The compartmental SEIR model assumes the division of the population into four compartments: S—susceptible, E—latent, I—infectious, and R—recovered. The transitions between compartments are described by a system of differential equations:
S ˙ = τ S I , E ˙ = τ S I α E , I ˙ = α E γ I , R ˙ = γ I ,
S ( 0 ) = S 0 , E ( 0 ) = E 0 , I ( 0 ) = I 0 , R ( 0 ) = R 0 ,
where τ is infection transmission rate, 1 / α is mean latent period for a newly infected person, and 1 / γ is mean infectious period. Since we regard a single disease outbreak lasting not more than 180 days, we do not consider demographic effects, such as birth, death, and migration; thus, there are no inward and outward flows in the equations for the compartments. We do not distinguish asymptomatic infectious individuals—we take into account their possible existence at the stage of calibrating models to data, together with the incidence cases missed by epidemic surveillance and hence not reported. Also, for the sake of simplicity, we regard only one generic virus strain, although, in the case of influenza, parallel epidemics caused by several strains are common [9].
Compartmental models are well-studied and suitable for analytical analysis, such as the assessment of parameter values that prevent an outbreak [10,11]. The drawback of this approach is that the heterogeneity of the contact network is not taken into account. This means that for all the cities with the same population size, the form of the infection curves will be identical, despite the differences in demographic characteristics and varying population densities in these cities. Another drawback of this approach is the inability to track the spatial spread of the disease, as the model’s output consists solely of the compartment sizes over time.

2.1.2. SEIR Network Model

The SEIR network model takes a graph of social interactions as an input. We use network models commonly associated with social connections in the population, which are the Barabási–Albert model [12] and Watts–Strogatz model [13,14]. The time complexity of the algorithm is O ( t m a x · N · k m a x ) , where t m a x is the number of simulation steps, N is the number of nodes, and k m a x is the maximum node degree in the input network. The SEIR network model in this work is implemented based on the principles described in book [6] and in the code for this book, available at [15]. To simulate epidemics on networks, the Gillespie algorithm is used [16].

2.1.3. SEIR Heterogeneous Mean-Field Model

The mean-field model approximates the network properties using a system of differential equations for nodes with a specific degree of vertices k, which allows it to combine the advantages of the two previous model approaches. The derivation of formulas for this model in the case of three compartments (S, I, and R) is described in [6]. Below, we evaluate the equations for the extension of this model, which includes four compartments (S, E, I, and R).
If X i ( t ) is the variable that returns the status of node i at time t, we can define the expected value as follows:
[ A ] ( t ) = i = 1 N P ( X i ( t ) = A ) , A { S , E , I , R } .
The expected number of edges which connect nodes in a given status A and B can be defined as follows:
[ A B ] ( t ) = i = 1 N j = 1 N g i j P ( X i ( t ) = A , X j ( t ) = B ) , A , B { S , E , I , R } ,
where g i j is the adjacency matrix value.
Firstly, we consider a pairwise model:
[ S k ˙ ] = τ [ S k I ] , [ E k ˙ ] = τ [ S k I ] α [ E k ] , [ I k ˙ ] = α [ E k ] γ [ I k ] , [ R k ˙ ] = γ [ I k ] , k = 1 , 2 , , M ,
where k is the degree of a node and M is the maximum degree among the nodes in a network G. We can perform mean-field approximation using a multiplier π I —the probability that a random stub in a network is connected to a stub of an infected node:
π I = l = 1 M l · [ I l ] l = 1 M l · N l ,
where N l denotes the number of vertices with degree l in graph G. Therefore, the average number of edges linking susceptible nodes with degree k to infected nodes can be approximated as
[ S k I ] k [ S k ] π I .
Now, we can rewrite equation for [ S ˙ k ] :
[ S k ˙ ] + τ k π I [ S k ] = 0 .
Thus, [ S k ] can be expressed as follows:
[ S k ] ( t ) = S k ( 0 ) · θ k ( t ) , θ ( t ) = e τ 0 t π I ( t ^ ) d t ^ .
Finally, we can formulate a system of equations for the SEIR heterogeneous mean-field model:
[ S k ] = S k ( 0 ) · θ k ( t ) , [ E k ˙ ] = [ S k ˙ ] α [ E k ] , [ I k ] = [ N k ] [ S k ] [ E k ] [ R k ] , [ R k ˙ ] = γ [ I k ] , θ ˙ = τ π I θ , θ ( 0 ) = 1 , [ R k ] ( 0 ) = 0 , k = 1 , 2 , , M .
To generate the epidemic dynamics, this system is solved numerically, with the corresponding code for the simulation implemented in Python language.

2.2. Performance Metrics

To assess the suitability of models for the use in epidemic surveillance, we calculate the following model metrics:
  • Average time ( T a v g ) of one simulation run;
  • The number of free parameters k. Larger k indicates a higher structural complexity of the model. This value was also used by us in assessing model calibration accuracy with regard to their complexity [17] based on Akaike criterion [18] and the corresponding AIC indicator [19];
  • Number of equations (when applicable).

3. Results

3.1. Simulation Results

For the proposed SEIR heterogeneous mean-field model, a series of numerical experiments were conducted to compare the generated epidemic dynamics with those of the SIR model. The parameters for the models are presented in Table 1 and Table 2.
Figure 1 demonstrates the comparison of newly infected cases (incidence) for SIR and SEIR network models, as well as for the mean-field models of the same population structure. Figure 2 shows a similar comparison for the cumulative number of newly infected individuals (cumulative incidence). Simulations for all models were conducted using the same parameters. The changes in the dynamics of epidemic indicators for heterogeneous mean-field models correspond to similar changes for network models when transitioning from the SIR to the SEIR type. A similar change in the shape of disease incidence curves may be observed when transitioning from the SIR to the SEIR compartments in the case of basic compartmental models. As can be seen in the graph, the mean-field models demonstrate higher incidence compared to network models. This discrepancy is related to the nuances of the mean-field approximation. A similar effect was described for SIR models in [6]. At the same time, it is shown that different types of models (network and mean-field) within one population structure (SIR or SEIR) can be used interchangeably with some parameter adjustment since they produce epidemic curves of similar shape. This is demonstrated in Figure 3, where we present the calibration of the SEIR heterogeneous mean-field model to the output data from the SEIR network model. While the mean-field approximation tends to overestimate incidence rates in comparison to the network model, it can be calibrated to align with the network model’s values and effectively reproduce the epidemic dynamics on networks ( R 2 = 0.98 ).
To demonstrate the ability of the SEIR heterogeneous mean-field model to replicate real epidemic data, we consider the influenza epidemic season of 2014–2015 in Saint Petersburg, Russia. In Figure 4, we demonstrate the results of a parameter sweep of our mean-field SEIR model compared to the original mean-field SIR model from the library [15] with the real epidemic data in the background. As one can see, the modeling curves produced by an SEIR model presented in this paper have a shape more similar to real incidence compared to an SIR model. We might assume nonetheless that the calibration of an SIR model to incidence datasets for Russian cities instead of an SEIR model is theoretically possible, but this would cause problems in the correct interpretation of resulting optimal parameter values. Particularly, by assuming that the modeled disease, either influenza or COVID-19, has no incubation period, we will inevitably add errors to the assessed values of transmission intensity and effective reproduction number R t . The results of SEIR mean-field model calibration to weekly incidence data are shown in Figure 5. The optimal parameters were calculated using manual and automatic calibration. Ultimately, we were able to accurately replicate the incidence curve ( R 2 = 0.9 ).

3.2. Comparison

In this section, the key parameters related to the model performance (average execution time) and the detail of the description of the epidemic process (structural complexity represented by parameter k and the number of equations used to describe the model) were compared for our regarded models. The simulation time for a synthetic outbreak with a peak incidence around 25,000 cases and parameter values related to model complexity are presented in Table 3. The compartmental SEIR model consists of only four equations (in Equations (1) and (2)) and has four parameters (see Table 1); it also demonstrates the highest execution speed. The mean-field model and the network model have the same number of parameters k. For the network model, the number of equations is not defined. The mean-field model operates three orders of magnitude times faster than the network model, which is crucial for tasks of epidemic surveillance. The mean-field model has more parameters than the compartmental model because of the additional parameter set related to the input network. The first additional parameter is the size of the network N; the number of other additional parameters vary depending on the selected network type. In the case of a Barabási–Albert network, there is one additional parameter, whereas, for a Watts–Strogatz network, there are two (see Table 2). The number of equations for the mean-field model equals the number of equations required to describe nodes with the same node degree, multiplied by the number of different node degrees L. In our case, the total number of equations amounted to 5 · L (see Equation (10)). Another model included in the analysis is a detailed multi-agent model that takes a synthetic population of the studied city as input. The description of the model, of the synthetic population, and the method of estimating structural complexity based on the value of k are provided in works [20,21]. The multi-agent model has a flexibly configurable contact network built using demographic and geographic data, which is its strength. On the other hand, its execution time exceeds that of the network model by two orders of magnitude.

3.3. Sampling Approach for Network Models

To reduce the simulation time for the network model, sampling can be employed. To correctly scale from a large population to a smaller one, it is necessary to determine a transformation that allows the conversion of the incidence curve of the small population to the large population case. Particularly, this is a great obstacle for the application of multi-agent models in epidemic surveillance, which our previous studies showed. Figure 6 and Figure 7 show the results for incidence simulation as a function of time using an SEIR heterogeneous mean-field model. In the inset plots, we demonstrate that, due to the properties of regular networks (Barabási–Albert and Watts–Strogatz types), the peak incidence rates and the total number of infected individuals throughout the epidemic increase linearly with population size. Thus, the simulation time using network models can be reduced by decreasing population sizes, and, after the simulation, target epidemic values can be recalculated based on this linear relationship. This is generally not true for the multi-agent models that use synthetic populations because the structure of contacts in such populations may be intricate and cannot be easily sampled.

4. Discussion

In this paper, we examined two modeling approaches that are capable of replicating disease outbreak dynamics in heterogeneous populations: network-based and heterogeneous mean-field SEIR models. Each of them demonstrates distinct advantages and limitations. The proposed SEIR heterogeneous mean-field model combines high computational speed with the ability to account for heterogeneity and other characteristics of the contact network in a population. Thus, this model ideally contributes to the full completion of the range of models, where, on the bottom edge, we place the fastest but the less detailed compartmental model, and, on the top edge, the highly detailed multi-agent model based on a synthetic population of the city. A set of models with varying levels of detail and performance serves as a convenient tool for epidemiological surveillance. Depending on the tasks set by health authorities, different models can be employed that best fit the specific objectives. For example, studying targeted vaccination is not feasible with compartmental models; the most suitable option would be a network model or a multi-agent model, which allow the tracking of the impact of vaccination at the individual level. If it is crucial to consider geographical characteristics of disease spread, such as the density of urban areas, constructing a synthetic population and observing infection dynamics in relation to specific geographical regions becomes necessary with the help of a multi-agent model, no matter the time expenses.
The comparison of models demonstrated the following:
  • 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.
It is worth noting that the strengths of various models can be combined within a single framework through a hybrid approach [22,23]. In this approach, at the beginning of an epidemic, either a network or multi-agent model is considered to track disease dynamics at an individual level. As the disease incidence rises significantly, a switch occurs to a more general model, such as the heterogeneous mean-field model or a compartmental model. This strategy aims to jointly enhance detail and reduce simulation time. Additionally, there exists a whole class of models that approximate network models, including pairwise interaction models and percolation models. In future work, these models are planned to be added to enhance smooth transitions in detail and simulation time.

Author Contributions

Conceptualization, V.L.; Methodology, V.L.; Software, A.K. and V.L.; Validation, A.K. and V.L.; Resources, V.L.; Writing—original draft, A.K.; Writing—review & editing, V.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by The Russian Science Foundation, Agreement #22-71-10067.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Anderson, R.; May, R. Infectious Diseases of Humans: Dynamics and Control; Oxford University Press: Oxford, UK, 1991. [Google Scholar]
  2. Pastor-Satorras, R.; Vespignani, A. Epidemic spreading in scale-free networks. Phys. Rev. Lett. 2001, 86, 3200. [Google Scholar] [CrossRef] [PubMed]
  3. Pastor-Satorras, R.; Vespignani, A. Epidemic dynamics in finite size scale-free networks. Phys. Rev. E 2002, 65, 035108. [Google Scholar] [CrossRef] [PubMed]
  4. 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]
  5. 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]
  6. Kiss, I.Z.; Miller, J.C.; Simon, P.L. Mathematics of Epidemics on Networks; Springer: Cham, Swutzerland, 2017; Volume 598, p. 31. [Google Scholar]
  7. WHO. Influenza (Seasonal). Available online: https://www.who.int/news-room/fact-sheets/detail/influenza-(seasonal) (accessed on 30 January 2025).
  8. 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).
  9. 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]
  10. 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]
  11. Agarwal, P.; Nieto, J.J.; Torres, D.F. Mathematical Analysis of Infectious Diseases; Academic Press: Cambridge, MA, USA, 2022. [Google Scholar]
  12. Barabási, A.L.; Albert, R. Emergence of scaling in random networks. Science 1999, 286, 509–512. [Google Scholar] [CrossRef] [PubMed]
  13. Watts, D.J.; Strogatz, S.H. Collective dynamics of ‘small-world’networks. Nature 1998, 393, 440–442. [Google Scholar] [CrossRef] [PubMed]
  14. 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]
  15. 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).
  16. Masuda, N.; Vestergaard, C.L. Gillespie Algorithms for Stochastic Multiagent Dynamics in Populations and Networks; Cambridge University Press: Cambridge, UK, 2022. [Google Scholar]
  17. 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]
  18. 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]
  19. 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]
  20. 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]
  21. 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]
  22. 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]
  23. 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]
Figure 1. Incidence comparison for network and mean-field models with SIR and SEIR types, with following parameter values: τ = 0.01 , α = 0.1 , γ = 0.08 , ρ = 0.005 . Barabási–Albert network with 10 5 nodes and m = 5 serves as input. There are 10 simulation runs for network models.
Figure 1. Incidence comparison for network and mean-field models with SIR and SEIR types, with following parameter values: τ = 0.01 , α = 0.1 , γ = 0.08 , ρ = 0.005 . Barabási–Albert network with 10 5 nodes and m = 5 serves as input. There are 10 simulation runs for network models.
Mathematics 13 01385 g001
Figure 2. Cumulative incidence comparison for network and mean-field models with SIR and SEIR types with following parameter values: τ = 0.01 , α = 0.1 , γ = 0.08 , ρ = 0.005 . Barabási–Albert network with 10 5 nodes and m = 5 serves as input. For the network models, the results of 10 simulation runs are demonstrated.
Figure 2. Cumulative incidence comparison for network and mean-field models with SIR and SEIR types with following parameter values: τ = 0.01 , α = 0.1 , γ = 0.08 , ρ = 0.005 . Barabási–Albert network with 10 5 nodes and m = 5 serves as input. For the network models, the results of 10 simulation runs are demonstrated.
Mathematics 13 01385 g002
Figure 3. SEIR mean-field model calibration to output data from SEIR network model with following parameter values: τ = 0.01 (network model) and τ = 0.012 (mean-field model); γ = 0.08 (network model) and γ = 0.1 (mean-field model). Other parameters are the same for both models: α = 0.1 , ρ = 0.005 , network type—Barabási–Albert with 10 5 nodes and m = 5 .
Figure 3. SEIR mean-field model calibration to output data from SEIR network model with following parameter values: τ = 0.01 (network model) and τ = 0.012 (mean-field model); γ = 0.08 (network model) and γ = 0.1 (mean-field model). Other parameters are the same for both models: α = 0.1 , ρ = 0.005 , network type—Barabási–Albert with 10 5 nodes and m = 5 .
Mathematics 13 01385 g003
Figure 4. Simulated incidence generated by SIR and SEIR mean-field models against incidence data for 2014–2015 influenza epidemic season in St. Petersburg, Russia. Barabási–Albert network with 3 · 10 5 nodes and m = 7 , α = 0.05 , ρ = 10 6 , τ [ 0.015 , 0.045 ] , γ [ 0.105 , 0.63 ] .
Figure 4. Simulated incidence generated by SIR and SEIR mean-field models against incidence data for 2014–2015 influenza epidemic season in St. Petersburg, Russia. Barabási–Albert network with 3 · 10 5 nodes and m = 7 , α = 0.05 , ρ = 10 6 , τ [ 0.015 , 0.045 ] , γ [ 0.105 , 0.63 ] .
Mathematics 13 01385 g004
Figure 5. SEIR heterogeneous mean-field model calibration to influenza incidence data from Saint Petersburg in 2014–2015 epidemic season, Barabási–Albert network with 3 · 10 5 nodes and m = 7 . Final parameter values: τ = 0.03 , γ = 0.21 , and ρ = 10 6 .
Figure 5. SEIR heterogeneous mean-field model calibration to influenza incidence data from Saint Petersburg in 2014–2015 epidemic season, Barabási–Albert network with 3 · 10 5 nodes and m = 7 . Final parameter values: τ = 0.03 , γ = 0.21 , and ρ = 10 6 .
Mathematics 13 01385 g005
Figure 6. SEIR mean-field simulation on sampled networks. Barabási–Albert network with m = 5 , SEIR mean-field model with τ = 0.05 , α = 0.1 , γ = 0.1 , ρ = 0.0005 .
Figure 6. SEIR mean-field simulation on sampled networks. Barabási–Albert network with m = 5 , SEIR mean-field model with τ = 0.05 , α = 0.1 , γ = 0.1 , ρ = 0.0005 .
Mathematics 13 01385 g006
Figure 7. SEIR mean-field simulation on sampled networks. Watts–Strogatz network with k = 5 , p = 0.1 ; SEIR mean-field model with τ = 0.2 , α = 0.1 , γ = 0.09 , ρ = 0.0005 .
Figure 7. SEIR mean-field simulation on sampled networks. Watts–Strogatz network with k = 5 , p = 0.1 ; SEIR mean-field model with τ = 0.2 , α = 0.1 , γ = 0.09 , ρ = 0.0005 .
Mathematics 13 01385 g007
Table 1. SEIR compartmental model parameters description.
Table 1. SEIR compartmental model parameters description.
ParameterDescription
τ Infection transmission rate
1 / α Mean latent period, days
1 / γ Mean infectious period, days
t m a x Simulation time, days
Table 2. SEIR network and mean-field model parameters description.
Table 2. SEIR network and mean-field model parameters description.
ParameterDescription
τ Infection transmission rate
1 / α Mean latent period, days
1 / γ Mean infectious period, days
NNetwork size (number of nodes)
mNumber of edges to attach from a new node to existing nodes (for Barbasi–Albert network)
kNumber of nearest neighbours to join in ring topology (for Watts–Strogatz network)
pThe probability of edge rewiring (for Watts–Strogatz network)
t m a x Simulation time, days
Table 3. Comparison of models.
Table 3. Comparison of models.
ModelAverage Simulation Time, skNumber of Equations
SEIR-ODE 4 · 10 3 44
SEIR mean-field 5 · 10 1 6 (7) * 5 · L , where L is the number of distinct degrees in network
SEIR network 10 2 6 (7) *N/A
multi-agent model 2 · 10 4 [20]22N/A
* 5 + 1 or 5 + 2, depending on network type: one additional parameter for Barabási–Albert and two additional parameters for Watts–Strogatz network type (see Table 2).
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

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

AMA Style

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 Style

Korzin, 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 Style

Korzin, 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

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