Statistical vs. Deep Learning Models for Estimating Substance Overdose Excess Mortality in the US
Sukanya Krishna, Marie-Laure Charpignon, Maimuna Majumder
TL;DR
This study tackles excess mortality estimation from US substance overdoses during the COVID-19 era by benchmarking traditional SARIMA against deep learning architectures (LSTM, Seq2Seq, Transformer) for counterfactual projection using CDC WONDER data. Through pre-pandemic validation and conformal prediction for uncertainty, it finds that LSTM provides the best balance of point accuracy and calibrated prediction intervals, while attention-based models overfit to historical means and SARIMA undercaptures nonlinear regime changes. The work delivers a reproducible open-source pipeline and demonstrates substantial cross-architecture variability in projected excess deaths, underscoring the importance of model validation strategy and uncertainty quantification for public health decision-making. It also highlights practical deployment considerations, including sub-national extensions and dashboard tools for state health departments, aiming to improve resilience of public health planning against future shocks.
Abstract
Substance overdose mortality in the United States claimed over 80,000 lives in 2023, with the COVID-19 pandemic exacerbating existing trends through healthcare disruptions and behavioral changes. Estimating excess mortality, defined as deaths beyond expected levels based on pre-pandemic patterns, is essential for understanding pandemic impacts and informing intervention strategies. However, traditional statistical methods like SARIMA assume linearity, stationarity, and fixed seasonality, which may not hold under structural disruptions. We present a systematic comparison of SARIMA against three deep learning (DL) architectures (LSTM, Seq2Seq, and Transformer) for counterfactual mortality estimation using national CDC data (2015-2019 for training/validation, 2020-2023 for projection). We contribute empirical evidence that LSTM achieves superior point estimation (17.08% MAPE vs. 23.88% for SARIMA) and better-calibrated uncertainty (68.8% vs. 47.9% prediction interval coverage) when projecting under regime change. We also demonstrate that attention-based models (Seq2Seq, Transformer) underperform due to overfitting to historical means rather than capturing emergent trends. Ourreproducible pipeline incorporates conformal prediction intervals and convergence analysis across 60+ trials per configuration, and we provide an open-source framework deployable with 15 state health departments. Our findings establish that carefully validated DL models can provide more reliable counterfactual estimates than traditional methods for public health planning, while highlighting the need for calibration techniques when deploying neural forecasting in high-stakes domains.
