Papers
Topics
Authors
Recent
Search
2000 character limit reached

Behavioral-Epidemiological Model Dynamics

Updated 21 January 2026
  • Behavioral-Epidemiological Model is a framework that integrates adaptive individual behavior with SIS epidemic dynamics to study emergent phase transitions and epidemic thresholds.
  • The model employs agent-based simulations combining random walk and preventive moves to capture changes in spatial clustering and contact network metrics.
  • Parameter variations such as agent density and avoidance rate uncover hysteresis, bistability, and novel epidemic control phenomena affecting disease spread.

A Behavioral-Epidemiological Model is one in which epidemic dynamics are explicitly coupled to adaptive individual behavior—typically incorporating feedback mechanisms whereby agents respond to perceived infection risk by modifying their contacts, mobility, or prevention strategies. Such models integrate micro-scale behavioral rules and macro-scale epidemic states to capture emergent phenomena, phase transitions, and complex feedbacks not present in classical compartmental frameworks.

1. Agent-Based Model Framework and Spatial Dynamics

The archetypal behavioral-epidemiological model presented in "Epidemic spreading in populations of mobile agents with adaptive behavioral response" (Ventura et al., 2021) is an agent-based system embedded in two-dimensional space. NN agents are initialized uniformly in a square of side LL with periodic boundary conditions, where each agent ii has a position (xi(t),yi(t))(x_i(t), y_i(t)) and discrete disease state σi(t){S,I}\sigma_i(t) \in \{\mathrm{S}, \mathrm{I}\}.

Mobility is governed by two mechanisms:

  • Random Walk (RM): At each time step tt+1t \to t+1, each agent moves distance vv in a uniformly random direction θi\theta_i.

xi(t+1)=xi(t)+vcosθi,yi(t+1)=yi(t)+vsinθix_i(t+1) = x_i(t) + v\cos\theta_i, \quad y_i(t+1) = y_i(t) + v\sin\theta_i

  • Adaptive Preventive Move (PM): Each susceptible agent, with probability aa, chooses to move directly away from one randomly chosen infected neighbor jj (within a fixed radius rr), specifically:

ri(t+1)=ri(t)+vΔΔ,Δ=ri(t)rj(t)\vec{r}_i(t+1) = \vec{r}_i(t) + v \frac{\vec{\Delta}}{||\vec{\Delta}||},\quad \vec{\Delta} = \vec{r}_i(t) - \vec{r}_j(t)

Agents not adopting PM revert to RM. Interaction and transmission occur whenever agents are within Euclidean distance rr.

2. Coupling Mobility with Epidemic SIS Dynamics

At each timestep, an SIS (Susceptible-Infected-Susceptible) model is superimposed:

  • An S–I pair in contact induces infection with probability β\beta in the following step.
  • An infected agent recovers (I→S) with probability μ\mu.

The instantaneous contact network defines LSI(t)L_{SI}(t), the count of S–I edges. The normalized contact density is

lSI(t)=LSI(t)Nl_{SI}(t) = \frac{L_{SI}(t)}{N}

In the fast-mobility, slow-disease regime (μ,βv\mu, \beta \ll v), prevalence evolves as

ρ˙I=βlSI(ρI)μρI,ρI=NIN\dot{\rho}_I = \beta \, l_{SI}(\rho_I) - \mu\,\rho_I,\qquad \rho_I = \frac{N_I}{N}

where lSI(ρI)l_{SI}(\rho_I) is treated as a prevalence-dependent mean-field function.

3. Semi-Analytic Fast-Mobility Approach: Fixed Points and Thresholds

To analyze stationary states, define the effective infection rate λ=β/μ\lambda = \beta/\mu and solve

ρI=λlSI(ρI)\rho_I^* = \lambda\,l_{SI}(\rho_I^*)

Graphically, fixed points are intersections of y=λlSI(ρI)y = \lambda\,l_{SI}(\rho_I) with y=ρIy = \rho_I; stability depends on the local slope s(ρ)=d[λlSI]/dρs(\rho) = d[\lambda l_{SI}]/d\rho with s(ρ)<1s(\rho^*) < 1 denoting stability.

