Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

SST subseasonal-to-seasonal forecasting: A heterogeneous three-path fusion model with wavelet decomposition

Abstract

El Niño-Southern Oscillation (ENSO), the Earth’s dominant mode of interannual climate variability, is closely linked to sea surface temperature (SST) variability in the central and eastern equatorial Pacific. Accurate subseasonal-to-seasonal SST forecasting in this region supports ocean monitoring and environmental assessment. We propose WDFormer (Wave Decomposition Former), a daily SST forecasting model built on a “decomposition, multi-path processing, and adaptive fusion” paradigm. The model uses 365 daily SST observations from local grids around representative ENSO monitoring stations to predict daily SST values over 7–90-day horizons. WDFormer first applies wavelet decomposition to separate the input sequence into a smoother low-frequency component and a higher-frequency residual. Lightweight MLP-based branches process the original and low-frequency components, while a Transformer-based branch models the residual dynamics. Outputs are integrated through a learnable gating mechanism. Experiments on daily OISST data from five representative ENSO subregions show that WDFormer outperforms several deep learning baselines at most 30–90-day horizons. Comparisons with persistence and daily climatology confirm that persistence dominates at very short lead times, whereas WDFormer provides clearer advantages as the horizon extends. An ONI-based ENSO-phase and El Niño-stage stratified evaluation shows that WDFormer achieves the lowest RMSE under El Niño, La Niña, and Neutral conditions, as well as during El Niño onset/development, mature/peak, and decay/termination stages for the 90-day task. Bootstrap confidence intervals and paired RMSE comparisons further support the robustness of the 90-day results. These results support decomposition-based heterogeneous modeling for daily SST forecasting at 30–90-day horizons and motivate broader extensions to probabilistic and multi-variable forecasting.

Introduction

Sea surface temperature (SST) in the equatorial eastern Pacific is a key surface expression of the El Niño-Southern Oscillation (ENSO), the Earth’s dominant mode of interannual climate variability [15]. Sustained anomalous warming (El Niño) or cooling (La Niña) in this region for five or more consecutive months is commonly used to identify ENSO events [6], which can propagate via teleconnections and modulate large-scale atmospheric circulation systems [7,8]. SST variability is also embedded in the broader context of ocean heat uptake and climate-related extreme events [9,10]. Recent studies further show that oceanic and local land–atmosphere conditions can contribute to extreme regional heat events, underscoring the importance of monitoring slowly varying oceanic boundary conditions [11]. Accurate short-lead daily SST forecasting in the equatorial Pacific can therefore support ocean monitoring, subseasonal environmental assessment, and event-conditioned analysis [12,13].

Current SST forecasting methods fall into two broad categories: mechanism-based numerical models [1416] and data-driven approaches. Hybrid and intermediate coupled models have long been used for ENSO-related SST prediction, but their performance depends on initialization, physical parameterization, and the representation of air–sea interactions [14,15]. Probabilistic dynamical systems such as the North American Multi-Model Ensemble (NMME) provide important seasonal ENSO guidance, but they differ from the present daily local-grid forecasting setting in initialization, spatial scale, forecast horizon, and verification protocol [16].

Data-driven SST forecasting has developed from conventional neural-network and sequence-learning methods to more recent attention-based architectures. Early neural-network studies showed the potential of data-driven models for tropical Pacific SST forecasting [17]. Recurrent models such as LSTM were then introduced to improve temporal dependency learning [18], and were subsequently applied to SST prediction tasks [19]. CNN–LSTM hybrids and attention-enhanced LSTM models further attempted to combine local feature extraction with sequential modeling for satellite or tropical Pacific SST data [20,21]. More recently, Transformer-based models have used self-attention to capture long-range dependencies in time series [2225]. These models provide strong sequence representations, but they often process mixed-frequency SST signals within a unified architecture.

Despite these advances, daily SST forecasting at 30–90-day horizons remains challenging. Three key gaps motivate this work. First, many data-driven studies emphasize short horizons (15 days), and accuracy often degrades as the lead time extends. Second, SST is a complex superposition of intraseasonal, seasonal, interannual, and lower-frequency signals alongside stochastic noise; applying a single monolithic network to this mixed-frequency sequence can lead to over-smoothing of slowly varying components and underfitting of high-frequency residuals [26]. Third, although Transformer-based models capture multi-scale dependencies well, their attention computation can be costly for long input windows, and the resulting predictions may suffer from trend drift if low-frequency and residual dynamics are not explicitly separated [23,27].

