Multitask LSTM for Arboviral Outbreak Prediction Using Public Health Data
Lucas R. C. Farias, Talita P. Silva, Pedro H. M. Araujo
TL;DR
Arboviral outbreak forecasting for dengue, chikungunya, and Zika in Recife is addressed under data scarcity. A multitask LSTM jointly performs outbreak detection and incidence forecasting using sliding-window time series from DataSUS/SINAN. The study finds that longer inputs improve dengue regression while intermediate lengths optimize classification, with the Simple LSTM often outperforming Bidirectional variants; results generalize reasonably to 2023 data. The work demonstrates a scalable, unified neural framework for data-limited public health surveillance that can inform timely interventions.
Abstract
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.
