Agent-Based Models (ABMs), also known as micro-simulation models, are essential when population heterogeneityâdifferences in movement behavior, contact patterns, susceptibility, or adherence to interventionsâplays a central role in disease spread. Unlike classical compartmental models that assume homogeneous mixing, ABMs simulate infection dynamics at the level of individual agents.
đ Compartmental Structure and Flow Explanation
ABMs consist of distinct, autonomous agents, each representing an individual with unique characteristics such as age, location, health status, mobility patterns, and behavioral tendencies. While disease progression may follow classical pathways such as Susceptible â Exposed â Infectious â Recovered, transitions occur through localized interactions governed by agent rules.
Agents
Represent individuals (similar to nodes in a network). Each agent carries attributes such as occupation, movement schedule, or vulnerability.
Interactions and Flow
Transmission occurs when susceptible agents come into contact with infectious agents. Proximity, environment, and mobility rules determine how interactions occur.
State Dynamics
Each agentâs epidemiological state changes according to probabilistic rules, reflecting exposure history and stochasticity in disease progression.
đ§ź Mathematical Representation
ABMs are not defined by differential equations but by iterative update rules that govern agent behavior. At each time step, the state of each agent is updated based on interactions and stochastic events.
The state of agent i at time t+1 is:
sᔹ(t+1) = fᔹ(sᔹ(t), sâᔹ(t), Δ(t))
Where:
⹠sᔹ(t) is the current epidemiological state of agent i.
âą sâᔹ(t) represents the states of all interacting neighbors.
⹠Δ(t) encompasses all probabilistic or random factors influencing transitions.
Through this update process, population-level epidemic curves emerge as the aggregate result of millions of micro-level interactions.
â Parameter Definitions and Typical Ranges
ABMs require parameters describing both disease processes and demographic or behavioral complexity.
| Parameter | Definition | Typical Range |
|---|---|---|
| Râ | Basic reproduction number | 1.5 â 4.0 |
| Îł, Îș | Recovery or progression rates | 0.1 â 0.5 per day |
| Îł (isolation effectiveness) | Fractional reduction in infectivity | 0.9 (high effectiveness) |
| D_CT | Delay in contact tracing or isolation | 0.25 â 0.5 days |
| P_CT | Fraction of contacts traced | 0.5 â 1.0 |
| s_age | Age-specific susceptibility multiplier | 0.38 â 0.88 relative to adults |
These parameters allow the model to capture both biological properties of the pathogen and the heterogeneity of the host population.
Applicability and Limitations
Use and Purpose
- Modeling Heterogeneity
Ideal when contact rates vary strongly across age, occupation, location, or mobility groups. ABMs allow detailed representation of networks and individual-level interactions. - Evaluating Granular Interventions
Useful for policies requiring individual-level modeling, such as contact tracing algorithms, household quarantine, or location-specific restrictions. - Capturing Stochasticity
Able to reflect inherent randomness in person-to-person transmission, especially important for early outbreak dynamics or small clusters.
Assumptions and Weaknesses
- Computational Burden
Simulating large numbers of autonomous agents with complex rules requires substantial computational resources. - Data Requirements
ABMs need detailed input data such as realistic contact patterns, mobility maps, or demographic layers, which can be difficult to obtain or validate. - Interpretability Challenges
Because ABMs are high-dimensional and rule-based, identifying causal mechanisms and parameter fitting can be challenging.
đ Selected References
- Ferguson, N. M., et al. Strategies for mitigating an influenza pandemic.
- Peak, C. M., Childs, L. M., Grad, Y. H., & Buckee, C. O. Comparing nonpharmaceutical interventions for containing emerging epidemics.
- Tang, L., Zhou, Y., Wang, L., et al. A review of multi-compartment infectious disease models.
- Oshinubi, K., Chen, Y., Doerry, E., et al. A systematic review of spatial epidemiological modeling approaches applied during the COVID-19 pandemic.
- Volz, E. SIR dynamics in random networks with heterogeneous connectivity.