Next Article in Journal
Solar Irradiance Forecasting Using Deep Learning Techniques
Previous Article in Journal
A Compact Dual-Band Microstrip Patch Antenna for C- and X- and Ku-Band Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Line Current Estimation Using Deep Neural Network—A Generalized Approach †

Department of Electrical Engineering, NED University of Engineering and Technology, Karachi 75220, Pakistan
*
Author to whom correspondence should be addressed.
Presented at the 8th International Electrical Engineering Conference, Karachi, Pakistan, 25–26 August 2023.
Eng. Proc. 2023, 46(1), 13; https://doi.org/10.3390/engproc2023046013
Published: 20 September 2023
(This article belongs to the Proceedings of The 8th International Electrical Engineering Conference)

Abstract

:
Distribution system parameter estimation plays a vital role in the overall control and monitoring of the network. A conventional technique to obtain information about the system voltages and line currents involves iterative load flow procedures. Such methods sometimes do not converge due to the limited number of available measurements. This paper proposes a simulated data-driven approach for estimating feeder loadings under various operating scenarios of the IEEE 15 bus system. A deep neural network using the MATLAB nntool is implemented, and promising results are presented.

1. Introduction

Distribution systems are the largest sector of any power system. A planned and effective distribution network is the key to coping with the ever-increasing demand for domestic, industrial, and commercial load. The load flow information can be used for analyzing the normal operating mode, contingency analysis, and others [1].
To operate the distribution system in an efficient manner, information regarding the operational parameters, such as bus voltages, line currents, and system losses, is important. From the perspective of feeder designing, the line current is a key parameter to know. Conventionally, line currents are obtained by performing load flow analysis with different algorithms. Load flow analysis techniques use iterative methods, such as the forward–backward sweep method, and others. These techniques are time consuming, and sometimes solutions do not converge [2].
A neural network (NN) is a powerful artificial intelligence tool to overcome issues with conventional methods of load flow. They are well known for their properties of learning patterns and obtaining generalization from the provided data. A dataset serves as the backbone for an NN; therefore, we have used MATLAB coding for generating the required dataset with the load variation as the input and the line current of the network as the output. The deep learning model has been developed, and to check the robustness of the model, unseen data have been tested on the model. The key contributions of this research are:
  • The development of a large dataset comprising possible loading scenarios in a distribution network.
  • The development of a deep-neural-network-based model for line current estimation.
This work is organized as follows: Section 2 discusses the relevant work as the literature review. Section 3 describes the detailed methodology for preparing the dataset and for data pre-processing for neural network training. Section 4 explains the experimental procedure and the results, and, finally, Section 5 provides a conclusion to this work, with future aspects to explore.

2. Literature Review

Distribution system parameters estimation is an extensive area of research due to the realization of the smart grid, the integration of electric vehicles, and installing renewable-based distributed generation in the power grid.
Distribution systems, unlike the transmission system, have a smaller X/R ratio and are weakly meshed; therefore, they cannot rely upon the Gauss–Seidel or the Newton–Raphson methods of load flow because of ineffective and ill convergence [3]. Alternatively, the backward–forward sweep method is ideal for the distribution system.
In the field of power system state estimation, some authors have presented exceptional results using deep neural networks, like false data detection, in a power system, such as the voltage stability estimation stated in [4,5]. The distribution system voltage magnitude, phase angle, and line currents have been predicted by the author using a deep neural network [6].
Line currents are important to calculate because several control and monitoring actions are carried out using this information. Several articles have shown the importance of line current estimation using artificial neural networks. In [7], the author has used current signals for the purpose of fault localization. Researchers have calculated the short circuit current at various locations in the distribution network using neural networks [8].
A neural network has the capability to learn and generalize the dataset without being explicitly programmed. The benefits of using an ANN for feeder current prediction is that the well-trained model gives results quickly, robustly, and accurately. This significant reduction in real-time computational time makes DNN feasible for real-time operations in a distribution network.

3. Methodology

This section describes the procedure of dataset development and noise addition in detail. An IEEE 15 bus distribution network has been considered for our experiment. The system characteristics were obtained from [9]. It has 14 load buses and a slack bus. The input–output relationship is developed between the loads and line currents, respectively. The IEEE 15 bus distribution system is shown in Figure 1.

3.1. Dataset

