Mob-Cov is a stochastic, spatially explicit Agent-Based Model (ABM) developed to analyze COVID-19 transmission under hierarchical geographical mobility patterns. The model represents human movement through nested spatial containersβranging from rooms and buildings to cities and countriesβcapturing how multiscale mobility structures shape epidemic diffusion. By embedding stochastic infection processes within realistic mobility hierarchies, Mob-Cov provides a powerful framework for assessing regional containment, border effects, and the feasibility of achieving a stable βzero-COVIDβ state.
ββββββββββββββββββββββββββββββββββββββββββββ
π§± Compartmental Structure and Flow
Mob-Cov adopts a bottom-up modeling philosophy, where epidemic dynamics emerge from individual-level interactions constrained by geography and mobility rules.
Individual Disease States (Agent Level)
Each agent occupies a disease state consistent with a reduced SIR-type structure.
β’ Healthy (Susceptible): Individuals not currently infected but at risk upon contact with infectious agents in shared locations.
β’ Infected: Individuals capable of transmitting infection to nearby agents within the same local container.
β’ Recovered/Removed: After an infection duration, agents transition back to a non-infectious state, effectively removed from transmission.
Hierarchical Geographical Structure
Physical space is represented as a hierarchy of nested containers with L levels.
β’ Lower levels correspond to fine-scale spaces (rooms, workplaces).
β’ Higher levels represent broader regions (districts, cities, countries).
Agents are always located within exactly one container at each level.
Mobility Flow
At each time step, agents probabilistically decide whether to move. If movement occurs, the destination is selected through a hierarchical process: first choosing a spatial level, then selecting a container within that level. This structure reproduces realistic short-range frequent travel and rare long-distance movements.
ββββββββββββββββββββββββββββββββββββββββββββ
π Mathematical Formulation (Stochastic MobilityβInfection System)
Mob-Cov does not rely on a single global ODE system. Instead, epidemic dynamics arise from stochastic transition rules. However, the expected behavior of agents can be summarized mathematically.
Hierarchical Movement Probability
The probability that an agent moves from location j to k is defined as:
P(j β k) = P_lv(l) Γ β(i β€ l) P_i(k_i)
where l is the selected hierarchical level.
The probability of selecting level l follows an exponential decay:
P_lv(l) = exp(βd Β· l),βfor l = 1, β¦ , L
This reflects that movements across higher-level regions are less frequent.
Container selection within each level follows a long-tailed distribution:
P_i(k) = k^(β(cβ + cβ Β· i)),βfor i = 1, β¦ , l
This allows occasional long-distance movements while preserving local clustering.
Infection Probability within Local Containers
If a healthy agent j is colocated with k infected agents within a level-2 container, the probability of infection is:
P_j = 1 β β(i = 1 to k) (1 β P_ij)
where P_ij is the per-contact infection probability.
This formulation links epidemic risk directly to local crowding and mobility-induced contact heterogeneity.
ββββββββββββββββββββββββββββββββββββββββββββ
π’ Table 1. Parameter Definitions
| Parameter | Definition |
|---|---|
| P_m | Probability that an agent initiates a movement event |
| r_lm | Fraction of low-mobility population |
| P_ij | Probability of infection upon contact with an infected agent |
| T_inf | Duration of infectiousness before recovery |
| cβ | Exponent controlling decay of long-range movement |
| d | Exponential decay parameter for inter-level travel |
| L | Number of hierarchical spatial levels |
ββββββββββββββββββββββββββββββββββββββββββββ
π Table 2. Typical Parameter Ranges (General Viral Disease Context)
| Parameter | Typical Range | Interpretation |
|---|---|---|
| P_m | 0.2 β 0.4 | Daily probability of movement for general population |
| P_m (low mobility) | β 0.03 | Restricted movement subgroup |
| P_ij | 0.02 β 0.30 | Low- to high-risk contact transmission |
| T_inf | 7 β 14 days | Typical viral infectious period |
| cβ | 0.25 β 0.40 | Controls local crowding vs. long trips |
| d | 0.5 β 1.5 | Inverse mean travel distance across hierarchy |
ββββββββββββββββββββββββββββββββββββββββββββ
π Applicability and Limitations
Applicability
Mob-Cov is particularly well suited for respiratory viral diseases such as COVID-19, where transmission is dominated by close contact and mobility patterns. The model excels in multiscale forecasting, linking individual movements to regional and national epidemic outcomes. It is especially useful for evaluating mobility restrictions, border controls, and hierarchical containment strategies.
Policy and Intervention Analysis
The hierarchical container structure enables systematic testing of travel limitations at different spatial scales. The model can identify conditions under which epidemic extinction or sustained low prevalence (βzero-COVIDβ) becomes stable.
Strengths
Mob-Cov generates realistic mobility patterns without assuming random mixing or static networks. The coupling of stochastic movement with local infection processes captures emergent clustering, superspreading conditions, and regional heterogeneity.
Limitations
As an ABM, Mob-Cov is computationally intensive for large populations. The disease representation is intentionally simplified, relying on a reduced HealthyβInfectedβRecovered structure rather than full SEIR detail. Mobility parameters governing hierarchical travel (such as cβ and d) require high-resolution mobility or GPS data for reliable calibration, which may limit generalizability.
ββββββββββββββββββββββββββββββββββββββββββββ
π Selected References
Chen, K., Jiang, X., Li, Y., and Zhou, R. A stochastic agent-based model to evaluate COVID-19 transmission influenced by human mobility.
Alessandretti, L., Aslak, U., and Lehmann, S. The scales of human mobility.
Oshinubi, K., Chen, Y., Doerry, E., et al. A systematic review of spatial epidemiological modeling approaches applied during the COVID-19 pandemic.
Kerr, C. C., Stuart, R. M., Mistry, D., et al. Covasim: An agent-based model of COVID-19 dynamics and interventions.