AutoPV: Automatically Design Your Photovoltaic Power Forecasting Model
Dayin Chen, Xiaodan Shi, Mingkun Jiang, Haoran Zhang, Dongxiao Zhang, Yuntian Chen, Jinyue Yan
TL;DR
The paper addresses the challenge of selecting and tuning predictive architectures for photovoltaic power forecasting (PVPF) by introducing AutoPV, a neural architecture search (NAS) framework tailored to time series forecasting in the PVPF domain. AutoPV builds a four-stage search space with 12 parameters to explore about 2.5e6 architectures and uses the MoBananas multi-objective Bayesian algorithm to balance forecast accuracy and model size. Evaluated on a Daqing PV Station dataset, AutoPV outperforms a broad set of baselines across Task 1 (historical data only) and Task 2 (with future weather), with notable gains when future weather is leveraged (up to ~9.88% MAE improvement against strong baselines). The work demonstrates the feasibility and value of applying NAS to TSF problems, offering a practical tool for non-experts and industry to automatically design effective PVPF models and paving the way for broader NAS applications in time series forecasting.
Abstract
Photovoltaic power forecasting (PVPF) is a critical area in time series forecasting (TSF), enabling the efficient utilization of solar energy. With advancements in machine learning and deep learning, various models have been applied to PVPF tasks. However, constructing an optimal predictive architecture for specific PVPF tasks remains challenging, as it requires cross-domain knowledge and significant labor costs. To address this challenge, we introduce AutoPV, a novel framework for the automated search and construction of PVPF models based on neural architecture search (NAS) technology. We develop a brand new NAS search space that incorporates various data processing techniques from state-of-the-art (SOTA) TSF models and typical PVPF deep learning models. The effectiveness of AutoPV is evaluated on diverse PVPF tasks using a dataset from the Daqing Photovoltaic Station in China. Experimental results demonstrate that AutoPV can complete the predictive architecture construction process in a relatively short time, and the newly constructed architecture is superior to SOTA predefined models. This work bridges the gap in applying NAS to TSF problems, assisting non-experts and industries in automatically designing effective PVPF models.
