Fuzzy Clustering-Based Deep Learning for Short-Term Load Forecasting in Power Grid Systems Using Time-Varying and Time-Invariant Features

Kit Yan Chan,Ka Fai Cedric Yiu,Dowon Kim,Ahmed Abu-Siada
DOI: https://doi.org/10.3390/s24051391
IF: 3.9
2024-02-22
Sensors
Abstract:Accurate short-term load forecasting (STLF) is essential for power grid systems to ensure reliability, security and cost efficiency. Thanks to advanced smart sensor technologies, time-series data related to power load can be captured for STLF. Recent research shows that deep neural networks (DNNs) are capable of achieving accurate STLP since they are effective in predicting nonlinear and complicated time-series data. To perform STLP, existing DNNs use time-varying dynamics of either past load consumption or past power correlated features such as weather, meteorology or date. However, the existing DNN approaches do not use the time-invariant features of users, such as building spaces, ages, isolation material, number of building floors or building purposes, to enhance STLF. In fact, those time-invariant features are correlated to user load consumption. Integrating time-invariant features enhances STLF. In this paper, a fuzzy clustering-based DNN is proposed by using both time-varying and time-invariant features to perform STLF. The fuzzy clustering first groups users with similar time-invariant behaviours. DNN models are then developed using past time-varying features. Since the time-invariant features have already been learned by the fuzzy clustering, the DNN model does not need to learn the time-invariant features; therefore, a simpler DNN model can be generated. In addition, the DNN model only learns the time-varying features of users in the same cluster; a more effective learning can be performed by the DNN and more accurate predictions can be achieved. The performance of the proposed fuzzy clustering-based DNN is evaluated by performing STLF, where both time-varying features and time-invariant features are included. Experimental results show that the proposed fuzzy clustering-based DNN outperforms the commonly used long short-term memory networks and convolution neural networks.
engineering, electrical & electronic,chemistry, analytical,instruments & instrumentation
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to address the issue of Short-Term Load Forecasting (STLF) in power systems, specifically by improving prediction accuracy through the combination of time-varying features and time-invariant features. #### Main Research Background - **Importance of Short-Term Load Forecasting**: Accurate short-term load forecasting is crucial for ensuring the reliability, safety, and cost-efficiency of power systems. Even a 1% prediction error can lead to significant economic losses. - **Limitations of Existing Methods**: Existing Deep Neural Network (DNN) methods only use time-varying features (such as past load consumption or related meteorological data) and ignore users' time-invariant features (such as building size, building age, etc.), which are closely related to load consumption. #### Research Innovations - **Proposed Method**: This paper proposes a deep learning model based on fuzzy clustering, which utilizes both time-varying features and time-invariant features for short-term load forecasting. - **Role of Fuzzy Clustering**: The Fuzzy C-Means algorithm is first used to cluster users, grouping them based on time-invariant features. This helps to extract user groups with similar behaviors. - **Application of Deep Learning Model**: Within each cluster, a DNN model based on time-varying features is developed. Since time-invariant features have already been processed by fuzzy clustering, the DNN model only needs to focus on time-varying features, simplifying the model structure and improving prediction accuracy. #### Experimental Validation - **Dataset**: The experiments use the Miller dataset for validation, which includes time-varying features (such as load consumption, temperature, wind speed, etc.) and time-invariant features (such as building size, number of floors, etc.). - **Performance Comparison**: Experimental results show that the proposed fuzzy clustering-based DNN model outperforms traditional Long Short-Term Memory (LSTM) and Convolutional Neural Network (CNN) models in predicting the load consumption of new users. ### Summary This paper primarily addresses the issue of existing short-term load forecasting methods relying solely on time-varying features. By introducing time-invariant features, the prediction accuracy is significantly improved. This method not only better captures the actual electricity usage patterns of users but also effectively addresses the problem of data scarcity for new users.