πŸ—ΊοΈπŸ¦  POI Agent-Based Models (ABMs): Precision Epidemiology in Dynamic Environments

Agent-Based Models (ABMs) parameterized by Points of Interest (POIs) represent a sophisticated class of stochastic epidemiological models that move beyond traditional homogeneous mixing assumptions. By integrating dynamic location data and individual behavioral characteristics, these models provide high-resolution insights into disease spread influenced by spatial and social heterogeneity. As a result, they are invaluable tools for evaluating targeted non-pharmaceutical interventions (NPIs) in complex urban environments.

────────────────────────────────────────────

🧬 1. Compartmental Structure

POI ABMs operate by tracking the state of individual agents (N_total) as they move across distinct spatial nodes, referred to as Points of Interest, within a synthetic environment. While population-level summaries can sometimes be approximated using multi-group deterministic frameworks such as meta-population models, the defining feature of POI ABMs is that each agent is simulated explicitly.

Agents typically progress through a classical SEIR (Susceptible–Exposed–Infectious–Recovered) infection structure.

Flow of Agents (Individuals):

β€’ Susceptible (S): Individuals vulnerable to infection. An agent transitions from S to E upon exposure at a POI, depending on the instantaneous local transmission risk.
β€’ Exposed (E): Infected individuals who are not yet infectious. The transition from E to I is governed by the incubation rate Οƒ.
β€’ Infectious (I): Individuals capable of transmitting the disease. Transition to recovery occurs at rate Ξ³.
β€’ Recovered (R): Individuals who have cleared the infection and are immune or otherwise removed from the transmission process.

A defining feature of POI ABMs is that the transition rate from S to E is heterogeneous and depends on the agent’s current POI and the density of infectious agents present at that location.

────────────────────────────────────────────

πŸ“ 2. Mathematical Formulation

Because POI models are inherently stochastic and discrete, they do not rely on a single global system of Ordinary Differential Equations for their primary structure. Transmission is governed at the individual level through the instantaneous force of infection applied to each susceptible agent.

When a susceptible agent a visits a POI k, the force of infection λₐ(t) is defined as:

λₐ(t) = Ξ£β‚– Ξ²β‚– Β· f(Iβ‚–, Nβ‚–)

A common proportional-mixing assumption is:

λₐ(t) ∝ Ξ£β‚– Ξ²β‚– Β· (Iβ‚–(t) / Nβ‚–(t))

State Transitions:

β€’ Transition S β†’ E: governed by λₐ(t), which is location- and time-dependent
β€’ Transition E β†’ I: occurs at rate Οƒ
β€’ Transition I β†’ R: occurs at rate Ξ³

────────────────────────────────────────────

πŸ“‹ Parameter Definitions

ParameterDefinitionRole in the Model
Ξ²β‚–Location-specific transmission coefficientCaptures transmission probability scaled by contact intensity at POI k
Iβ‚–Number of infectious agents at POI kRepresents the local infectious reservoir
Nβ‚–Total number of agents at POI kDetermines local population size or contact capacity
ΟƒLatent period rate (1 / T_inc)Controls progression from exposed to infectious
Ξ³Recovery or removal rate (1 / T_inf)Governs duration of infectiousness

────────────────────────────────────────────

πŸ“Š 3. Parameter Ranges (General Viral Disease)

POI ABMs require highly localized parameterization. Clinical parameters are informed by epidemiological data, while Ξ²β‚– reflects behavioral and environmental characteristics of individual POIs.

ParameterTypical RangeUnitInterpretation
Recovery Rate (Ξ³)0.07 – 0.14day⁻¹Infectious period of approximately 7–14 days
Latency Rate (Οƒ)0.14 – 0.25day⁻¹Incubation period of approximately 4–7 days
Location Factor (Ξ²β‚–)0.05 – 2.0Dimensionless or contact-scaledLow values for households; high values for dense venues such as schools or transit
Basic Reproduction Number (Rβ‚€)1.5 – 3.5DimensionlessEmergent quantity derived implicitly from agent interactions

────────────────────────────────────────────

🚧 4. Applicability and Limitations

Applicability – When to Use POI ABMs:

  1. Evaluating targeted non-pharmaceutical interventions such as selective venue closures or capacity limits
  2. Modeling superspreading events driven by crowded or episodic locations
  3. Integrating real-world mobility and contact data
  4. Optimizing targeted testing, vaccination, or surveillance strategies

Key Assumptions and Limitations:

  1. Data Intensity: Requires detailed mobility, visitation, and contact data
  2. Computational Cost: High computational burden for large populations
  3. Contact Definition: Transmission-relevant contacts are often simplified
  4. Behavioral Modeling: Decision rules may introduce structural uncertainty

────────────────────────────────────────────

πŸ“š References

Anderson, R. M., and May, R. M. Infectious Diseases of Humans: Dynamics and Control. Oxford University Press.

Ciofi degli Atti, M. L., et al. Mitigation measures for pandemic influenza in Italy: an individual-based model considering different scenarios. PLoS One.

Kermack, W. O., and McKendrick, A. G. A contribution to the mathematical theory of epidemics. Proceedings of the Royal Society of London Series A.

Mossong, J., et al. Social contacts and mixing patterns relevant to the spread of infectious diseases. PLoS Medicine.

Newman, M. E. J. The spread of epidemic disease on networks. Physical Review E.

Leave a Comment