Evaluating the Generalizability of Foundation Models for Extreme Environmental Events: Case Study of California Wildfire PM2.5
Summary
This paper systematically evaluates time series foundation models (TSFMs) for forecasting extreme PM2.5 concentrations from wildfire smoke using a 12-year dataset from California. Results show that fully-trained recurrent baselines like BiLSTM outperform TSFMs, challenging the assumption that larger pretrained models dominate in environmental forecasting.
View Cached Full Text
Cached at: 07/10/26, 06:16 AM
# Evaluating the Generalizability of Foundation Models for Extreme Environmental Events: Case Study of California Wildfire PM2.5 Source: [https://arxiv.org/html/2607.07951](https://arxiv.org/html/2607.07951) Yongcan HuangCollege of Engineering, University of Georgia, Athens, Georgia, USA; Information System Department, UMBC, Baltimore, Maryland, USA ;[yhuang11@umbc\.edu](https://arxiv.org/html/2607.07951v1/mailto:[email protected])Li JiangCollege of Graduate and Professional Studies, Trine University, Angola, Indiana, USA;[ljiang231@my\.trine\.edu](https://arxiv.org/html/2607.07951v1/mailto:[email protected])Correspondence: ljiang231@my\.trine\.eduZe Yu Liu ###### Abstract Wildfire smoke events produce extreme PM2\.5concentrations that pose severe public health risks, yet accurately forecasting rare, hazardous\-level spikes remains a fundamental challenge\. Time series foundation models \(TSFMs\), large pretrained models offering zero\-shot inference and parameter\-efficient adaptation, have shown strong performance on general time\-series benchmarks, but their behavior under extreme out\-of\-distribution conditions is poorly understood\. We present the first systematic benchmark comparing six TSFM configurations \(zero\-shot TimesFM, Chronos\-2, Moirai\-2, and Time\-MoE, plus LoRA fine\-tuned variants of Chronos\-2 and Time\-MoE\) against fully\-trained deep learning baselines \(LSTM, BiLSTM, Transformer\) and a naïve persistence reference on a 12\-year \(2013–2025\) hourly PM2\.5dataset covering 1,375 wildfire incidents across 79 California monitoring sites\. We design a leave\-one\-incident\-out \(LOIO\) cross\-validation protocol that evaluates true generalization to unseen fire events, and assess models using MAE, RMSE, and exceedance F1 at the U\.S\. Environmental Protection Agency \(EPA\) AQI severity thresholds across forecast horizons of 6, 12, and 24 hours\. Our results reveal a clear and consistent hierarchy\. The fully\-trained BiLSTM achieves the lowest MAE \(5\.16μg/m35\.16\\,\\mu g/m^\{3\}\) and the highest exceedance F1 at every AQI threshold, including the Hazardous band \(\>225\.5μg/m3\>225\.5\\,\\mu g/m^\{3\}\), where it reaches 0\.63 against at most 0\.54 for any foundation model\. Zero\-shot TSFMs improve on naïve persistence in aggregate error, but the margin is modest, and zero\-shot Chronos\-2 exhibits a severe RMSE tail instability \(23\.4μg/m323\.4\\,\\mu g/m^\{3\}, negativeR2R^\{2\}\) driven by sporadic large\-magnitude errors\. LoRA fine\-tuning on each fold’s training incidents substantially improves both adapted families and largely repairs the Chronos\-2 instability, but no foundation model, zero\-shot or fine\-tuned, surpasses the trained recurrent baselines on any metric\. These findings challenge the assumption that larger pretrained models universally dominate in environmental forecasting, and provide actionable deployment guidance for wildfire air quality prediction\. Keywords:PM2\.5forecasting; wildfire smoke; time series foundation models; leave\-one\-incident\-out; exceedance prediction; LoRA fine\-tuning; deep learning; air quality\. ## 1Introduction Air pollution represents one of the most pressing environmental and public health challenges of the 21st century\. Among atmospheric pollutants, particulate matter with an aerodynamic diameter of 2\.5 micrometers or less \(PM2\.5\) poses particularly serious health risks due to its ability to penetrate deeply into the respiratory system and enter the bloodstream\[[42](https://arxiv.org/html/2607.07951#bib.bib1)\]\. Wildfires have emerged as an increasingly significant source of PM2\.5, particularly under the prolonged drought and rising temperatures associated with climate change\[[8](https://arxiv.org/html/2607.07951#bib.bib3),[34](https://arxiv.org/html/2607.07951#bib.bib4)\]\. Unlike urban and industrial sources, wildfire smoke produces episodic but extreme concentration spikes that persist for days and affect communities far downwind\[[18](https://arxiv.org/html/2607.07951#bib.bib5)\]: in our dataset, hourly readings reach 1,249μ\\mug/m3, roughly 35 times the Environmental Protection Agency \(EPA\) 24\-hour standard of 35μ\\mug/m3\. Accurate advance warning of hazardous concentrations is critical for public health decisions including evacuation orders, school closures, and hospital surge preparation, where the cost of a missed warning far outweighs the cost of a false alarm\. Physics\-based chemical transport models such as CMAQ and WRF\-Chem provide mechanistic representations of smoke transport but require substantial computation, emission inventories, and meteorological inputs, limiting real\-time use\[[9](https://arxiv.org/html/2607.07951#bib.bib8),[15](https://arxiv.org/html/2607.07951#bib.bib9),[48](https://arxiv.org/html/2607.07951#bib.bib10)\]\. Data\-driven forecasting has therefore become the dominant alternative: LSTM networks and their variants deliver strong gains over statistical methods\[[16](https://arxiv.org/html/2607.07951#bib.bib20),[23](https://arxiv.org/html/2607.07951#bib.bib23),[13](https://arxiv.org/html/2607.07951#bib.bib24)\], and hybrid architectures combining convolution, recurrence, and attention now anchor the PM2\.5literature\[[39](https://arxiv.org/html/2607.07951#bib.bib21),[46](https://arxiv.org/html/2607.07951#bib.bib30),[30](https://arxiv.org/html/2607.07951#bib.bib31),[7](https://arxiv.org/html/2607.07951#bib.bib32)\]\. For wildfire\-specific PM2\.5, ensemble deep learning achieves strong spatial prediction\[[2](https://arxiv.org/html/2607.07951#bib.bib37)\], yet concentrations during wildfires differ so sharply from routine urban emissions that models trained on ambient data systematically underestimate maximum exposures\[[43](https://arxiv.org/html/2607.07951#bib.bib39)\]\. Despite this progress, existing studies share a critical limitation: evaluations rely on chronological train–test splits or single\-site settings, neither of which assesses generalization to an unseen wildfire incident\. A more recent paradigm shift comes from time series foundation models \(TSFMs\), which are pretrained on large heterogeneous corpora and forecast unseen series zero\-shot, without task\-specific training\[[11](https://arxiv.org/html/2607.07951#bib.bib43),[5](https://arxiv.org/html/2607.07951#bib.bib44),[33](https://arxiv.org/html/2607.07951#bib.bib42)\]\. Architecturally, TSFMs span decoder\-only attention \(TimesFM\), tokenization\-based language\-model backbones \(Chronos\), masked\-encoder universal forecasters \(Moirai\), and sparse mixture\-of\-experts routing \(Time\-MoE, Moirai\-MoE\) in which distinct experts can specialize to different temporal regimes; several families additionally support parameter\-efficient fine\-tuning when limited target data are available\. Because pretraining promises to address the cold\-start problem that arises when a new fire ignites at a location with no incident\-specific history, TSFMs are conceptually attractive for wildfire air quality\. Yet despite their success in language and weather forecasting\[[12](https://arxiv.org/html/2607.07951#bib.bib62),[21](https://arxiv.org/html/2607.07951#bib.bib63)\], TSFMs remain largely untested on air quality, and whether their general forecasting ability extends to the extreme, non\-stationary dynamics of wildfire PM2\.5, and whether lightweight fine\-tuning meaningfully closes any gap, remains an open question\. The present study addresses these gaps through a controlled benchmark of trained deep learning baselines and TSFMs for wildfire PM2\.5forecasting, evaluated under a leave\-one\-incident\-out protocol that holds out entire fire events\. Our design examines three factors: \(1\)modeling paradigm: fully trained baselines \(BiLSTM,LSTM, encoder\-only Transformer\) versus pretrained TSFMs, four zero\-shot \(TimesFM, Chronos\-2, Moirai\-2, Time\-MoE\) and two LoRA fine\-tuned \(Chronos\-2, Time\-MoE\) configurations; \(2\)AQI severity stratum: performance is evaluated across five EPA 2024 exceedance thresholds \(9\.1,35\.5, 55\.5, 125\.5, and 225\.5μ\\mug/m3\) to distinguish behavior under moderate versus extreme concentrations; and \(3\)forecast horizon: 6, 12, and 24 hours ahead, spanning near\-term warning through next\-day public health planning, since accuracy typically degrades with lead time\[[48](https://arxiv.org/html/2607.07951#bib.bib10),[20](https://arxiv.org/html/2607.07951#bib.bib36)\]\. All experiments share identical preprocessing, training procedures, and evaluation metrics\. We make the following contributions: 1. 1\.Benchmark and protocol\.We release a 12\-year, 79\-site California wildfire PM2\.5benchmark \(1,375 incidents; 1\.73M hourly records\) together with a leave\-one\-incident\-out \(LOIO\) evaluation protocol that prevents temporal leakage across fire events and directly simulates the operationally critical scenario of predicting PM2\.5for a newly ignited fire with no prior incident\-specific data\. 2. 2\.First TSFM benchmark for extreme wildfire PM2\.5\.To our knowledge, this is the first systematic evaluation of time series foundation models, across four zero\-shot and two LoRA fine\-tuned configurations, against fully trained deep\-learning baselines, specifically targeting extreme, episodic wildfire PM2\.5rather than routine urban pollution or LLM\-based air quality pipelines\. All models are evaluated on the same univariate PM2\.5input to ensure a controlled and architecturally fair comparison across paradigms\. 3. 3\.A counter\-intuitive empirical finding\.A fully trained BiLSTM consistently outperforms every TSFM configuration on both aggregate error and extreme\-event exceedance F1 across all forecast horizons\. Specifically: \(i\) zero\-shot TSFMs improve on the naïve persistence reference in aggregate MAE, but only modestly \(5\.56–5\.92 versus 6\.44μg/m3\\mu g/m^\{3\}\), and none approaches the trained recurrent baselines, indicating that large\-scale pretraining on general corpora transfers only weakly to the heavy\-tailed, non\-stationary dynamics of wildfire smoke; \(ii\) at the Hazardous threshold \(\>225\.5μg/m3\>225\.5\\,\\mu g/m^\{3\}\), BiLSTM attains an exceedance F1 of 0\.63 while zero\-shot TSFMs reach only 0\.47–0\.54, and zero\-shot Chronos\-2 additionally exhibits a severe RMSE tail instability \(23\.4μg/m323\.4\\,\\mu g/m^\{3\}with a negativeR2R^\{2\}\) that is invisible to absolute\-error metrics; \(iii\) LoRA fine\-tuning on each fold’s training incidents substantially improves both adapted families and largely repairs the Chronos\-2 instability, yet the fine\-tuned variants still do not surpass BiLSTM or LSTM on any metric, suggesting that lightweight in\-domain adaptation recalibrates magnitude scale but does not instill the fine\-grained temporal dynamics that govern extreme\-event exceedance\. 4. 4\.Deployment guidance\.We provide practical recommendations calibrated to data availability and the target severity threshold, clarifying when and whether zero\-shot or LoRA fine\-tuned TSFMs are operationally justified, and identifying the conditions under which domain\-specific supervised training remains essential\. The remainder of this paper is organized as follows\. Section[2](https://arxiv.org/html/2607.07951#S2)reviews related work on PM2\.5forecasting, wildfire smoke modeling, and time series foundation models\. Section[3](https://arxiv.org/html/2607.07951#S3)describes the dataset, preprocessing, and the leave\-one\-incident\-out protocol\. Section[4](https://arxiv.org/html/2607.07951#S4)presents the models, adaptation procedures, and evaluation metrics\. Section[5](https://arxiv.org/html/2607.07951#S5)reports the results, and Section[6](https://arxiv.org/html/2607.07951#S6)discusses the findings and future directions\. ## 2Related Work ### 2\.1PM2\.5Forecasting with Deep Learning Recurrent and attention\-based architectures now anchor data\-driven air quality forecasting\. Long Short\-Term Memory \(LSTM\) networks and their gated and bidirectional variants remain strong baselines for pollutant concentration prediction, and hybrid designs that pair convolutional or autoencoder front\-ends with recurrent or Transformer back\-ends report further gains by jointly modeling spatial structure and temporal dependence\. Recent examples span autoencoder and sparse\-autoencoder classifiers for next\-hour NO2, PM10and SO2in an industrial bay\[[35](https://arxiv.org/html/2607.07951#bib.bib33)\]; Bayesian\-optimized CNN–LSTM–Transformer frameworks that fuse spatial autocorrelation features for province\-scale prediction in Sichuan\[[47](https://arxiv.org/html/2607.07951#bib.bib34)\]; systematic comparisons of LSTM, CNN–LSTM, Transformer and Transformer–LSTM across forecasting horizons\[[46](https://arxiv.org/html/2607.07951#bib.bib30)\]; and Transformer–LSTM hybrids tuned by metaheuristic search for regional PM2\.5prediction\[[30](https://arxiv.org/html/2607.07951#bib.bib31)\]\. A consistent finding is that attention and frequency\-aware mechanisms improve aggregate error metrics \(MAE, RMSE,R2R^\{2\}\) and that explicit spectral or spatial encoding mitigates the smoothing of sharp transitions characteristic of recurrent models\[[22](https://arxiv.org/html/2607.07951#bib.bib35)\]\. Despite this architectural diversity, the evaluation protocol in the literature is remarkably uniform and conceals a gap directly relevant to extreme\-event forecasting\. Models are almost always trained and assessed on a chronological partition of a fixed set of monitoring sites: the test segment is a temporal continuation of the same stations seen in training, drawn from the same period and critically often overlapping the same pollution episodes\[[35](https://arxiv.org/html/2607.07951#bib.bib33),[47](https://arxiv.org/html/2607.07951#bib.bib34),[46](https://arxiv.org/html/2607.07951#bib.bib30),[30](https://arxiv.org/html/2607.07951#bib.bib31)\]\. Even benchmarks that test spatial transfer do so within a single climatic region or province, and even multi\-site forecasting studies that apply formal significance testing partition the data by time rather than by event\[[22](https://arxiv.org/html/2607.07951#bib.bib35)\]\. The wildfire\-specific literature is no exception: graph\-based forecasters of fire\-influenced PM2\.5hold out whole years \(e\.g\., training on two seasons and testing on a third, while excluding an anomalous low\-activity year\)\[[26](https://arxiv.org/html/2607.07951#bib.bib40)\], and LSTM\-based fire early\-warning systems train on one block of years and test on the next\[[6](https://arxiv.org/html/2607.07951#bib.bib41)\]\. These designs measure interpolation within a known regime; they do not measure whether a model generalizes to an unseen high\-impact event whose dynamics were absent from training\. This distinction matters most precisely where forecasting is hardest\. Wildfire smoke episodes are heavy\-tailed, comparatively rare, and mutually distinct in source location, transport, and intensity, so a chronological split can leak information from a given fire’s onset into the training window used to predict its peak\. To isolate genuine event\-level generalization, we adopt a leave\-one\-incident\-out cross\-validation protocol in which each fold withholds the complete set of records associated with one fire incident and evaluates transfer to that held\-out event\. To our knowledge, this incident\-holdout evaluation has not been applied in prior PM2\.5forecasting benchmarks, and it is the basis on which we compare time\-series foundation models against trained recurrent and Transformer baselines in the remainder of this work\. ### 2\.2Wildfire Smoke and PM2\.5Modeling Wildfire\-specific PM2\.5 forecasting has been dominated by process\-based models\. These include coupled fire–atmosphere–chemistry systems such as WRF\-Chem and WRF\-SFIRE\-CHEM, as well as operational smoke\-forecasting systems such as NOAA’s HRRR\-Smoke\[[3](https://arxiv.org/html/2607.07951#bib.bib13)\]and the HYSPLIT\-based Smoke Forecasting System\[[38](https://arxiv.org/html/2607.07951#bib.bib12)\], which produce 24–48 h forecasts from satellite fire detections, biomass\-burning emission inventories, and meteorological fields\[[19](https://arxiv.org/html/2607.07951#bib.bib11)\]\. Such systems are mechanistically interpretable and operationally entrenched, yet they are computationally expensive, sensitive to uncertain emission and plume\-rise assumptions, and tend to underestimate surface concentrations during the most severe episodes\. Ensemble runs for the 2018 Camp Fire spanned nearly 1000μ\\mug/m3across emission and plume\-rise configurations\[[24](https://arxiv.org/html/2607.07951#bib.bib14)\], while a multi\-system intercomparison for the 2019 Williams Flats fire revealed large inter\-model spread and systematic bias\[[44](https://arxiv.org/html/2607.07951#bib.bib15)\]\. Tellingly, these assessments remain episodic case studies of individual named fires, underscoring both the difficulty of resolving extreme PM2\.5 with process\-based models and the absence of evaluation across many incidents under a common protocol\. Data\-driven wildfire\-smoke forecasting is comparatively recent and sparse\. Spatiotemporal deep learning has only begun to appear in this setting: a spatiotemporal Transformer for hourly PM2\.5in fire\-prone regions\[[45](https://arxiv.org/html/2607.07951#bib.bib38)\], a graph neural network for fire\-influenced PM2\.5across California that outperforms LSTM and MLP baselines\[[26](https://arxiv.org/html/2607.07951#bib.bib40)\], and a U\-shaped LSTM early\-warning system anchored on the Camp Fire\[[6](https://arxiv.org/html/2607.07951#bib.bib41)\]\. These studies show that learned models can rival or exceed numerical guidance at short horizons without explicit emission inventories\. However, each is developed and validated on a single region or a small number of named fires and partitions data chronologically or by year rather than by event\. Crucially, neither paradigm has produced a standardized multi\-incident benchmark\. Physics\-based evaluations are typically episodic case studies of one fire \(e\.g\., the Camp, Williams Flats, or Caldor fires\), and even multi\-model efforts are intercomparisons on a single event rather than one model assessed across many events under a common protocol\. Data\-driven studies inherit the same limitation, training and testing within a fixed region or season\. As a consequence, the field lacks a controlled assessment of how forecasters, either numerical or learned, generalize across heterogeneous fire incidents that differ in ignition, fuel load, terrain, and smoke transport\. We address this gap with a leave\-one\-incident\-out benchmark spanning 1,375 California wildfire incidents over 2013–2025, in which every held\-out event is evaluated under a common metric and horizon protocol\. ### 2\.3Time Series Foundation Models Transformer architectures entered time series analysis through models such as Informer and Autoformer, whose self\-attention handled long\-range dependencies and multivariate interactions more flexibly than recurrent or convolutional predecessors\[[36](https://arxiv.org/html/2607.07951#bib.bib59)\]\. These models, however, were still trained from scratch per dataset\. The foundation model era began in late 2023 with Lag\-Llama\[[33](https://arxiv.org/html/2607.07951#bib.bib42)\], a decoder\-only Transformer for univariate probabilistic forecasting, and TimesFM\[[11](https://arxiv.org/html/2607.07951#bib.bib43)\], a patch\-based decoder\-only model pre\-trained on a large heterogeneous corpus\. The 2024 wave broadened the design space: Chronos\[[5](https://arxiv.org/html/2607.07951#bib.bib44)\]tokenized series via scaling and quantization to treat forecasting as language modeling; Moirai\[[41](https://arxiv.org/html/2607.07951#bib.bib45)\]introduced any\-variate attention for universal multivariate forecasting; and Timer\[[29](https://arxiv.org/html/2607.07951#bib.bib47)\], MOMENT\[[14](https://arxiv.org/html/2607.07951#bib.bib48)\], and ChatTime\[[40](https://arxiv.org/html/2607.07951#bib.bib49)\]added autoregressive, encoder\-based, and multimodal variants, respectively\. Broader taxonomies and systematic reviews trace this rapid expansion across hundreds of studies\[[1](https://arxiv.org/html/2607.07951#bib.bib55)\]\[[25](https://arxiv.org/html/2607.07951#bib.bib56)\]\[[31](https://arxiv.org/html/2607.07951#bib.bib57)\]\[[32](https://arxiv.org/html/2607.07951#bib.bib54)\]\. The 2025 frontier advanced along two axes: scale and second\-generation refinement\. Time\-MoE\[[37](https://arxiv.org/html/2607.07951#bib.bib50)\]reached 2\.4 billion parameters via a sparse Mixture\-of\-Experts architecture, empirically confirming that scaling laws hold for temporal data, while Sundial\[[28](https://arxiv.org/html/2607.07951#bib.bib51)\]enabled native probabilistic pre\-training through a flow\-matching TimeFlow Loss\. The two most widely deployed families also advanced to second\-generation releases: Chronos\-2\[[4](https://arxiv.org/html/2607.07951#bib.bib52)\], a 120M\-parameter encoder\-only model whose group\-attention mechanism extends zero\-shot forecasting to multivariate and covariate\-informed tasks, and Moirai\-2\[[27](https://arxiv.org/html/2607.07951#bib.bib53)\], which replaces the masked encoder with a decoder\-only backbone trained via quantile forecasting and multi\-token prediction\. In parallel, domain\-focused work has begun to question the generality of these models:\[[10](https://arxiv.org/html/2607.07951#bib.bib60)\]show with the BOOM benchmark that general\-purpose TSFMs underperform on heavy\-tailed, nonstationary observability metrics, motivating domain\-specialized evaluation\. ## 3Dataset and Preprocessing ### 3\.1Data Sources We compiled an event\-aligned air\-quality panel of hourly PM2\.5 measurements drawn from 79 EPA\-certified monitoring stations across California, spanning February 2013 through November 2025\. Wildfire incident metadata including ignition location, creation and containment dates, and final burned area, were obtained from the CAL FIRE incident archive, and the corresponding PM2\.5 observations were retrieved from the California Air Resources Board \(CARB\) AQMIS interface\. To align fire activity with the downwind air\-quality response, each incident was paired with its nearest monitoring station, defined as the EPA\-certified site that minimizes the geodesic \(great\-circle\) distance between the station coordinates and the incident location\. Incidents whose nearest station exceeded 100 km were excluded, as measurements beyond this range are unlikely to capture the fire’s smoke signal\. A single station may serve as the nearest site for multiple incidents, since fires recurring in the same region share the same downwind monitor\. Together with each incident’s creation and containment dates, these wildfire–station pairs defined the retrieval keys for data collection\. Rather than downloading a single static archive, we assembled the panel with an incident\-aware crawler that queried each wildfire–station pair over its corresponding incident window\. Multi\-year windows were decomposed into calendar\-year requests, and downloads ran asynchronously under bounded concurrency, with retry logic and file\-level deduplication to accommodate the length of the historical record and the query limits of the remote interface\. Figure[1](https://arxiv.org/html/2607.07951#S3.F1)shows the spatial distribution of the 79 monitoring stations and the associated wildfire events, illustrating both the statewide coverage of the sensor network and the geographic spread of the incidents analyzed in this study\. Figure 1:Spatial distribution of the 79 EPA\-certified PM2\.5monitoring stations \(green triangles\) and the 1,375 wildfire incidents \(red points\) included in the study, overlaid on shaded\-relief terrain\. Each station is paired with the wildfire incidents for which it is the nearest monitor; the size of each station symbol is scaled by the number of incidents it serves\. The inset illustrates one representative station that serves 84 incidents, highlighting the one\-to\-many wildfire–station pairing\. ### 3\.2Preprocessing The raw CARB exports required cleaning and harmonization before modeling\. Non\-tabular metadata blocks were removed, and the cleaned records were consolidated into an hourly panel indexed by monitoring site, timestamp, and wildfire incident\. Because a single monitor is frequently the nearest station for several nearby fires, a given site–hour measurement can be associated with more than one incident window; the underlying observations were therefore de\-duplicated to 650,091 unique site–hour PM2\.5measurements, which expand to 1,726,019 incident\-aligned records\. As hourly monitoring records contain gaps from sensor downtime and transmission loss, we deliberately avoided interpolation, which would inject artificial dynamics into a series whose extreme events are the object of study\. Instead, each site’s record was partitioned into internally continuous segments at temporal breaks exceeding two hours, and all subsequent windowing was confined within these segments so that no input or forecast window spans a gap\. Negative readings \(2\.80% of unique measurements\), attributable to instrument noise near the low\-concentration detection limit, were clipped to zero\. Predictors were standardized using per\-sitezz\-score normalization, which preserves each station’s physical baseline while rendering heterogeneous series comparable, whereas forecast targets were retained in nativeμ\\mug/m3units to keep evaluation metrics interpretable against regulatory AQI thresholds\. Modeling used the univariate PM2\.5series\. Supervised examples were then constructed with a sliding window comprising a 48\-hour input context and three forecast horizons of 6, 12, and 24 hours, advanced with a stride of 6 hours; the three horizons share a common set of input windows so that their results are directly comparable\. Incident sequences shorter than 72 hours which is the minimum span required to form a single input–target pair at the longest horizon were excluded, retaining 891 of the 1,375 sequences and yielding 277,866 windowed examples\. To probe performance under the conditions of greatest operational concern rather than on routine background air quality, evaluation was conducted on held\-out continuous weeks containing elevated\-concentration episodes\. Table[1](https://arxiv.org/html/2607.07951#S3.T1)and Figure[2](https://arxiv.org/html/2607.07951#S3.F2)summarize the resulting distribution, which is severely right\-skewed \(skewness≈12\\approx 12\)\. The median hourly concentration is only 9μ\\mug/m3, and 93\.8% of measurements fall within the Good\-to\-Moderate range \(below 35\.5μ\\mug/m3\), yet the upper tail extends to a maximum of 1,249μ\\mug/m3, with 0\.28% of observations reaching Hazardous levels \(above 225\.5μ\\mug/m3\)\. This pronounced imbalance— abundant background hours against sparse but consequential extremes—directly motivates the extreme\-event evaluation protocol adopted in this study\. Table 1:Dataset summary statistics\.Figure 2:Distribution of hourly PM2\.5concentrations across the 79 California monitoring sites \(650,091 unique site–hour measurements\)\. \(a\) The 0–100μ\\mug/m3range \(median 9μ\\mug/m3\); dashed lines mark the EPA AQI breakpoints at 35\.5, 55\.5, 125\.5, and 225\.5μ\\mug/m3, separating the Good/Moderate, Unhealthy for Sensitive Groups, Unhealthy, and Very Unhealthy/Hazardous categories, respectively\. \(b\) The full range on a logarithmic frequency scale, revealing the heavy right tail: extreme concentrations extend to 1,249μ\\mug/m3, with only 0\.28% of observations reaching Hazardous levels \(\>\>225\.5μ\\mug/m3\)\. ### 3\.3Leave\-One\-Incident\-Out Protocol Standard temporal splits are poorly suited to wildfire forecasting because a single fire can persist for days or months, producing many overlapping windows with shared meteorology, source emissions, and site\-specific background conditions\. A naive chronological split can therefore place early windows from one fire in training and later windows from the same fire in testing, yielding optimistic performance estimates through incident\-level leakage\. To avoid this failure mode, we adopt a grouped leave\-one\-incident\-out \(loio\) cross\-validation protocol\. The panel first defines one hourly sequence for each usable\(incident\_id,site\_id\)\(\\texttt\{incident\\\_id\},\\texttt\{site\\\_id\}\)pair\. Sequences shorter than the minimum length required for the full forecasting task are excluded: with an input window ofLin=48L\_\{\\text\{in\}\}=48hours and a maximum forecast horizon ofHmax=24H\_\{\\max\}=24hours, each retained sequence must contain at leastLin\+Hmax=72L\_\{\\text\{in\}\}\+H\_\{\\max\}=72consecutive hourly records\. This filtering reduces the 1,375 incident–site sequences to 891 usable sequences spanning 79 monitoring sites, each with no internal hourly gaps\. For a retained sequence of lengthLL, the number of sliding windows generated at strides=6s=6hours is Nw\(L\)=⌊L−\(Lin\+Hmax\)s⌋\+1,N\_\{w\}\(L\)\\;=\\;\\left\\lfloor\\frac\{L\-\(L\_\{\\text\{in\}\}\+H\_\{\\max\}\)\}\{s\}\\right\\rfloor\+1,\(1\)and the three horizons \(6, 12, and 24 hours\) share this common set of input windows so that their results are directly comparable\. Crucially, sliding windows are generated only*after*fold assignment, so all windows derived from the same sequence inherit the same fold label and never straddle the train–test boundary\. The fold construction is severity\-stratified\. For each retained sequenceiiwe compute its peak concentrationpi=maxtPM2\.5\(i\)\(t\)p\_\{i\}=\\max\_\{t\}\\text\{PM\}\_\{2\.5\}^\{\(i\)\}\(t\)and assign it to a severity quintileQ\(i\)∈\{1,…,5\}Q\(i\)\\in\\\{1,\\dots,5\\\}based on the empirical quintiles of\{pi\}\\\{p\_\{i\}\\\}\. Within each quintile the sequences are shuffled with a fixed random seed and distributed round\-robin across theK=5K=5folds: fold\(i\)=πQ\(i\)\(i\)modK,\\text\{fold\}\(i\)\\;=\\;\\pi\_\{Q\(i\)\}\(i\)\\bmod K,\(2\)whereπQ\(i\)\\pi\_\{Q\(i\)\}denotes the seeded permutation of sequences within quintileQ\(i\)Q\(i\)\. This yields folds balanced not only in sequence count, but also in the long\-tailed smoke\-severity distribution that dominates wildfire forecasting difficulty\. In each evaluation run, all windows from the held\-out fold are excluded from training, ensuring that no test window has a training counterpart from the same wildfire–site episode\. The resulting benchmark contains 277,866 windows, each using 48 hours of PM2\.5history to predict PM2\.5over 6\-, 12\-, and 24\-hour horizons\. Table[2](https://arxiv.org/html/2607.07951#S3.T2)reports the resulting fold composition\. The mean peak PM2\.5values remain comparable across folds despite extreme events reaching nearly 1,250μ\\mug/m3, and the 24\-hour exceedance rates fall within a narrow range\. This balance matters because rare high\-smoke episodes drive much of the operational forecasting challenge, yet are precisely the cases most easily misrepresented by ungrouped temporal or random splits\. Table 2:Five\-foldloiocross\-validation statistics\.Figure 3:Comparison of data\-splitting strategies\. \(a\) A naive chronological split places early windows of a long\-lived fire in training and later windows of the same fire in testing, leaking shared emissions, meteorology, and site background across the train–test boundary\. \(b\) The proposed leave\-one\-incident\-out protocol groups all windows from a given wildfire–site episode into a single fold, so that a held\-out fire has no counterpart in training\. Folds are additionally stratified by smoke severity\. ## 4Methods We frame wildfire\-driven PM2\.5forecasting as a univariate multi\-horizon regression problem and benchmark a non\-learning persistence reference together with three families of learned models under the identical leave\-one\-incident\-out protocol of Section[3\.3](https://arxiv.org/html/2607.07951#S3.SS3): a set of trained neural baselines, a set of pretrained time\-series foundation models \(TSFMs\) evaluated zero\-shot, and LoRA\-adapted variants of two of these foundation models\. This section defines the forecasting task, then details each model and how its inputs and outputs are handled\. ### 4\.1Input Representation All models receive the same underlying supervised examples: a 48\-hour history of hourly PM2\.5used to forecast the subsequent 6, 12, and 24 hours, but the numerical form in which that history is presented differs between the trained baselines and the pretrained foundation models, reflecting how each class of model expects its inputs to be scaled\. #### Common windowed tensor\. Preprocessing produces a single tensor𝐗∈ℝN×Lin×F\\mathbf\{X\}\\in\\mathbb\{R\}^\{N\\times L\_\{\\text\{in\}\}\\times F\}withN=277,866N=277\{,\}866windows, input lengthLin=48L\_\{\\text\{in\}\}=48, andFFstored channels, together with horizon\-specific targets𝐲\(h\)∈ℝN×h\\mathbf\{y\}^\{\(h\)\}\\in\\mathbb\{R\}^\{N\\times h\}forh∈\{6,12,24\}h\\in\\\{6,12,24\\\}retained in nativeμ\\mug/m3\. The input for windowiiis the scalar sequence𝐱i=\(xi,1,…,xi,48\)\\mathbf\{x\}\_\{i\}=\(x\_\{i,1\},\\dots,x\_\{i,48\}\)\. #### Per\-site standardization\. The stored history is standardized per monitoring site\. For a window belonging to sitess, each value is transformed as x~i,t=xi,t−μsσs,\\tilde\{x\}\_\{i,t\}\\;=\\;\\frac\{x\_\{i,t\}\-\\mu\_\{s\}\}\{\\sigma\_\{s\}\},\(3\)whereμs\\mu\_\{s\}andσs\\sigma\_\{s\}are the mean and standard deviation of PM2\.5at sitess, estimated on training data\. This standardized form𝐱~i\\tilde\{\\mathbf\{x\}\}\_\{i\}is the representation consumed directly by the trained baselines; the site statistics\(μs,σs\)\(\\mu\_\{s\},\\sigma\_\{s\}\)are retained so that any prediction can be mapped back to physical units\. #### Trained baselines \(LSTM, BiLSTM, Transformer\)\. These models ingest the standardized sequence𝐱~i∈ℝ48\\tilde\{\\mathbf\{x\}\}\_\{i\}\\in\\mathbb\{R\}^\{48\}as a length\-48, single\-channel input\. To decouple learning from each site’s baseline level, targets are expressed as residuals relative to the last observed \(standardized\) valuex~i,48\\tilde\{x\}\_\{i,48\}; the model predictsΔi\(h\)\\Delta^\{\(h\)\}\_\{i\}such that the standardized forecast isx~i,48\+Δi\(h\)\\tilde\{x\}\_\{i,48\}\+\\Delta^\{\(h\)\}\_\{i\}, which is then de\-standardized for evaluation\. This residual parameterization provides a strong persistence\-anchored starting point and stabilizes training under the heavy\-tailed concentration distribution\. #### Pretrained foundation models \(Chronos\-2, Moirai\-2, TimesFM, Time\-MoE\)\. Zero\-shot time\-series foundation models apply their own internal instance normalization and therefore expect inputs on the native measurement scale\. Accordingly, the standardized history is inverted back toμ\\mug/m3viaxi,t=σsx~i,t\+μsx\_\{i,t\}=\\sigma\_\{s\}\\tilde\{x\}\_\{i,t\}\+\\mu\_\{s\}before being supplied as the context sequence\. Each backbone then tokenizes this context according to its own scheme: TimesFM applies continuous\-value quantile forecasting with input normalization enabled, Chronos\-2 uses learned value tokenization, Moirai\-2 relies on patch\-based encoding, and Time\-MoE performs autoregressive point generation\. All models are queried through their public pretrained interfaces without any gradient updates\. Time\-MoE is the exception among the foundation models: it is operated on the standardized sequence𝐱~i\\tilde\{\\mathbf\{x\}\}\_\{i\}, consistent with its pretraining convention, and its outputs are de\-standardized for evaluation\. In every case the point forecast is taken as the predictive median, and all metrics are computed in nativeμ\\mug/m3so that results are directly comparable across model classes and against regulatory AQI thresholds\. Table[3](https://arxiv.org/html/2607.07951#S4.T3)summarizes how the input representation differs across the model classes\. Table 3:Input representation across model classes\. All models are univariate \(PM2\.5only\) and share the 48\-hour context and 6/12/24\-hour horizons; they differ in input scale, target parameterization, and forecasting mechanism\. Enc\. = encoder\-only; dec\. = decoder\-only; MoE = mixture\-of\-experts\.ModelTypeInput scaleTargetMechanismNaïve PersistenceReferenceNativeμ\\mug/m3Last\-value carry\-forwardNoneLSTMTrainedPer\-sitezz\-scoreResidual from last valueRecurrentBiLSTMTrainedPer\-sitezz\-scoreResidual from last valueBidirectional recurrentTransformerTrainedPer\-sitezz\-scoreResidual from last valueSelf\-attentionChronos\-2Zero\-shotNativeμ\\mug/m3Direct \(median quantile\)Patch; enc\., quantile headMoirai\-2Zero\-shotNativeμ\\mug/m3Direct \(median quantile\)Patch; dec\., multi\-token quantileTimesFMZero\-shotNativeμ\\mug/m3Direct \(median quantile\)Patch; dec\., quantile headTime\-MoEZero\-shotPer\-sitezz\-scoreDirect \(autoregressive\)Point\-wise; dec\., MoEChronos\-2LoRA\-FTNativeμ\\mug/m3Direct \(median quantile\)Patch; enc\., quantile headTime\-MoELoRA\-FTPer\-sitezz\-scoreDirect \(autoregressive\)Point\-wise; dec\., MoE ### 4\.2Problem Formulation For a windowiilet𝐱i=\(xi,1,…,xi,Lin\)\\mathbf\{x\}\_\{i\}=\(x\_\{i,1\},\\dots,x\_\{i,L\_\{\\text\{in\}\}\}\)denote the observed hourly PM2\.5history withLin=48L\_\{\\text\{in\}\}=48, and let𝐲i\(h\)=\(yi,1,…,yi,h\)\\mathbf\{y\}\_\{i\}^\{\(h\)\}=\(y\_\{i,1\},\\dots,y\_\{i,h\}\)denote the subsequenthhhourly values for horizonh∈ℋ=\{6,12,24\}h\\in\\mathcal\{H\}=\\\{6,12,24\\\}\. A forecaster is a function fθ:ℝLin→ℝh,𝐲^i\(h\)=fθ\(𝐱i;h\),f\_\{\\theta\}:\\ \\mathbb\{R\}^\{L\_\{\\text\{in\}\}\}\\ \\rightarrow\\ \\mathbb\{R\}^\{h\},\\hskip 18\.49988pt\\hat\{\\mathbf\{y\}\}\_\{i\}^\{\(h\)\}=f\_\{\\theta\}\\\!\\left\(\\mathbf\{x\}\_\{i\};\\,h\\right\),\(4\)producing a point forecast for each horizon\. All targets are evaluated in nativeμ\\mug/m3\. The three horizons are produced from a common 48\-hour context so that results are directly comparable across horizons and models\. ### 4\.3Naïve Persistence Reference As a non\-learning lower bound we include a naïve persistence forecaster, which propagates the last observed concentration across the entire horizon, y^i,τ\(h\)=yi,Lin,τ=1,…,h\.\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}=y\_\{i,L\_\{\\text\{in\}\}\},\\hskip 18\.49988pt\\tau=1,\\dots,h\.\(5\)Persistence carries no trainable parameters and is applied directly in nativeμ\\mug/m3\. Because hourly PM2\.5is strongly autocorrelated, it is a deliberately demanding reference at short horizons and defines the skill floor that any learned model must exceed to demonstrate genuine predictive value\. It is also the implicit anchor of the trained baselines, whose residual parameterization \(Eq\.[6](https://arxiv.org/html/2607.07951#S4.E6)\) predicts departures from exactly this last\-value forecast; reporting persistence explicitly therefore isolates the contribution of the learned residual from the autocorrelation the models inherit for free\. ### 4\.4Trained Neural Baselines The trained baselines consume the per\-site standardized history𝐱~i\\tilde\{\\mathbf\{x\}\}\_\{i\}\(Eq\.[3](https://arxiv.org/html/2607.07951#S4.E3)\) and predict a residual relative to the last observed standardized valuex~i,Lin\\tilde\{x\}\_\{i,L\_\{\\text\{in\}\}\}\. Writing the standardized target asy~i,τ\(h\)=\(yi,τ\(h\)−μs\)/σs\\tilde\{y\}^\{\(h\)\}\_\{i,\\tau\}=\(y^\{\(h\)\}\_\{i,\\tau\}\-\\mu\_\{s\}\)/\\sigma\_\{s\}, each model is trained to output Δi,τ\(h\)=y~i,τ\(h\)−x~i,Lin,\\Delta^\{\(h\)\}\_\{i,\\tau\}\\;=\\;\\tilde\{y\}^\{\(h\)\}\_\{i,\\tau\}\-\\tilde\{x\}\_\{i,L\_\{\\text\{in\}\}\},\(6\)and predictions are reconstructed to physical units by inverting the standardization and clipping at zero, y^i,τ\(h\)=max\(0,\(Δ^i,τ\(h\)\+x~i,Lin\)σs\+μs\)\.\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}=\\max\\\!\\Big\(0,\\ \\big\(\\hat\{\\Delta\}^\{\(h\)\}\_\{i,\\tau\}\+\\tilde\{x\}\_\{i,L\_\{\\text\{in\}\}\}\\big\)\\,\\sigma\_\{s\}\+\\mu\_\{s\}\\Big\)\.\(7\)This residual parameterization anchors each forecast to persistence and stabilizes learning under the heavy\-tailed concentration distribution\. All three baselines share a common backbone width ofd=64d=64, two layers, dropout0\.10\.1, and a separate linear head per horizon; they are trained by minimizing mean squared error onΔ\(h\)\\Delta^\{\(h\)\}with early stopping\. #### LSTM\. A two\-layer unidirectional LSTM\[[16](https://arxiv.org/html/2607.07951#bib.bib20)\]encodes the sequence\. At each step the standard recurrence updates the hidden and cell states, \(𝐡t,𝐜t\)=LSTM\(x~i,t,𝐡t−1,𝐜t−1\),𝐡t∈ℝd,\(\\mathbf\{h\}\_\{t\},\\mathbf\{c\}\_\{t\}\)=\\mathrm\{LSTM\}\(\\tilde\{x\}\_\{i,t\},\\mathbf\{h\}\_\{t\-1\},\\mathbf\{c\}\_\{t\-1\}\),\\hskip 18\.49988pt\\mathbf\{h\}\_\{t\}\\in\\mathbb\{R\}^\{d\},\(8\)and the final hidden state𝐡Lin\\mathbf\{h\}\_\{L\_\{\\text\{in\}\}\}is mapped to each horizon by a linear head,𝚫^i\(h\)=𝐖h𝐡Lin\+𝐛h\\hat\{\\boldsymbol\{\\Delta\}\}^\{\(h\)\}\_\{i\}=\\mathbf\{W\}\_\{h\}\\mathbf\{h\}\_\{L\_\{\\text\{in\}\}\}\+\\mathbf\{b\}\_\{h\}\. #### BiLSTM\. A bidirectional variant runs two LSTMs over the context in forward and backward directions, yielding hidden states𝐡→t\\overrightarrow\{\\mathbf\{h\}\}\_\{t\}and𝐡←t\\overleftarrow\{\\mathbf\{h\}\}\_\{t\}\. The final representation concatenates the two terminal states, 𝐡bi=\[𝐡→Lin;𝐡←1\]∈ℝ2d,\\mathbf\{h\}^\{\\text\{bi\}\}=\\big\[\\,\\overrightarrow\{\\mathbf\{h\}\}\_\{L\_\{\\text\{in\}\}\}\\ ;\\ \\overleftarrow\{\\mathbf\{h\}\}\_\{1\}\\,\\big\]\\in\\mathbb\{R\}^\{2d\},\(9\)which is passed to per\-horizon linear heads\. Bidirectional context lets the encoder summarize the full 48\-hour window symmetrically, at the cost of doubling the representation width\. #### Transformer\. The Transformer baseline\[[39](https://arxiv.org/html/2607.07951#bib.bib21)\]projects each scalar input to widthdd, adds sinusoidal positional encodings, and applies a two\-layer encoder with44attention heads and a feed\-forward width of4d4d\. For a projected, position\-encoded sequence𝐙∈ℝLin×d\\mathbf\{Z\}\\in\\mathbb\{R\}^\{L\_\{\\text\{in\}\}\\times d\}, each layer computes multi\-head self\-attention, Attn\(𝐐,𝐊,𝐕\)=softmax\(𝐐𝐊⊤dk\)𝐕,\\mathrm\{Attn\}\(\\mathbf\{Q\},\\mathbf\{K\},\\mathbf\{V\}\)=\\mathrm\{softmax\}\\\!\\left\(\\frac\{\\mathbf\{Q\}\\mathbf\{K\}^\{\\top\}\}\{\\sqrt\{d\_\{k\}\}\}\\right\)\\mathbf\{V\},\(10\)with𝐐,𝐊,𝐕\\mathbf\{Q\},\\mathbf\{K\},\\mathbf\{V\}linear projections of𝐙\\mathbf\{Z\}anddk=d/4d\_\{k\}=d/4\. The pooled encoder output feeds per\-horizon linear heads\. Self\-attention provides direct access to all lags in the window without recurrence\. ### 4\.5Pretrained Foundation Models The foundation models are evaluated zero\-shot: their pretrained weights are frozen and queried through their public forecasting interfaces, with no gradient updates on wildfire data\. Except where noted, each model applies its own internal instance normalization and therefore receives the history on the nativeμ\\mug/m3scale, obtained by inverting Eq\. \([3](https://arxiv.org/html/2607.07951#S4.E3)\)\. The probabilistic backbones \(Chronos\-2, Moirai\-2, and TimesFM\) map a context sequence to a predictive distribution over the horizon, pϕ\(𝐲\(h\)∣𝐱\),𝐲^\(h\)=median\[pϕ\(⋅∣𝐱\)\],p\_\{\\phi\}\\\!\\left\(\\mathbf\{y\}^\{\(h\)\}\\mid\\mathbf\{x\}\\right\),\\hskip 18\.49988pt\\hat\{\\mathbf\{y\}\}^\{\(h\)\}=\\mathrm\{median\}\\big\[p\_\{\\phi\}\(\\cdot\\mid\\mathbf\{x\}\)\\big\],\(11\)from which the point forecast is taken as the predictive median \(q=0\.5q=0\.5\); Time\-MoE instead emits point forecasts directly through autoregressive generation\. The models differ in how the context is tokenized and how the forecast is parameterized, as detailed below\. #### Chronos\-2\. Chronos\-2\[[4](https://arxiv.org/html/2607.07951#bib.bib52)\]is a 120M\-parameter, encoder\-only Transformer that generalizes its predecessor’s language\-modeling formulation: rather than autoregressively generating tokens from a discrete value vocabulary, it embeds the scaled context as patches, attends over them with a group\-attention mechanism that also enables multivariate and covariate\-informed forecasting, and emits multi\-step quantile forecasts for the horizon in a single forward pass\. We use its univariate interface and take the median quantile \(q=0\.5q=0\.5\) as the point prediction\. #### Moirai\-2\. Moirai\-2\[[27](https://arxiv.org/html/2607.07951#bib.bib53)\]is a patch\-based encoder\. The context is divided into temporal patches that are embedded as tokens; a Transformer encoder attends over these patch tokens and emits a quantile forecast over the horizon\. We use a context length of4848, a single target dimension, and the median quantile as the point prediction\. #### TimesFM\. TimesFM\[[11](https://arxiv.org/html/2607.07951#bib.bib43)\]segments the context into non\-overlapping patches, each embedded through a residual MLP into a token, and a decoder\-only Transformer predicts subsequent patches\. We enable input normalization and a continuous quantile head with positivity and quantile\-crossing constraints, using the median as the point forecast\. #### Time\-MoE\. Time\-MoE\[[37](https://arxiv.org/html/2607.07951#bib.bib50)\]is a decoder\-only, point\-wise mixture\-of\-experts forecaster that generates the horizon autoregressively, one step at a time\. Consistent with its pretraining convention, it is the one foundation model operated on the per\-site standardized sequence𝐱~i\\tilde\{\\mathbf\{x\}\}\_\{i\}; its autoregressive outputs are de\-standardized through the inverse of Eq\. \([3](https://arxiv.org/html/2607.07951#S4.E3)\) for evaluation\. ### 4\.6LoRA Fine\-Tuning To quantify how much a small amount of in\-domain adaptation narrows the gap between zero\-shot foundation models and the trained baselines, we additionally evaluate parameter\-efficient fine\-tuned variants of two foundation models, Chronos\-2 and Time\-MoE\. Rather than updating the full backbone, we attach low\-rank adaptation \(LoRA\) modules\[[17](https://arxiv.org/html/2607.07951#bib.bib22)\]to the pretrained weights, so that only a small set of adapter parameters is trained while the original weights remain frozen\. For a frozen weight matrix𝐖0∈ℝdout×din\\mathbf\{W\}\_\{0\}\\in\\mathbb\{R\}^\{d\_\{\\text\{out\}\}\\times d\_\{\\text\{in\}\}\}, LoRA reparameterizes the update as a low\-rank product, 𝐖=𝐖0\+αr𝐁𝐀,𝐁∈ℝdout×r,𝐀∈ℝr×din,r≪d,\\mathbf\{W\}=\\mathbf\{W\}\_\{0\}\+\\frac\{\\alpha\}\{r\}\\,\\mathbf\{B\}\\mathbf\{A\},\\hskip 18\.49988pt\\mathbf\{B\}\\in\\mathbb\{R\}^\{d\_\{\\text\{out\}\}\\times r\},\\ \\mathbf\{A\}\\in\\mathbb\{R\}^\{r\\times d\_\{\\text\{in\}\}\},\\ r\\ll d,\(12\)whererris the adapter rank andα\\alphaa scaling factor\. Crucially, adaptation respects the leave\-one\-incident\-out protocol: for each fold, adapters are trained only on the four training folds and evaluated on the held\-out fold, so no test incident is seen during fine\-tuning\. A separate adapter is fit per fold, and adaptation uses the same univariate PM2\.5context and the same per\-model input scaling as the corresponding zero\-shot variant\. #### Chronos\-2 \(LoRA\)\. LoRA adapters are fine\-tuned for500500steps at learning rate10−510^\{\-5\}with batch size256256\. Each training example is the concatenation of a window’s 48\-hour context and its subsequent 24\-hour target on the nativeμ\\mug/m3scale, and the model is optimized with its native forecasting objective\. At inference the adapted model is queried exactly as in the zero\-shot case, taking the median quantile as the point forecast\. #### Time\-MoE \(LoRA\)\. LoRA adapters of rankr=8r=8\(scalingα=16\\alpha=16, dropout0\.050\.05\) are injected into the query and value projections of every attention block\. The adapter is trained by next\-step prediction with teacher forcing on the per\-site standardized histories—mapping steps1:Lin−11\\\!:\\\!L\_\{\\text\{in\}\}\\\!\-\\\!1to steps2:Lin2\\\!:\\\!L\_\{\\text\{in\}\}—consistent with Time\-MoE’s autoregressive pretraining objective\. As in the zero\-shot case, the horizon is generated autoregressively and outputs are de\-standardized for evaluation\. ### 4\.7Evaluation Metrics Forecast accuracy is measured in native units by the mean absolute error and root\-mean\-square error over all windows and lead times, MAE=1Nh∑i=1N∑τ=1h\|y^i,τ\(h\)−yi,τ\(h\)\|,RMSE=1Nh∑i=1N∑τ=1h\(y^i,τ\(h\)−yi,τ\(h\)\)2\.\\mathrm\{MAE\}=\\frac\{1\}\{Nh\}\\sum\_\{i=1\}^\{N\}\\sum\_\{\\tau=1\}^\{h\}\\big\|\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}\-y^\{\(h\)\}\_\{i,\\tau\}\\big\|,\\hskip 18\.49988pt\\mathrm\{RMSE\}=\\sqrt\{\\frac\{1\}\{Nh\}\\sum\_\{i=1\}^\{N\}\\sum\_\{\\tau=1\}^\{h\}\\big\(\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}\-y^\{\(h\)\}\_\{i,\\tau\}\\big\)^\{2\}\}\.\(13\)To complement these absolute\-error metrics, we also report the coefficient of determination, R2=1−∑i=1N∑τ=1h\(yi,τ\(h\)−y^i,τ\(h\)\)2∑i=1N∑τ=1h\(yi,τ\(h\)−y¯\)2,R^\{2\}=1\-\\frac\{\\sum\_\{i=1\}^\{N\}\\sum\_\{\\tau=1\}^\{h\}\\big\(y^\{\(h\)\}\_\{i,\\tau\}\-\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}\\big\)^\{2\}\}\{\\sum\_\{i=1\}^\{N\}\\sum\_\{\\tau=1\}^\{h\}\\big\(y^\{\(h\)\}\_\{i,\\tau\}\-\\bar\{y\}\\big\)^\{2\}\},\(14\)wherey¯\\bar\{y\}is the mean of the observed values over all windows and lead times in the evaluation set\.R2R^\{2\}measures the fraction of observed variance explained by the forecasts: it equals one for a perfect forecast, zero for a forecaster no better than predicting the evaluation\-set mean, and becomes negative when sporadic large\-magnitude errors dominate the squared\-error sum, a diagnostic that proves informative for the tail instability analyzed in Section[5](https://arxiv.org/html/2607.07951#S5)\. Because operational value lies in anticipating unhealthy smoke, we additionally frame each window as an early\-warning problem: a window is labeled positive if its true horizon ever crosses an AQI thresholdtt, and likewise for the prediction, using the per\-window maxima bitrue=𝟙\[maxτyi,τ\(h\)\>t\],bipred=𝟙\[maxτy^i,τ\(h\)\>t\]\.b^\{\\text\{true\}\}\_\{i\}=\\mathbb\{1\}\\\!\\left\[\\max\_\{\\tau\}y^\{\(h\)\}\_\{i,\\tau\}\>t\\right\],\\hskip 18\.49988ptb^\{\\text\{pred\}\}\_\{i\}=\\mathbb\{1\}\\\!\\left\[\\max\_\{\\tau\}\\hat\{y\}^\{\(h\)\}\_\{i,\\tau\}\>t\\right\]\.\(15\)From these binary labels we report the exceedance F1\-score at the 35\.5μ\\mug/m3Unhealthy\-for\-Sensitive\-Groups boundary and the higher AQI breakpoints \(Unhealthy, 55\.5; Very Unhealthy, 125\.5; Hazardous, 225\.5\), which together assess whether a model recovers the rare but consequential extreme events that dominate the forecasting challenge\. All metrics are computed per fold and averaged across the five leave\-one\-incident\-out folds\. ## 5Results We evaluate all models under the leave\-one\-incident\-out \(LOIO\) protocol, reporting each metric as the mean over five folds and three forecast horizons \(6, 12, and 24 hours\)\. Table[4](https://arxiv.org/html/2607.07951#S5.T4)summarizes overall accuracy and exceedance\-detection performance; Figures[4](https://arxiv.org/html/2607.07951#S5.F4)–[6](https://arxiv.org/html/2607.07951#S5.F6)disaggregate these results by horizon and by air\-quality category\. Table 4:Leave\-one\-incident\-out forecasting performance, averaged over five folds and forecast horizons of 6, 12, and 24 hours\. MAE and RMSE are inμgm−3\\mu g\\,m^\{\-3\}\(mean±\\pmSD across folds\); exceedance\-detection F1 is reported at the 24\-hour PM2\.5AQI thresholds for the Unhealthy for Sensitive Groups \(35\.5\), Unhealthy \(55\.5\), Very Unhealthy \(125\.5\), and Hazardous \(225\.5\) categories\. Zero\-shot foundation models are queried through their public pretrained interfaces without gradient updates; LoRA fine\-tuned variants are adapted on each fold’s training incidents only, preserving the leave\-one\-incident\-out protocol\. Best value per column inbold\.### 5\.1Overall Forecasting Accuracy The trained bidirectional recurrent baseline attains the best point\-forecast accuracy across every metric\. BiLSTM achieves the lowest mean absolute error \(MAE=5\.16μgm−3=5\.16\\,\\mu g\\,m^\{\-3\}\) and root mean squared error \(RMSE=12\.58μgm−3=12\.58\\,\\mu g\\,m^\{\-3\}\) and the highest coefficient of determination \(R2=0\.75R^\{2\}=0\.75\), followed by the unidirectional LSTM \(MAE=5\.28=5\.28,R2=0\.72R^\{2\}=0\.72\)\. No zero\-shot foundation model matches either recurrent baseline: the strongest foundation configuration, Chronos\-2 adapted with LoRA fine\-tuning, reaches MAE=5\.43μgm−3=5\.43\\,\\mu g\\,m^\{\-3\}, still above both BiLSTM and LSTM\. This ordering is stable across folds, as reflected in the fold\-level standard deviations reported in Table[4](https://arxiv.org/html/2607.07951#S5.T4)and visualized in Figure[4](https://arxiv.org/html/2607.07951#S5.F4)\. Figure 4:Overall mean absolute error by model, averaged over five folds and the 6\-, 12\-, and 24\-hour horizons\. Error bars denote±1\\pm 1standard deviation across folds; hatched bars mark LoRA fine\-tuned foundation\-model variants\. The dotted line marks the best \(BiLSTM\) MAE\. No foundation model matches either recurrent baseline\.Two patterns run counter to the common assumption that large pre\-trained transformers dominate sequence tasks\. First, the trained Transformer baseline \(MAE=5\.76=5\.76,R2=0\.70R^\{2\}=0\.70\) underperforms both recurrent baselines, indicating that on a single\-site, event\-partitioned PM2\.5signal the inductive bias of recurrent encoders is better matched to the task than a from\-scratch attention model\. Second, among the foundation models the sparse mixture\-of\-experts Time\-MoE \(MAE=5\.92=5\.92zero\-shot\) is the weakest, trailing even the naïve persistence floor on the longer horizons, whereas the dense patch\-based TimesFM \(MAE=5\.56=5\.56\) and the universal Moirai\-2 \(MAE=5\.60=5\.60\) are more competitive\. ### 5\.2Error Growth With Forecast Horizon All models degrade monotonically as the horizon extends from 6 to 24 hours \(Figure[5](https://arxiv.org/html/2607.07951#S5.F5)\)\. The gap between trained baselines and foundation models is narrowest at the 6\-hour horizon, where several zero\-shot models \(TimesFM and Chronos\-2 both at MAE=4\.84=4\.84\) approach BiLSTM \(MAE=4\.53=4\.53\) and widens with horizon, consistent with foundation models being most useful at short lead times\. Figure 5:\(a\) MAE and \(b\) RMSE as a function of forecast horizon, averaged over five folds\. Solid lines denote zero\-shot foundation models and trained baselines; dashed lines denote LoRA fine\-tuned foundation\-model variants and the naïve persistence floor\. Zero\-shot Chronos\-2 exhibits a severe RMSE tail instability that grows with horizon, despite a competitive MAE\.The RMSE panel of Figure[5](https://arxiv.org/html/2607.07951#S5.F5)reveals a pronounced tail instability for zero\-shot Chronos\-2\. While its MAE remains competitive \(5\.61μgm−35\.61\\,\\mu g\\,m^\{\-3\}\), its RMSE inflates to23\.45μgm−323\.45\\,\\mu g\\,m^\{\-3\}with a large inter\-fold standard deviation \(±15\.34\\pm 15\.34\), and itsR2R^\{2\}turns negative \(−0\.08\-0\.08overall, falling to−0\.98\-0\.98at the 24\-hour horizon\)\. The coexistence of a moderate MAE with an explosive RMSE indicates that the model produces occasional large\-magnitude errors on a minority of forecasts rather than a uniform loss of skill, a failure mode that a squared\-error criterion penalizes sharply\. No other model exhibits this behavior; the remaining foundation models and all trained baselines maintain stable RMSE across folds and horizons\. ### 5\.3Exceedance Detection Across AQI Categories As the operational value of wildfire forecasting lies in flagging hazardous air, we evaluate binary exceedance detection at the 24\-hour PM2\.5AQI category thresholds \(Figure[6](https://arxiv.org/html/2607.07951#S5.F6)\)\. Detection F1 declines for every model as the threshold rises, reflecting the growing rarity and burstiness of extreme concentrations\. BiLSTM again leads at all thresholds, including the Hazardous boundary \(F1=225\.50\.63\{\}\_\{225\.5\}=0\.63\), where the best foundation model reaches only0\.540\.54and the naïve baseline falls to0\.490\.49\. The relative ranking at the high\-concentration thresholds mirrors the point\-forecast ranking, indicating that models with lower regression error also transfer better to the extreme\-event regime that matters most for public\-health warnings\. Figure 6:Exceedance\-detection F1 across the 24\-hour PM2\.5AQI category thresholds \(9\.1, 35\.5, 55\.5, 125\.5, and 225\.5μgm−3\\mu g\\,m^\{\-3\}\), averaged over five folds and three horizons\. All models degrade toward the rarer, higher\-concentration categories; BiLSTM leads at every threshold, including the Hazardous boundary\. ### 5\.4Effect of LoRA Fine\-tuning Parameter\-efficient LoRA fine\-tuning, applied per fold on the training incidents only \(Section[4\.6](https://arxiv.org/html/2607.07951#S4.SS6)\), improves both foundation families but to markedly different degrees\. For Chronos\-2, adaptation reduces RMSE by7\.78μgm−37\.78\\,\\mu g\\,m^\{\-3\}and raisesR2R^\{2\}from−0\.08\-0\.08to0\.600\.60, largely resolving the tail instability described in Section[5\.2](https://arxiv.org/html/2607.07951#S5.SS2)while also lowering MAE by0\.19μgm−30\.19\\,\\mu g\\,m^\{\-3\}\. For Time\-MoE the gains are smaller but consistent \(MAE−0\.43\-0\.43, RMSE−0\.88\-0\.88,R2R^\{2\}\+0\.04\+0\.04\), moving it from the weakest to a mid\-ranked foundation model\. In both cases, however, the LoRA\-adapted variant remains inferior to the trained BiLSTM on every metric, reinforcing the central finding that lightweight in\-domain adaptation narrows but does not close the gap to a compact model trained on the target distribution\. ### 5\.5Forecast Visualization On A Held\-out Incident Figure[7](https://arxiv.org/html/2607.07951#S5.F7)visualizes forecasts on one held\-out test incident \(incident 1d1bb813, site 3132\), a prolonged severe episode in which hourly PM2\.5repeatedly surged into the Hazardous range, peaking near956μgm−3956\\,\\mu g\\,m^\{\-3\}\. For each forecast horizonh∈\{6,12,24\}h\\in\\\{6,12,24\\\}, we plot thehh\-hour\-ahead prediction issued at every hour of the incident against the corresponding observation, split into the main surge \(10–120 h\) and decay phase \(120–200 h\); PM2\.5remains near baseline for the remainder of the incident window, which is omitted for clarity\. The visual comparison mirrors the quantitative results in Table[4](https://arxiv.org/html/2607.07951#S5.T4)\. At the 6\-hour lead, all models track both the timing and, approximately, the amplitude of the concentration surges\. Skill degrades systematically with lead time: at 24 hours the models increasingly under\-predict the sharpest peaks and misalign their timing, and inter\-model divergence widens\. Across all horizons, errors concentrate in the excursions into the Very Unhealthy and Hazardous categories, whereas in the decay phase, once concentrations recede, trained baselines, zero\-shot foundation models, and LoRA fine\-tuned variants become nearly indistinguishable\. Figure 7:PM2\.5forecasts on a held\-out severe incident \(incident 1d1bb813, site 3132\) at 6\-, 12\-, and 24\-hour lead times \(top to bottom\), issued at every hour and split into the main surge \(10–120 h\) and decay phase \(120–200 h\)\. Shaded bands mark the Unhealthy, Very Unhealthy, and Hazardous AQI categories; the near\-baseline tail beyond 200 h is omitted for clarity\. Peak under\-prediction and timing misalignment grow with lead time\. ## 6Discussion and Conclusion We conducted a systematic benchmark of time series foundation models against trained deep learning baselines for wildfire PM2\.5forecasting under a leave\-one\-incident\-out evaluation spanning 79 monitoring stations, more than a decade of hourly observations, ten model configurations, three forecast horizons, and five AQI severity thresholds\. The central result is consistent across every metric: a compact, fully\-trainedBiLSTMachieves the lowest aggregate error and the highest exceedance F1at hazardous concentration levels, and no foundation model, whether zero\-shot or LoRA fine\-tuned, matches either recurrent baseline\. Zero\-shotTSFMs do improve on naïve persistence in aggregate error, but the margin is modest, and the gap to trained models widens precisely where it matters most: at longer lead times and in the extreme concentration regime above the Very Unhealthy and Hazardous thresholds\. Two mechanisms plausibly explain this ordering\. First, the trained baselines learn exclusively from wildfire\-era PM2\.5sequences and therefore internalize the distributional signature of fire smoke, including sharp onsets, multi\-day persistence, and repeated extreme peaks, whereasTSFMpre\-training corpora contain vanishingly few series in which values exceed 500μ\\mug/m3\. Faced with such out\-of\-distribution magnitudes, foundation models regress toward typical scales, which simultaneously inflates their error at the peaks and suppresses the high predictions needed to trigger exceedance alarms\. Second, generic pre\-training does not automatically confer stability in heavy\-tailed regimes: zero\-shotChronos\-2pairs a competitive MAE with an explosive, fold\-dependent RMSE and a negativeR2R^\{2\}, a failure mode that is invisible to absolute\-error metrics and is revealed only by squared\-error and event\-level evaluation\. This underscores the value of theloioprotocol itself, since chronological splits that leak within\-incident information would have painted a materially more optimistic picture ofTSFMreadiness\. Parameter\-efficient adaptation narrows but does not close the gap\. LoRA fine\-tuning on each fold’s training incidents repairs theChronos\-2tail instability and liftsTime\-MoEfrom the weakest to a mid\-ranked foundation model, yet both adapted variants remain inferior toBiLSTMon every metric\. The pattern of improvement suggests that lightweight adaptation primarily recalibrates the magnitude scale of wildfire PM2\.5rather than instilling the fine\-grained temporal dynamics that govern exceedance timing\. For practitioners, the implication is direct: where a monitoring site has accumulated multi\-year fire history, a small trained recurrent model remains the strongest and cheapest choice for exceedance\-critical forecasting; where no site\-specific data exist, a LoRA fine\-tunedTSFMoffers a credible rapid\-deployment path, while unadapted zero\-shot use should be avoided when hazardous\-level alarms are the objective\. More broadly, our results indicate that architectural scale and large\-scale pre\-training do not substitute for domain\-specific training data when the target includes rare, extreme events\. Several limitations qualify these conclusions and chart the path forward\. All models here receive only the univariate PM2\.5channel\. A natural next step is multivariate forecasting that incorporates meteorological covariates such as wind speed and direction, humidity, and temperature inversions, together with fire\-side drivers such as burned area and fire radiative power, which recent covariate\-capableTSFMinterfaces \(e\.g\.,Chronos\-2\) now support natively\. Equally promising is the integration of spatial information: our evaluation treats each station independently, whereas smoke transport couples neighboring monitors, and graph\-based or spatiotemporal architectures that propagate information across the sensor network, orTSFMs augmented with spatial context, could improve onset prediction at stations downwind of an igniting fire\. Our protocol also tests incident\-level but not cross\-regional generalization; evaluating transfer from California to other fire\-prone regions, and to other extreme air\-quality events such as dust storms, would test whether the conclusions extend beyond a single airshed\. Finally, the adaptation study used a fixed budget of 500 LoRA steps on 200M\-parameter checkpoints, leaving systematic data\-efficiency curves, larger backbones, and physics\-informed fine\-tuning that embeds transport or mass\-conservation constraints as open directions\. As foundation models continue to scale, the leave\-one\-incident\-out benchmark introduced here provides a reusable yardstick for measuring whether that progress translates into reliable warnings for the extreme events that matter most\. ## CRediT authorship contribution statement Yongcan Huang:Conceptualization, Formal analysis, Investigation, Writing – original draft\.Li Jiang:Formal analysis, Investigation, Writing – original draft\.Ze Yu Liu:Conceptualization, Writing – review & editing\. ## Data availability The hourly PM2\.5observations used in this study are publicly available from the California Air Resources Board Air Quality and Meteorological Information System \(AQMIS\) at[https://www\.arb\.ca\.gov/aqmis2/aqmis2\.php](https://www.arb.ca.gov/aqmis2/aqmis2.php)\. Wildfire incident metadata, including ignition locations, incident dates, and burned areas, are publicly available from the CAL FIRE incident archive at[https://www\.fire\.ca\.gov/incidents](https://www.fire.ca.gov/incidents)\. ## References - \[1\]S\. Abdullahi, K\. U\. Danyaro, A\. Zakari, I\. Abdul Aziz, N\. A\. W\. A\. Zawawi, and S\. Adamu\(2025\)Time\-series large language models: a systematic review of state\-of\-the\-art\.IEEE Access13,pp\. 30235–30261\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2025.3535782)Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[2\]R\. Aguilera, T\. Corringham, A\. Gershunov, and T\. Benmarhnia\(2021\)Ensemble\-based deep learning for estimating PM2\.5 over California with multisource big data including wildfire smoke\.Environment International155,pp\. 106721\.External Links:[Document](https://dx.doi.org/10.1016/j.envint.2021.106721)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[3\]R\. Ahmadov, G\. Grell, E\. James, I\. Csiszar, M\. Tsidulko, B\. Pierce, S\. McKeen, S\. Benjamin, C\. Alexander, G\. Pereira,et al\.\(2017\)Using VIIRS fire radiative power data to simulate biomass burning emissions, plume rise and smoke transport in a real\-time air quality modeling system\.In2017 IEEE International Geoscience and Remote Sensing Symposium \(IGARSS\),pp\. 2806–2808\.Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p1.2)\. - \[4\]A\. F\. Ansari, O\. Shchur, J\. Küken, A\. Auer, B\. Han, P\. Mercado, S\. S\. Rangapuram, H\. Shen, L\. Stella, X\. Zhang, M\. Goswami, S\. Kapoor,et al\.\(2025\)Chronos\-2: from univariate to universal forecasting\.arXiv preprint arXiv:2510\.15821\.Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p2.1),[§4\.5](https://arxiv.org/html/2607.07951#S4.SS5.SSS0.Px1.p1.1)\. - \[5\]A\. F\. Ansari, L\. Stella, C\. Turkmen, X\. Zhang, P\. Mercado, H\. Shen, O\. Shchur, S\. S\. Rangapuram, S\. P\. Arango, S\. Kapoor, J\. Zschiegner, D\. C\. Maddix, M\. W\. Mahoney, K\. Torkkola, A\. G\. Wilson, M\. Bohlke\-Schneider, and Y\. Wang\(2024\)Chronos: learning the language of time series\.Transactions on Machine Learning Research\.Note:arXiv:2403\.07815Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p3.1),[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[6\]R\. T\. Bhowmik, Y\. S\. Jung, J\. A\. Aguilera, M\. Prunicki, and K\. Nadeau\(2023\)A multi\-modal wildfire prediction and early\-warning system based on a novel machine learning framework\.Journal of Environmental Management341,pp\. 117908\.Cited by:[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1),[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p2.1)\. - \[7\]A\. Booth, P\. James, S\. McGough, and E\. Solaiman\(2025\)Cross\-regional deep learning for air quality forecasting: a comparative study of co, no2, o3, pm2\. 5, and pm10\.Forecasting7\(4\),pp\. 66\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[8\]M\. Burke, A\. Driscoll, S\. Heft\-Neal,et al\.\(2021\)The changing risk and burden of wildfire in the United States\.Proceedings of the National Academy of Sciences118\(2\)\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p1.6)\. - \[9\]D\. Byun and K\. L\. Schere\(2006\)Review of the governing equations, computational algorithms, and other components of the models\-3 community multiscale air quality \(CMAQ\) modeling system\.Applied Mechanics Reviews59\(2\),pp\. 51–77\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[10\]B\. Cohen, E\. Khwaja, Y\. Doubli, S\. Lemaachi, C\. Lettieri, C\. Masson, H\. Miccinilli, E\. Ramé, Q\. Ren, A\. Rostamizadeh,et al\.\(2026\)This time is different: an observability perspective on time series foundation models\.Advances in neural information processing systems38,pp\. 50907–50951\.Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p2.1)\. - \[11\]A\. Das, W\. Kong, R\. Sen, and Y\. Zhou\(2024\)A decoder\-only foundation model for time\-series forecasting\.InProceedings of the 41st International Conference on Machine Learning \(ICML\),Proceedings of Machine Learning Research, Vol\.235,pp\. 10148–10167\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p3.1),[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1),[§4\.5](https://arxiv.org/html/2607.07951#S4.SS5.SSS0.Px3.p1.1)\. - \[12\]W\. Fedus, B\. Zoph, and N\. Shazeer\(2022\)Switch transformers: scaling to trillion parameter models with simple and efficient sparsity\.Journal of Machine Learning Research23\(120\),pp\. 1–39\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p3.1)\. - \[13\]B\. S\. Freeman, G\. Taylor, B\. Gharabaghi, and J\. Thé\(2018\)Forecasting air quality time series using deep learning\.Journal of the Air & Waste Management Association68\(8\),pp\. 866–886\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[14\]M\. Goswami, K\. Szafer, A\. Choudhry, Y\. Cai, S\. Li, and A\. Dubrawski\(2024\)MOMENT: a family of open time\-series foundation models\.InProceedings of the 41st International Conference on Machine Learning \(ICML\),External Links:2402\.03885Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[15\]G\. A\. Grell, S\. E\. Peckham, R\. Schmitz,et al\.\(2005\)Fully coupled online chemistry within the WRF model\.Atmospheric Environment39\(37\),pp\. 6957–6975\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[16\]S\. Hochreiter and J\. Schmidhuber\(1997\)Long short\-term memory\.Neural Computation9\(8\),pp\. 1735–1780\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2),[§4\.4](https://arxiv.org/html/2607.07951#S4.SS4.SSS0.Px1.p1.3)\. - \[17\]E\. J\. Hu, Y\. Shen, P\. Wallis, Z\. Allen\-Zhu, Y\. Li, S\. Wang, L\. Wang, and W\. Chen\(2022\)LoRA: low\-rank adaptation of large language models\.InInternational Conference on Learning Representations \(ICLR\),Cited by:[§4\.6](https://arxiv.org/html/2607.07951#S4.SS6.p1.1)\. - \[18\]D\. A\. Jaffe, S\. M\. O’Neill, N\. K\. Larkin, A\. L\. Holder, D\. L\. Peterson, J\. E\. Halofsky, and A\. G\. Rappold\(2020\)Wildfire and prescribed burning impacts on air quality in the United States\.Journal of the Air & Waste Management Association70\(6\),pp\. 583–615\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p1.6)\. - \[19\]A\. K\. Kochanski, M\. A\. Jenkins, J\. Mandel, J\. D\. Beezley, and S\. K\. Krueger\(2013\)Toward an integrated system for fire, smoke and air quality simulations\.Geoscientific Model Development6\(4\),pp\. 1071–1084\.External Links:[Document](https://dx.doi.org/10.5194/gmd-6-1071-2013)Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p1.2)\. - \[20\]K\. Kumar and B\. P\. Pande\(2023\)Air pollution prediction with machine learning: a case study of Indian cities\.International Journal of Environmental Science and Technology20,pp\. 5333–5348\.External Links:[Document](https://dx.doi.org/10.1007/s13762-022-04241-5)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p4.3)\. - \[21\]R\. Lam, A\. Sanchez\-Gonzalez, M\. Willson, P\. Wirnsberger, M\. Fortunato, F\. Alet, S\. Ravuri, T\. Ewalds, Z\. Eaton\-Rosen, W\. Hu,et al\.\(2023\)Learning skillful medium\-range global weather forecasting\.Science382\(6677\),pp\. 1473–1479\.External Links:[Document](https://dx.doi.org/10.1126/science.adi2336)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p3.1)\. - \[22\]E\. A\. Leon\-Gomez, V\. Elvira, J\. I\. Montes\-Monsalve, A\. M\. Álvarez\-Meza, A\. Orozco\-Gutierrez, and G\. Castellanos\-Dominguez\(2026\)Multi\-scale spectral recurrent network based on random fourier features for wind speed forecasting\.Technologies14\(4\),pp\. 238\.Cited by:[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1)\. - \[23\]X\. Li, L\. Peng, X\. Yao,et al\.\(2017\)Long short\-term memory neural network for air pollutant concentration predictions: method development and evaluation\.Environmental Pollution231,pp\. 997–1004\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[24\]Y\. Li, D\. Q\. Tong, F\. Ngan, M\. D\. Cohen, A\. F\. Stein, S\. Kondragunta, X\. Zhang, C\. Ichoku, E\. J\. Hyer, and R\. A\. Kahn\(2020\)Ensemble PM2\.5 forecasting during the 2018 Camp Fire event using the HYSPLIT transport and dispersion model\.Journal of Geophysical Research: Atmospheres125\(15\),pp\. e2020JD032768\.Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p1.2)\. - \[25\]Y\. Liang, H\. Wen, Y\. Nie, Y\. Jiang, M\. Jin, D\. Song, S\. Pan, and Q\. Wen\(2024\)Foundation models for time series analysis: a tutorial and survey\.InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining \(KDD\),pp\. 6555–6565\.External Links:[Document](https://dx.doi.org/10.1145/3637528.3671451)Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[26\]K\. Liao, J\. Buch, K\. D\. Lamb, and P\. Gentine\(2025\)Simulating the air quality impact of prescribed fires using graph neural network\-based PM2\.5 forecasts\.Environmental Data Science4,pp\. e10\.External Links:[Document](https://dx.doi.org/10.1017/eds.2025.4)Cited by:[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1),[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p2.1)\. - \[27\]C\. Liu, T\. Aksu, J\. Liu, X\. Liu, H\. Yan, Q\. Pham, S\. Savarese, D\. Sahoo, C\. Xiong, and J\. Li\(2025\)Moirai 2\.0: when less is more for time series forecasting\.arXiv preprint arXiv:2511\.11698\.Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p2.1),[§4\.5](https://arxiv.org/html/2607.07951#S4.SS5.SSS0.Px2.p1.1)\. - \[28\]Y\. Liu, G\. Qin, Z\. Shi, Z\. Chen, C\. Yang, X\. Huang, J\. Wang, and M\. Long\(2025\)Sundial: a family of highly capable time series foundation models\.External Links:2502\.00816Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p2.1)\. - \[29\]Y\. Liu, H\. Zhang, C\. Li, X\. Huang, J\. Wang, and M\. Long\(2024\)Timer: generative pre\-trained transformers are large time series models\.InProceedings of the 41st International Conference on Machine Learning \(ICML\),External Links:2402\.02368Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[30\]Z\. Liu, Z\. Fang, and Y\. Hu\(2025\)A deep learning\-based hybrid method for PM2\.5 prediction in central and western China\.Scientific Reports15,pp\. 10080\.External Links:[Document](https://dx.doi.org/10.1038/s41598-025-95460-6)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1)\. - \[31\]Z\. Liu, B\. Li, H\. Huang, Y\. Sun, Y\. Wang, M\. Wu, and Q\. Ma\(2026\)From pre\-training to post\-training: a survey on time series foundation models\.TechRxiv\.External Links:[Document](https://dx.doi.org/10.36227/techrxiv.176978429.90235801)Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[32\]Q\. Ma, Z\. Liu, Z\. Zheng, Z\. Huang, S\. Zhu, Z\. Yu, and J\. T\. Kwok\(2024\)A survey on time\-series pre\-trained models\.IEEE Transactions on Knowledge and Data Engineering36\(12\),pp\. 7536–7555\.External Links:[Document](https://dx.doi.org/10.1109/TKDE.2024.3475809)Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[33\]K\. Rasul, A\. Ashok, A\. R\. Williams, H\. Ghonia, R\. Bhagwatkar, A\. Khorasani, M\. J\. Darvishi Bayazi, G\. Adamopoulos, R\. Riachi, N\. Hassen, M\. Biloš, S\. Garg, A\. Schneider, N\. Chapados, A\. Drouin, V\. Zantedeschi, Y\. Nevmyvaka, and I\. Rish\(2023\)Lag\-Llama: towards foundation models for probabilistic time series forecasting\.External Links:2310\.08278Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p3.1),[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[34\]C\. E\. Reid, M\. Brauer, F\. H\. Johnston,et al\.\(2016\)Critical review of health impacts of wildfire smoke exposure\.Environmental Health Perspectives124\(9\),pp\. 1334–1343\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p1.6)\. - \[35\]M\. I\. Rodríguez\-García, M\. G\. Carrasco\-García, P\. R\. Cubillas Fernández, M\. d\. C\. Rodrigues Ribeiro, P\. J\. S\. Cardoso, and I\. J\. Turias\(2025\)Air pollution forecasting using autoencoders: a classification\-based prediction of NO2, PM10, and SO2 concentrations\.Nitrogen6\(4\),pp\. 101\.External Links:[Document](https://dx.doi.org/10.3390/nitrogen6040101)Cited by:[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1)\. - \[36\]M\. K\. Saravana, M\. S\. Roopa, J\. S\. Arunalatha, and K\. R\. Venugopal\(2026\)Transformers for multivariate time series forecasting: comprehensive analysis, challenges, research opportunities and future prospects\.IEEE Access14,pp\. 11424–11457\.External Links:[Document](https://dx.doi.org/10.1109/ACCESS.2026.3654408)Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[37\]X\. Shi, S\. Wang, Y\. Nie, D\. Li, Z\. Ye, Q\. Wen, and M\. Jin\(2025\)Time\-MoE: billion\-scale time series foundation models with mixture of experts\.InThe Thirteenth International Conference on Learning Representations \(ICLR\),Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p2.1),[§4\.5](https://arxiv.org/html/2607.07951#S4.SS5.SSS0.Px4.p1.1)\. - \[38\]A\. F\. Stein, R\. R\. Draxler, G\. D\. Rolph, B\. J\. B\. Stunder, M\. D\. Cohen, and F\. Ngan\(2015\)NOAA’s HYSPLIT atmospheric transport and dispersion modeling system\.Bulletin of the American Meteorological Society96\(12\),pp\. 2059–2077\.External Links:[Document](https://dx.doi.org/10.1175/BAMS-D-14-00110.1)Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p1.2)\. - \[39\]A\. Vaswani, N\. Shazeer, N\. Parmar, J\. Uszkoreit, L\. Jones, A\. N\. Gomez, Ł\. Kaiser, and I\. Polosukhin\(2017\)Attention is all you need\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.30\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2),[§4\.4](https://arxiv.org/html/2607.07951#S4.SS4.SSS0.Px3.p1.4)\. - \[40\]C\. Wang, Q\. Qi, J\. Wang, H\. Sun, Z\. Zhuang, J\. Wu, L\. Zhang, and J\. Liao\(2025\)ChatTime: a unified multimodal time series foundation model bridging numerical and textual data\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 12694–12702\.Cited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[41\]G\. Woo, C\. Liu, A\. Kumar, C\. Xiong, S\. Savarese, and D\. Sahoo\(2024\)Unified training of universal time series forecasting transformers\.InProceedings of the 41st International Conference on Machine Learning \(ICML\),Proceedings of Machine Learning Research, Vol\.235\.Note:Oral presentationCited by:[§2\.3](https://arxiv.org/html/2607.07951#S2.SS3.p1.1)\. - \[42\]World Health Organization\(2021\)WHO global air quality guidelines: particulate matter \(PM2\.5 and PM10\), ozone, nitrogen dioxide, sulfur dioxide and carbon monoxide\.World Health Organization,Geneva\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p1.6)\. - \[43\]Y\. Wuet al\.\(2026\)Spatial deep learning for PM2\.5 estimation during extreme pollution events: quantifying uncertainty and training with sparse datasets\.Environmental Research: Atmospheres\.External Links:[Document](https://dx.doi.org/10.1088/3049-4753/ae3c12)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2)\. - \[44\]X\. Ye, P\. Arab, R\. Ahmadov, E\. James, G\. A\. Grell, B\. Pierce,et al\.\(2021\)Evaluation and intercomparison of wildfire smoke forecasts from multiple modeling systems for the 2019 Williams Flats fire\.Atmospheric Chemistry and Physics21\(18\),pp\. 14427–14469\.External Links:[Document](https://dx.doi.org/10.5194/acp-21-14427-2021)Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p1.2)\. - \[45\]M\. Yu, A\. Masrur, and C\. Blaszczak\-Boxe\(2023\)Predicting hourly PM2\.5 concentrations in wildfire\-prone areas using a spatiotemporal transformer model\.Science of The Total Environment860,pp\. 160446\.Cited by:[§2\.2](https://arxiv.org/html/2607.07951#S2.SS2.p2.1)\. - \[46\]L\. Zeng, R\. Dong, M\. Yuan, L\. Jing, and S\. Jiao\(2026\)Evaluating deep learning time series models for PM2\.5 forecasting across diverse horizons\.iScience29\(2\),pp\. 114770\.External Links:[Document](https://dx.doi.org/10.1016/j.isci.2026.114770)Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1)\. - \[47\]F\. Zhang, J\. Hu, and M\. Zeng\(2025\)A spatiotemporal multimodal framework for air pollution prediction based on bayesian optimization: evidence from Sichuan, China\.Atmosphere16\(8\),pp\. 958\.External Links:[Document](https://dx.doi.org/10.3390/atmos16080958)Cited by:[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p1.1),[§2\.1](https://arxiv.org/html/2607.07951#S2.SS1.p2.1)\. - \[48\]Y\. Zhang, M\. Bocquet, V\. Mallet,et al\.\(2012\)Real\-time air quality forecasting, part I: history, techniques, and current status\.Atmospheric Environment60,pp\. 632–655\.Cited by:[§1](https://arxiv.org/html/2607.07951#S1.p2.2),[§1](https://arxiv.org/html/2607.07951#S1.p4.3)\.
Similar Articles
Evaluating Time Series Foundation Models for Electricity Price Forecasting: Contamination Risk, Distributional Shifts, and Covariate Dependence
This paper evaluates time series foundation models for electricity price forecasting, examining contamination risk, distributional shifts, and covariate dependence. It finds TSFMs are competitive but depend on covariate support, and ensembles with domain-specific methods show promise.
TSFMAudit: Data Contamination Auditing in Forecasting Time Series Foundation Models
This paper introduces TSFMAudit, the first method for auditing pretraining data contamination in time series foundation models, using probe adaptation dynamics to detect unusually efficient fine-tuning that indicates prior exposure.
Assessing the Operational Viability of Foundation Models for Time Series Forecasting
This paper presents an applied evaluation of foundation models for time series forecasting compared to supervised approaches across four operational domains, and proposes a Complexity Router to selectively assign series to the optimal model class for balancing accuracy and inference cost.
Are Time-Series Foundation Models Ready for E-Nose Data? An Empirical Assessment of Their Embeddings
This paper systematically evaluates time-series foundation models (TSFMs) such as Chronos-2 and MOMENT on electronic nose (E-Nose) data for gas identification and concentration prediction. It finds that fine-tuning is necessary and that fusing TSFM embeddings with specialized models can improve performance.
Do Time Series Foundation Model Benchmarks Hide Regime-Dependent Failures? Evidence from Traffic Speed Forecasting
This paper introduces regime-stratified evaluation for time series foundation models, revealing that aggregate metrics hide severe failures during traffic regime transitions, and proposes bimodal mixture augmentation to improve coverage while preserving overall accuracy.