1. Introduction
As the global energy transition continues to advance, wind power—the most mature form of renewable energy for large-scale development—poses significant challenges to the real-time balance and safety control of power system operations due to its large-scale grid integration. The intermittent and fluctuating nature of wind power output is primarily governed by meteorological factors, making high-precision power forecasting a key technology for ensuring grid absorption capacity and optimizing dispatch decisions. With advancements in the Internet of Things (IoT) and numerical weather prediction technologies, data-driven methods have become dominant in the forecasting field; however, accurately identifying and learning complex and variable weather-output mapping patterns from historical data remains the core bottleneck in improving model performance.
Wind power forecasting refers to the estimation of a power plant’s output power for a specific future time period by integrating historical power data, meteorological forecast information, and temporal characteristics. Forecasting accuracy directly impacts the economic efficiency and reliability of the power system: in day-ahead markets, forecast results support the formulation of generation schedules and trading bids; in real-time dispatch, ultra-short-term forecasts are used to rapidly adjust reserve capacity in response to disturbances such as extreme wind speed fluctuations; for microgrids with a high proportion of wind power integration, accurate forecasting is a prerequisite for achieving coordinated control of generation, load, and storage, and maintaining stable system operation. Therefore, developing intelligent forecasting models capable of adapting to different weather types and possessing strong generalization capabilities holds significant practical importance for advancing the construction of new power systems.
Existing wind power forecasting methods can be categorized into physics-driven models and data-driven models based on their technical architecture [
1]. Physics-driven models, typified by energy system planning tools, construct optimization models based on the economic parameters and physical constraints of energy technologies [
2]. They use methods such as linear programming to determine the lowest-cost energy system configuration and can perform structured, multi-sector coordinated simulations of long-term energy transition scenarios. Employing flexible time-slice techniques to decompose intraday and seasonal electricity demand curves, it can more accurately characterize the role of energy storage technologies in the power system, providing quantitative support for optimizing energy storage deployment on both the supply and demand sides. Furthermore, the wind farm physical modeling chain [
3] represents another significant branch. By modeling physical mechanisms such as wind turbine power characteristic curves and the impact of terrain on wind speed evolution [
4], it enables the optimization of capacity allocation for distributed wind power and energy storage devices under power balance constraints. The advantage of such models lies in their rigorous logic and solid theoretical foundation, which fully reflect the physical nature of energy systems. However, their limitations are equally evident: complex model structures result in high computational costs and stringent hardware requirements; simultaneously, they exhibit a delayed response to sudden meteorological fluctuations, failing to capture short-term system changes in a timely manner [
5]. Some physical models rely on high-precision input data (such as mesoscale numerical weather prediction data), and errors in the raw data are directly propagated to the prediction results, requiring additional error correction [
6].
Data-driven models do not require predefined physical mechanisms but instead directly mine the relationships between variables from historical data. Based on their technical approaches, they can be categorized into traditional statistical models and machine learning models, with the latter further subdivided into deterministic and non-deterministic forecasting subtypes. Traditional statistical models primarily include time-series analysis and regression methods. In addition to the classic ARIMA model, autoregressive moving average (ARMA) models are suitable for forecasting stationary energy time-series data. The seasonal autoregressive integrated moving average (SAARMA) model [
7] introduces a seasonal difference term, specifically targeting data with pronounced seasonal fluctuations, such as wind power generation. Vector autoregressive (VAR) models [
8] overcome the limitations of univariate analysis and support forecasting under the influence of multiple factors. Among regression methods, geographically weighted regression [
9] captures the differentiated impact of regional topography on wind energy development by introducing spatial weighting coefficients. The core limitations of such models lie in their inability to describe the complex nonlinear interactions between wind power output and multiple factors such as meteorological conditions and policies [
10]; furthermore, they struggle to handle sudden power fluctuations caused by wind shear or sudden gusts [
11].
Machine learning models are primarily based on statistical learning theory, with ensemble algorithms such as Random Forests [
12], Extreme Gradient Boosting [
13], and LightGBM being widely adopted. Classification Boosting (CatBoost) [
14], as an enhanced variant, has demonstrated excellent performance in distributed wind power forecasting. Support Vector Machines utilize kernel mapping for high-dimensional regression [
15], while the K-Nearest Neighbors algorithm achieves rapid estimation through similarity matching of historical meteorological conditions [
16]. Building on this foundation, deep learning models have emerged. Multi-layer perceptrons are used to fuse multi-source heterogeneous features [
17]; Long Short-Term Memory (LSTM) networks and their variants (such as BiLSTM) are widely applied to overcome the vanishing gradient problem and capture bidirectional temporal dependencies [
18]. To further explore spatial correlations, Convolutional Neural Networks (CNNs) have been introduced to process numerical weather prediction grid data [
19,
20]. In recent years, Transformer models have overcome the parallelism bottleneck in sequence processing through self-attention mechanisms, significantly enhancing the ability to capture ultra-long-term meteorological-load correlations [
21]. Meanwhile, spatio-temporal graph convolutional networks can accurately model the spatio-temporal heterogeneity of cross-regional wind power output [
22]. Furthermore, to tackle the spatio-temporal dynamics and wake effects among adjacent wind turbines or sub-farms, recent state-of-the-art studies in 2024–2025 have widely leveraged spatio-temporal graph neural networks (STGNNs) and adaptive graph attention mechanisms. For example, dynamic inter-farm coupling and propagation delays have been effectively modeled using dynamic multi-graph attention networks [
23] and adaptive sparse graph attention models [
24].
While hybrid architectures combining CNNs, LSTMs, and Transformers have advanced single-station power forecasting, the existing literature often oversimplifies regional dynamic interactions. In large-scale industrial wind power integration, neighboring wind turbines and adjacent wind farm clusters exhibit pronounced aerodynamic wake effects and spatio-temporal propagation delays caused by moving atmospheric fronts.
Single-site models relying solely on local historical telemetry fail to capture such inter-farm dynamic coupling and regional momentum transfer. To address this limitation without triggering prohibitive multi-site computational overhead, regional spatio-temporal dynamics can be effectively approximated through micro-scale scenario classification and multi-dimensional meteorological trend matching (e.g., FCM and MIC-weighted similarity matching), which implicitly retrieve historical regional propagation patterns under analogous atmospheric regimes.
Classified by prediction format, these models can be divided into deterministic and non-deterministic predictions. Deterministic predictions aim to output a single numerical value [
20]. Although they offer excellent accuracy, they have significant limitations: deep neural networks often exhibit “black-box” characteristics, making their predictive logic difficult to interpret [
25]; more critically, they cannot quantify underlying risks, making it difficult to address the uncertainty challenges posed by the intermittent fluctuations of wind power. In contrast, probabilistic forecasting models quantify uncertainty by outputting probability density functions, prediction intervals, or quantiles. In addition to classical Monte Carlo simulations [
26] and Latin hypercubic sampling, Copula functions are widely used to construct correlation distributions for wind power [
27].
Current wind power forecasting primarily relies on physics-based and data-driven models; however, both have significant limitations in practical applications. Physical models are computationally expensive and exhibit response lag, whereas data-driven models such as BiLSTM and Transformer, although computationally efficient, often neglect the physical constraints governing wind power output, treating time merely as a standard sequence, resulting in models that “lack physical awareness.” Furthermore, pure deep learning models are highly prone to overfitting when handling high-noise, non-stationary wind power data, and existing probabilistic forecasting methods struggle to control interval width while ensuring coverage.
To address these challenges, this paper proposes an FW-BTP (FCM-WGM-BiLSTM-Transformer-PGL) hybrid forecasting model that integrates dual-track feature engineering with physics-guided information. By dual-optimizing physical feature embedding and data filtering strategies, this model significantly enhances prediction performance. Its core mechanisms include the following: first, it constructs a similar scenario recognition module based on FCM (Fuzzy Clustering) and WGM to accurately extract dynamic trends from historical data, identify key operating conditions, and effectively filter out noise interference; second, it utilizes a coupled architecture of Transformer and Bidirectional Long Short-Term Memory (BiLSTM) networks to establish deep spatio-temporal abstractions through self-attention mechanisms and bidirectional temporal feature extraction; third, it incorporates the concept of physical constraints through Physics-Guided Loss Regularization (PGL) to embed physical constraints—such as wind turbine power characteristics—into the loss function, thereby enhancing the model’s “physical awareness” and mitigating overfitting. Experimental results demonstrate that this hybrid architecture not only significantly outperforms baseline models in point prediction accuracy but also generates more engineering-relevant predictions guided by physical consistency, effectively capturing the intermittent fluctuations of wind power and quantifying grid dispatch risks.
The main contributions of this paper are summarized as follows:
(1) We developed an adaptive meteorological pattern recognition and data augmentation mechanism based on FCM-WGM. To address nonlinear coupling between wind power and weather factors, we innovatively introduced FCM to manage fuzzy state transitions, combined with a Weighted Grey Mean (WGM) strategy using Maximum Information Coefficient (MIC) weights. This mechanism accurately retrieves “physically similar days” from massive historical datasets, effectively filtering noise interference and significantly improving the quality and physical consistency of the model’s input data for more robust forecasting.
(2) After processing the FCM-WGM data, a deep temporal evolution architecture named “FW-BTP” was proposed, which integrates physical information. A Bidirectional Long Short-Term Memory (Bi-LSTM) network captures bidirectional temporal dependencies and fluctuation inertia, while a temporal attention mechanism achieves dynamic focusing on key power inflection points. Furthermore, by introducing Physics-Guided Loss Regularization (PGL), aerodynamic constraints like the Betz limit are embedded into the loss function, forcing the model to adhere to energy conservation laws. This coupling of mechanism and data transitions prediction from mere statistical fitting to physical compliance.
(3) To enhance the model’s adaptability and robustness, a probabilistic forecasting system based on Gaussian Processes was established. This framework overcomes the limitations of traditional point forecasting, which fails to quantify random power fluctuations. By introducing Gaussian Process Regression (GPR) and leveraging the probability density characteristics of Gaussian distributions, the system achieves refined modeling of forecasting uncertainty. It provides a reliable confidence interval for power grid scheduling, allowing operators to better manage the inherent stochastic risks associated with large-scale wind energy integration.
(4) The model’s strong robustness in cross-scenario applications was verified through tests conducted at two wind farms with distinct climatic characteristics in the northwest inland region (Xinjiang) and the eastern coastal area (Lianyungang) of China. The experimental results demonstrated that when dealing with random meteorological disturbances and extreme weather events, this integrated framework consistently outperforms traditional deterministic models in both prediction bandwidth coverage and peak capture capability. This confirms the model’s superior generalization ability and its potential for practical application in complex power systems under varying environmental conditions worldwide.
(5) The proposed FW-BTP framework achieves a qualitative leap in forecasting accuracy. The experimental results, when compared with advanced models, show that its R-squared value reaches 0.9967. By significantly reducing Mean Absolute Error (MAE) and Root Mean Square Error (RMSE) compared to cutting-edge baseline models like KAN and Patch-Informer, the framework proves its technical superiority. The integration of dual-track feature enhancement and physics-guided learning ensures that the model maintains high precision and stability, even when facing high-dimensional nonlinear data and complex atmospheric turbulence effects.
The remainder of this paper is structured as follows:
Section 2 introduces the methodology, detailing the principles of the FW-BTP model and the implementation of hybrid model forecasting.
Section 3 presents the experimental process and results based on data sources and case studies.
Section 4 conducts a comparative analysis of multi-model results and performs ablation experiments.
Section 5 discusses the research findings, verifying the model’s performance and robustness through three aspects, while also identifying limitations and outlining future directions.
Section 6 concludes the paper.
5. Discussion
5.1. Model Adaptability Analysis
Given the inherent strong randomness and non-stationarity of wind power, this experiment focused on evaluating the performance of each model in quantifying uncertainty. The experimental results demonstrate probabilistic forecasting performance at the 95% confidence level, with the core focus on whether the models can provide precise dispatch intervals of practical reference value while ensuring grid dispatch safety margins (high coverage).
Table 4 presents the comprehensive performance metrics of each model on the test set, and
Figure 6 visually illustrates the fit of the wind power forecast curves.
To thoroughly evaluate the models’ performance in uncertainty quantification, we further analyzed their interval prediction metrics (PICP and PINAW). Overall, the proposed FW-BTP model successfully achieved the optimal balance between “high reliability” and “high information density.”
Compared with other benchmark models, the TCN model (
Figure 6g) exhibits significant adaptation failure. As shown in the visualizations, its pink prediction interval deviates significantly from the black actual curve during periods of high volatility. Furthermore, the table indicates that its MAE reaches as high as 11.9307 (the highest among all models), and its coefficient of determination (
) is only 0.9236, confirming its insufficient point prediction accuracy. Although the generated prediction interval is relatively wide (PINAW of 0.3524, the highest among all models), its comprehensive performance metric CWC reaches 0.9001. This indicates that the TCN struggles to capture the high-frequency nonlinear characteristics of wind power; the wide interval it generates not only fails to effectively pass the confidence penalty but also loses its value as a refined guide for grid dispatch due to the excessive range of uncertainty.
In the comparison of deep learning models, different architectures exhibit distinct strategic biases. The basic RNN model (
Figure 6d) adopts a relatively conservative strategy, achieving a high coverage rate of 95.60% and successfully meeting the 95% safety standard. However, this level of safety comes at the cost of compactness to some extent; its interval width PINAW is 0.2622, approximately 2.1 times that of the FW-BTP model in this paper. This implies that, at the same safety level, traditional RNNs require a wider “safety margin” to accommodate uncertainty, thereby reducing the efficiency of flexible power system dispatch. Although the GRU model (
Figure 6b) attempts to optimize the width, its coverage ratio (PICP) is only 0.9103, far below the ideal threshold of 95%, causing its CWC metric to surge to 1.8957, performing significantly worse than other models. Even the CNN-LSTM (
Figure 6f), which incorporates a convolutional structure, achieves a coverage rate as high as 96.57%, but its
(0.9610) still leaves room for improvement.
Based on the above comparisons, the FW-BTP model proposed in this paper (
Figure 6i) successfully overcomes the shortcomings of various baseline models, achieving a balance of “high accuracy, high safety, and low redundancy.” In terms of regression fitting, the model closely follows the actual wind power curve, with the
shown in the table reaching 0.9780 and the MAE as low as 5.4632 (a significant reduction compared to baseline models). In interval forecasting, FW-BTP maintains a compliance coverage rate of 94.69% while minimizing the interval width PINAW to 0.1221 (the smallest value among all compared models). As shown in the figure, its red prediction curve accurately captures the inflection points of power drops and ramp-ups, with an extremely compact confidence interval. This indicates that FW-BTP does not simply mitigate risk by expanding the prediction range, but rather precisely captures the dynamic boundaries of wind power uncertainty. It achieves reliable grid operation safety with minimal resource redundancy (the lowest PINAW), and its comprehensive indicator CWC is only 0.2648, providing the most valuable decision-making basis for wind power grid-connection dispatch.
5.2. Comparison of Model Robustness Across Different Datasets
Effectively quantifying the uncertainty of prediction results and ensuring model robustness under complex operating conditions are crucial for high-quality wind power forecasting. To systematically evaluate the model’s robustness under non-ideal observation conditions, this experiment introduces a controlled disturbance mechanism. By comparing multiple mainstream deep learning architectures (Transformer, TCN, CNN-LSTM, etc.), we verify the stability of the proposed model under different data feature distributions. As shown in
Table 5 and the optimization analysis in
Figure 7a and the wind power prediction comparison in
Figure 7b, the performance of FW-BTP is comprehensively evaluated against other benchmark models.
In terms of robustness and error distribution, FW-BTP demonstrates exceptional cross-scenario adaptability. As shown in the comparative bar chart in
Figure 7a, compared to traditional models such as MLP, RNN, and LSTM, FW-BTP (red bars) exhibits significantly lower error metrics than the benchmark models (gray bars) across multiple time steps and test dimensions. At the data level (as shown in the table), the MAE of most benchmark models ranges between 1.26 and 1.73, while the Transformer model exhibits significant variability in this wind power task, with an MAE as high as 3.9444, indicating insufficient robustness to specific power time-series data. In contrast, the MAE of FW-BTP is only 1.0917. Not only does it exhibit the lowest error, but as shown in the time-series fitting plot (see the red line in
Figure 7b), its prediction curve aligns extremely well with the actual observed values, accurately capturing the high-frequency fluctuations in wind power output without any noticeable lag or distortion.
Based on statistical metric analysis, FW-BTP maintains a leading position across all evaluation dimensions. Regarding the coefficient of determination (), a key robustness metric, FW-BTP achieved 0.9906, far exceeding the Transformer’s 0.8986 and other RNN-based models (approximately 0.98). This indicates that FW-BTP can explain over 99% of the data variability.
As shown in the fit plot in
Figure 7b, traditional models (such as MLP and GRU) exhibit significant underfitting or underestimation at points of sharp power fluctuations (e.g., the interval between time steps 40 and 60). The Transformer model, on the other hand, shows a wide deviation (as indicated by the gap between the green and gray lines in the figure), demonstrating poor robustness. In contrast, FW-BTP maintains a high degree of consistency between its predicted trajectories and actual values, whether during periods of low, stable power or sudden high-power fluctuations. Its RMSE is only 1.8228, far superior to other models, further demonstrating the algorithm’s robustness across different dataset distributions.
In summary, FW-BTP not only achieves the highest accuracy across multiple deterministic metrics but also demonstrates exceptional robustness in complex and variable wind power time-series environments. It successfully overcomes the prediction failure issues that traditional deep learning models often encounter when handling highly volatile data, achieving an optimal balance between high accuracy and strong stability.
5.3. Interpretability Analysis
This study introduces SHAP (SHapley Additive exPlanations) attribution analysis to reveal the internal decision-making mechanisms and spatio-temporal feature contributions of the FW-BTP PGL hybrid model. The analysis results are shown in
Figure 8, including global feature importance (
Figure 8a), single-sample waterfall plots (
Figure 8b), and spatio-temporal attribution heatmaps (
Figure 8c).
The global importance summary in
Figure 8a shows that the weighted gray model trend term (
) consistently ranks first. Its SHAP value distribution spans the widest range, and high-value points (red scatter points) are significantly concentrated in the positive region, indicating that the model heavily relies on long-term trends to infer power output. Closely following it is the first-order power lag term (
), which exhibits a distinct positive correlation. Notably, combinations of different time steps—such as
to
—frequently appear among the top-ranked features, as seen in
and
. This demonstrates that the model successfully captures the highly time-correlated and multiscale evolution patterns of the wind farm’s power output.
The single-sample waterfall plot in
Figure 8b further reveals the model’s instantaneous decision-making logic. In this specific sample, the baseline expectation
is
. Although the trend term dominates in the global ranking, at this particular moment,
provides the largest negative correction (
), while
contributes a significant positive gain (
). This “tug-of-war” effect among multi-dimensional features ultimately caused the model’s predicted value
to converge to
. This indicates that when processing specific instances, the model is capable of fine-tuning its predictions based on physical information from different historical time points.
The spatio-temporal attribution heatmap in
Figure 8c illustrates the dynamic evolution of feature contributions over time (Instances). The horizontal axis represents the sample sequence, the vertical axis represents key features, and the color intensity reflects the attribution strength. It can be observed that the physical wind speed terms (
,
) consistently contribute stable positive or negative effects (alternating red and blue) throughout the time series, while the scene clustering features (
) exhibit dense dark regions during specific time periods (e.g., between samples 40 and 60). This validates the hybrid nature of the FW-BTP architecture: the model not only utilizes trend terms to maintain long-term stability but also captures instantaneous power fluctuations through the physical wind speed terms introduced by PGL, while achieving rapid adaptive adjustments via scene features during transitions between complex meteorological scenarios.
5.4. Performance Comparison of Advanced Models
Addressing the inherent high volatility and non-stationarity of wind power forecasting, this experiment compares the performance of three categories of cutting-edge deep learning models with recent advanced models in terms of time-series fitting and forecasting stability. The experimental results intuitively demonstrate each model’s ability to capture dynamic changes in wind power, with a core focus on whether the models can ensure forecasting accuracy under complex meteorological conditions and provide forecasting curves of practical reference value for grid dispatch.
Figure 9 presents the fitting results of wind power curves for several advanced comparison models and baseline models against the FW-BTP model proposed in this paper. Relevant quantitative metrics (
, MAE, RMSE) are shown in
Table 2 and
Table 6.
The KAN model (
Figure 9(1(a))), an architecture that emerged in 2024, possesses some nonlinear fitting capabilities but struggles to handle the abrupt fluctuations in wind power output. Its prediction curve (orange) exhibits significant oscillations and deviations at power peaks and troughs; the data metrics show an
of 0.9502 and a high MAE of 9.67. In the error distributions shown in
Figure 9((3),(4)), the degree of dispersion is significantly higher than that of mainstream deep learning models. This indicates that purely mathematically driven spline activation functions, in the absence of physical constraints, are prone to overfitting or underfitting in regions of sudden power changes. The Patch-Informer model (
Figure 9(1(b))) enhances the extraction of local features through a sequence chunking mechanism, outperforming KAN. Its
improves to 0.9554, and MAE decreases to 9.09. However, as seen in the visualization curve (cyan), this model exhibits a noticeable lag effect during the rapid power decline phase. In the Taylor plot shown in
Figure 9(2), the points generated by Patch-Informer are relatively far from the observed points (Obs), and their standard deviation (Standard Deviation) deviates from the observed values. This results in an RMSE that remains at a relatively high level of 15.17, making it unable to accurately filter out noise in the low-power range. The TFT-Light model (
Figure 9(1(c))), leveraging its variable selection gating mechanism, demonstrates superior prediction robustness, with an
of 0.9596. Although its prediction curve (purple) tracks the overall trend well, its predicted peaks often fall below the actual values when handling high-frequency pulsed fluctuations, resulting in an MAE of 8.76. In the MAE distribution scatter plot shown in
Figure 9(3), although its mean value outperforms the previous two models, the range of variation in the “raindrop” scatter points still suggests uncertainty in the model under extreme weather conditions. Based on the above comparison, the FW-BTP model (
Figure 9(1(d))) successfully overcomes the shortcomings of the aforementioned state-of-the-art models, achieving a unified balance of “high accuracy, high fit, and strong robustness.” In terms of fitting performance, the model’s prediction curve (red) exhibits an extremely high degree of overlap with the observed values. Data metrics show that the FW-BTP’s
reaches 0.9758, significantly outperforming all comparison models; its MAE is as low as 5.66, representing a substantial reduction of approximately 35.3% compared to the next-best model (TFT-Light); and the RMSE is also reduced to 11.18.
Analysis of the Taylor diagram in
Figure 9(2) indicates that the FW-BTP data points (red pentagrams) are closest to the reference points (Obs). Not only does it have the highest correlation coefficient, but its RMSE arc radius is also the smallest, demonstrating the consistency between the model’s predicted values and the actual values in both phase and amplitude.
Analysis of the error distributions in
Figure 9(3),(4) reveals that, in the logarithmic-scale scatter plots of MAE and RMSE, the distribution curve of FW-BTP (red “cloud”) is located at the very bottom of the plot and is extremely compact, demonstrating that this model exhibits extremely low prediction bias and exceptional numerical stability in long-term time-series forecasting.
This outstanding performance stems from the deep integration of its dual-track feature engineering with Physics-Guided Loss Regularization (PGL): FCM-WGM preprocessing effectively smooths input noise, while physical constraints ensure the model remains distortion-free at extreme transition boundaries. Experimental results demonstrate that the FW-BTP model achieves higher grid operational safety with minimal prediction bias, providing the most valuable scientific basis for decision-making in refined grid dispatch.
5.5. Physical Mechanisms and Architectural Synergy
To beyond numerical metric comparisons, it is necessary to analyze the forecasting framework from the perspective of underlying physical mechanisms and structural synergy. The proposed FW-BTP architecture adheres to a systematic “decomposition, trend-filtering, dual-track representation, and physical constraint” logic designed to address the intrinsic non-stationarity and physical boundaries of wind power generation: FCM partitions the complex operational state space into distinct sub-domains to attenuate feature heterogeneity; WGM extracts low-frequency macro-trends and filters high-frequency turbulent noise to provide a smoothed background signal; the coupled BiLSTM-Transformer backbone simultaneously captures localized temporal inertia and global long-range dependencies; and PGL embeds the theoretical wind turbine power curve into the loss function as a physical prior to prevent physically implausible deviations. These components are tightly coupled in the mechanism, successfully combining data-driven capabilities with physical consistency.
The results of the ablation experiments further substantiate the theoretical logic and individual contributions of each module. Removing the front-end trend extraction module WGM (w/o WGM) triggers the most catastrophic performance collapse (MAE surging to 10.1814), demonstrating that without WGM’s low-frequency filtering, downstream deep networks are directly exposed to severe non-stationary noise, confirming WGM as the foundational prerequisite for feature pre-processing. Omitting FCM clustering (w/o FCM) causes greater performance degradation than removing PGL (w/o PGL), indicating that scenario decomposition in the feature space plays a primary role in reducing model fitting complexity, whereas PGL serves as an essential boundary safeguard during extreme operating conditions. Overall, the ablation insights confirm that FW-BTP is not an arbitrary combination of algorithms, but a synergistically designed architecture where each module resolves a specific forecasting bottleneck.
5.6. Model Limitations and Future Prospects
Although the FW-BTP hybrid framework proposed in this study has made significant progress in capturing the complex nonlinear characteristics of wind power and integrating them with physical mechanisms, certain limitations remain, which also point the way for future research.
First, the constraint mechanism of Physics-Guided Loss Regularization (PGL) is still in its early stages. The current power curve consistency constraint is primarily based on a simplified linear proportional relationship, failing to deeply couple the higher-order nonlinear dynamic characteristics of wind turbines before and after cut-in, rated, and cut-out wind speeds. Second, the adaptability of the feature extraction component needs to be enhanced. The preset number of clusters (FCM/K-Means) and fixed weights in the Grey Model (WGM) assume a stable data distribution. However, when dealing with seasonal meteorological drift and random perturbations, these static parameters may lead to a decline in feature representation capabilities. Finally, the highly integrated model architecture introduces significant computational overhead. While the dual architecture of Transformer and BiLSTM enhances long- and short-term memory capabilities, it also significantly increases training convergence time and online inference latency, limiting its real-time deployment on resource-constrained edge devices.
To address the issue of weak physical constraints, future research will explore pathways for deep mechanism integration. By embedding the theoretical dynamical equations of wind turbines (such as the Bates limit and mechanical equations of the drivetrain) as regularization terms for higher-order partial differential equations (PDEs) within the loss function, we aim to strengthen the model’s physical robustness under extreme wind speed fluctuations. To overcome the limitations of static feature engineering, we will introduce dynamic adaptive learning mechanisms and meta-learning. By fine-tuning cluster centers and gray weights in real time using streaming data, the model will be able to automatically identify and adapt to evolving meteorological conditions, addressing performance degradation caused by equipment aging or climate change.
With the advancement of the Global Energy Interconnection, future research must focus on the in-depth exploration of spatio-temporal correlations. Graph neural networks (GNNs) are introduced to capture the spatial topological relationships among multiple turbines within a wind farm or between adjacent sites, utilizing real-time information from upstream wind fields to assist downstream predictions, thereby addressing the lag effects caused by the movement of large-scale weather systems. Concurrently, we explore the development of a universal foundation model for energy forecasting based on multimodal large-scale models, integrating multi-source heterogeneous data such as numerical weather prediction (NWP), historical power trajectories, and satellite cloud imagery. By transitioning from single-task forecasting to probabilistic forecasting and risk assessment, this approach provides more resilient decision-making support for deterministic dispatch in new power systems.
From a grid operational perspective, while this study does not execute a full security-constrained unit commitment optimization, the forecasting error reduction directly improves operational flexibility. By applying a simplified error-based reserve model ( with confidence factor ), lowering the forecasting RMSE from (BiLSTM) to (FW-BTP) represents a potential reduction in required spinning reserve holding capacity, highlighting the practical engineering value of the proposed framework in lowering thermal unit ramping costs.
6. Conclusions
In response to the urgent demands of the global energy transition and “dual-carbon” goals, this study proposes FW-BTP, a hybrid forecasting framework integrating physics-informed guidance with dual-track feature enhancement. Built on FCM-WGM data augmentation, BiLSTM-Transformer feature extraction, and PGL-based physical residual correction, FW-BTP addresses the strong stochastic fluctuations and uncertainties in high-penetration wind power grids.
Validated on real-world data from a Xinjiang wind farm, FW-BTP significantly outperforms state-of-the-art benchmarks in point forecasting. While KAN offers nonlinear approximation, it oscillates during power transitions (); Patch-Informer exhibits lag during power drops (MAE = 9.09). In contrast, FW-BTP achieves and MAE = 6.12, reducing error by 30% over TFT-Light (MAE = 8.76), demonstrating superior accuracy and trend tracking.
In terms of physical consistency and volatility capture, FW-BTP balances high accuracy with strong robustness. PGL constraints enable precise identification of power evolution boundaries during critical volatile periods (e.g., 40–50, 70–80), avoiding the fitting distortions of purely data-driven models. Uncertainty quantification shows optimal confidence interval coverage and sharpness, enhancing engineering practicality.
Multi-dimensional experiments confirm the framework’s design validity. Ablation studies highlight the synergy of Transformer’s global attention and BiLSTM’s bidirectional temporal extraction, along with FCM-WGM’s critical role in noise filtering. Under extreme fluctuations, FW-BTP maintains exceptional robustness (RMSE = 11.19), reducing system reserve capacity costs.
Overall, FW-BTP demonstrates superior generalization and physical interpretability, representing a generational advance over KAN and Informer. It is suitable for large-scale deployment in power grid dispatch and extendable to other probabilistic time-series tasks (e.g., PV forecasting, load forecasting), supporting safe and efficient next-generation power systems.