Next Article in Journal
Multi-Task NILM with Anomaly Detection Using a Hybrid CNN–BilSTM–Transformer Model
Previous Article in Journal
Integrated Multi-Period Optimization of Electric Bus Transition Planning in Urban Mobility
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hybrid Framework for Offshore Wind Power Forecasting: Integration of Adaptive Decomposition and Collaborative Temporal-Channel Modeling

School of New Energy, Inner Mongolia University of Technology, Hohhot 010051, China
*
Author to whom correspondence should be addressed.
Energies 2026, 19(13), 2962; https://doi.org/10.3390/en19132962
Submission received: 21 May 2026 / Revised: 11 June 2026 / Accepted: 16 June 2026 / Published: 24 June 2026
(This article belongs to the Section A3: Wind, Wave and Tidal Energy)

Abstract

Accurate forecasting of offshore wind power is essential for the stability of power systems, yet it remains challenging due to the strong non-stationarity and complex multivariate coupling of meteorological data. To address the tendency of error accumulation in medium- and long-term predictions, this paper proposes a novel framework, termed ISSAVMD-TCN-SOFTS, which integrates adaptive signal decomposition with lightweight deep temporal modeling. Specifically, an improved sparrow search algorithm, enhanced by Lévy flight and sine–cosine modulation mechanisms, is introduced to adaptively optimize the parameters of variational mode decomposition (VMD). This optimization ensures the robust decomposition of highly non-stationary power series. Furthermore, the framework combines the capability of temporal convolutional networks (TCN) to extract multiscale local temporal features with the efficiency of the STAR module in SOFTS for modeling global channel dependencies. Experiments on multi-site, multi-horizon SCADA data from real offshore wind farms show that the proposed model reduces MAE and RMSE by 10–45% compared with mainstream linear models, recurrent neural networks, and Transformer-based models, and maintains high stability over extended forecasting horizons. The results confirm that the integration of adaptive decomposition and collaborative temporal-channel modeling provides an effective solution for the accurate and stable forecasting of offshore wind power.

1. Introduction

The development of clean energy is an essential pathway to achieve carbon neutrality, with offshore wind power emerging as a primary driving force due to abundant resources and proximity to coastal load centers [1,2]. However, the large-scale integration of offshore wind power into the power grid presents substantial challenges. Unlike onshore environments, marine meteorological conditions are highly complex. The power output is heavily influenced by dynamic interactions among multiple environmental factors, resulting in wind speed sequences that exhibit extreme non-stationarity and stochastic volatility [3]. The inability to accurately forecast these fluctuations compromises the stability of the power system and leads to severe wind curtailment.
Despite recent advancements, accurate forecasting continues to face critical structural and algorithmic bottlenecks. First, the direct application of multivariate deep learning models to raw meteorological signals inevitably leads to severe overfitting. While adaptive high-order signal decomposition techniques can mitigate this non-stationarity, the performance of advanced decomposition methods is highly sensitive to parameter selection. Conventional metaheuristic algorithms frequently fail to locate globally optimal parameters, resulting in unstable decomposition [4]. Furthermore, complex dynamic couplings exist among multiple meteorological variables. Existing forecasting architectures struggle to simultaneously model global channel dependencies and local temporal dynamics without introducing disastrous computational overhead. A specialized framework that enforces adaptive noise reduction while efficiently processing high-dimensional channel data is urgently required.
To address these limitations, the objective of this study is to develop a closed-loop forecasting framework, termed ISSAVMD-TCN-SOFTS, that establishes an intrinsic synergy between adaptive signal decomposition and efficient multivariate deep temporal modeling. Specifically, this study aims to answer the following research questions.
  • RQ1: How can adaptive optimization strategies be formulated to robustly determine the parameters of signal decomposition, thereby mitigating the risk of local optima and extracting non-stationary dynamic features?
  • RQ2: How can deep learning architectures be designed to collaboratively model multi-scale local temporal patterns and global channel dependencies across high-dimensional decomposed data with strictly linear computational complexity?
  • RQ3: To what extent does the integration of adaptive decomposition and linear-complexity channel modeling improve the accuracy and stability of offshore wind power forecasting compared to existing mainstream models?
By proposing the ISSAVMD-TCN-SOFTS framework, this study provides a comprehensive solution to these questions. An improved sparrow search algorithm is introduced to adaptively optimize the parameters of variational mode decomposition. To counterbalance the computational overhead, the framework integrates a temporal convolutional network with the SOFTS architecture, which efficiently captures long-term temporal dependencies and global channel interactions.
The remainder of this paper is organized as follows: Section 3 describes the datasets, experimental methods, and platform used for model evaluation, presents the detailed structure of the proposed forecasting model and the methodologies employed in this study. Section 4 reports the simulation results. Section 5 provides comparative analyses. Section 6 reviews the research in this paper. Finally, Section 8 provides the concluding remarks.

2. Research Background

