Cross-variable Linear Integrated ENhanced Transformer for Photovoltaic power forecasting

Jiaxin Gao,Qinglong Cao,Yuntian Chen,Dongxiao Zhang
2024-06-06
Abstract:Photovoltaic (PV) power forecasting plays a crucial role in optimizing the operation and planning of PV systems, thereby enabling efficient energy management and grid integration. However, un certainties caused by fluctuating weather conditions and complex interactions between different variables pose significant challenges to accurate PV power forecasting. In this study, we propose PV-Client (Cross-variable Linear Integrated ENhanced Transformer for Photovoltaic power forecasting) to address these challenges and enhance PV power forecasting accuracy. PV-Client employs an ENhanced Transformer module to capture complex interactions of various features in PV systems, and utilizes a linear module to learn trend information in PV power. Diverging from conventional time series-based Transformer models that use cross-time Attention to learn dependencies between different time steps, the Enhanced Transformer module integrates cross-variable Attention to capture dependencies between PV power and weather factors. Furthermore, PV-Client streamlines the embedding and position encoding layers by replacing the Decoder module with a projection layer. Experimental results on three real-world PV power datasets affirm PV-Client's state-of-the-art (SOTA) performance in PV power forecasting. Specifically, PV-Client surpasses the second-best model GRU by 5.3% in MSE metrics and 0.9% in accuracy metrics at the Jingang Station. Similarly, PV-Client outperforms the second-best model SVR by 10.1% in MSE metrics and 0.2% in accuracy metrics at the Xinqingnian Station, and PV-Client exhibits superior performance compared to the second-best model SVR with enhancements of 3.4% in MSE metrics and 0.9% in accuracy metrics at the Hongxing Station.
Machine Learning,Artificial Intelligence,Applications
What problem does this paper attempt to address?
This paper primarily addresses the issue of Photovoltaic (PV) power forecasting and proposes a new method called PV-Client (Cross-variable Linear Integrated ENhanced Transformer for Photovoltaic power forecasting), aiming to improve the accuracy of PV power forecasting. ### Research Background and Challenges 1. **Importance**: Accurate PV power forecasting is crucial for optimizing the operation and planning of photovoltaic systems, contributing to efficient energy management and grid integration. 2. **Challenges**: The volatility of weather conditions and the complex interactions between different variables pose significant challenges to accurate PV power forecasting. 3. **Limitations of Existing Methods**: Traditional time series-based Transformer models mainly focus on dependencies between time steps, neglecting the global associations between different variables, which limits their ability to capture the trend information of PV series. ### Overview of the PV-Client Method 1. **Innovative Model Structure**: PV-Client introduces a cross-variable attention mechanism to replace the traditional cross-time attention mechanism, effectively capturing the complex interactions between various features in the PV system. 2. **Integration of Linear Modules**: Linear modules are utilized to learn the trend information of PV power, combined with enhanced Transformer modules to capture the complex interactions within the PV system. 3. **Reversible Instance Normalization (RevIN) Module**: The RevIN module is employed to alleviate the issue of PV power distribution changes, thereby improving prediction stability. ### Experimental Results 1. **Datasets**: Experiments were conducted on three real-world photovoltaic station datasets (Jingang, Xinqingnian, Hongxing). 2. **Performance Comparison**: - At the Jingang station, PV-Client improved the MSE metric by 5.3% and the accuracy metric by 0.9% compared to the second-best model GRU. - At the Xinqingnian station, PV-Client improved the MSE metric by 10.1% and the accuracy metric by 0.2% compared to the second-best model SVR. - At the Hongxing station, PV-Client improved the MSE metric by 3.4% and the accuracy metric by 0.9% compared to the second-best model SVR. ### Conclusion By combining cross-variable attention mechanisms and linear modules, PV-Client effectively enhances the accuracy of PV power forecasting. Experimental results demonstrate that PV-Client outperforms existing advanced models on multiple real-world datasets.