Few-Shot Electricity Load Forecasting Based on FCM and LSTM

Qiuli Wu,Changfu Wei,Peng Liu,Wei Zhang
DOI: https://doi.org/10.1109/ispec58282.2023.10402902
2023-01-01
Abstract:A large load data set is frequently required as support for accurately predicting future loads, and models are used to extract the relevant user’s electricity consumption behavior, energy consumption trends, and other features in numerous historical load information to capture the load time-series change patterns. When a new transformer is installed or the data storage device is damaged, resulting in a very small sample size of historical load data, it is not only difficult to reflect the time-series characteristics of load with a small amount of load data, but it is also impossible to reasonably adjust the parameters of the prediction model during the model’s training process, making it difficult to build an accurate load prediction model. To address the aforementioned issues, this paper employs the Fuzzy c-means algorithm (FCM) to cluster the transformer load curves in a region to generate a sample library, and then compares the small sample load curves with the samples in the sample library to identify the three most similar transformers, uses Long Short-term Memory (LSTM) as load forecasting model, trains a fully grown load forecasting model based on the sufficient historical load data of the three transformers, and drives three fully grown base models with a small amount of targeted transformer. This paper takes the minimum prediction error as the objective function, assign different weights to the prediction results of the three base models at different moments, and output the load of the target transformer by combining the prediction results of the three base models.
What problem does this paper attempt to address?