Temporal Modeling of Weekly Dengue Cases in Marikina City: A Time-Respecting Comparison of Classical, Machine Learning, and Deep Temporal Models
This study evaluates classical, machine learning, and deep learning models for forecasting weekly dengue cases in Marikina City using a leakage-safe temporal design, finding that while simple baselines performed well during internal validation, the LSTM model achieved superior predictive accuracy on the 2025 out-of-time holdout despite a general tendency to underpredict outbreak-level weeks.
Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the humid, densely packed neighborhoods of tropical cities, a persistent threat lurks in the standing water of everyday life: the dengue fever virus. Transmitted by mosquitoes, this illness can overwhelm local clinics and strain community resources when cases spike unexpectedly. For city health officials, the difference between a manageable situation and a crisis often comes down to timing. Knowing that cases are likely to rise two weeks from now allows teams to stockpile medical supplies, deploy vector-control workers to specific streets, and alert the public before the surge hits. However, predicting these spikes is notoriously difficult. The number of reported cases does not follow a simple, straight line; it waxes and wanes with the seasons, reacts to local weather, and is influenced by how quickly people seek care. To navigate this uncertainty, scientists turn to forecasting, a field that uses past patterns to guess future outcomes. The challenge lies in distinguishing between a genuine signal that predicts the future and a random pattern that merely looks like one. If a model is tested incorrectly—for instance, by letting it peek at future data during its training—it might appear brilliant but fail completely when faced with a real, unseen outbreak.
This study focused on Marikina City in the Philippines, a place where dengue is a recurring public health concern. Researchers set out to build a system that could predict the number of weekly dengue cases exactly two weeks in advance, using only the history of reported cases themselves. They gathered data spanning nearly a decade, carefully removing years where reporting was too sparse to be useful, and organized the timeline so that the model learned from the past without ever seeing the future. The team tested eight different types of prediction tools, ranging from classical statistical methods that have been used for decades to modern machine learning algorithms and deep neural networks designed to recognize complex patterns in sequences. To ensure the results were trustworthy, they split their data into distinct time periods: one for teaching the models, one for tuning them, and a final, completely unseen year to serve as a strict test of their real-world performance.
The results revealed that the best tool depends heavily on the specific year being predicted. When the models were tested on data from 2024, a traditional statistical method called ARIMA performed the strongest among the trained systems. This approach, which relies on the idea that recent trends are the best guide for the immediate future, was slightly outperformed, however, by a very simple baseline: a moving average of the last two weeks. This finding served as a crucial reminder that complex algorithms do not always beat simple logic, especially when the data is noisy. But when the researchers applied the same models to the completely unseen data from 2025, the ranking shifted. A deep learning model known as a Long Short-Term Memory network, or LSTM, emerged as the clear winner. This type of artificial intelligence is designed to remember long sequences of events and learn how they connect over time. In the 2025 test, the LSTM model predicted the weekly case counts with an average error of just under eight cases, outperforming the traditional ARIMA model and the simple baselines.
Despite the success of the advanced models, the study highlighted a significant limitation that affects all forecasting methods: they struggle to predict the most dangerous moments. When the city faced weeks with very high numbers of cases, indicating an active outbreak, every model tended to underestimate the severity. The predictions were consistently lower than the actual numbers observed during these peak weeks. This suggests that while the models are excellent at tracking the general flow of the disease and anticipating moderate increases, they are less effective at capturing the sudden, explosive growth that characterizes a true epidemic. The researchers found that the most influential factors for the machine learning models were simply the number of cases reported in the current week and the average number of cases over the previous two weeks. The models relied heavily on this recent history rather than on complex seasonal patterns, reinforcing the idea that dengue transmission in this city is driven strongly by immediate, short-term momentum.
The study concludes that a surveillance-only approach, which uses only case counts without needing external data like weather or population movement, is a viable and practical way to support local health planning. The LSTM model showed the most promise for the future, offering the most accurate forecasts for the unseen year, while the ARIMA model remains a valuable, transparent, and computationally efficient alternative. However, the researchers caution that no single model should be used in isolation. Because the models consistently underpredicted the worst outbreaks, any real-world system must include simple baselines and human oversight to ensure that health officials are not caught off guard by a sudden surge. The ultimate goal is not to replace human judgment with a computer prediction, but to provide a reliable early warning that, when combined with expert review, helps communities prepare for the next wave of dengue before it arrives.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.