Feed 0% source
Mathematics AI-generated

Local Influenza Forecasts Outperform State-Level Forecasts in the United States

Generated by a local model (nvidia/Gemma-4-26B-A4B-NVFP4) from a scientific paper, claim-checked against the full text. Provenance is open by design.

Most influenza forecasts in the United States are produced at the state level. This can miss what is actually happening in specific cities. This lack of granularity means a state might look stable while a metropolitan area faces a sudden surge in emergency room visits. A new study from researchers at the University of Texas at Austin and several other institutions demonstrates that moving from state-level to local-level forecasting improves accuracy.

The researchers report that local forecasts, generated for specific Health Service Areas (HSAs), outperformed state-based projections in 98.8% of tested regions at a one-week horizon. This is a significant gain. The authors find that local models achieved a 39.2% average reduction in the Mean Weighted Interval Score (MWIS). The MWIS is a metric used to evaluate how well a probabilistic forecast captures both the central tendency and the uncertainty of an event.

The masking effect of state-level aggregation

Public health responses, such as school closures or vaccine distribution, are typically implemented at sub-state levels like counties or cities. However, the current forecasting status quo relies heavily on state-level data. State-level averages act as a smoothing filter. This obscures "spatial heterogeneity," which refers to the significant differences in disease dynamics occurring between different regions.

As shown in [Figure 1A], local trends in influenza-related emergency department (ED) visits can deviate sharply from the statewide trend. These differences involve both timing and intensity. For instance, a local peak might occur weeks earlier or reach nearly triple the intensity of the state average. The authors note these discrepancies are particularly problematic during epidemic peaks. This is exactly when healthcare planners need reliable information to manage hospital surges. The study also finds an inverse relationship between population size and local-state agreement [Figure 1B]. Smaller HSAs tend to deviate more from their state's aggregate trend.

Scaling precision with gradient boosting

To address this gap, the authors developed a forecasting framework centered on Gradient Boosting Quantile Regression (GBQR). Unlike standard regression, which predicts a single value, GBQR estimates conditional quantiles. This allows the model to produce a full predictive distribution. This is essentially a range of possible outcomes with associated probabilities.

The methodology follows a structured pipeline: 1. Data Integration: The researchers used near-real-time data from the CDC’s National Syndromic Surveillance Program (NSSP). They focused on the percentage of ED visits attributable to influenza. Using percentages rather than raw counts provides an "intrinsically normalized" metric. This allows for fair comparisons between a small town and a massive city without complex population adjustments. 2. Model Training: The team employed the LightGBM framework to implement the GBQR. They trained the models retrospectively on data from three influenza seasons (2022–2025). 3. Ensemble Approach: To ensure stability, the models were ensembled across 100 random training subsamples. 4. Comparative Benchmarking: The local HSA-level forecasts were compared against two baselines. These were a "quantile baseline" (which produces flat, uninformative forecasts) and an automated ARIMA model (a classic statistical method for analyzing time-series data).

Superiority in local calibration and accuracy

The results favor local modeling across almost every dimension of accuracy. The authors report that HSA-level forecasts achieved better "coverage rates" than state forecasts. In forecasting, a coverage rate refers to how often the actual observed value falls within the model's predicted uncertainty interval. At a one-week horizon, the HSA-level models achieved a coverage rate of 0.91. State-level models lagged at 0.59. This indicates local models are better at "calibrating" their uncertainty. They provide a more realistic window of what might happen.

The performance advantage is most visible in the short term. As the forecast horizon increases, the relative advantage of local modeling begins to diminish. For example, the average reduction in MWIS drops from 39.2% at one week to 6.5% at four weeks. Despite this decay, local forecasts remain more accurate than state-level ones even at the four-week mark. Visualizing this in, the orange curves (HSA-level forecasts) track the red observed data points much more closely than the gray curves (state-level forecasts).

Figure 2
Figure 1. Comparison of local- and state-level trends in the percentage of emergency department (ED) visits attributable to influenza during the 2022-2023, 2023-2024, and 2024-2025 influenza seasons. (A) Six HSAs selected as illustrative extreme examples showing large discrepancies between local- and state-level influenza trends. The labels above each graph correspond to the largest city in the multi-county HSA, except for Rockland, which represents a single-county HSA. Lighter dashed lines indicate state-level trends; darker solid lines indicate the corresponding HSA-level trends. (B) Relationship between the local-state difference (root mean squared error [RMSE]) and HSA population size. The set of HSAs included is limited by the availability of publicly reported NSSP influenza trend data. Forecast evaluation was further restricted to HSAs with populations over 250,000 and to those with sufficiently stable time series, excluding regions with extremely noisy data or those outside the continental United States (shown in blue). (C) Differences in the timing and magnitude of local versus state influenza peaks across seasons. The x-axis shows the timing offset (local peak week minus state peak week), and the y-axis shows the ratio of peak magnitudes (local peak percentage divided by state peak percentage). Because the y-axis is displayed on a logarithmic scale, equal distance above and below 1 represent symmetric relative differences (e.g., ratios of 2 and 0.5 appear equally distant from 1). Each point represents an HSA- season pair, colored by influenza season. For example, the leftmost point (red) from the 2023-2024 season corresponds to the forecast for HSA 546 (the region around Des Moines, IA); the local influenza trend peaked 9 weeks earlier than the state-level trend, with a peak 13% lower than the statewide peak.

