CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Machine Learning Approach to Dissolved Gas Analysis of Power Transformers

by Kyle Deignan, Shahram Latifi
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 174 - Number 26
Year of Publication: 2021
Authors: Kyle Deignan, Shahram Latifi
10.5120/ijca2021921181

Kyle Deignan, Shahram Latifi . Machine Learning Approach to Dissolved Gas Analysis of Power Transformers. International Journal of Computer Applications. 174, 26 ( Mar 2021), 1-5. DOI=10.5120/ijca2021921181

@article{ 10.5120/ijca2021921181,
author = { Kyle Deignan, Shahram Latifi },
title = { Machine Learning Approach to Dissolved Gas Analysis of Power Transformers },
journal = { International Journal of Computer Applications },
issue_date = { Mar 2021 },
volume = { 174 },
number = { 26 },
month = { Mar },
year = { 2021 },
issn = { 0975-8887 },
pages = { 1-5 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume174/number26/31835-2021921181/ },
doi = { 10.5120/ijca2021921181 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T00:23:07.353264+05:30
%A Kyle Deignan
%A Shahram Latifi
%T Machine Learning Approach to Dissolved Gas Analysis of Power Transformers
%J International Journal of Computer Applications
%@ 0975-8887
%V 174
%N 26
%P 1-5
%D 2021
%I Foundation of Computer Science (FCS), NY, USA
Abstract

The purpose of this paper is to explore three different machine learning models to diagnose fault types inside power transformers. Power transformers are a key and expensive part of transmission and distribution systems. The traditional way of diagnosing faults has been to analyze the cooling oil for the presence of dissolved gases. From these gasses, methods of diagnoses have been developed such as Duval’s triangle and the IEEE key gas concentration method. While these methods can be accurate in some cases, they do not consider the change in gas levels over time. This paper aims to develop models that use seven raw gas values over a period of five years to output a correct fault type for 12kV and above power transformers. Previous works have applied machine learning algorithms to a single sample of Dissolved Gas Analysis (DGA), however this paper aims to include multiple years of data. The rate of change of combustible gasses can be factored in when using multiple years of data, which is the key difference between this paper and previous work. Of the methods considered, it was found that Artificial Neural Networks (ANNs) had the best accuracy. An accuracy rate of 89% was achieved when using four hidden layers training on three years of data. K-Nearest Neighbors (K-NNs) and Support Vector Machine (SVM) also achieved adequate classification results with the best cases being 88% and 86% respectively. Previous work had an accuracy rate of 91% on a single sample of DGA classified using a single conventional method. An accuracy of 89% on multiple years of data is notable, because of the increased complexity of the training data and more in-depth method of classification.

References
  1. Hamrick, L.: Dissolved gas analysis for transformers. NETA World Journal. 1-3 (2009)
  2. IEEE Std. C57.104-2008.: Guide for the interpretation of gases generated in oil-immersed transformers. (2008)
  3. J. Singh, P. Kumari, K. Kaur and A. K. Swami, "Condition assessment of power transformer using SVM based on DGA," 2016 Al-Sadeq International Conference on Multidisciplinary in IT and Communication Science and Applications (AIC-MITCSA), Baghdad, 2016, pp. 1-5, doi: 10.1109/AIC-MITCSA.2016.7759957
  4. F. R. Souza and B. Ramachandran, "Dissolved gas analysis to identify faults and improve reliability in transformers using support vector machines," 2016 Clemson University Power Systems Conference (PSC), Clemson, SC, 2016, pp. 1-4, doi: 10.1109/PSC.2016.7462827
  5. P. Mirowski and Y. LeCun, "Statistical Machine Learning and Dissolved Gas Analysis: A Review," in IEEE Transactions on Power Delivery, vol. 27, no. 4, pp. 1791-1799, Oct. 2012, doi: 10.1109/TPWRD.2012.2197868.
  6. Rathgamage Don, Duleep Prasanna W., "Multiclass Classification Using Support Vector Machines" (2018). Electronic Theses and Dissertations. 1845
  7. Burges, C.: A tutorial on support vector machines for pattern recognition. Data Mining and Knowledge Discovery. 2, 121-167 (1998).
  8. Zupan, J.: Introduction to Artificial Neural Network (ANN) Methods: What They Are and How to Use Them. Acta Chimca Slovenica. 1994
  9. Okfalisa, I. Gazalba, Mustakim and N. G. I. Reza, "Comparative analysis of k-nearest neighbor and modified k-nearest neighbor algorithm for data classification," 2017 2nd International conferences on Information Technology, Information Systems and Electrical Engineering (ICITISEE), Yogyakarta, 2017, pp. 294-298, doi: 10.1109/ICITISEE.2017.8285514.
  10. Scikit-learn: Machine Learning in Python, Pedregosa et al., JMLR 12, pp. 2825-2830, 2011.
Index Terms

Computer Science
Information Sciences

Keywords

Artificial Neural Network Dissolved Gas Analysis K-Nearest Neighbors Machine Learning Power Transformer Support Vector Machine