To address these gaps, the “decompose first, model later” paradigm has emerged as a promising strategy. Autoformer introduces decomposition into the Transformer framework, DLinear shows that simple decomposition-based linear models can be highly competitive, and TimeMixer further explores decomposable multi-scale mixing for time-series forecasting [2628]. For SST-related tasks, STL-based decomposition has also been used to separate trend and residual information before forecasting [29]. Building on this line of work, we propose WDFormer (Wave Decomposition Former), a heterogeneous three-path fusion model for daily SST forecasting in ENSO monitoring regions. WDFormer uses wavelet decomposition to separate the input sequence into frequency-informed smoother and residual components, then processes each component with a specialized branch matched to its statistical properties.

The main contributions are:

  1. A wavelet-based heterogeneous three-path framework. WDFormer combines wavelet-based signal separation with component-specific parallel processing, providing a structured alternative to monolithic temporal models for daily SST forecasting.
  2. Component-specific modeling. Lightweight MLP-based branches handle the original and low-frequency components, while a Transformer branch handles the residual. This design matches model capacity to component complexity while limiting computational overhead.
  3. Empirical evaluation under matched protocols. WDFormer is compared with five deep learning baselines, plus persistence and daily climatology evaluated on the same test windows. We further provide ablation studies, look-back sensitivity analysis, bootstrap confidence intervals, paired RMSE comparisons, and ONI-based ENSO-phase and El Niño-stage stratified evaluations.

Materials and methods

Data and study area

We use the NOAA Optimum Interpolation Sea Surface Temperature (OISST) V2 dataset, which provides globally gridded daily mean SST at 0.25° spatial resolution. The dataset spans January 1, 1991 to December 31, 2024. All experiments use the past 365 days of daily observations as input to forecast future daily SST at horizons of 7, 15, 30, 60, and 90 days.

ENSO monitoring primarily encompasses four regions: Niño 1 + 2 (0°–10°S, 85°–90°W), Niño 3 (5°S–5°N, 150°–90°W), Niño 4 (5°S–5°N, 160°E–150°W), and Niño 3.4 (5°S–5°N, 170°–120°W). We select five representative buoy stations covering the Niño 3, Niño 4, and Niño 3.4 regions (Table 1, Fig 1). For each station, a grid of surrounding grid points yields 16 features per time step. The dataset is split chronologically into training, validation, and test sets at a 7:2:1 ratio. This corresponds approximately to training from 1991-01-01 to 2014-10-19, validation from 2014-10-20 to 2021-08-08, and testing from 2021-08-09 to 2024-12-31; look-back overlap is used only to construct input sequences.

thumbnail
Table 1. Selected buoy stations and coordinates.

https://doi.org/10.1371/journal.pone.0351923.t001

thumbnail
Fig 1. Niño monitoring regions and selected buoy stations.

The map was created by the authors using Natural Earth public-domain vector data.

https://doi.org/10.1371/journal.pone.0351923.g001

WDFormer architecture

WDFormer is built on a “decomposition, multi-path processing, and adaptive fusion” paradigm comprising four components: (i) a wavelet decomposition module, (ii) three parallel processing paths, and (iii) a gated fusion module. The overall architecture is shown in Fig 2.

thumbnail
Fig 2. Overall architecture of WDFormer.

The input sequence is processed through three parallel paths. (a) A wavelet decomposition module separates into trend and residual components. (b, d) The original and trend series are processed by lightweight MLP-based encoders. (c) The residual is fed into a Transformer encoder. (e) Outputs are adaptively fused by a learnable gating mechanism.

https://doi.org/10.1371/journal.pone.0351923.g002

Wavelet decomposition module

Wavelet analysis provides a time–frequency localized representation that is well suited to non-stationary geophysical signals [30]. The Daubechies 4 (db4) wavelet is used as the basis function because of its compact support and regularity [31]. The original SST series is decomposed with a user-adjustable decomposition level J. For any time series x(n):

(1)

