Foundation Models Struggle with Extreme Wildfire PM2.5 Forecasting

Yongcan Huang, Li Jiang, Ze Yu Liu· July 10, 2026 View original

Summary

A systematic benchmark comparing six time series foundation models (TSFMs) against baselines for California wildfire PM2.5 forecasting reveals that TSFMs, even with fine-tuning, do not surpass trained recurrent baselines in predicting extreme, hazardous-level spikes. Zero-shot TSFMs showed only modest improvement over persistence and exhibited tail instability.

A new study has systematically evaluated the generalizability of time series foundation models (TSFMs) in forecasting extreme environmental events, specifically focusing on PM2.5 concentrations during California wildfires. Wildfire smoke events lead to hazardous PM2.5 levels, which are notoriously difficult to predict due to their rare and extreme nature. The research benchmarked six TSFM configurations, including zero-shot and LoRA fine-tuned versions of TimesFM, Chronos-2, Moirai-2, and Time-MoE, against traditional baselines like LSTM, BiLSTM, Transformer, and naive persistence. The evaluation used a 12-year hourly PM2.5 dataset covering 1,375 wildfire incidents across 79 California monitoring sites. A leave-one-incident-out protocol was employed to assess generalization to unseen fires, using metrics such as MAE, RMSE, and exceedance F1 scores at EPA AQI thresholds for 6-, 12-, and 24-hour horizons. The findings revealed a consistent hierarchy: the BiLSTM baseline achieved the lowest MAE and highest exceedance F1 across all thresholds, including the hazardous band, significantly outperforming all foundation models. Zero-shot TSFMs showed only marginal improvements over simple persistence and, in the case of zero-shot Chronos-2, exhibited severe RMSE tail instability due to sporadic large errors. While LoRA fine-tuning improved the adapted TSFMs and mitigated some instability, no foundation model managed to surpass the performance of the trained recurrent baselines on any metric. This challenges the assumption that large pretrained models universally excel in environmental forecasting, especially under extreme, out-of-distribution conditions.

Why it matters

Professionals relying on AI for critical environmental forecasting, especially for rare and extreme events, must be aware that general-purpose foundation models may not outperform specialized, trained baselines. This guides responsible model selection and deployment for public health and safety applications.

How to implement this in your domain

  1. 1Exercise caution when deploying general-purpose time series foundation models for extreme event forecasting without thorough domain-specific validation.
  2. 2Prioritize and benchmark traditional recurrent neural networks (e.g., BiLSTM) as strong baselines for critical environmental predictions.
  3. 3Conduct rigorous out-of-distribution testing, such as leave-one-incident-out protocols, for models intended for rare event forecasting.
  4. 4Investigate the causes of tail instability in zero-shot foundation models and implement strategies to mitigate large sporadic errors.
  5. 5Consider fine-tuning foundation models with domain-specific data (e.g., LoRA) but do not assume they will automatically outperform specialized models.

Who benefits

Environmental MonitoringPublic HealthDisaster ManagementInsuranceAgriculture

Key takeaways

  • Time series foundation models do not universally outperform specialized baselines for extreme environmental event forecasting.
  • Traditional recurrent models like BiLSTM can be superior for predicting rare, hazardous-level spikes.
  • Zero-shot TSFMs may exhibit severe instability and only modest improvements over persistence.
  • Thorough domain-specific validation and benchmarking are crucial for critical forecasting applications.

Original post by Yongcan Huang, Li Jiang, Ze Yu Liu

"arXiv:2607.07951v1 Announce Type: new Abstract: Wildfire smoke events produce extreme PM$_{2.5}$ concentrations that pose severe public health risks, yet forecasting rare, hazardous-level spikes remains a fundamental challenge. Time series foundation models (TSFMs), pretrained mo…"

View on X

Originally posted by Yongcan Huang, Li Jiang, Ze Yu Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Research

New Algorithm Learns AC^0 Circuits Under Correlated Distributions

Researchers present a quasipolynomial-time algorithm for learning constant-depth circuits (AC^0) under graphical models that allow efficient local sampling. This work extends prior guarantees by circumventing the polynomial-growth requirement, offering a framework applicable to two-spin systems on arbitrary bounded-degree graphs.

Weiming Feng, Xiongxin Yang, Yixiao Yu, Yiyao ZhangJul 10, 2026
AI ResearchAI Engineering & DevTools

AI System Recommends Pathological Tests, Improving Diagnostic Efficiency

A new study introduces a pathological test recommendation system using Classifier Chain (CC) techniques to suggest diagnostic tests based on patient symptoms before physician consultation. The system, leveraging machine learning and Explainable AI (XAI), achieved high accuracy and provided clinically interpretable reasoning consistent with medical knowledge.

Abu Rafe Md Jamil, Nayan MalakarJul 10, 2026
AI ResearchAI Engineering & DevTools

CASL-VAE Learns Latent Variables from Unpaired Data for Disease Analysis

Researchers introduce CASL-VAE, a deep contrastive latent variable model that learns structured latent generative factors from unpaired data to quantify population variability. It factorizes variation into common and hierarchical salient factors, enabling improved subtype recovery and paired-sample generation, validated on neuroimaging data for Alzheimer's disease.

Sai Spandana Chintapalli, Pratik Chaudhari, Christos DavatzikosJul 10, 2026