Related Experiment Videos
Patients visits forecasting in emergency departments: Self-adapting LSTM models for evolving data distributions
Nicolas Haxaire1, Farah Mourad-Chehade1, Alice Yalaoui1
1University of Technology of Troyes, Troyes, 10000, France.
Computer Methods and Programs in Biomedicine
|November 11, 2025
Summary
This study introduces an adaptive deep learning model for emergency department (ED) visit forecasting. The model maintains accuracy during changing conditions without manual retraining, improving resource allocation.
Area of Science:
- Healthcare Operations Research
- Artificial Intelligence in Medicine
- Time Series Forecasting
Background:
- Emergency department (ED) overcrowding is a persistent healthcare challenge.
- Accurate patient visit forecasting is crucial for resource optimization.
- Traditional models struggle with abrupt data distribution shifts, necessitating manual retraining.
Purpose of the Study:
- To develop a deep learning forecasting framework for ED visits.
- To ensure forecasting accuracy under evolving conditions without manual intervention.
- To create a robust system for dynamic healthcare environments.
Main Methods:
- Proposed an adaptive forecasting approach using a Seq2Seq LSTM architecture.
- Incorporated Per-Sequence Scaling (PSS) and Continual Learning (CL) for adaptive updates.
- Evaluated against LSTM, ARIMA, and Prophet using historical ED visit data across different phases (pre-COVID, COVID, post-COVID).
Main Results:
- The adaptive LSTM significantly reduced forecasting errors on short-to-medium horizons (1-day, 1-week) compared to baselines.
- Achieved consistent Mean Absolute Scaled Error (MASE) values below 1.
- Demonstrated robustness by continuously adjusting to new data distributions without full retraining, outperforming other models in post-COVID conditions.
Conclusions:
- The adaptive Seq2Seq LSTM framework provides a robust solution for ED forecasting in dynamic environments.
- It offers operational viability, outperforming Prophet and ARIMA once data distributions stabilize.
- The model's incremental self-adjustment capability is ideal for real-time hospital deployment under privacy and IT constraints.
Related Concept Videos
Steps in Outbreak Investigation
476
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
476
Parametric Survival Analysis: Weibull and Exponential Methods
1.0K
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
1.0K
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
228
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
228
Pulse rhythm
1.3K
Pulse rhythm refers to the pattern of pulsations within specific intervals, offering valuable insights into the regularity or irregularity of the heart's beats as observed through the pattern of pulsation within specific intervals. A regular pulse exhibits a consistent heart rate with uniform waveforms and pulsation force, variations of which can be classified as normal, weak, or bounding.
Conversely, an irregular pulse pattern is termed dysrhythmia, stemming from disruptions in cardiac...
Conversely, an irregular pulse pattern is termed dysrhythmia, stemming from disruptions in cardiac...
1.3K
Kaplan-Meier Approach
547
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
547