where are approximation coefficients at level J, is the scaling function, are detail coefficients at level j, and is the translated mother wavelet.

The trend component is reconstructed from the approximation coefficients:

(2)

The residual component is:

(3)

The low-frequency trend reflects slowly varying background SST and seasonal-scale evolution within the input window. The residual captures higher-frequency departures, including intraseasonal variability and short-lived local perturbations. More explicit attribution to specific physical processes (e.g., Kelvin waves, MJO, PDO) would require additional variables and process-oriented diagnostics beyond the scope of this study.

Trend path

Because the trend component evolves smoothly, it is processed by a lightweight MLP. The trend input is first downsampled by 1D average pooling to yield :

(4)

A linear embedding then maps to a hidden dimension D, and a two-layer MLP predictor generates the trend prediction .

Residual path

The residual contains high-frequency fluctuations and complex nonlinear dynamics that benefit from the global dependency modeling of a Transformer encoder. The Transformer architecture uses self-attention to represent long-range dependencies without recurrent computation [22], which is useful for modeling irregular residual variability after decomposition. The residual is downsampled, embedded, and processed through Transformer layers, producing residual features and prediction .

Original path

An additional MLP-based path processes the original, undecomposed sequence directly, producing prediction . This path preserves information that may be lost or distorted during decomposition, increasing the model’s robustness.

Gated fusion

The three path predictions are combined by a learnable scalar gate. This adaptive fusion design allows the model to adjust the relative contribution of the decomposed paths and the raw path rather than imposing a fixed combination: :

(5)

Choice of decomposition method

Wavelet decomposition was selected because it provides a localized time–frequency representation for non-stationary SST sequences and naturally separates the input into complementary low-frequency and high-frequency components. Moving-average decomposition imposes a fixed smoothing scale, while STL requires a prescribed seasonal period. Although these methods are effective in suitable settings, they are less flexible for daily SST sequences containing both seasonal-scale variability and irregular short-term fluctuations. Therefore, WDFormer adopts db4 wavelet decomposition, with the decomposition level J used as a tunable hyperparameter. The contribution of decomposition is further examined through the ablation study in which the decomposition module is removed.

Baseline models

We benchmark WDFormer against five representative recent time-series models: iTransformer [25], PatchTST [24], Crossformer [32], DLinear [26], and TimeMixer [28]. These baselines cover inverted attention across variables, patch-based temporal encoding, cross-dimension attention, decomposition-based linear prediction, and decomposable multi-scale mixing. We did not include every Transformer variant; for example, Informer is discussed as an important long-sequence forecasting model [23], but the selected baselines provide a compact comparison across the main architectural families most relevant to WDFormer. All models use the same 365-day look-back window and are trained with MSE loss. We also include two non-deep-learning reference baselines evaluated on identical test windows:

  • Persistence: repeats the last observed SST value for all future lead times.
  • Climatology: predicts the training-period daily mean SST for the corresponding calendar day.

Evaluation metrics

We use Root Mean Square Error (RMSE) and Mean Absolute Error (MAE), computed over the full prediction horizon P and N output variables:

(6)(7)

Lower values indicate higher accuracy. RMSE is more sensitive to large deviations, while MAE provides a robust measure of average error magnitude.

To quantify the statistical uncertainty of the reported verification scores, we further used non-parametric bootstrap resampling. Forecast samples were resampled with replacement 2,000 times, and RMSE and MAE were recomputed for each bootstrap replicate. The 2.5th and 97.5th percentiles of the bootstrap distribution were used as the 95% confidence interval (CI). For paired model comparisons, the same bootstrap indices were applied to WDFormer and the corresponding baseline model, and the paired RMSE difference was calculated as

(8)

A positive value of indicates lower error for WDFormer. This bootstrap analysis evaluates the statistical uncertainty of the performance metrics rather than providing predictive uncertainty for individual forecasts.

Results

Comparison with baseline models

Table 2 presents RMSE and MAE for WDFormer and five deep learning baselines across the five datasets at prediction horizons of 7–90 days. WDFormer achieves the best RMSE in most of the 25 scenarios, with its advantage becoming more pronounced at 30–90-day horizons. At short horizons (7–15 days), Crossformer occasionally outperforms WDFormer, suggesting that different architectural inductive biases suit different forecast regimes.

