Multitask LSTM for Arboviral Outbreak Prediction Using Public Health Data
This paper presents a multitask learning approach based on long-short-term memory (LSTM) networks for the joint prediction of arboviral outbreaks and case counts of dengue, chikungunya, and Zika in Recife, Brazil. Leveraging historical public health data from DataSUS (2017-2023), the proposed model concurrently performs binary classification (outbreak detection) and regression (case forecasting) tasks. A sliding window strategy was adopted to construct temporal features using varying input lengths (60, 90, and 120 days), with hyperparameter optimization carried out using Keras Tuner. Model evaluation used time series cross-validation for robustness and a held-out test from 2023 for generalization assessment. The results show that longer windows improve dengue regression accuracy, while classification performance peaked at intermediate windows, suggesting an optimal trade-off between sequence length and generalization. The multitask architecture delivers competitive performance across diseases and tasks, demonstrating the feasibility and advantages of unified modeling strategies for scalable epidemic forecasting in data-limited public health scenarios.
Code (0)
등록된 구현이 없습니다.
Tasks
Binary ClassificationHyperparameter OptimizationregressionSimilar Papers 제목 키워드 기반
Multiwave COVID-19 Prediction from Social Awareness using Web Search and Mobility Data
Recurring outbreaks of COVID-19 have posed enduring effects on global society, which calls for a predictor of pandemic waves using various data with early availability. Existing prediction models that forecast the first …
Graph Neural NetworkThe 2023 Dengue Outbreak in Lombardy, Italy: A One-Health Perspective
Introduction. Here we reported the virological, entomological and epidemiological characteristics of the large autochthonous outbreak of dengue (DENV) occurred in a small village of the Lombardy region (Northern Italy) d…
DiagnosticSpatio-Temporal Multi-step Prediction of Influenza Outbreaks
Flu circulates all over the world. The worldwide infection places a substantial burden on people's health every year. Regardless of the characteristic of the worldwide circulation of flu, most previous studies focused on…
PredictionEnhanced Dengue Outbreak Prediction in Tamilnadu using Meteorological and Entomological data
This paper focuses on studying the impact of climate data and vector larval indices on dengue outbreak. After a comparative study of the various LSTM models, Bidirectional Stacked LSTM network is selected to analyze the …
Time SeriesAn ensemble neural network approach to forecast Dengue outbreak based on climatic condition
Dengue fever is a virulent disease spreading over 100 tropical and subtropical countries in Africa, the Americas, and Asia. This arboviral disease affects around 400 million people globally, severely distressing the heal…
Time Series Analysis