Dataset generation is key to developing any deep learning model. For this purpose, we have developed a detailed dataset comprising 91,503 samples. These samples are obtained through MATLAB R2020a programming by considering a variety of operating scenarios in the network. The data generation procedure is visualized in Figure 2.
The distribution system meters are not installed at each bus due to economic constraints. Therefore, considering this view, we have considered meter placement at buses 3, 5, 7, 8, 10, 13, 14, and 15 only. Therefore, we have 16 inputs (8 load active powers and 8 load reactive powers) and 14 outputs (magnitude of line currents). In all loading scenarios of the system, the load is varied from 0% to 160% of the rated loading conditions [10]. The details of the operating condition and its contribution to the main dataset are presented in Table 1.

3.2. Noise Addition

Metering data always have errors in them due to meter inaccuracies and the communication channel. In our experiment, the dataset is developed through coding; therefore, the results are obtained in ideal values. The dataset was subjected to Gaussian noise (3 × S.D = 2%) to obtain the finalized data for neural network training. The noise addition procedure in the input data is displayed in Figure 3.

4. Experimental Procedure and Results

In our experiment, the filtered dataset comprised 91,503 samples, which were then segregated into two sets for training and for evaluating the robustness of the model, respectively. Set 1 consists of 91,000 samples, and the rest of the samples were treated as unseen data. Set 1 was pre-processed and then split as the train, test, and validation sets, with 80–10–10%, respectively. The furnished dataset was then used for DNN model training using ‘nntool’ GUI in MATLAB. The experiment was started using a single hidden layer with neuron ranges (half of the input features, number of inputs). A second hidden layer was added while keeping the number of neurons in the same range. The sigmoid activation function in hidden layers and the Lavenberg–Marquardt algorithm for error reduction were used. The best model was obtained with the configuration i/p-18-16-o/p, shown in Figure 4.
To test the system in a robust way, two random samples, ‘A’ and ‘B’, were provided to the DNN model one by one. The training and estimation process using the best model is depicted in Figure 5. The model estimation was compared with the actual value, and the results are shown in Table 2 from two random samples.

5. Conclusions and Future Work

In this paper, a framework has been proposed for distribution system feeder current prediction based on a large and generalized dataset. A deep-learning-based line current estimator has been developed, with satisfactory performance at various loading scenarios. In our experiment, a fixed topology was considered, and this limit will be considered in our future work. A small distribution system has been tested and it will incorporate a large network in our future studies.

Author Contributions

Conceptualization, S.S.; methodology, S.S.; software, S.A.; investigation, S.A.; resources, M.M.A.; writing—original draft preparation, S.S. and S.A.; writing—review and editing, S.S. and S.A.; supervision, M.M.A. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Can be provided on demand via email.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zárate-Miñano, R.; Van Cutsem, T.; Milano, F.; Conejo, A.J. Securing transient stability using time-domain simulations within an optimal power flow. IEEE Trans. Power Syst. 2009, 25, 243–253. [Google Scholar] [CrossRef]
  2. Bompard, E.; Carpaneto, E.; Chicco, G.; Napoli, R. Convergence of the backward/forward sweep method for the load-flow analysis of radial distribution systems. Int. J. Electr. Power Energy Syst. 2000, 22, 521–530. [Google Scholar] [CrossRef]
  3. Rupa, J.M.; Ganesh, S. Power flow analysis for radial distribution system using backward/forward sweep method. Int. J. Electr. Comput. Electron. Commun. Eng. 2014, 8, 1540–1544. [Google Scholar]
  4. Tabakhpour, A.; Abdelaziz, M.M. Neural network model for false data detection in power system state estimation. In Proceedings of the 2019 IEEE Canadian Conference of Electrical and Computer Engineering (CCECE), Edmonton, AB, Canada, 5–8 May 2019. [Google Scholar]
  5. Belhadj, C.; Al-Duwaish, H.; Shwehdi, M.; Farag, A. Voltage stability estimation and prediction using neural network. In Proceedings of the POWERCON’98. 1998 International Conference on Power System Technology. Proceedings (Cat. No. 98EX151), Beijing, China, 18–21 August 1998. [Google Scholar]
  6. Winter, A.; Igel, M.; Schegner, P. Supervised Learning Approach for State Estimation in Distribution Systems with missing Input Data. In Proceedings of the 2021 IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), Espoo, Finland, 18–21 October 2021. [Google Scholar]
  7. Coban, M.; Tezcan, S. Artificial neural network based fault location on 230 kv transmission line using voltage and current signals. In Proceedings of the 2020 4th International Symposium on Multidisciplinary Studies and Innovative Technologies (ISMSIT), Istanbul, Turkey, 22–24 October 2020. [Google Scholar]
  8. Yao, W.; Wu, J.; Dai, Y.; Li, C.; Tian, Z.; Zheng, T. Short-circuit Current Calculation in Distribution Network with IIDGs Based on Artificial Neural Network. In Proceedings of the 2022 7th International Conference on Power and Renewable Energy (ICPRE), Shanghai, China, 23–26 September 2022. [Google Scholar]
  9. Kawambwa, S.; Mwifunyi, R.; Mnyanghwalo, D.; Hamisi, N.; Kalinga, E.; Mvungi, N. An improved backward/forward sweep power flow method based on network tree depth for radial distribution systems. J. Electr. Syst. Inf. Technol. 2021, 8, 1–18. [Google Scholar] [CrossRef]
  10. Macii, D.; Fontanelli, D.; Barchi, G. A distribution system state estimator based on an extended kalman filter enhanced with a prior evaluation of power injections at unmonitored buses. Energies 2020, 13, 6054. [Google Scholar] [CrossRef]