thumbnail
Table 2. RMSE and MAE for WDFormer and five deep learning baselines. Best results per scenario are bold; second-best are underlined.

https://doi.org/10.1371/journal.pone.0351923.t002

Representative comparisons at 90 days: at 5N110W, WDFormer achieves RMSE 0.643 vs. DLinear 0.788 and TimeMixer 0.741; at 5S125W, WDFormer achieves RMSE 0.459 vs. iTransformer 0.632 and PatchTST 0.678. These results suggest that explicitly separating and processing different signal components improves longer-horizon daily SST forecasting.

To assess whether the 90-day advantage of WDFormer was robust under sample resampling, we performed paired bootstrap comparisons aggregated across the five datasets. WDFormer achieved an overall 90-day RMSE of 0.521 (95% CI: 0.515–0.528), lower than iTransformer (0.617), DLinear (0.620), TimeMixer (0.633), PatchTST (0.639), and Crossformer (0.661). The paired RMSE differences were positive for all comparisons, with 95% CIs that did not include zero: 0.096 for iTransformer (95% CI: 0.090–0.102), 0.099 for DLinear (0.090–0.108), 0.112 for TimeMixer (0.106–0.118), 0.118 for PatchTST (0.111–0.124), and 0.139 for Crossformer (0.130–0.148). These results indicate that the 90-day improvement of WDFormer is not driven by a small number of favorable test samples.

Comparison with reference baselines

Table 3 compares WDFormer with persistence and climatology baselines, averaged across the five stations. Persistence is highly competitive at 7 days (RMSE 0.245 vs. WDFormer 0.275) and nearly identical at 15 days, reflecting strong short-term SST autocorrelation. As the horizon extends, persistence error grows rapidly, and WDFormer provides increasing benefits: 10.7% RMSE reduction at 30 days, 23.2% at 60 days, and 31.9% at 90 days. WDFormer consistently outperforms the climatology baseline at all horizons, indicating that daily climatological means alone cannot capture event-scale SST variability. The full per-station persistence and climatology results are reported in Table 4.

thumbnail
Table 3. Average RMSE across five stations for WDFormer, persistence, and climatology. Negative reduction indicates WDFormer performs worse than persistence.

https://doi.org/10.1371/journal.pone.0351923.t003

thumbnail
Table 4. Full persistence and daily climatology results under the matched testing protocol. Entries are reported as RMSE/MAE.

https://doi.org/10.1371/journal.pone.0351923.t004

Table 4 reports RMSE and MAE for the persistence and daily climatology baselines at all five stations and all five prediction horizons, evaluated under the matched testing protocol using the same target windows as the deep learning models.

Visual analysis of predictions

Figs 37 show 90-day SST prediction comparisons for WDFormer and all five baseline models across the five datasets. All models use a 365-day look-back window. The blue line represents the ground truth and the orange line represents the model prediction. WDFormer generally follows the true series more closely in both slowly varying patterns and short-term variability, which is consistent with the quantitative results.

thumbnail
Fig 3. 90-day prediction comparison for the 9N140W dataset.

https://doi.org/10.1371/journal.pone.0351923.g003

thumbnail
Fig 4. 90-day prediction comparison for the 5N110W dataset.

https://doi.org/10.1371/journal.pone.0351923.g004

thumbnail
Fig 5. 90-day prediction comparison for the 0N155W dataset.

https://doi.org/10.1371/journal.pone.0351923.g005

thumbnail
Fig 6. 90-day prediction comparison for the 5S125W dataset.

https://doi.org/10.1371/journal.pone.0351923.g006

thumbnail
Fig 7. 90-day prediction comparison for the 5S180W dataset.

https://doi.org/10.1371/journal.pone.0351923.g007

Ablation studies

To validate each component, we evaluate four ablation variants: without wavelet decomposition (w/o Decomp), without the original path (w/o Orig), without the trend path (w/o Trend), and without the residual path (w/o Resid). Table 5 presents full results.

thumbnail
Table 5. Ablation study results (RMSE / MAE) across all datasets. Best results per scenario are bold.

https://doi.org/10.1371/journal.pone.0351923.t005