This is especially true during the volatile periods surrounding epidemic peaks.

Identifying the high-value targets

The study does not suggest that local forecasting is equally useful everywhere. Through a Generalized Linear Model (GLM), the authors identified associations between population structure and forecast improvement.

The data suggests that the added value of local forecasting is most pronounced in three specific scenarios: * Low Population Share: HSAs that represent a small fraction of their state's total population show larger improvements. * High Urbanization: The association between population ratio and forecast improvement is stronger in more urbanized HSAs [Figure 3A]. * State Fragmentation: States containing a higher number of Metropolitan Statistical Areas (MSAs) exhibit greater gains [Figure 3B]. MSAs are large, socially and economically integrated functional areas.

By projecting these findings onto a national map [Figure 3C], the authors suggest that resources for local forecasting capacity might be most effectively directed toward highly heterogeneous, multi-metro states like California and Texas.

Limitations and practical deployment

While the evidence for local forecasting is strong, the paper identifies several constraints. First, the analysis focused exclusively on HSAs with populations greater than 250,000. The authors explain that smaller jurisdictions often produce "noisy" surveillance signals due to low patient volumes. This can make them harder to model reliably. Consequently, the findings may not yet generalize to rural or very small communities.

Second, the researchers acknowledge that their comparative framework assumes state-level forecasts are used as proxies for local decision-making. In reality, local officials might attempt to manually adjust state forecasts using local data. This nuance is not captured in the study. Finally, maintaining hundreds of individual local models presents a higher computational and data-infrastructure cost than a single state-level model.

Is local forecasting ready for prime time? For large, metropolitan health systems, the answer appears to be yes. The ability to capture local peaks that state models miss is critical for surge management. Code for the implementation is reportedly available; see the paper for the canonical link. For practitioners in large, fragmented states, investing in HSA-level granularity offers a way to improve outbreak preparedness.

Figures from the paper

Figure 1
Figure 1 — from the original paper
Figure 3
Figure 2. Forecasts of the percentage of emergency department (ED) visits attributable to influenza for six metropolitan Health Service Areas (HSAs) during the 2023-2024 influenza season. Red points indicate observed HSA-level ED visit percentages. Solid lines represent forecast medians, and shaded regions indicate 95% prediction intervals. Orange curves correspond to forecasts generated using HSA-level data, and gray curves correspond to forecasts generated using state-level data. (A) Four four-week-ahead forecasts initialized on four selected dates (October 14, 2023; November 25, 2023; January 6, 2024; February 17, 2024; and March 30, 2024) for each HSA. Within each panel, the 1-, 2-, 3-, and 4-week forecast trajectories from all four initialization dates are shown, with HSA-level forecasts in orange and state-level forecasts in gray, superimposed on the observed data. (B) Weekly three-week-ahead forecasts concatenated into a continuous time series. The top row shows forecasts generated using HSA-level data (orange), and the bottom row shows forecasts generated using state-level data (gray), each compared to observed HSA-level ED visits.
Figure 4
Figure 4 — from the original paper
Figure 5
Figure 3. Population structure predicts the added value of local (HSA-level) forecasting over state-level models. GLM results relating one-week-ahead forecast improvement ( ) to the HSA-state population ratio, urbanization, and the number of metropolitan statistical areas (MSAs) per state. (A) Partial residual plots stratified by terciles of HSA urbanization. Red lines show the predicted relationship at the median urbanization level within each tercile, holding other covariates constant. The negative association between HSA-state population and forecast improvement is strongest in more urbanized HSAs. (B) Partial residual plot showing the relationship between MSA count and forecast improvement after controlling for population ratio,
Novelty
0.0/10
Overall
0.0/10
#research
How this was made
Generation

Model: nvidia/Gemma-4-26B-A4B-NVFP4
Persona: academic_accessible
Template: engineering_deepdive
Refinement: 0
Pipeline: forge-1.1

Verification

Evaluator: nvidia/Gemma-4-26B-A4B-NVFP4
Score: 93% (passed)
Claims verified: 20 / 20

Translation

Model: nvidia/Gemma-4-26B-A4B-NVFP4

Hardware & cost

NVIDIA GB10 · 128 GB unified · NVFP4 · 100% local · $0 cloud
Tokens: 79,047
Wall-time: 591.8s
Tokens/s: 133.6

Next up

New Likelihood Framework for Inferring COVID-19 Transmission Dynamics from Co...

7.5/10· 6 min