Figure 1. IEEE 15 bus distribution system with meter locations.
Figure 1. IEEE 15 bus distribution system with meter locations.
Engproc 46 00013 g001
Figure 2. Data generation procedure.
Figure 2. Data generation procedure.
Engproc 46 00013 g002
Figure 3. Noise addition.
Figure 3. Noise addition.
Engproc 46 00013 g003
Figure 4. Best selected model.
Figure 4. Best selected model.
Engproc 46 00013 g004
Figure 5. Model selection and estimation flow.
Figure 5. Model selection and estimation flow.
Engproc 46 00013 g005
Table 1. Summary of the dataset generation with various scenarios.
Table 1. Summary of the dataset generation with various scenarios.
Cases of Loading ScenariosNo of Samples
1. Variation of PL one by one (step size 0.0625 KW)28,813
2. Variation of PL simultaneously from light to heavy (step size 0.625%)257
3. Variation of PL Randomly (any sample from 0.625% variation)10,000
4. Variation of QL one by one (step size 0.0625 KW)31,919
5. Variation of QL simultaneously from light to heavy (step size 0.625%)257
6. Variation of QL Randomly (any sample from 0.625% variation)10,000
7. Variation of PL and QL simultaneously, light to heavy (step size 0.625%)257
8. Variation of PL and QL Randomly (any sample from 0.625% variation)10,000
Total Samples91,503
Table 2. Comparison between actual and predicted values from the best trained model.
Table 2. Comparison between actual and predicted values from the best trained model.
Sample 367Sample 412
Line CurrentsActual ValuesPredicted ValuesLine CurrentsActual ValuesPredicted Values
I 1-2153.9317153.2078I 1-2160.3199159.1047
I 2-385.566685.7791I 2-391.506991.1343
I 3-441.492341.2510I 3-447.564147.3722
I 4-55.99455.9920I 4-56.01016.0080
I 2-928.204827.8327I 2-928.236128.0619
I 9-109.41289.4029I 9-109.42339.4198
I 2-634.283134.0720I 2-634.321534.2601
I 6-75.94455.9477I 6-75.95125.9517
I 6-818.907618.9098I 6-818.928818.9273
I 3-1134.617034.1341I 3-1134.686634.4924
I 11-1215.585815.4256I 11-1215.617315.5891
I 12-136.02906.0403I 12-136.04126.0422
I 4-149.52819.5250I 4-149.55319.5513
I 4-1514.611814.6195I 4-1519.12819.1235
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Shaikh, S.; Ahmed, S.; Aman, M.M. Line Current Estimation Using Deep Neural Network—A Generalized Approach. Eng. Proc. 2023, 46, 13. https://doi.org/10.3390/engproc2023046013

AMA Style

Shaikh S, Ahmed S, Aman MM. Line Current Estimation Using Deep Neural Network—A Generalized Approach. Engineering Proceedings. 2023; 46(1):13. https://doi.org/10.3390/engproc2023046013

Chicago/Turabian Style

Shaikh, Shariq, Sharjeel Ahmed, and Muhammad Mohsin Aman. 2023. "Line Current Estimation Using Deep Neural Network—A Generalized Approach" Engineering Proceedings 46, no. 1: 13. https://doi.org/10.3390/engproc2023046013

Article Metrics

Back to TopTop