Wind power forecasting models are currently classified based on forecasting conditions and variables, as illustrated in Figure 1. Regarding the time scale, these models fall into three categories: ultra-short-term, short-term, and medium- to long-term forecasting. Specifically, ultra-short-term forecasting typically covers a horizon from minutes up to 4 h (commonly with a temporal resolution of 1–15 min) and focuses on real-time dispatch and integrated control; short-term forecasting generally spans from 4 to 72 h (with a resolution of 15–60 min) and facilitates grid dispatch and the improvement of power quality; while medium- to long-term forecasting extends from several days to months or even years (usually at hourly or daily resolution), primarily supporting the estimation of annual energy production and maintenance planning. Based on the underlying driving mechanisms, forecasting models are typically categorized into physical models, statistical models, machine learning models, and hybrid models. Broadly, these approaches can be consolidated into three primary categories: physical methods, statistical methods, and artificial intelligence-based methods.
Physical methods primarily rely on numerical weather prediction (NWP) data and estimate the power output by establishing atmospheric fluid dynamics equations and power curve models for wind turbines [5]. Although these methods exhibit stable performance in long-term forecasting, they suffer from high computational complexity and a limited capability to capture microscale meteorological phenomena, such as wind shear and turbulence intensity. Consequently, this limitation results in substantial errors in short-term forecasting. Conversely, statistical methods extrapolate future values based on linear patterns within historical time series. However, when applied to the non-stationary and nonlinear “anti-peak-shaving” characteristics of offshore wind power data, conventional linear models frequently fail to capture the underlying dynamic evolution [6].
With the rapid development of data-driven techniques, artificial intelligence methods have become dominant. Early recurrent neural network (RNN)-based models, such as LSTM and GRU, mitigate gradient vanishing via gating mechanisms [7]. For instance, Liu et al. [8] combined LSTM with backpropagation (BP) neural networks to exploit both the temporal learning capability and the advantages of nonlinear fitting, thereby improving forecasting accuracy. Ren et al. [9] integrated convolutional neural networks (CNNs), GRUs, and attention mechanisms to model decomposed wind power signals accurately. However, their sequential computation limits training efficiency and long-sequence modeling capability.
To address this limitation, Bai et al. [10] proposed Temporal Convolutional Networks (TCN), which employ dilated causal convolutions and residual connections to enable parallel computation and enlarge receptive fields. Nguyen et al. [11] further demonstrated superior performance over LSTM in wind forecasting tasks, although long-range dependency modeling remains limited.
Following the success of Transformer [12], self-attention mechanisms have been widely adopted in time series forecasting. Wang et al. [13] proposed a physics-constrained Transformer framework that incorporates wind energy conversion mechanisms into the learning process, thereby improving both forecasting accuracy and physical consistency. Guo et al. [14] developed an uncertainty-aware Transformer model integrating multiscale attention and adaptive feature fusion, which enhances the representation of stochastic fluctuations while providing probabilistic forecasting results. Zhang et al. [15] introduced a Transformer-based framework with spatially adaptive embedding and a meta-feature bank, enabling the extraction of complex spatial correlations among turbines and significantly improving forecasting performance in large-scale wind farms. Meanwhile, odels such as Informer [16], Autoformer [17], and FEDformer [18] reduce computational complexity via sparse attention or frequency decomposition. PatchTST [19] introduces patching and channel independence to enhance local semantic modeling. CT-PatchTST [20] extends it to renewable energy forecasting. However, Transformers suffer from positional encoding misalignment in continuous numerical series and high computational cost.
Recently, MLP and linear-based models have regained attention due to their efficiency. DLinear [21] decomposes trend and seasonal components and applies linear mapping. TSMixer [22] models temporal and channel dependencies via mixing operations. SOFTS [23] introduces the STAR module for efficient global channel modeling, although local temporal pattern extraction remains limited.
Inspired by large language models (LLM), time series foundation models such as Chronos [24], MOIRAI [25], and TimesFM have demonstrated strong zero-shot generalization via large-scale pretraining. However, their applicability to wind power forecasting is still limited due to strong non-stationarity and high-frequency volatility.
Offshore wind power forecasting is further complicated by air–sea interactions, wake effects, ocean currents, and extreme weather conditions, leading to highly nonlinear and multiscale dynamics. Therefore, multi-source data fusion has become increasingly important. Li et al. [26] integrated marine meteorological variables with Kolmogorov–Arnold Networks (KAN). Liu et al. [27] proposed pattern-aware dynamic decoupling to separate multiscale components. Weisser et al. [28] explored cross-domain transfer learning for data-scarce offshore scenarios. Moreover, TSBMNet-XAI [29] enhances interpretability via SHAP-based analysis.
To address non-stationarity, signal decomposition methods are widely used. EMD, EEMD, and CEEMDAN decompose signals into intrinsic mode functions (IMFs) [30], but suffer from mode mixing and endpoint effects. Variational Mode Decomposition (VMD) [31] overcomes these issues by formulating signal decomposition as a variational optimization problem, offering superior noise robustness [32].
However, VMD is highly sensitive to parameters K and α . Parameter K determines the number of modes, while α controls bandwidth and denoising capability [4]. Metaheuristic algorithms such as GWO [33], WOA [34], and SSA [35] are commonly used for optimization. Yang et al. [36] applied SSA to optimize VMD and BiGRU, but SSA suffers from premature convergence and reduced population diversity.
In summary, existing methods still face challenges in feature extraction, parameter robustness, and multiscale modeling under complex offshore wind conditions. Therefore, developing a hybrid framework with efficient temporal modeling and robust decomposition optimization remains an important research direction.

3. Materials and Methods

3.1. Datasets

The empirical validation of the proposed framework utilizes operational records collected from the Supervisory Control and Data Acquisition (SCADA) systems of three distinct offshore wind farms, designated as Site 1, Site 2, and Site 3. To evaluate the spatial generalization capability of the predictive models, a cross-regional dataset encompassing diverse geographical regions and heterogeneous microclimatic conditions is constructed. Site 1 is situated in a shallow-water intertidal zone characterized by a subtropical monsoon climate, where the wind profile is predominantly governed by large-scale seasonal monsoonal patterns and low ambient turbulence intensity. In contrast, Site 2 is located in a deep-water open-sea area characterized by complex air–sea thermal interactions and intensive wave–current coupling, which induce pronounced high-frequency wind fluctuations and non-stationary wind shear profiles. Site 3 is positioned within an island-boundary offshore zone, where the localized wind field is significantly distorted by complex coastal topography and severe turbine wake interactions, leading to rapid wind ramps and highly non-linear meteorological coupling. Table 1 summarizes the technical configurations of the three sites, including nominal capacity, hub height, rotor diameter, and the number of installed turbines.
Samples within the dataset are recorded at 15 min intervals. The primary variables include wind speed and wind direction at 10 m, 30 m, 50 m, and hub height, along with environmental features such as air temperature, atmospheric pressure, relative humidity, and the actual power output. Figure 2 illustrates the observational data for Site 1.
To ensure the quality and consistency of the input data, the dataset undergoes comprehensive preprocessing. Missing values are handled and outliers are removed from the raw records. Subsequently, instance normalization is applied to each feature sequence to eliminate the adverse effects of disparate physical units and numerical scales on network training. After preprocessing, the dataset is split in chronological order to prevent information leakage from future observations. Specifically, the original time series is divided into a training set (75%), a validation set (10%), and a testing set (5%). Within each subset, a sliding window mechanism is adopted to construct supervised learning samples, utilizing historical information from the previous consecutive time steps to generate the power prediction.

3.2. Adaptive Signal Decomposition via ISSAVMD

To manage the strong non-stationarity of offshore wind power series, an adaptive signal decomposition method is implemented as the frontend of the forecasting framework. The VMD is employed to non-recursively decompose the complex multivariate wind power time series into a predefined number of band-limited subcomponents, termed intrinsic mode functions (IMFs). This decomposition effectively isolates the underlying low-frequency trend component from the high-frequency stochastic fluctuations and noise, thereby overcoming the limitations of traditional mode decomposition methods such as mode mixing and endpoint effects. The mathematical formulation of variational mode decomposition frames the decomposition as a constrained variational optimization problem, minimizing the sum of the estimated bandwidths of each mode subject to the constraint that the sum of all modes equals the original signal.
The performance of variational mode decomposition is highly sensitive to two key parameters, namely the number of modes K and the penalty factor α . An insufficient value for K leads to under-decomposition and the loss of critical high-frequency information, whereas an excessive value introduces spurious modes. The penalty factor α determines the bandwidth of each mode and directly affects the capability of noise separation. To determine the optimal parameter configuration robustly, an improved sparrow search algorithm (ISSA) is introduced. The standard sparrow search algorithm is prone to a loss of population diversity in later iterations, which increases the risk of being trapped in local optima. To enhance global exploration and local exploitation capabilities, ISSA refines the search mechanism through three strategic improvements.
  • (1) Logarithmic-Space Initialization
