Skip to content
Open access

Spatiotemporal Feature Fusion Using U-Shaped Architecture for Accurate Wind Speed Prediction

Aug 2026 · Algorithms · 0 citations · 26 references

TL;DR

A U-shaped spatiotemporal feature fusion network named U-STNet is developed, which realizes joint modeling of inter-turbine spatial correlations and multi-period long-range temporal dependencies for wind speed forecasting and verifies the effectiveness of jointly modeling turbine spatial topology and multi-scale temporal dependencies for wind speed forecasting.

Abstract

Accurate wind speed forecasting plays a crucial role in the safe and stable operation of wind farms and the efficient integration of renewable energy into modern power systems. However, wind speed exhibits complex spatiotemporal variations affected by diverse meteorological conditions, making high-precision prediction a long-standing bottleneck in wind power scheduling. This paper develops a U-shaped spatiotemporal feature fusion network named U-STNet, which realizes joint modeling of inter-turbine spatial correlations and multi-period long-range temporal dependencies. The model maps raw wind speed series to high-dimensional embeddings and adopts an encoder–decoder U-shaped architecture to complete feature encoding, reconstruction and multi-scale feature extraction, which effectively captures the inherent periodic and seasonal patterns of wind speed. Experiments on the SDWPF wind farm dataset show that U-STNet obtains competitive prediction accuracy across all multi-step forecasting horizons. Compared with traditional statistical models, recurrent neural networks and state-of-the-art Transformer baselines, the proposed method exhibits more stable error accumulation characteristics and superior long-step prediction performance. This verifies the effectiveness of jointly modeling turbine spatial topology and multi-scale temporal dependencies for wind speed forecasting.

Read PDF

Similar papers

Open access Jul 2026

An Ultra-Short-Term Wind Farm Power Forecasting Method Incorporating Spatial Features for Sustainable Energy Integration

Accurate wind power forecasting is imperative for ensuring grid stability and facilitating the large-scale integration of renewable energy—both central pillars of the global energy transition and the Dual Carbon strategic goals. However, existing methods often fail to fully capture the spatial heterogeneity and interdependencies among individual turbines, limiting their effectiveness for sustainable grid operation. To address this gap, this paper proposes an ultra-short-term wind power forecasting framework that incorporates explicit multi-dimensional spatial features. At the feature level, a 12-dimensional spatial feature system is constructed to quantify the microscale topology of wind farms. These static spatial attributes are seamlessly fused with dynamic temporal data using a dimensionality-balance factor strategy. Finally, a hybrid deep learning network comprising a multi-scale CNN, a multi-layer BiLSTM, and a multi-head self-attention mechanism is developed to capture complex spatiotemporal patterns. Experimental results on three real-world datasets show that the proposed method significantly outperforms baseline models, reducing the Mean Absolute Percentage Error by up to 11.09% and improving the coefficient of determination R2 up to 0.9120. By improving forecast accuracy and robustness, the method directly supports more reliable grid dispatching, reduces curtailment of wind energy, and thus contributes to the sustainable utilization of renewable resources. These findings demonstrate that incorporating explicit spatial correlation effectively enhances the accuracy and robustness of ultra-short-term wind power forecasting, providing robust decision support for power grid dispatching and advancing the sustainability of modern power systems.

Yanxia Wang, Weilong Yu, Minghan Ma et al. · 0 citations
Jul 2026

DST-CAN: A dynamic spatiotemporal convolutional attention network for short-term wind power forecasting

A hierarchical hybrid spatiotemporal architecture is introduced, which synergistically utilizes dilated causal convolutions to extract local trends and instantaneous fluctuations, while incorporating a multi-head self-attention mechanism to aggregate global context information, thereby achieving a complementary fusion of local and global features.

Peng Chen, Danhong Zhang, Yixin Su · 0 citations
Open access Aug 2026

A physics-constrained temporal modeling framework for robust short-term wind power forecasting

Accurate short-term wind power prediction plays a critical role in ensuring stable grid operation, effective energy management, and the large-scale integration of renewable energy systems under highly variable wind conditions. Although data-driven and deep learning models have demonstrated promising forecasting capability, many existing approaches suffer from performance degradation during rapid wind fluctuations due to the lack of embedded physical constraints and the high computational complexity associated with recurrent architectures. To address these limitations, this article proposes a Physics-Guided Residual Temporal Convolutional Network (PG-ResTCN) for short-term wind power forecasting. The proposed framework integrates dilated temporal convolutional learning with residual connections to effectively capture multiscale temporal dependencies in wind power time series while avoiding the sequential computation of recurrent neural networks, thereby improving computational efficiency. Furthermore, a physics-based smoothness constraint is incorporated into the training loss function to enforce physically consistent power ramping behavior that reflects the inherent operational dynamics and inertia of wind turbines, reducing unrealistic fluctuations in predicted power outputs. The effectiveness of the proposed model is validated using a large real-world dataset containing approximately 140,161 hourly samples collected from five wind farm locations, including meteorological variables and corresponding turbine power outputs. Comprehensive experiments are conducted by comparing the proposed method with widely used benchmark models, including Support Vector Regression, Random Forest, Extreme Gradient Boosting, and Long Short-Term Memory networks. Results demonstrate that the proposed PG-ResTCN model achieves superior forecasting performance, obtaining a root mean square error of 0.0359, mean absolute error of 0.0296, and R 2 of 0.9759, outperforming all baseline models. The integration of physics-guided constraints with the temporal convolutional architecture significantly enhances prediction accuracy, stability, and generalization capability. In addition, the proposed framework maintains high computational efficiency and robustness, making it suitable for real-time wind energy forecasting applications, intelligent energy management systems, and microgrid power system operations.

S. Marisargunam, T. Mariprasath, Mohit Bajaj et al. · 0 citations
Book Open access Jul 2026

Fourier Geometric Wind Power Forecasting with Numerical Weather Prediction

Accurate short-term wind power forecasting is essential for grid stability and operational planning, yet remains challenging due to the complex interactions between atmospheric conditions and turbine dynamics. However, existing methods fail to effectively incorporate weather forecasting with wind turbine data (i.e., SCADA), leading to suboptimal solutions. To address this, we introduce a multimodal framework that integrates historical point-based SCADA data with grid-based Numerical Weather Prediction (NWP) forecasts, which is challenging due to heterogeneous input and the complex physical wind-turbine interactions. Our approach first explicitly decomposes inputs into scalar and vector features to better capture both site-specific and geometric dependencies and then incorporates a geometric encoder to extract rotation-invariant features from wind vectors. We further leverages a Fourier Neural Operator (FNO) architecture, which performs global convolutions in the frequency domain to efficiently model long-range spatiotemporal relationships. Extensive experiments on three real-world wind farms, with weather forecasting data, demonstrate that our model consistently outperforms state-of-the-art baselines, highlighting the effectiveness of its physically-informed design. The core implementation of our method is publicly available at: https://github.com/shawn-sypiao/GWPF.

Shiyuan Piao, Zehui Fan, Yang Liu et al. · 0 citations