The epidemic threshold is characterized as

λc=1lSI(0)\lambda_c = \frac{1}{l_{SI}'(0)}

For homogeneous mixing lSI(ρ)kHρl_{SI}(\rho) \approx k_H\,\rho,

kH=NL2πr2k_H = \frac{N}{L^2}\pi r^2

and the threshold simplifies to RH=λkH=1R_H = \lambda\,k_H = 1.

Preventive avoidance (a>0a > 0) increases λc\lambda_c, thus raising the threshold for endemicity.

4. Phase Transitions: Bistability, Clustering, and Hysteresis

In the high-density, strong-avoidance regime (kHk_H large, a1a \to 1), the system exhibits:

  • Saddle-node bifurcation: λlSI(ρ)\lambda\,l_{SI}(\rho) develops a maximum above the diagonal, yielding three fixed points (disease-free, unstable intermediate, stable endemic).
  • Hysteresis: Slowly varying λ\lambda or RHR_H leads to bistable epidemic outcomes depending on direction; the prevalence ρI\rho_I^* demonstrates a loop between transcritical and saddle-node regime boundaries.
  • S-cluster formation: The bistable regime features transient spatial clusters ("flocks") of susceptible agents, reflected in sharply elevated kSSk_{SS} and depleted kSIk_{SI} compared to kHk_H. Stochastic cluster resilience or breakdown governs long-term disease outcomes.

5. Network Metrics and Contact Graph Structure

In the fast-mobility stationary state, the contact graph is analyzed by degree distributions:

  • Degrees:
    • kS(ρ)k_S(\rho): Mean degree of S-nodes
    • kI(ρ)k_I(\rho): Mean degree of I-nodes
    • kSS,kSI,kII,kISk_{SS}, k_{SI}, k_{II}, k_{IS}: Cross-type degree distributions
  • Mixing and clustering:
    • Homogeneous mixing yields Poisson degree distributions.
    • Behavioral avoidance shifts kSSk_{SS} upwards, strongly suppresses kSIk_{SI}, and leaves kIIk_{II} quasi-Poisson.
    • Cluster formation is flagged by peaks in normalized degrees kS/kHk_S/k_H, clustering coefficient C(ρI)C(\rho_I), and degree assortativity rdeg(ρI)r_{deg}(\rho_I) near the unstable fixed point ρu\rho_u.

6. Model Implications and Key Conclusions

  • For low agent density, behavioral avoidance continuously raises the epidemic threshold and lowers endemic prevalence, analogously to adaptive-network SIS models with contact rewiring.
  • At higher densities, preventive mobility triggers a genuine discontinuous transition, bistability, and hysteresis between healthy and endemic equilibria.
  • The semi-analytic measurement of lSI(ρI)l_{SI}(\rho_I) from simulations succinctly reproduces both bifurcation types and forecasts stationary prevalence as a function of system parameters.
  • Time-averaged networks reflect increased clustering and positive assortativity in the bistable regime, corresponding to S-cluster dominance.
  • Even localized, minimal behavioral rules in mobile agent populations qualitatively alter epidemic phase behavior, merging spatial and adaptive-network phenomenology.

Table: Dynamical Regimes in the Behavioral-Epidemiological Model

Density (k_H) Avoidance (a) Epidemic Threshold Bifurcation Type Contact Structure
Low a>0a>0 Raised Transcritical (continuous) Poisson-like, weak clustering
High a1a\to1 Sharply raised Saddle-node (bistable) S-clusters, high clustering

This behavioral-epidemiological framework provides a rigorous platform for empirical or simulation-based investigations into epidemic control by mobility, local risk avoidance, and the induced coarse-grained temporal network structures. It highlights that even basic feedback from individual behavioral adaptation can produce fundamentally novel epidemic phase phenomena including spatial clustering, discontinuous transitions, and strong hysteresis (Ventura et al., 2021).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Behavioral-Epidemiological Model.