Since the VMD parameters K and α usually span multiple orders of magnitude, logarithmic-space initialization is adopted to ensure uniform population distribution.
For the i-th individual in the population, the parameter vector is defined as:
x i = [ α i , K i ] , i = 1 , 2 , , N .
The penalty factor α is initialized in the logarithmic space to ensure uniform coverage over multiple orders of magnitude:
α i = exp log ( α min ) + r i ( 1 ) log ( α max ) log ( α min ) , r i ( 1 ) U ( 0 , 1 ) .
The mode number K is initialized in the linear space as:
K i = K min + r i ( 2 ) K max K min , r i ( 2 ) U ( 0 , 1 ) ,
where exp ( · ) denotes the natural exponential function; r i U ( 0 , 1 ) denotes a random variable uniformly distributed over the interval ( 0 , 1 ) ; α min and α max denote the lower and upper bounds of the penalty factor, respectively, and K min and K max are the bounds of the mode number; the exponential mapping transforms uniformly sampled values from the logarithmic space back to the original parameter space.
  • (2) Lévy Flight Mechanism
To mitigate premature convergence in the later optimization stages, a Lévy flight perturbation mechanism is introduced [37]. The Lévy step is defined as:
Levy ( λ ) = μ | ν | 1 / λ
σ = Γ ( 1 + λ ) sin ( π λ / 2 ) Γ 1 + λ 2 λ 2 ( λ 1 ) / 2 1 / λ
where λ ( 1 , 3 ) is the Lévy exponent controlling the jump intensity, μ and ν are random variables following normal distributions, and Γ ( · ) denotes the Gamma function.
For exploitation-oriented individuals, Lévy flight-based updates are applied:
X i t + 1 = X i t + Levy ( λ ) X i t X best .
  • (3) Hierarchical Sine–Cosine Search Strategy
To enhance search direction diversity, a sine–cosine search strategy is incorporated with hierarchical population updating [38]. For exploration-oriented individuals, the position update is given by:
X i t + 1 = X i t + r 1 sin ( r 2 ) r 3 X best X i t , cos ( r 2 ) r 3 X best X i t ,
where r 1 controls the convergence speed, r 2 [ 0 , 2 π ] , r 3 [ 0 , 2 ] , and X best denotes the global best solution.
To prevent data leakage and maintain strict causality, the parameter optimization process of ISSA-VMD is strictly restricted to the training and validation sets. The static parameters K and α derived from the training sequence are subsequently applied as parallel band-pass filters to decompose the testing set.

3.3. Theoretical Analysis of ISSA

To rigorously justify the advantages of the proposed improvements over the standard SSA, this subsection provides a theoretical analysis from two complementary perspectives: population diversity preservation and escape capability from local optima.
  • Preliminaries: Tail Properties of Lévy Distributions
The Lévy flight step generated by the Mantegna algorithm [39] follows a heavy-tailed distribution. Specifically, for a step L Levy ( λ ) , the tailprobability satisfies
P ( | L | > s ) s λ , λ ( 1 , 3 ) ,
for sufficiently large s > 0 . In contrast, a Gaussian-type perturbation G N ( 0 , σ 2 ) exhibits an exponentially decaying tail:
P ( | G | > s ) exp s 2 2 σ 2 .
This contrast between power-law and exponential tail decay is the mathematical foundation of the advantages established below [40,41].
Proposition 1
(Lower Bound on Population Diversity). Define the population diversity at iteration t as
D ( t ) = 1 N i = 1 N X i t X ¯ t 2 , X ¯ t = 1 N i = 1 N X i t .
Let D SSA ( t ) and D ISSA ( t ) denote the population diversity of the standard SSA and the proposed ISSA, respectively. Under identical initial conditions, there exist positive constants c 1 , c 2 such that
E [ D SSA ( t ) ] c 1 exp ( β t ) ,
E [ D ISSA ( t ) ] c 2 · t 1 / λ ,
where β > 0 is determined by the convergence factor of SSA, E [ · ] represents the mathematical expectation, and λ is the Lévy index in (8).
Sketch of proof. (i) For the standard SSA, the position update rule asymptotically reduces to a contraction mapping toward the current best solution X best :
X i t + 1 = X i t + α t ( X best X i t ) + ξ t ,
where α t ( 0 , 1 ) is the effective step size and ξ t is a bounded-variance perturbation. Taking norms and expectations yields the recursion
E X i t + 1 X ¯ t + 1 2 ( 1 α t ) E X i t X ¯ t 2 ,
which iterates to the exponential bound in (11).
(ii) In ISSA, exploitation-oriented individuals follow
X i t + 1 = X i t + Levy ( λ ) ( X i t X best ) ,
in which the Lévy step has infinite variance. By (8), for any threshold s,
P X i t + 1 X ¯ t + 1 2 > s C s λ .
Generalised moment inequalities then imply that the expected diversity cannot decay faster than the power-law rate (12). □
Remark 1.
Proposition 1 establishes a strict tail-rate contrast: the diversity of the standard SSA collapses exponentially fast toward X best , so its later iterations effectively degenerate into local search. In contrast, ISSA preserves non-trivial diversity at a power-law rate, which is essential for navigating the strongly multi-modal landscape of the VMD parameter space.
Proposition 2
(Lower Bound on Escape Probability). Suppose the population is trapped in an ϵ-neighbourhood B ( X , ϵ ) = { X : X X 2 ϵ } of a local optimum X . The single-step escape probability satisfies
P escape SSA c 3 exp ϵ 2 2 σ 2 ,
P escape ISSA c 4 ϵ λ ,
where c 3 , c 4 > 0 are constants independent of the initial position.
Sketch of proof. 
The escape probability is given by P X t + 1 X 2 > ϵ . For the standard SSA, the perturbation is dominated by bounded random numbers and Gaussian-type noise, whose tails are governed by (9); this yields (13). For ISSA, the Lévy step in the exploitation update directly contributes a heavy-tailed term to X t + 1 X t 2 , and (8) gives
P Levy ( λ ) ( X i t X best ) 2 > ϵ C ϵ λ ,
which yields (14). □
Remark 2.
Proposition 2 reveals an order-of-magnitude difference: when ϵ is large (i.e., the local optimum is deep), the escape probability of standard SSA decays as exp ( ϵ 2 ) and is practically zero, whereas ISSA decays only as ϵ λ and retains a non-negligible escape rate. This is particularly important when the VMD parameters ( α , K ) span multiple orders of magnitude.
Remark 3
(Directional Coverage of the Sine-Cosine Strategy). Beyond the step-size scale, ISSA also extends the geometric coverage of search directions through the sine-cosine modulation. The update direction in Equation (7) takes the form
v ( r 1 , r 2 ) = r 1 sin ( r 2 ) ( X best X i t ) , r 2 [ 0 , 2 π ] .
Since sin ( r 2 ) takes values across the full range [ 1 , 1 ] , the search direction includes both toward and away from the current best, in contrast with the standard SSA, which contracts only along the direction X best X i t . Combined with the heavy-tailed step distribution in Proposition 1, ISSA achieves improvements over standard SSA in both step-size scale and search direction.
  • Synthesis
Together, the three results above demonstrate the theoretical superiority of ISSA, summarised in Table 2.
These properties are particularly desirable in the multi-modal, multi-scale VMD parameter optimisation scenario considered in this paper.

3.4. Collaborative Temporal-Channel Modeling via TCN-SOFTS

