📈 Interrupting the Chain: The Quarantine SEIR (SEIRQ) Model 🛡️


🧠 Conceptual Overview

In the rigorous study of infectious disease control, the Quarantine SEIR model, also known as the S–E–I–R–Q (SEIRQ) model, represents a structured extension of the classical SEIR framework. While the standard SEIR formulation captures the biologically important latent (exposed) phase, the SEIRQ model explicitly incorporates public health intervention by introducing a Quarantine (Q) compartment. This addition allows the model to represent the active identification, isolation, and removal of infectious individuals from community transmission, providing a quantitative tool to assess testing speed, contact tracing efficiency, and isolation policies.


🏗️ Compartmental Structure and Flow

The population, of total size N, is divided into five epidemiological compartments:

  1. Susceptible (S)
    Individuals who are uninfected and at risk of acquiring the pathogen.
  2. Exposed (E)
    Individuals who are infected but in the latent (non-infectious) phase.
  3. Infectious (I)
    Individuals who have completed the latent period and are actively transmitting in the community.
  4. Quarantined (Q)
    Infectious individuals who have been detected and isolated. They remain biologically infectious but are epidemiologically inactive.
  5. Recovered (R)
    Individuals who have cleared the infection, whether from community circulation or quarantine.

Flow of infection

The epidemic evolves according to:

S → E → I → (Q or R)

Once individuals enter the I class, they face a competing-risk process: detection and quarantine versus natural recovery in the community.


🧮 Mathematical Formulation

The dynamics are governed by the following nonlinear ordinary differential equations. Only community infectious individuals (I) contribute to new infections, while quarantined individuals (Q) are assumed to be perfectly isolated.

Susceptible population

dS/dt = − ( β · S · I ) / N

Exposed (latent) population

dE/dt = ( β · S · I ) / N − σ · E

Infectious population (community)

dI/dt = σ · E − ( δ + γ₁ ) · I

Quarantined population

dQ/dt = δ · I − γ₂ · Q

Recovered population

dR/dt = γ₁ · I + γ₂ · Q


📐 Table 1. Parameter Definitions

SymbolDefinition
SSusceptible individuals
EExposed (latent) individuals
IInfectious individuals in the community
QQuarantined / isolated individuals
RRecovered individuals
βTransmission coefficient
σProgression rate from exposed to infectious
δQuarantine (isolation) rate
γ₁Recovery rate for community infectious cases
γ₂Recovery rate for quarantined cases
NTotal population size

🌤️ Climatic Variable Integration: Weather-Driven Transmission

Environmental forcing can significantly modulate transmission. To represent the effect of viral stability under different climatic conditions, the transmission coefficient is often modeled as a function of absolute humidity:

β(W) = β₀ · exp( −α · AH(t) )

Where:

β₀ is the baseline transmission rate
AH(t) is time-varying absolute humidity
α is the sensitivity of viral transmission to moisture

This formulation enables evaluation of whether quarantine intensity (δ) must be increased during low-humidity seasons to offset heightened transmission potential.


📊 Table 2. Realistic Parameter Ranges

ParameterTypical RangeInterpretation
β0.4 – 1.0 day⁻¹Effective contact transmission
σ0.2 – 0.5 day⁻¹Latent period of 2–5 days
δ0.05 – 0.5 day⁻¹Detection-to-isolation speed
γ₁0.1 – 0.2 day⁻¹Community recovery
γ₂0.1 – 0.2 day⁻¹Quarantine recovery
R₀,eff( β / ( δ + γ₁ ) ) · ( σ / ( σ + μ ) )Effective reproduction number

🎯 Applicability

• Outbreak containment for high-risk respiratory pathogens
• Quantifying testing and contact-tracing performance thresholds
• Evaluating rapid diagnostics and isolation policies
• Determining the critical quarantine rate required to suppress transmission


⚠️ Key Assumptions and Limitations

• Assumes perfect isolation with zero onward transmission from Q
• Does not represent pre-emptive quarantine of exposed contacts (E → Q)
• Assumes homogeneous mixing in the community
• Represents detection delays using exponential timing rather than fixed delays


🧠 Why This Model Matters

The SEIRQ framework explicitly links epidemiological outcomes to operational public health capacity. By separating biological infectiousness from epidemiological impact, it provides a transparent mathematical basis for determining how fast testing, tracing, and isolation must operate to keep the effective reproduction number below unity.


📚 References

Feng, Z. (2007). Final shapes of epidemic spread: The role of quarantine and isolation. Journal of Theoretical Biology.
Wu, J. T., Riley, S., Fraser, C., & Leung, G. M. (2006). Proximal control of an incipient pandemic of a viral respiratory infection by household-based interventions. The Lancet.
Hethcote, H. W., Stech, H. W., & van den Driessche, P. (1981). Stability analysis for models of diseases with delays and nonlinear incidence. Journal of Mathematical Biology.
Yan, G., & Zou, Y. (2008). Optimal control of an SIQR epidemic model with saturated incidence. Nonlinear Analysis: Real World Applications.


🖋️ Analogy for Clarity

Think of the Quarantine SEIR model as a dam-and-channel system. Exposed individuals are water accumulating behind the dam, infectious individuals are water rushing downstream, and quarantine is a diversion channel that redirects flow before it floods the town. When rainfall intensifies, the diversion must operate faster and wider to prevent disaster—just as quarantine must accelerate during high-transmission seasons.

Leave a Comment