Jul 2026· International Journal for Research in Applied Science and Engineering Technology· 0 citations
TL;DR
A framework for a comparative evaluation of four representative forecasting methods: the Seasonal Autoregressive Integrated Moving Average (SARIMA) model, Extreme Gradient Boosting, the Long Short-Term Memory (LSTM) neural network, and a hybrid Variational Mode Decomposition–LSTM (VMD-LSTM) model is proposed.
Abstract
Short-term electric load forecasting is essential for stable power system management, yet remains inherently uncertain
due to volatile demand patterns, weather variability, and irregular consumption behaviour. The proliferation of smart metering
infrastructure has made high-resolution consumption data widely available, enabling machine learning and deep learning
methods to model complex non-linear temporal patterns that conventional statistical approaches cannot capture. In this context
this work proposes a framework for a comparative evaluation of four representative forecasting methods: the Seasonal
Autoregressive Integrated Moving Average (SARIMA) model, Extreme Gradient Boosting (XGBoost), the Long Short-Term
Memory (LSTM) neural network, and a hybrid Variational Mode Decomposition–LSTM (VMD-LSTM) model. In the hybrid
approach, VMD is first adopted to decompose the load time series into several intrinsic mode functions, which are then modelled
individually with LSTM to improve forecasting accuracy. RMSE, MAE, R
2
, and MAPE are used to evaluate the effect of
model selection on forecasting uncertainty. The results indicate that the VMD-LSTM model exhibits the most favourable
performance for the considered dataset (RMSE: 2731.95, MAE: 2190.34, R²: 0.9641, MAPE: 5.15%). However, forecasting
performance may vary depending on data characteristics and modelling conditions; therefore, SARIMA and XGBoost can also
provide effective results in different scenarios of short-term electricity load forecasting
Accurate short-term load forecasting is essential for efficient smart grid operation and demand-side energy management. Traditional statistical models often struggle to capture nonlinear and irregular residential electricity consumption patterns. This paper proposes a hybrid deep learning architecture combining Temporal Convolutional Networks (TCN) and Long Short-Term Memory (LSTM) networks for submeterlevel load forecasting. The model uses dilated causal convolutions to extract short-term temporal features, followed by LSTM units to capture long-term dependencies in energy consumption data. Data preprocessing includes normalization and slidingwindow sequence generation to convert historical load data into supervised learning samples. The model is evaluated using Root Mean Square Error (RMSE) and Mean Absolute Error (MAE) on both synthetically generated residential load profiles and the real-world UCI Household Electric Power Consumption dataset. The Hybrid TCN-LSTM model achieves an average RMSE of 0.0428 and MAE of 0.0317 on the synthetic dataset across 250 consumers and RMSE of 0.4551 kW with MAE of 0.2842 kW on the UCI dataset. Results demonstrate that the hybrid architecture effectively captures short-term fluctuations and longterm temporal dependencies, enabling reliable load forecasting for smart grid applications.
Kruthika Menta, K. M. V. Gowda, Prajeesha et al.· 2026 6th International Confe...· 0 citations
Electricity load forecasting is essential for balancing energy supply and demand, reducing energy waste, and maintaining power grid stability. Accurate forecasts enable power utilities to optimize energy dispatch and mitigate the risk of supply shortages or outages. However, conventional forecasting methods often struggle to capture highly nonlinear local fluctuations in electricity consumption and long-term temporal dependencies. To address these challenges, this study proposes MSCNN-ResLSTM, a hybrid model for multi-step electricity load forecasting. The proposed model integrates Multi-Scale Convolutional Neural Networks (MSCNNs) to extract local time-series features at multiple temporal scales, residual blocks (ResBlocks) to enhance feature representation through residual connections, and Long Short-Term Memory (LSTM) networks to model long-range temporal dependencies. To comprehensively evaluate its effectiveness, a cross-paradigm experimental framework is established in which MSCNN-ResLSTM is compared with seven representative benchmark models from three methodological categories: traditional machine learning (Extreme Gradient Boosting-XGBoost), classical recurrent and convolutional neural networks (LSTM, Temporal Convolutional Network-TCN, CNN-LSTM, MSCNN-LSTM, and Direct LSTM (Seq2Seq)), and self-attention-based architectures (Transformer). Experimental results show that MSCNN-ResLSTM achieves higher forecasting accuracy and greater stability across the full 24-step prediction horizon, consistently outperforming all competing baselines while effectively suppressing recursive error propagation.
Accurate short-term electrical load forecasting is of paramount importance for economic dispatch, reliable grid operation, and efficient demand-side management. However, hybrid forecasting frameworks constructed with deep learning models exhibit strong sensitivity to hyperparameter settings. Moreover, swarm-intelligence optimization algorithms are prone to premature convergence when tuning the hyperparameters of forecasting models, thereby degrading prediction performance. In addition, complex load sequences contain local fluctuations and key temporal segments that are difficult to capture using a single recurrent architecture. To address these challenges, this paper proposes a short-term electrical load forecasting method based on a BiGRU-Attention network optimized by an improved multi-strategy black-winged kite algorithm (IMBKA). The BiGRU extracts bidirectional temporal dependencies from historical load windows, while the attention module assigns adaptive weights to informative time steps and suppresses redundant historical information. To improve hyperparameter optimization, IMBKA introduces Sobol sequence initialization and adaptive elite differential mutation. Sobol sequence initialization enhances population coverage, and adaptive elite differential mutation strengthens information exchange among high-quality individuals. Experimental results on electrical load datasets from Singapore, Australia, and Belgium show that IMBKA-BiGRU-Attention achieves favorable forecasting performance among the compared models. The proposed model obtains RMSE values of 70.07 MW, 159.49 MW, 231.82 MW, and 163.43 MW in the Singapore, Australian, Belgian weekday, and Belgian weekend experiments, respectively. Compared with the best-performing model among the evaluated baselines in each experiment, the RMSE is reduced by 4.65%, 16.48%, 3.34%, and 11.39%, respectively.
Binglin Liang, Zhiwen Wang, Bo Tian et al.· Energies· 0 citations
For smart grid power system planning and operation, short-term load forecasting is crucial. Important decisions including determining system safety, scheduling fuel, economically dispatching electricity, and selling energy can be aided by accurate day-ahead estimates. However, due to its reliance on external variables like weather, the process is intricate and computationally intensive. In order to address this issue, the paper proposes an LSTGR-based architecture that systematically enhances STLF in Smart Grids. The input characteristics are first scaled correctly using data normalisation. A hybrid feature selection method combining XGB and RF is utilised to determine the most essential features. Afterwards, RFE is employed to eliminate superfluous attributes. To facilitate learning, a hybrid deep learning model is trained using the updated dataset. This model combines LSTM and GRU. Using assessment criteria such as MAPE, MAE, MSE, and RMSE, the results demonstrate that the LSTGR model outperforms other models. With an RMSE of only 1.8%, the model clearly excels at producing accurate predictions. All things considered, the model successfully improves the reliability of forecasts while being computationally efficient. Because of this, it is an excellent option for smart grid applications in the actual world.
L. Jayavani, Banoth Ashwini, Kolkur Swabhavika et al.· 2026 7th International Confe...· 0 citations
The large-scale integration of photovoltaic (PV) systems into modern power grids impacts operational challenges in reducing the intermittency of solar irradiance. Short-term forecasting, especially with accurate result is essential for grid stability, economic dispatch, and demand-side management. However, the development of robust deep-learning models is frequently constrained by the limited readiness of high-quality and labeled actual generation data. This paper presents a simulation-driven methodology to address this data scarcity problem. A synthetic PV generation dataset is created using a deterministic mathematical model. This method captures the diurnal solar cycle, augmented with Gaussian stochastic noise to simulate the effects of cloud cover and atmospheric turbulence. A Long Short-Term Memory (LSTM) network in two layer is trained on the synthetic dataset and subsequently validated against real hourly PV generation data for Bali, Indonesia. This data was obtained from the PVGIS-ERA5 database. The method performs 1-hour-ahead sequence-to-point forecasting using a 6-hour retrospective window. A persistence baseline model is employed for comparative benchmarking. This experiment found that the LSTM outperforms the persistence baseline on both datasets significantly. For the empirical Bali PV dataset, the LSTM attains a Mean Absolute Error (MAE) and a Root Mean Square Error (RMSE) of 29.75 W and 43.31 W, respectively, with a corresponding R2 value of 0.9474. Compared to the persistence benchmark's MAE of 69.00 W, the network successfully cuts prediction error by 56.9%. These results validate both the simulation-driven training approach and the LSTM's capability for short-term solar forecasting under tropical conditions.
I. D. Saputra, Nicola Schulz, I Nyoman Kusuma Wardana et al.· 2026 International Conferenc...· 0 citations