Following the adaptive signal decomposition, the extracted IMFs and meteorological features are mapped into a high-dimensional latent space through a linear embedding layer after instance normalization. To capture the complex multiscale temporal dynamics and multivariate dependencies within the expanded channel space, the framework integrates a TCN with the SOFTS architecture. The TCN serves as the core backend for local temporal modeling, processing the embedded representations through stacked dilated causal convolutional layers. By adjusting the dilation factor exponentially, the receptive field of the network expands to cover extensive historical sequences without incurring excessive parameter overhead. The incorporation of causal constraints ensures that the output at any given time step depends solely on current and historical inputs, thereby strictly preserving temporal causality. Furthermore, residual connections are integrated across the stacked layers to alleviate the problem of gradient vanishing, supporting the stable training of deep network structures.
To counterbalance the substantial computational overhead introduced by the increased dimensionality of the feature space after signal decomposition, the global channel dependencies are modeled utilizing the STAR module of the SOFTS architecture. Traditional attention mechanisms exhibit quadratic or higher computational complexity regarding the number of channels, making them computationally unviable for high-dimensional multivariate time series. In contrast, the STAR module adopts a centralized aggregation–redistribution strategy to achieve global channel interaction with strictly linear complexity. The embedded representations of all channels are first projected into a lower-dimensional space, and stochastic pooling is applied across the channels to generate a unified core representation. This core representation encapsulates the global statistical regularities and inter-variable correlations of the entire system. Subsequently, the core representation is replicated and concatenated with each individual channel feature, passing through a multilayer perceptron to produce channel-aware representations that efficiently fuse global context while preserving channel-specific information. Finally, the channel features are fused, projected back to the power output space via a linear layer, and inverse-normalized. The individual forecasting results of all IMFs are aggregated to produce the final offshore wind power prediction, resolving the inherent conflict between signal fidelity and computational efficiency.
The overall forecasting procedure and model architecture of the proposed ISSAVMD-TCN-SOFTS are illustrated in Figure 3.

3.5. Model Hyperparameters and Experimental Platform

The model hyperparameter configuration includes the training batch size, model dimensionality, the number of encoder blocks, and the dimensionality of the fully connected network. The detailed parameter settings are listed in Table 3. All experiments are conducted using Python 3.8 on a workstation equipped with an NVIDIA RTX 4090 GPU and an Intel(R) i9-14900KF CPU operating at 3.2 GHz.

4. Simulation Results

4.1. VMD Result

Table 4 details the optimal modal decomposition parameters for each site obtained through the ISSA method. To prevent data leakage, the parameter search for VMD is strictly confined to the training and validation sets. The static parameters K and α extracted from the training set configure parallel band-pass filters, which subsequently decompose the test set into Intrinsic Mode Functions (IMFs) to guarantee a causal decomposition procedure. Figure 4 illustrates the decomposed power sequence for the training set of Site 1.
As demonstrated in Figure 5, the energy of IMF1 is highly concentrated near zero frequency with an exceptionally narrow bandwidth, confirming the role of the component as the dominant trend. Furthermore, the spectrum of IMF2 is distributed across a broader frequency band containing multiple local peaks, identifying the function as the dynamic fluctuation component. Consequently, this dual-component decomposition strictly isolates the underlying trend from the high-frequency dynamic noise. As illustrated in Figure 4, the original offshore wind power time series is decomposed into two IMFs exhibiting distinct frequency characteristics. Specifically, IMF1 delineates the low-frequency trend component of the wind power, reflecting the fundamental variation and long-term evolution of the sequence. Conversely, IMF2 corresponds to the high-frequency fluctuation component, capturing the stochastic disturbances and complex non-stationarity inherent in the data. To further validate the effectiveness of the decomposition, a frequency spectrum analysis is conducted.
Figure 6 presents the Pearson correlation matrix among the decomposed components, the target power, and the input meteorological features. IMF1 correlates strongly with the target power ( r = 0.8766 ), confirming its role as the dominant trend component in the wind power series. It is highly sensitive to wind speeds at various heights, particularly at the hub height (variable 7), with a correlation of 0.8170. The higher-frequency fluctuation component, IMF2, exhibits a moderate correlation with the target ( r = 0.5348 ) and generally weaker links to meteorological features. Its correlation with relative humidity (variable 11), for example, approaches zero. These distinct physical dependencies confirm that the decomposition effectively isolates predictive subcomponents for subsequent modeling.

4.2. Comparison of Model Performance

The proposed framework is evaluated against several baseline models: DLinear (2023), CrossLinear (2025), iTransformer (2024), PatchTST (2023), Time TK (2026), and GTR (2026). Given a 15 min temporal resolution, the forecasting horizons are set to 12, 24, 48, and 96 steps (corresponding to 3, 6, 12, and 24 h). To ensure statistical stability and reliability, each experiment is independently repeated ten times to mitigate the influence of random weight initialization. The reported evaluation metrics represent the arithmetic mean of these ten trials.
As detailed in Table 5, the proposed model consistently achieves lower MAE and RMSE values compared to all baseline models across all horizons. Specifically, at Site 1 for the 96-step horizon, the proposed model reduces the MAE by 14.3% and the RMSE by 30.0% relative to the DLinear model. This improvement is more pronounced at Site 3, where environmental volatility is higher; here, the proposed architecture achieves an error reduction of approximately 41.4% in MAE and 47.8% in RMSE compared to the DLinear baseline. Qualitative evaluation via the prediction trajectories in Figure 7 confirms that the proposed model tightly traces the actual wind power sequence across all horizons, maintaining high fidelity at local extrema during sudden power ramps.

4.3. Ablation Study

To isolate the quantitative contribution of each distinct module, systematic ablation studies are conducted for both the signal decomposition frontend and the deep learning backend. The performance of the ISSAVMD frontend is compared with alternative decomposition techniques, including EMD, ICEEMDAN, and standard SSAVMD, as shown in Table 6. The optimization process is further illustrated by the hyperparameter search trajectories in Figure 8.
To systematically investigate the contribution of the temporal modeling and the channel modeling components within the proposed predictive architecture, an extensive ablation study is conducted. Specifically, the complete model, denoted as FULL, is compared against five variants: CNN-SOFTS (which replaces the TCN with a CNN), SOFTS, TCN-MLP (which substitutes the SOFTS module with a MLP), TCN-LSTM (which substitutes the SOFTS module with a LSTM), and MLP. To ensure a rigorous and fair comparison of the backend architectures, the input data for all evaluated models are preprocessed utilizing the identical ISSAVMD frontend. The comparative results across multiple forecasting horizons are detailed in Table 7.
The quantitative contributions of the individual architectural components are further substantiated by the error reductions detailed in Table 8, which emphasize the critical role of the TCN in minimizing the MAE. Furthermore, the visualizations of the prediction errors provided in Figure 9 reinforce these statistical conclusions. Specifically, the predictive trajectory of the FULL model tracks the ground truth with superior fidelity, effectively suppressing error propagation and preserving predictive stability during periods of severe meteorological volatility. In contrast, the baseline variants demonstrate pronounced amplitude deviations and temporal phase shifts.

4.4. Interpretability Analysis Based on SHAP