Removing decomposition causes the most severe degradation: at 0N155W, average RMSE increases from 0.460 to 0.559 (+21.5%), confirming that the decompose-then-model strategy is critical for handling mixed-frequency SST sequences. Removing the residual path (w/o Resid) also substantially degrades performance (0N155W: RMSE increases to 0.497), underlining the importance of a dedicated Transformer for high-frequency dynamics. Removing the original path shows that preserving unfiltered information compensates for potential decomposition losses. Removing the trend path confirms that isolating low-frequency modeling frees the Transformer to focus on complex residual dynamics.

Sensitivity to look-back window

We evaluated WDFormer on the 90-day task with five look-back windows: 90, 180, 365, 540, and 1100 days (Fig 8). The optimal window varied across stations. A 365-day window achieved the lowest RMSE at 0N155W (0.569) and 5S125W (0.459), suggesting that including a complete annual cycle can help the model capture seasonal SST evolution at these locations. Longer windows were more effective at 9N140W (540 days, RMSE 0.422) and 5N110W (1100 days, RMSE 0.623), indicating that extended historical context may provide useful information for these stations. In contrast, 5S180W achieved its lowest RMSE with a 90-day window (0.455), suggesting that recent SST evolution may be more informative than distant history for this particular prediction task.

thumbnail
Fig 8. Sensitivity of WDFormer to look-back window size.

RMSE for the 90-day prediction horizon is shown as a function of input window length (days) for each of the five datasets.

https://doi.org/10.1371/journal.pone.0351923.g008

Overall, these results show that the look-back window should be treated as a station- and task-dependent hyperparameter. Its optimal value depends on local SST variability, the forecast horizon, and the model’s feature-learning behavior, and therefore should be selected empirically rather than fixed a priori.

ENSO-phase and El Niño stage stratified evaluation

To assess WDFormer’s skill under different ENSO-related background states, we performed an ONI-based stratified evaluation for the 90-day task. ENSO phases were classified using the NOAA Climate Prediction Center Oceanic Niño Index (ONI), a three-month running mean of Niño 3.4 SST anomalies, with a 0.5°C threshold. Each 90-day forecast sample was assigned to the dominant monthly ENSO phase within its target window. This procedure yielded 1,830 El Niño, 2,495 La Niña, and 1,435 Neutral samples across the five datasets.

Table 6 reports the sample-weighted RMSE, MAE, sample count, and 95% bootstrap uncertainty for each ONI-based phase. To improve readability, the RMSE confidence intervals are reported as point estimates with symmetric bootstrap half-widths. WDFormer achieved the lowest RMSE under all three phases. The advantage was largest during El Niño conditions, where WDFormer obtained an RMSE of , compared with 0.534 for the second-best model, PatchTST. Under La Niña conditions, WDFormer also achieved the lowest RMSE (), although the margin over iTransformer was smaller. Under Neutral conditions, WDFormer obtained the lowest point estimate of RMSE, but the improvement over DLinear was modest. These results indicate that the decomposition-based heterogeneous architecture provides its clearest additional benefit during warm-event conditions, while still remaining competitive in other ENSO-related background states.

thumbnail
Table 6. Sample-weighted RMSE and MAE by ONI-based ENSO phase for the 90-day task. Uncertainty is reported as the point RMSE the 95% bootstrap half-width. Results are aggregated across all five datasets. Best RMSE values are shown in bold. Entries are reported as RMSE half-width / MAE.

https://doi.org/10.1371/journal.pone.0351923.t006

Representative event-window forecasts provide a complementary view of the phase-stratified metrics. Fig 9(a) shows an El Niño example at 5N110W. The observed SST remains persistently warm but contains short-lived fluctuations. WDFormer follows the observed trajectory more closely than most baselines and avoids the pronounced cold drift seen in DLinear and the late warm bias in iTransformer. PatchTST and TimeMixer capture part of the low-frequency evolution, but their departures from the observed curve are larger during several target periods. This example is consistent with the stronger El Niño-phase advantage reported in Table 6.

thumbnail
Fig 9. Observed SST and 90-day model forecasts during a representative El Niño/La Niña event.

https://doi.org/10.1371/journal.pone.0351923.g009

Fig 9(b) shows a La Niña example at 9N140W during the boreal winter target window. The observed curve contains a rapid cooling phase followed by partial recovery and renewed cooling. WDFormer captures the overall cooling evolution more effectively than the smoother baselines, although it still underestimates some day-to-day variability. Crossformer follows the decline but tends to become too cold near the end of the window, whereas DLinear and several Transformer baselines show a smoother, warmer trajectory. Together, the two event examples indicate that WDFormer improves the event-scale SST trajectory while preserving the main limitations of deterministic 90-day point forecasts.

Because averaged ENSO-phase metrics may still mask differences among event stages, we further divided El Niño months into onset/development, mature/peak, and decay/termination stages. Continuous El Niño events were first identified from ONI months exceeding the 0.5°C threshold. For each event, the month with the maximum ONI was identified as the peak month. The peak month and its immediate neighboring months were labeled as the mature/peak stage, months before this stage were labeled as onset/development, and months after this stage were labeled as decay/termination. Each 90-day forecast sample was then assigned to the dominant El Niño stage within its target window.

The stage-wise results in Table 7 show that WDFormer achieved the lowest RMSE in all three El Niño stages. The model obtained RMSE values of during onset/development, during mature/peak, and during decay/termination. The largest absolute error occurred during onset/development, suggesting that early-stage El Niño evolution remains the most challenging regime. Nevertheless, WDFormer maintained a clear advantage across the three stages, indicating that the proposed decomposition-based architecture remains effective not only under different ENSO phases but also across the main stages of El Niño event evolution.

thumbnail
Table 7. El Niño stage-wise RMSE and MAE for the 90-day task. Uncertainty is reported as the point RMSE the 95% bootstrap half-width. Results are aggregated across all five datasets. Best RMSE values are shown in bold. Entries are reported as RMSE half-width / MAE.

https://doi.org/10.1371/journal.pone.0351923.t007

Discussion

Scope of evaluation and generalizability

The evaluation is conducted using five representative local-grid OISST subregions. WDFormer outperforms the tested deep learning baselines at most 30–90-day horizons, but the short-horizon results also show that persistence remains a strong baseline at 7 days, reflecting the high autocorrelation of daily SST. Because the current evaluation is based on selected local grids, the results should be interpreted as evidence for regional daily SST forecasting; broader spatial generalization should be examined in future gridded extensions.

Direct comparison with operational dynamical prediction systems (e.g., NMME or ECMWF S2S) is not straightforward in this framework because those systems provide monthly or seasonal forecasts with different initialization conventions and verification procedures [16]. Persistence and daily climatology are therefore used as matched reference baselines under the same daily verification protocol.

Physical interpretation of the decomposed components

The decomposed components in WDFormer should be interpreted as data-driven frequency bands rather than direct dynamical modes. The low-frequency branch mainly represents slowly varying background SST and seasonal-scale evolution, which may be related to the persistent thermal state of the upper ocean. The residual branch emphasizes departures from this smooth background, including intraseasonal variability, short-lived air–sea perturbations, and unresolved local noise. This interpretation is consistent with the architecture: the smooth component is handled by a lightweight MLP, whereas the irregular component is assigned to a Transformer branch with stronger capacity for nonlinear dependency modeling. However, without subsurface temperature, wind stress, mixed-layer information, or current fields, the present study cannot attribute these components to specific oceanic processes. Future multi-variable extensions may help connect the learned components more directly with known ENSO-related mechanisms and background climate variability [1,4,13].

Limitations

Forecast uncertainty. WDFormer currently produces deterministic point forecasts. Probabilistic extensions, such as Monte Carlo Dropout, quantile regression, ensemble forecasting, or conformal prediction, would provide useful uncertainty estimates for future applications.

Climate non-stationarity. The model is trained on 1991–2024 data, a period during which SST baselines and ENSO characteristics may have shifted under anthropogenic warming. Learned statistical relationships may therefore be affected by future changes in SST trends and variability. Mitigation strategies include periodic retraining, sliding-window updating, and domain adaptation.

Single-variable input. Only daily SST is used as input. Incorporating additional variables—sea surface height, chlorophyll-a, mixed layer depth, wind stress—could improve physical relevance and forecasting skill.

Connection to downstream applications. The 7–90-day SST forecasts could provide short-lead environmental covariates for habitat suitability models, fish distribution models, coral bleaching alerts, or aquaculture risk monitoring. For example, predicted SST anomalies could be converted into threshold-based warning indicators or used as input features in ecological forecasting models. Coupling WDFormer with such application models remains a natural direction for future work.

Conclusion

We proposed WDFormer, a wavelet-based heterogeneous three-path fusion model for daily SST forecasting in ENSO monitoring regions. WDFormer separates the input sequence into smoother low-frequency and higher-frequency residual components, assigning dedicated processing branches to each. Experiments on five representative OISST datasets (1991–2024) show that WDFormer performs competitively against five deep learning baselines, with clearer advantages at 30–90-day horizons. Persistence outperforms WDFormer at 7 days but degrades rapidly with lead time; WDFormer reduces average RMSE relative to persistence by 10.7%, 23.2%, and 31.9% at 30, 60, and 90 days, respectively. The ONI-based ENSO-phase and El Niño-stage stratified evaluations confirm that WDFormer achieves the lowest RMSE under El Niño, La Niña, and Neutral conditions, as well as during El Niño onset/development, mature/peak, and decay/termination stages for the 90-day task. Additional bootstrap analyses support the robustness of WDFormer at the 90-day horizon, and ablation studies confirm the contribution of wavelet decomposition and the heterogeneous multi-path design.

Future work will target: (i) probabilistic forecasting via quantile regression, ensemble modeling, or conformal prediction; (ii) multi-source environmental inputs; (iii) broader spatial extension; and (iv) periodic retraining and domain adaptation to address climate non-stationarity.

Acknowledgments

The authors thank the NOAA Physical Sciences Laboratory for providing the OISST V2 dataset.

References

  1. 1. McPhaden MJ, Zebiak SE, Glantz MH. ENSO as an integrating concept in earth science. Science. 2006;314(5806):1740–5. pmid:17170296
  2. 2. Kim S, Kug J. What Controls ENSO Teleconnection to East Asia? Role of Western North Pacific Precipitation in ENSO Teleconnection to East Asia. JGR Atmospheres. 2018;123(18).
  3. 3. Feng J, Chen W, Li Y. Asymmetry of the winter extra-tropical teleconnections in the Northern Hemisphere associated with two types of ENSO. Climate Dynamics. 2017;48(7):2135–51.
  4. 4. Yeh SW, Cai W, Min SK, McPhaden MJ, Dommenget D, Dewitte B. ENSO atmospheric teleconnections and their response to greenhouse gas forcing. Reviews of Geophysics. 2018;56(1):185–206.
  5. 5. Yan Z, Wu B, Li T, Tan G. Mechanisms Determining Diversity of ENSO-Driven Equatorial Precipitation Anomalies. Journal of Climate. 2022;35(3):923–39.
  6. 6. Ren H, Sun C, Ren F, Yuan Y, Lu B, Tian B. Identification method for El Niño/La Niña events. The People’s Republic China’s National Standard GB/T 33666-2017. Beijing: Standards Press of China. 2017.
  7. 7. Chen D, Lian T. Frontier of El Niño-Southern Oscillation research. Chin Sci Bull. 2020;65(35):4001–3.
  8. 8. Chen W, Wang L, Feng J, Wen Z, Ma T, Yang X, et al. Recent Progress in Studies of the Variabilities and Mechanisms of the East Asian Monsoon in a Changing Climate. Adv Atmos Sci. 2019;36(9):887–901.
  9. 9. Pörtner HO, Roberts DC, Masson-Delmotte V, Zhai P, Tignor M, Poloczanska E, et al. The ocean and cryosphere in a changing climate. 1155. 2019.
  10. 10. Emanuel K. Increasing destructiveness of tropical cyclones over the past 30 years. Nature. 2005;436(7051):686–8. pmid:16056221
  11. 11. Jiang J, Liu Y, Mao J, Wu G. Extreme heatwave over Eastern China in summer 2022: the role of three oceans and local soil moisture feedback. Environ Res Lett. 2023;18(4):044025.
  12. 12. Zhang R-H, Gao C, Feng L. Recent ENSO evolution and its real-time prediction challenges. Natl Sci Rev. 2022;9(4):nwac052. pmid:35530434
  13. 13. Zhu Y, Zhang R-H, Wang F, Cai W, Li D, Guan S, et al. Projection of ENSO using observation-informed deep learning. Nat Commun. 2025;16(1):7736. pmid:40830345
  14. 14. Barnett TP, Graham N, Pazan S, White W, Latif M, Flügel M. ENSO and ENSO-related Predictability. Part I: Prediction of Equatorial Pacific Sea Surface Temperature with a Hybrid Coupled Ocean–Atmosphere Model. J Climate. 1993;6(8):1545–66.
  15. 15. Zhang R-H, Zebiak SE, Kleeman R, Keenlyside N. Retrospective El Niño Forecasts Using an Improved Intermediate Coupled Model. Monthly Weather Review. 2005;133(9):2777–802.
  16. 16. Tippett MK, Ranganathan M, L’Heureux M, Barnston AG, DelSole T. Assessing probabilistic predictions of ENSO phase and intensity from the North American Multimodel Ensemble. Clim Dyn. 2019;53(12):7497–518. pmid:31929688
  17. 17. Wu A, Hsieh WW, Tang B. Neural network forecasts of the tropical Pacific sea surface temperatures. Neural Netw. 2006;19(2):145–54. pmid:16527455
  18. 18. Hochreiter S, Schmidhuber J. Long short-term memory. Neural Comput. 1997;9(8):1735–80. pmid:9377276
  19. 19. Zhang Q, Wang H, Dong J, Zhong G, Sun X. Prediction of Sea Surface Temperature Using Long Short-Term Memory. IEEE Geosci Remote Sensing Lett. 2017;14(10):1745–9.
  20. 20. Jonnakuti PK, Bhaskar Tata Venkata Sai U. A hybrid CNN-LSTM based model for the prediction of sea surface temperature using time-series satellite data. In: EGU General Assembly Conference Abstracts, 2020. 817.
  21. 21. Yu Q, Junhang D, Tengfei X, Sheng G. Application of Attention-LSTM Algorithm for Sea Surface Temperature Prediction in the Tropical Pacific Ocean. Advances in Marine Science. 2023;41(2):207–19.
  22. 22. Vaswani A, Shazeer N, Parmar N, Uszkoreit J, Jones L, Gomez AN. Attention is all you need. Advances in neural information processing systems. 2017;30.
  23. 23. Zhou H, Zhang S, Peng J, Zhang S, Li J, Xiong H, et al. Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. AAAI. 2021;35(12):11106–15.
  24. 24. Nie Y, Nguyen NH, Sinthong P, Kalagnanam J. A time series is worth 64 words: Long-term forecasting with transformers. arXiv preprint. 2022. https://arxiv.org/abs/2211.14730
  25. 25. Liu Y, Hu T, Zhang H, Wu H, Wang S, Ma L, et al. Itransformer: Inverted transformers are effective for time series forecasting. 2023. https://arxiv.org/abs/231006625
  26. 26. Zeng A, Chen M, Zhang L, Xu Q. Are Transformers Effective for Time Series Forecasting?. AAAI. 2023;37(9):11121–8.
  27. 27. Wu H, Xu J, Wang J, Long M. Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. Advances in Neural Information Processing Systems. 2021;34:22419–30.
  28. 28. Wang S, Wu H, Shi X, Hu T, Luo H, Ma L. Timemixer: Decomposable multiscale mixing for time series forecasting. 2024. https://arxiv.org/abs/240514616
  29. 29. Leqing Y, Lina W, Hongchun Z, Changming D. Combining forecasting model for sea surface temperature in the South China Sea based on STL. Chinese Journal of Marine Environmental Science. 2024;43(1):109–18.
  30. 30. Morlet J, Arens G, Fourgeau E, Giard D. Wave propagation and sampling theory; Part I, Complex signal and scattering in multilayered media. Geophysics. 1982;47(2):203–21.
  31. 31. Daubechies I. Orthonormal bases of compactly supported wavelets. Comm Pure Appl Math. 1988;41(7):909–96.
  32. 32. Zhang Y, Yan J. Crossformer: Transformer utilizing cross-dimension dependency for multivariate time series forecasting. In: 2023.