To further elucidate the decision-making mechanism of the proposed framework and quantify the contribution of various meteorological features to wind power prediction, this study employs the SHapley Additive exPlanations (SHAP) method. Figure 10 illustrates the summary plot of mean absolute SHAP values for the primary input variables and the corresponding feature dependence plots. Analysis of the global importance ranking reveals that wind speed at hub height is the most critical determinant, exhibiting the highest mean absolute SHAP value. The color distribution of the scatter points in the summary plot indicates a strictly positive correlation: high feature values, represented by yellow and green points, significantly drive positive model outputs, whereas low values, depicted in dark purple, pull the predictions downward. Furthermore, the Intrinsic Mode Functions, specifically IMF1 and IMF2, follow the primary wind speed in global importance. This high ranking validates the theoretical premise of the proposed framework: the extraction of intrinsic frequency components via adaptive signal decomposition successfully isolates highly predictive features from the original non-stationary signals, thereby fundamentally enhancing the learning efficiency of the network.

4.5. Computational Complexity Metrics

The computational feasibility of the proposed framework is evaluated on a hardware platform equipped with an NVIDIA RTX 4090 GPU and an Intel i9-14900KF CPU. The resource utilization of the model is quantified across three metrics: parameter size, inference latency per sample, and training time per epoch. These empirical complexity metrics are consolidated in Table 9.

5. Discussion

The consistent error reductions achieved by the proposed framework across multiple forecasting horizons underscore the limitations of simpler linear models and conventional recurrent or Transformer-based architectures. Linear models, such as DLinear and CrossLinear, exhibit competitive mean absolute errors in short-term scenarios but suffer from substantial prediction volatility over extended horizons. This vulnerability stems from the inherent inability of linear layers to capture the complex, non-stationary dynamics governing marine environments. Although Transformer-based architectures utilize global attention mechanisms to model long-range sequences, the models frequently suffer from semantic misalignment when processing continuous numerical time series, leading to severe overfitting on noisy high-frequency wind power data. The structural integration of the TCN backend resolves these limitations by modeling multi-scale local temporal dependencies through dilated causal convolutions while enforcing strict temporal causality. Concurrently, the core representation mechanism within the SOFTS architecture effectively captures global channel dependencies with linear computational complexity, mitigating the representation constraints of standard multilayer perceptrons in high-dimensional state spaces. This synergistic integration allows the proposed model to maintain robust overall stability as the forecasting horizon extends, closely tracking the true dynamic trajectory during rapid power ramps and sudden drops without severe phase lag or amplitude distortion.
Beyond empirical predictive performance, the interpretable quantification utilizing SHAP values provides a transparent and physically consistent justification for the model outputs. The quantified trajectory for the wind speed at hub height demonstrates a steep gradient near a median threshold before reaching a saturation plateau. This non-linear behavior closely mirrors the physical power curve of a standard wind turbine, where power generation increases monotonically with wind velocity until reaching the maximum limit at the rated wind speed. Secondary environmental variables, such as air temperature, exhibit threshold-dependent contributions, reflecting complex physical interactions with air density that indirectly modulate the efficiency of energy conversion.
The empirical superiority of the optimization strategy is intrinsically governed by the theoretical attributes analyzed in Section 3.3. Specifically, the established lower bound on the escape probability of the ISSA method enables the algorithm to navigate the highly non-convex parameter landscape effectively, thereby preventing premature convergence to suboptimal states. In physical deployment, this enhanced global search capability manifests as the successful identification of VMD parameter configurations that yield a significantly higher sample entropy. By achieving this optimal parameterization, the framework fundamentally mitigates the detrimental effects of mode mixing, thereby ensuring that the decomposed IMFs maintain an exceptionally high degree of feature purity. This high fidelity in feature representation directly enhances the learning efficiency of the downstream network; when encountering extreme power ramp events characterized by high-frequency volatility, the predictive backend exhibits a pronounced reduction in phase delay alongside a significant decrease in the RMSE, thereby establishing a direct causal link between theoretical escape guarantees and practical forecasting robustness.
Regarding architectural deployment, the integration of the adaptive signal decomposition frontend, the TCN, and the SOFTS introduces a trade-off between structural complexity and computational efficiency. Although these interconnected components increase the parameter size and inference latency relative to ultra-lightweight linear baselines, the absolute computational overhead of the complete framework remains exceptionally low. The documented inference latency of 1.0797 ms per sample is several orders of magnitude below the temporal resolution of 15 min required for real-time ultra-short-term and short-term power system scheduling. This substantial operational margin demonstrates that the framework completely satisfies the real-time constraints of modern wind farm dispatch systems directly on local hardware.

6. Research Review

A retrospective evaluation of the research trajectory microfilm established in this study demonstrates a systematic advancement in the domain of offshore wind power forecasting. The investigation successfully addresses the critical challenges of extreme non-stationarity and complex multivariate coupling inherent in marine meteorological environments. By establishing a closed-loop framework, this research validates the theoretical synergy between adaptive signal processing and lightweight deep temporal-channel modeling.
The empirical evaluations of the proposed framework provide clear answers to the research questions formulated in the introduction.
  • In response to RQ1
The theoretical and empirical analyses of the improved sparrow search algorithm demonstrate that the integration of Lévy flight and sine–cosine modulation successfully navigates the non-convex parameter space of variational mode decomposition. As illustrated by the search trajectories and the ablation studies of the decomposition models, this optimization strategy prevents premature convergence and identifies parameter configurations that yield high sample entropy. Furthermore, this parameter optimization process is strictly restricted to the training and validation sets to prevent data leakage and ensure causality.
  • In response to RQ2
The integration of the temporal convolutional network and the SOFTS architecture provides a robust solution for deep temporal modeling. The ablation study regarding the forecasting architecture confirms that dilated causal convolutions effectively extract local temporal dependencies, while the core representation mechanism of the SOFTS module captures global channel dependencies with linear computational complexity. This structural synergy mitigates the representation constraints of standard architectures without introducing disastrous computational overhead.
  • In response to RQ3
The comprehensive comparison across multiple forecasting horizons and diverse offshore sites demonstrates that the ISSAVMD-TCN-SOFTS framework consistently outperforms mainstream linear, recurrent, and Transformer-based models. The proposed framework significantly reduces the mean absolute error and the root mean square error, maintaining high predictive fidelity and operational stability during extreme meteorological fluctuations.

7. Limitations of Research

Despite the superior accuracy and robust stability demonstrated by the complete model, a critical review of the current framework identifies specific boundaries and open avenues for further enhancement. Although the inference latency fully satisfies the real-time constraints of modern wind farm dispatch systems, the initial frontend signal decomposition phase introduces a noticeable computational requirement during the offline training process. This characteristic suggests the necessity of developing accelerated, parallelized decomposition algorithms to minimize the total computational overhead in large-scale deployments. Furthermore, the predictive architecture currently operates primarily on data-driven meteorological and operational inputs, omitting physical hardware-level constraints. Incorporating downstream engineering parameters, such as the switching losses of power electronic equipment, inverter efficiency curves, and turbine degradation profiles, would refine the practical utility of the forecasting outputs. Consequently, this retrospective review establishes a clear trajectory for future investigations, emphasizing the integration of hardware-level loss factors and the acceleration of signal processing pipelines to further bridge the gap between theoretical models and real-world industrial deployment.

8. Conclusions

This study develops a hybrid forecasting framework, termed ISSAVMD-TCN-SOFTS, to enhance the accuracy and stability of offshore wind power prediction. The developed architecture effectively demonstrates the validity of the research by systematically addressing the proposed research questions.
The framework successfully mitigates the severe non-stationarity of wind power sequences by utilizing an improved sparrow search algorithm to adaptively optimize the parameters of variational mode decomposition. By combining the multiscale local feature extraction capability of temporal convolutional networks with the global channel dependency modeling of the STAR module, the framework achieves a synergistic representation of complex meteorological interactions with strictly linear computational complexity. Rigorous empirical evaluations conducted on multi-site operational datasets demonstrate that the proposed framework consistently outperforms mainstream baselines, yielding substantial reductions in both the mean absolute error and the root mean square error. Ultimately, by successfully resolving the inherent conflict between signal fidelity and computational complexity, this work provides a highly effective, robust, and economically viable solution for modern offshore wind power integration and power system scheduling.

Author Contributions

Conceptualization, methodology, validation, formal analysis, writing—original draft preparation, investigation, T.Z.; resources, data curation, writing—review and editing, Z.S.; visualization, supervision, project administration, X.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research is supported by the Natural Science Foundation of Inner Mongolia under Grant No. 2024QN05056, and the Key Research and Development Program of Ordos City under Grant No. YF20240047.

Data Availability Statement

The datasets presented in this article are not readily available because the data are part of an ongoing study. Requests to access the datasets should be directed to corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Global Wind Energy Council. Global Wind Report 2024; Technical Report; Global Wind Energy Council: Brussels, Belgium, 2024. [Google Scholar]
  2. Wang, T.; Du, G.; He, J. China Wind Power 2023: Installation Capacity Statistics; Technical Report; Chinese Wind Energy Association: Beijing, China, 2024. [Google Scholar]
  3. Porté-Agel, F.; Bastankhah, M.; Shamsoddin, S. Wind-Turbine and Wind-Farm Flows: A Review. Bound.-Layer Meteorol. 2020, 174, 1–59. [Google Scholar]
  4. Luo, B.X.; Zuo, P.; Zhu, L.J.; Hua, W. A Wind Power Density Forecasting Model Based on RF-DBO-VMD Feature Selection and BiGRU Optimized by the Attention Mechanism. Atmosphere 2025, 16, 266. [Google Scholar] [CrossRef]
  5. Preethaa, K.R.S.; Muthuramalingam, A.; Natarajan, Y.; Wadhwa, G.; Ali, A.A.Y. A Comprehensive Review on Machine Learning Techniques for Forecasting Wind Flow Pattern. Sustainability 2023, 15, 12914. [Google Scholar] [CrossRef]
  6. Wang, Y.; Zou, R.; Liu, F.; Zhang, L.; Liu, Q. A review of wind speed and wind power forecasting with deep neural networks. Appl. Energy 2021, 304, 117766. [Google Scholar] [CrossRef]
  7. Liu, H.; Mi, X.W.; Li, Y.F. Wind speed forecasting method based on deep learning strategy using empirical wavelet transform, long short term memory neural network and Elman neural network. Energy Convers. Manag. 2018, 156, 498–514. [Google Scholar] [CrossRef]
  8. Liu, Y.; Song, K.; Fan, F.; Wang, Y.; Ge, M.; Sun, C. Short-Term Wind Power Forecasting Based on Adaptive LSTM and BP Neural Network. Appl. Sci. 2025, 15, 11244. [Google Scholar] [CrossRef]
  9. Ren, D.; Ma, J.; Liu, H.; Li, Y.; Chen, C.; Qin, T.; He, Z.; Wu, Q. The IVMD-CNN-GRU-Attention Model for Wind Power Prediction with Sample Entropy Fusion. IEEE Access 2024, 12, 169988–170000. [Google Scholar] [CrossRef]
  10. Bai, S.; Kolter, J.Z.; Koltun, V. An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling. arXiv 2018, arXiv:1803.01271. [Google Scholar]
  11. Nguyen, H.K.M.; Phan, Q.-D.; Wu, Y.-K.; Phan, Q.-T. Multi-Step Wind Power Forecasting with Stacked Temporal Convolutional Network (S-TCN). Energies 2023, 16, 3792. [Google Scholar] [CrossRef]
  12. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention Is All You Need. In Proceedings of the 31st Annual Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017. [Google Scholar]
  13. Wang, D.; Luo, Q.; Gao, J.; Zhang, D.; Chen, Y. Physics-constrained transformer for wind power forecasting. Sci. Rep. 2026, 16, 4237. [Google Scholar] [CrossRef] [PubMed]
  14. Guo, X.; Yang, S. An uncertainty aware transformer framework for wind power forecasting with multiscale attention and adaptive feature fusion. Discov. Comput. 2026, 29, 86. [Google Scholar] [CrossRef]
  15. Zhang, Y.; Guo, D.; Wang, Y.; Lian, C.; Zheng, L. A transformer-based framework with spatially adaptive embedding and meta-feature bank for wind power forecasting. Energy 2026, 354, 141141. [Google Scholar] [CrossRef]
  16. Zhou, H.; Zhang, S.; Peng, J.; Zhang, S.; Li, J.; Xiong, H.; Zhang, W. Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual, 2–9 February 2021; Volume 35, pp. 11106–11115. [Google Scholar]
  17. Wu, H.X.; Xu, J.H.; Wang, J.M.; Long, M. Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting. Adv. Neural Inf. Process. Syst. 2021, 34, 22419–22430. [Google Scholar]
  18. Zhou, T.; Ma, Z.; Wen, Q.; Wang, X.; Sun, L.; Jin, R. FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting. In Proceedings of the International Conference on Machine Learning, Baltimore, MD, USA, 17–23 July 2022. [Google Scholar]
  19. Nie, Y.; Nguyen, N.H.; Sinthong, P.; Kalagnanam, J. A Time Series Is Worth 64 Words: Long-Term Forecasting with Transformers. In Proceedings of the International Conference on Learning Representations, Kigali, Rwanda, 1–5 May 2023. [Google Scholar]
  20. Lu, K.; Huo, M.; Li, Y.; Zhu, Q.; Chen, Z. CT-PatchTST: Channel-Time Patch Time-Series Transformer for Long-Term Renewable Energy Forecasting. arXiv 2025, arXiv:2501.08620. [Google Scholar]
  21. Zeng, A.; Chen, M.X.; Zhang, L.; Xu, Q. Are Transformers Effective for Time Series Forecasting? In Proceedings of the AAAI Conference on Artificial Intelligence, Washington, DC, USA, 7–14 February 2023; Volume 37, pp. 11121–11128. [Google Scholar]
  22. Ekambaram, V.; Jati, A.; Nguyen, N.; Sinthong, P.; Kalagnanam, J. TSMixer: Lightweight MLP-Mixer Model for Multivariate Time Series Forecasting. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, Long Beach, CA, USA, 6–10 August 2023; pp. 459–469. [Google Scholar]
  23. Han, L.; Chen, X.Y.; Ye, H.J.; Zhan, D.C. SOFTS: Efficient Multivariate Time Series Forecasting with Series-Core Fusion. In Proceedings of the 38th Conference on Neural Information Processing Systems, Vancouver, BC, Canada, 10–15 December 2024. [Google Scholar]
  24. Ansari, A.F.; Stella, L.; Turkmen, C.; Zhang, X.; Mercado, P.; Shen, H.; Shchur, O.; Rangapuram, S.S.; Arango, S.P.; Kapoor, S.; et al. Chronos: Learning the Language of Time Series. arXiv 2024, arXiv:2403.07815. [Google Scholar]
  25. Woo, G.; Liu, C.; Kumar, A.; Xiong, C.; Savarese, S.; Sahoo, D. Unified Training of Universal Time Series Forecasting Transformers. In Proceedings of the ICML’24: International Conference on Machine Learning, Vienna, Austria, 21–27 July 2024; Volume 235, pp. 53140–53164. [Google Scholar]
  26. Zhu, T.; Cai, F.; Chen, D. Robust Offshore Wind Power Forecasting Under Extreme Marine Conditions Using Multi-Source Feature Fusion and Kolmogorov–Arnold Networks. J. Mar. Sci. Eng. 2026, 14, 573. [Google Scholar] [CrossRef]
  27. Liu, Y.; Zhu, W.; Zhao, B.; Zhang, Y.; Guo, L.; Lv, H.; Ni, C.; Zhang, K.; Wang, C. A pattern-aware two-stage power forecasting method for offshore wind farms based on dynamic feature decoupling. Appl. Energy 2026, 414, 127879. [Google Scholar] [CrossRef]
  28. Weisser, D.; Hashimoto-Cullen, C.; Guedj, B. Cross-Domain Offshore Wind Power Forecasting: Transfer Learning Through Meteorological Clusters. arXiv 2026, arXiv:2601.19674. [Google Scholar]
  29. Wan, A.; He, J.; Zhou, X.; AL-Bukhaiti, K.; Zhu, P. TSBMNet-XAI interpretable multi-step offshore wind power forecasting for enhanced energy storage integration. Comput. Electr. Eng. 2026, 136, 111230. [Google Scholar] [CrossRef]
  30. Acikgoz, H.; Korkmaz, D. Short-term offshore wind speed forecasting approach based on multi-stage decomposition and deep residual network with self-attention. Eng. Appl. Artif. Intell. 2025, 146, 110313. [Google Scholar] [CrossRef]
  31. Dragomiretskiy, K.; Zosso, D. Variational Mode Decomposition. IEEE Trans. Signal Process. 2013, 62, 531–544. [Google Scholar] [CrossRef]
  32. Wang, Z.; Ying, Y.; Kou, L.; Ke, W.; Wan, J.; Yu, Z.; Liu, H.; Zhang, F. Ultra-Short-Term Offshore Wind Power Prediction Based on PCA-SSA-VMD and BiLSTM. Sensors 2024, 24, 444. [Google Scholar] [CrossRef] [PubMed]
  33. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey Wolf Optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  34. Mirjalili, S.; Lewis, A. The Whale Optimization Algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  35. An, G.; Jiang, Z.; Chen, L.; Cao, X.; Li, Z.; Zhao, Y.; Sun, H. Ultra Short-Term Wind Power Forecasting Based on Sparrow Search Algorithm Optimization Deep Extreme Learning Machine. Sustainability 2021, 13, 10453. [Google Scholar] [CrossRef]
  36. Yang, T.R.; Guo, X.H.; Qian, G.W. Short-Term Wind Speed Prediction Study Based on Variational Mode Decompositions-Sparrow Search Algorithm-Gated Recurrent Units. Processes 2024, 12, 1741. [Google Scholar] [CrossRef]
  37. Yang, X.S.; Deb, S. Cuckoo search via Lévy flights. In Proceedings of the World Congress on Nature and Biologically Inspired Computing, Coimbatore, India, 9–11 December 2009. [Google Scholar]
  38. Mirjalili, S. SCA: A Sine Cosine Algorithm for solving optimization problems. Knowl.-Based Syst. 2016, 96, 120–133. [Google Scholar] [CrossRef]
  39. Mantegna, R.N. Fast, accurate algorithm for numerical simulation of Lévy stable stochastic processes. Phys. Rev. E 1994, 49, 4677–4683. [Google Scholar] [CrossRef] [PubMed]
  40. Yang, X.S. Nature-Inspired Metaheuristic Algorithms; Luniver Press: Frome, UK, 2008. [Google Scholar]
  41. Pavlyukevich, I. Lévy flights, non-local search and simulated annealing. J. Comput. Phys. 2007, 226, 1830–1844. [Google Scholar] [CrossRef]
Figure 1. Classification of wind power forecasting.
Figure 1. Classification of wind power forecasting.
Energies 19 02962 g001
Figure 2. Dataset characteristics: (a) Time series of wind power, relative humidity, air temperature, atmospheric pressure, and wind speed and direction at the hub height; (b) Time series of wind speed and direction at 10, 30, and 50 m.
Figure 2. Dataset characteristics: (a) Time series of wind power, relative humidity, air temperature, atmospheric pressure, and wind speed and direction at the hub height; (b) Time series of wind speed and direction at 10, 30, and 50 m.
Energies 19 02962 g002
Figure 3. Flowchart of the proposed forecasting scheme.
Figure 3. Flowchart of the proposed forecasting scheme.
Energies 19 02962 g003
Figure 4. Comparison between the original wind power signal and the reconstructed signal, alongside the decomposition residuals.
Figure 4. Comparison between the original wind power signal and the reconstructed signal, alongside the decomposition residuals.
Energies 19 02962 g004
Figure 5. The decomposed intrinsic mode functions (IMFs) obtained by the ISSA-optimized VMD.
Figure 5. The decomposed intrinsic mode functions (IMFs) obtained by the ISSA-optimized VMD.
Energies 19 02962 g005
Figure 6. Pearson correlation matrix for VMD components, target power, and meteorological features.
Figure 6. Pearson correlation matrix for VMD components, target power, and meteorological features.
Energies 19 02962 g006
Figure 7. Prediction trajectories of the evaluated models across multiple forecasting horizons: (a) 96-step forecasting horizon; (b) 48-step forecasting horizon; (c) 24-step forecasting horizon; (d) 12-step forecasting horizon.
Figure 7. Prediction trajectories of the evaluated models across multiple forecasting horizons: (a) 96-step forecasting horizon; (b) 48-step forecasting horizon; (c) 24-step forecasting horizon; (d) 12-step forecasting horizon.
Energies 19 02962 g007
Figure 8. Visualization of the search process for VMD parameter optimization.
Figure 8. Visualization of the search process for VMD parameter optimization.
Energies 19 02962 g008
Figure 9. Visualization of prediction errors for the ablation study.
Figure 9. Visualization of prediction errors for the ablation study.
Energies 19 02962 g009
Figure 10. Summary plot of SHAP values and feature dependence analysis for model interpretability: the gray bar chart represents the global feature importance, and the scatter points represent the specific SHAP values.
Figure 10. Summary plot of SHAP values and feature dependence analysis for model interpretability: the gray bar chart represents the global feature importance, and the scatter points represent the specific SHAP values.
Energies 19 02962 g010
Table 1. Detailed information of wind turbines at different sites.
Table 1. Detailed information of wind turbines at different sites.
SiteNominal Capacity (MW)Detailed Turbine InformationNumber of Turbines
Site 175Capacity: 1500 kW
Hub height: 85.0 m
Rotor diameter: 87.0 m
50
24Capacity: 2000 kW
Hub height: 85.5 m
Rotor diameter: 93.0 m
12
Site 249.5Capacity: 1500 kW
Hub height: 80.0 m
Rotor diameter: 86.0 m
33
49.5Capacity: 1500 kW
Hub height: 80.0 m
Rotor diameter: 82.0 m
33
Site 330Capacity: 1500 kW
Hub height: 85.0 m
Rotor diameter: 89.0 m
20
36Capacity: 2000 kW
Hub height: 90.0 m
Rotor diameter: 116.0 m
18
Table 2. Theoretical comparison between standard SSA and ISSA.
Table 2. Theoretical comparison between standard SSA and ISSA.
PropertyStandard SSAISSA
Diversity decay rate exp ( β t ) t 1 / λ
Escape probability from B ( X , ϵ ) exp ( ϵ 2 / 2 σ 2 ) ϵ λ
Search directionUnidirectional (toward X best )Omnidirectional
Table 3. Configuration of model hyperparameters and experimental platform.
Table 3. Configuration of model hyperparameters and experimental platform.
CategoryParameterValueCategoryParameterValue
InputWindow length96ModelDropout0.2
InputInput dimension12TrainingBatch size128
Modeld_model64TrainingLearning rate0.001
ModelNumber of heads8TrainingEpochs500
ModelEncoder layers12stop_ratiostop_ratio0.2
ModelDecoder layers12OutputOutput dimension1
Table 4. Optimal VMD parameters (K and α ) obtained via ISSA for different sites.
Table 4. Optimal VMD parameters (K and α ) obtained via ISSA for different sites.
SiteK α
125042.36
224312.85
333874.69
Table 5. Performance comparison of forecasting models across different sites and horizons.
Table 5. Performance comparison of forecasting models across different sites and horizons.
SiteHorizonFULL (Ours)DlinearCrosslineariTransPatchTSTTime TKGTR
MAERMSEMAERMSEMAERMSEMAERMSEMAERMSEMAERMSEMAERMSE
1960.46011.16600.68621.36110.46761.18420.51931.25140.41341.08710.41921.21520.46451.2630
480.40081.12970.68801.38810.44651.02880.51881.29230.52981.33190.39441.25380.45701.1761
240.39370.98280.83651.41910.38951.00810.46820.83650.43421.18370.39191.24170.37931.0396
120.34150.82690.95660.49050.38611.06690.45881.14470.42951.22110.44271.26910.37781.0220
2962.01033.14702.23063.44061.46332.61161.63552.88701.68182.80381.62948.71251.42216.6547
481.34462.42972.17293.35021.67483.12431.61402.95461.70102.86941.63178.49431.34446.2915
241.20651.92382.26693.43791.50542.75421.57882.83101.64072.91831.51077.59991.31056.1507
121.17181.84572.42283.50501.49962.70771.57032.86461.55842.89041.59908.69051.34626.5165
3962.33553.30424.47875.63881.60952.44302.23642.88241.88862.51351.81106.62861.82145.6604
481.37022.54692.89043.86741.45902.11951.75342.51261.91232.51231.53864.82811.37803.9440
241.31721.86672.81343.85881.41822.06541.67562.40501.57222.25961.64335.83161.38054.0797
121.14011.59262.55073.53541.36982.02371.73432.54221.69962.50801.68826.09071.34853.8745
Note: Bold entries represent the optimal performance metrics for each evaluation condition.
Table 6. Comparison of different decomposition models with bolded optimal values.
Table 6. Comparison of different decomposition models with bolded optimal values.
ModelISSAVMDSSAVMDGrid-SearchVMDICEEMDANEMD
MetricMAERMSEMAERMSEMAERMSEMAERMSEMAERMSE
480.60591.26050.58271.26420.48601.27410.71461.90771.72311.6538
240.39370.98280.51161.33470.47091.12400.51671.08550.50041.2179
120.34150.82690.45941.27690.44071.13450.38250.85880.39761.9148
Note: Bold entries represent the optimal performance metrics for each evaluation condition.
Table 7. Ablation study results.
Table 7. Ablation study results.
ModelFULLCNN-SOFTSSOFTSTCN-MLPTCN-LSTMMLP
MetricMAERMSEMAERMSEMAERMSEMAERMSEMAERMSEMAERMSE
480.60591.26050.70301.46130.63701.40820.74731.31960.67141.04650.87321.4093
240.39370.98280.44671.23360.52881.30890.63221.08440.54641.13100.91061.3531
120.34150.82690.44881.25120.47001.26980.63451.07400.54781.02751.35961.5735
Note: Bold entries represent the optimal performance metrics for each evaluation condition.
Table 8. Contribution of TCN and ISSAVMD.
Table 8. Contribution of TCN and ISSAVMD.
HorizonMetricTCN Contribution (%)ISSAVMD Contribution (%)
48MAE21.0−20.5
RMSE3.37.4
24MAE15.511.9
RMSE5.820.3
12MAE4.523.9
RMSE1.533.9
Table 9. Comparison of parameter size, inference latency, and training time among different models.
Table 9. Comparison of parameter size, inference latency, and training time among different models.
ModelParameter Size (M)Inference Latency (ms/Sample)Training Time (s/Epoch)
FULL0.21491.07972.1567
Dlinear0.08720.00841.1276
Crosslinear0.06190.0251.1539
itrans0.25680.03612.9382
PatchTST0.25160.00262.8749
Time TK0.10170.00942.2429
GTR0.02410.00321.9484
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, T.; Zhou, X.; Shen, Z. A Hybrid Framework for Offshore Wind Power Forecasting: Integration of Adaptive Decomposition and Collaborative Temporal-Channel Modeling. Energies 2026, 19, 2962. https://doi.org/10.3390/en19132962

AMA Style

Zhang T, Zhou X, Shen Z. A Hybrid Framework for Offshore Wind Power Forecasting: Integration of Adaptive Decomposition and Collaborative Temporal-Channel Modeling. Energies. 2026; 19(13):2962. https://doi.org/10.3390/en19132962

Chicago/Turabian Style

Zhang, Tiandong, Xiaolong Zhou, and Zixiang Shen. 2026. "A Hybrid Framework for Offshore Wind Power Forecasting: Integration of Adaptive Decomposition and Collaborative Temporal-Channel Modeling" Energies 19, no. 13: 2962. https://doi.org/10.3390/en19132962

APA Style

Zhang, T., Zhou, X., & Shen, Z. (2026). A Hybrid Framework for Offshore Wind Power Forecasting: Integration of Adaptive Decomposition and Collaborative Temporal-Channel Modeling. Energies, 19(13), 2962. https://doi.org/10.3390/en19132962

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop