Next Article in Journal
Impact of Building Envelope Materials on Energy Usage and Performance of Evaporative Cooling System in Residential Building
Next Article in Special Issue
Infrared Image Object Detection Algorithm for Substation Equipment Based on Improved YOLOv8
Previous Article in Journal
The Stabilization of a Nonlinear Permanent-Magnet- Synchronous-Generator-Based Wind Energy Conversion System via Coupling-Memory-Sampled Data Control with a Membership-Function-Dependent H Approach
Previous Article in Special Issue
New Insights into Gas-in-Oil-Based Fault Diagnosis of Power Transformers
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Review on the Application of Artificial Intelligence in Anomaly Analysis Detection and Fault Location in Grid Indicator Calculation Data

1
Nari Group Corporation (State Grid Electric Power Research Institute), Nanjing 211106, China
2
State Grid Jiangsu Electric Power Co., Ltd., Power Dispatching and Control Center, Nanjing 210024, China
3
School of Computer Science, Nanjing University of Information Science & Technology, Nanjing 210044, China
*
Author to whom correspondence should be addressed.
Energies 2024, 17(15), 3747; https://doi.org/10.3390/en17153747
Submission received: 19 June 2024 / Revised: 24 July 2024 / Accepted: 26 July 2024 / Published: 29 July 2024

Abstract

:
With the rapid development of artificial intelligence (AI), AI has been widely applied in anomaly analysis detection and fault location in power grid data and has made significant research progress. Through looking back on traditional methods and deep learning methods in anomaly analysis detection and fault location of power grid data, we aim to provide readers with a comprehensive understanding of the existing knowledge and research advancements in this field. Firstly, we introduce the importance of anomaly analysis detection and fault location in power grid data for the safety and stability of power system operations and review traditional methods for anomaly analysis detection and fault location in power grid data, analyzing their advantages and disadvantages. Next, the paper briefly introduces the concepts of commonly used deep learning models in this field and explores, in depth, the application of deep learning methods in anomaly analysis detection and fault location of power grid data, summarizes the current research progress, and highlights the advantages of deep learning over traditional methods. Finally, we summarize the current issues and challenges faced by deep learning in this field and provide an outlook on future research direction.

1. Introduction

With the rapid development of the economy, the demand of electricity is constantly rising, showing an increasing trend year by year [1]. This growth trend stems from the extensive application of electricity in modern life, covering various fields such as industry, commerce, and households. The acceleration of technological progress and urbanization has made electrical energy an indispensable infrastructure for the operation of modern society. Therefore, in order to adapt to societal development, the scale of the power grid system has rapidly expanded, as shown in Figure 1. This leads to an exponential increase in the volume of operational data at every stage of power grid operation. And this will lead to increasing complexities in grid operation data, making data anomalies and fault issues more prominent.
Data anomalies are a common quality issue in statistical data across various industries, and the presence of anomalous data in power grid data is a key factor affecting data quality [2,3]. To address this issue, researchers have employed various methods for anomaly detection in power grid data, such as the Isolation Forest algorithm and Density Peaks Clustering algorithm. However, due to the large scale and complexity of power grid data, the accuracy and efficiency of traditional anomaly detection methods are relatively low.
Since the advent of power networks, fault location in power systems has always been a significant concern for researchers. A fast and accurate fault location method can help to improve the continuity of the supply considerably [4]. Researchers have conducted studies on grid fault location issues using traditional methods such as matrix operations and models based on random forest regression. However, these traditional methods may have errors and uncertainties, affecting the accuracy and reliability of fault location.
Deep learning mainly refers to a class of algorithms that learn the characteristics of things from large amounts of data. By constructing multi-layer network models, it automatically extracts useful information from data to classify or predict data [5]. With the rapid development of deep learning, neural networks have demonstrated excellent performance in various fields, including image classification [6], natural language processing [6], speech recognition [7], and medical image processing [8]. Given the powerful advantages of neural networks in data feature extraction, researchers have introduced deep learning technology into the field of power grid anomaly analysis, detection, and fault location, expecting neural networks to fully extract the deep features of power grid data to achieve more accurate results.
Next, the first chapter of this paper introduces the application of traditional methods in power grid data anomaly analysis, detection, and fault location. The second chapter briefly reviews the basic concepts of deep learning models, focusing on the application of deep learning in power grid data anomaly analysis, detection, and fault location. The third chapter sorts out the current problems and challenges faced by power grid data anomaly detection and fault location. Finally, this paper summarizes and prospects the future development trends in this field.

2. Traditional Methods

The concepts of power grid anomaly analysis, detection, and fault location were proposed in the early stages of power system development. As power systems continued to develop and expand, the importance of anomaly analysis detection and fault location became increasingly recognized. However, the earliest methods lacked scientific approaches and technical support, resulting in low accuracy and efficiency. With the continuous advancement of science and technology, traditional analysis methods and techniques were gradually introduced into power grid data anomaly analysis, detection, and fault location.

2.1. The Application of Traditional Methods in Power Grid Data Anomaly Analysis and Detection

Rodrigues et al. [9] introduced a novel density-based clustering algorithm known as the Density Peaks Clustering (DPC) algorithm. This innovative approach involves plotting a decision graph based on the characteristics of cluster centers, which enables the algorithm to quickly and accurately identify these centers [10]. Building upon this, Lu et al. [11] applied the DPC algorithm to power data anomaly detection and demonstrated, through experimental results, that it significantly improved the detection efficiency. In addition to the DPC algorithm, other researchers have explored various clustering algorithms for power data anomaly detection. For instance, Wu et al. [12] utilized an enhanced K-means algorithm, Wang et al. [13] employed an improved Fuzzy C-Means (FCM) algorithm, and Li et al. [14] implemented an upgraded Particle Swarm Optimization-based Fuzzy C-Means (PSO-PFCM) clustering algorithm, each contributing to advancements in anomaly detection methods. To reduce the computation time in power data anomaly detection, Gao et al. [15] proposed an improved spectral clustering algorithm that prunes data to a lower complexity. Experiments with real power data showed that this method outperforms existing approaches, as evidenced by the results in Table 1. In this context, “↑” indicates that a higher value is better, while “↓” indicates that a lower value is better. Clustering algorithms significantly enhance power data anomaly detection by grouping data and identifying anomalies, thus improving the accuracy and efficiency. For instance, the DPC algorithm uses a decision graph for quick anomaly detection, while K-means, improved FCM, and PSO-PFCM optimize clustering results. Despite these advancements, choosing the right algorithm and parameters is crucial for effective detection.
The Isolation Forest algorithm is a randomized anomaly detection algorithm that leverages the isolation of normal samples relative to anomalous ones for detection. The basic idea of the algorithm is to construct a random binary tree to separate normal samples from anomalous samples. The formula for calculating the anomaly score in the Isolation Forest algorithm is:
s ( x , n ) = E ( h ( x ) ) c ( Ψ )
where the anomaly score s(x,n) is calculated by dividing the average path length E(h(x)) of the data point x across n trees by the average path length c(Ψ) of all samples. The smaller this ratio, the more likely the data point is an anomaly. Here, x represents the data point, n represents the number of trees in the Isolation Forest, Ψ represents the total number of samples, h(x) indicates the path length of the data point x, E(h(x)) is the average path length of x, and c(Ψ) is the average path length of all samples.
Researchers have extensively explored the Isolation Forest algorithm for anomaly detection. For instance, Niu et al. [16] developed a method to improve the accuracy in power data anomaly detection using Isolation Forest. Li et al. [17] proposed a scheduling flow data anomaly detection method based on this algorithm. Similarly, Luo et al. [18] introduced an attribute-associated Isolation Forest algorithm for detecting anomalies in electro-data, while Mao et al. [19] designed an unsupervised model for power data anomaly detection primarily using Isolation Forest. Additionally, Li et al. [20] combined the Isolation Forest algorithm with the Local Outlier Factor algorithm to enhance power data anomaly detection through data mining techniques. The Isolation Forest algorithm excels in power data anomaly detection by using random trees to measure path lengths and identify anomalies. It is efficient and has a low computational complexity, making it ideal for real-time detection. Combined with other algorithms, it enhances the accuracy, proving valuable for power data analysis.
Support vector machine (SVM) is a supervised learning algorithm primarily used for classification tasks but also applicable to regression problems. It excels in handling high-dimensional data by constructing an optimal hyperplane to effectively distinguish between normal and anomalous data. In power data anomaly analysis and detection, SVM has demonstrated strong capabilities. For example, Liu et al. [21] proposed an SVM-based method for detecting anomalies in power system scheduling data, accurately identifying abnormal patterns. Additionally, Yu et al. [22] improved SVM technology to enhance the detection accuracy and reliability while reducing false negatives. Experimental results (Table 2) show that this improved method offers greater accuracy and reliability in complex power environments, highlighting its practical application value. Overall, SVM’s efficiency and accuracy make it a crucial tool for power data anomaly analysis and detection.
Cloud computing represents a significant advancement in IT, providing on-demand network access to scalable IT resources such as servers, storage, and applications [23]. In the context of power data anomaly analysis and detection, cloud computing has proven highly effective. Shi et al. [24] proposed a novel cloud computing-based rapid anomaly detection algorithm that enhances the detection efficiency while maintaining high accuracy. Lu et al. [25] developed a method for analyzing and detecting anomalies in power dispatch data using a cloud computing platform, with simulation experiments demonstrating improved accuracy and efficiency in anomaly detection. In summary, cloud computing not only optimizes the anomaly detection process but also significantly enhances the practical application value of power data analysis.

2.2. The Application of Traditional Methods in Power Grid Fault Location

Precise information on fault location plays a vital role in expediting the restoration process after being subjected to any kind of fault in the power grid [26]. Since the beginning of the 21st century, research on power grid fault location has achieved certain results. For example, Mu et al. [27] proposed a method for fault location in microgrids that identifies the fault point through matrix operations, thereby determining the fault location. El Mrabet et al. [28] proposed a data-driven approach for determining fault characteristics using samples of fault trajectories. A random forest regressor-based model is used to detect the real-time fault location and its duration simultaneously. The experimental results indicate that the proposed model (RFR) outperforms the seven other models in terms of fault localization accuracy at nine different fault locations. Guo et al. [29] proposed a regional power grid fault location method that can utilize device data from multiple stations within a regional power grid for complete fault location, thereby improving system reliability and reducing costs. Galvez et al. [30] presented a robust fault location method that can be used for radial or meshed power systems. This is accomplished via a K-means clustering of DFRs and using a weighted directed tree model, enabling accurate fault location.
Caporuscio et al. [31] proposed a data-driven ground fault location method for the power distribution system. According to the results, the method shows good potential, with a total relative error of 0.4% for fault distance prediction. Mohammadi et al. [32] proposed a wide-area fault location method based on the Weighted Maximum Exponential Square (WMES) algorithm, which is highly robust to measurement uncertainties. The results of a simulation on the standard IEEE 57-bus network illustrate the efficiency of the proposed fault location method based on the WMES. Hassani et al. [33] proposed a novel hybrid framework for fault detection, identification, and location in power systems. Furthermore, in order to make a reliable decision as well as mitigating false alarms generated in the detection module, a novel zGT2FFM has been proposed. Yang et al. [34] proposed a fault section location method for active distribution networks based on the wolf pack and differential evolution algorithms. They introduced the differential evolution algorithm to the wolf pack algorithm to enrich the population diversity and enhance the global optimization performance. Zou et al. [35] proposed a comprehensive fault location method based on weighted least squares. This method utilizes the magnitudes of three-phase voltages at fault points and the impedance of fault line segments between the fault point and both ends of the fault line to expand the unknown variable vector.
The methods used in these references, though varied, share several notable advantages: they are mature and stable, simple to operate, and easy to understand, with broad applicability. They are cost effective and offer strong real-time performance, aiding in the rapid restoration of power grid operations. Additionally, they are relatively easy to maintain and operate, requiring minimal technical support, which makes them valuable in practical applications.

2.3. The Limitations of Traditional Methods

The traditional methods for power grid data anomaly analysis, detection, and fault location have exhibited a certain level of maturity and stability compared to earlier manual detection methods. However, with the increasing complexity of power grids and the expansion of the data scale, the limitations of traditional methods have gradually become apparent, including the following:
  • Difficulty in handling massive data:
As the scale of power grids expands and the adoption of smart meters and sensors increases, the amount of grid data grows exponentially. Traditional methods often face limitations in their computational efficiency and storage capacity when processing and analyzing massive data, making real-time anomaly detection and fault localization challenging.
  • Weak nonlinear relationship handling:
The variables in grid data often exhibit complex nonlinear relationships. Traditional methods like linear regression perform poorly in capturing and modeling these nonlinear relationships.
  • Lack of self-learning capability
Traditional methods lack self-learning capabilities, unable to automatically learn from new data and update models. This means that when the grid environment or data patterns change, traditional methods require manual intervention for adjustments, resulting in slow response times.
These limitations may include issues related to accuracy, efficiency, and adaptability in anomaly analysis, detection, and fault location. Therefore, integrating advanced technologies such as deep learning can further enhance the performance of power grid data anomaly analysis, detection, and fault location.

3. Deep Learning Methods

With the rapid development of deep learning, its application in the analysis, detection, and localization of data anomalies in power grids has gradually become the focus of research and practice, bringing new possibilities and innovative solutions to this field. The limitations of traditional methods have been discussed earlier, while deep learning, as an emerging technology, offers many advantages compared to traditional methods, as shown in Table 3 in a comparison of advantages and disadvantages.

3.1. The Application of Deep Learning in Power Grid Data Anomaly Analysis and Detection

3.1.1. Convolutional Neural Network

A convolutional neural network (CNN) is one of the most significant networks in the deep learning field [36]. There are usually several convolutional and pooling layers, which are arranged alternately; that is, a convolutional layer is connected to a pooling layer, followed by another convolutional layer after the pooling layer, and so on [37]. In the field of power grid data anomaly analysis and detection, CNN models can also be utilized for anomaly detection. Danilczyk et al. [38] implemented a CNN to analyze bus voltage data in a distributed power system. This anomaly detection architecture was able to correctly detect faults in the distributed power system that lasted only fractions of a second. Additionally, the CNN was able to accurately locate the power fault within the system.
Huang et al. [39] proposed a self-supervised, learning-based electricity abnormality detection model based on time convolutional networks. The experimental results, as shown in Table 4, demonstrate that the performance of this algorithm surpasses those of SVM, Recurrent Neural Network (RNN), and CNN. The evaluation metrics used are Area Under the Curve (AUC), accuracy, recall, and F1-Score. AUC evaluates binary classification models by measuring the area under the Receiver Operating Characteristic curve, with values from 0 to 1. AUC values closer to 1 indicate better performance. Accuracy is the rate of correct anomaly detection by the model. Recall, also known as sensitivity, measures the proportion of actual positive cases that are correctly identified by a model. F1-Score is the harmonic mean of precision and recall, used to evaluate the overall performance of a classification model.

3.1.2. Deep Neural Network

Deep neural network (DNN) has gained unprecedented performance due to its automated feature extraction capability [40]. This high-level performance has led to the application of DNN models in power grid data anomaly analysis and detection. Chang et al. [41], aiming to achieve a higher data recognition efficiency, proposed an electricity data anomaly detection technique based on improved K-means and DNN algorithms combined with Spark architecture theory. The simulation results demonstrate that their method efficiently handles anomalies in large-scale power grid operational data. A Generative Adversarial Network (GAN) consists of two neural networks, a generator and a discriminator, trained together to produce realistic data. Siniosoglou et al. [42] combined it with DNN to propose MENSA (anoMaly dEtection aNd claSsificAtion), a model capable of detecting 13 types of Modbus/TCP cyberattacks, 5 types of DNP3 cyberattacks, and potential anomalies related to operational data (i.e., time-series electricity measurements).

3.1.3. Long Short-Term Memory Network

Hochreiter et al. [43] proposed the Long Short-Term Memory (LSTM) network in 1997, with a key innovation being the introduction of three gates (input gate, forget gate, and output gate) and a cell state, enabling the network to effectively capture and memorize long-term dependencies in sequences. Zhang et al. [44] utilized LSTM autoencoders to perform anomaly analysis and detection on power grid data. Wu et al. [45], based on the inherent characteristics of data and LSTM theory, proposed a data-driven abnormal detection algorithm for user electricity data, and the experimental results showed an improved performance compared to traditional methods. Given the temporal characteristics present in most power grid datasets, Guha et al. [46] explored an LSTM-variational autoencoder-based deep generative model that can handle the moderate presence of anomalous data during training instead of standard data. This research highlights the advantages of reconstruction-based methods over clustering-based methods.
To enhance the performance of smart grids, Parsai et al. [47] proposed an innovative anomaly detection and power consumption prediction method using LSTM. When compared to the Autoregressive Integrated Moving Average algorithm (ARIMA), this method achieved a 20% reduction in the forecasting error. To address the data imbalance problem caused by the lack of anomalous data, Zhou et al. [48] proposed a data-driven framework based on a LSTM to directly detect anomalies in distribution systems using voltage magnitude measurements. This method successfully detected all predefined anomalies with a high degree of confidence.

3.1.4. Recurrent Neural Network

RNNs are designed for sequential data processing. They use recurrent connections to transmit information between time steps, enabling the memory of previous inputs. Building on this foundation, Scholar et al. [49] proposed an intelligent deep learning method for detecting anomalies in power grids. This approach employs the Modified Flow Direction Algorithm (MFDA) for optimal feature selection, which are then processed using an Adaptive Residual RNN with a Dilated, Gated Recurrent Unit (ARRNN-DGRU) for identification. The simulation results highlight the model’s superior performance, showing improved detection rates and the enhanced robustness of the smart grid system compared to existing methods. To improve poor anomaly detection performance due to the spatio-temporal and multi-dimensional nature of measurement data, Zheng et al. [50] proposed an anomaly detection model based on an encoder–decoder framework and RNN, as shown in Figure 2. The model detects anomalies via high reconstruction error. The experimental results show that it outperforms state-of-the-art models, achieving over 95% precision.

3.2. The Application of Deep Learning in Power Grid Fault Localization

3.2.1. Convolutional Neural Network

A CNN is also applied in the field of power grid fault location, such as the framework proposed by Patel et al. [51] for locating line fault sections, as shown in Figure 3. This framework is designed to handle the detection, classification, and location of the fault without using the system parameters. The framework proposed utilizes only the current data from the DFR at the receiving end of the line. First, Isolation Forest is used to detect the fault, and then, SVM is used to classify the fault. After this, a CNN is used to locate the fault. Given the weaknesses of fault features in the distribution network, Shi et al. [52] proposed a fault location method based on a one-dimensional convolutional neural network (1D-CNN). The model takes the timing signal of the electrical quantity measured at the end of the line as input and the estimated value of the fault point as output, which can mine the complex mapping relationship between fault features in the collected electrical quantity signals and the distance to the fault point, resulting in excellent performance and an acceptable fault location error.
Inspired by the Fourier transform, Yu et al. [53] proposed SIG-CNN, an online data-driven method that transforms signals from the time domain to the image domain using the Signal-to-Image (SIG) algorithm and then processes the images with a CNN framework. Under ideal conditions, comparisons with a BPANN, LSTM, and traditional CNN demonstrate the robustness and reliability of a SIG-CNN. As shown in Table 5, the evaluation metrics used include accuracy, as well as mean absolute percentage error (MAPE) and root mean square error (RMSE) for fault regression problems [54].

3.2.2. Deep Neural Network

Given the excellent performance of DNNs, researchers have introduced them into the field of power grid fault location and conducted related studies. For example, Sapountzoglou et al. [55] proposed a DNN-based method for fault detection and localization in low-voltage smart distribution networks. This method addresses limitations in existing approaches by being grid topology independent, branch independent, effective with limited data, and uniquely accurate in detecting high-impedance faults. The experimental results show the method detects faulty feeders with a 100% accuracy, identifies faulty branches with an average accuracy of 84%, and estimates fault locations within branches with an average error of 12%. Luo et al. [56] proposed a fault location method for DC distribution networks based on deep learning. Initially, a DC distribution network with a radial topology is modeled, and faults with various parameters are introduced to simulate different scenarios encountered in practical projects. Subsequently, a deep neural network is constructed and trained using normalized fault currents. The parameters of the network are adjusted based on specific application requirements. Finally, the fault localization performance of the deep neural network is evaluated.

3.2.3. Artificial Neural Network

Artificial neural networks (ANNs) are a network structure that can be used to address real-world problems with multiple nodes and multiple output points. They gained recognition after AlphaGo defeated the world Go champion Lee Sedol in 2016, demonstrating the immense potential of artificial neural networks [57]. Based on this, Dashtdar et al. [58] proposed a method for fault location in distribution networks using an ANN. The study utilized two neural networks for fault identification and location, generating training data through wavelet transform of relay-observed fault signals and calculating the entropy of three-phase currents along with positive and zero-sequence energies. The comparison between the predicted values and the actual values indicates that the proposed method has a high accuracy in locating fault regions. Barra et al. [59] proposed a new method based on ANNs to locate faulted areas in radial distribution networks using voltage and current measurements at the substation. Multiple simulations conducted using PSCAD™/EMTDC™ 5.0 software demonstrated that the proposed method has a high level of accuracy in locating faulted areas. Meanwhile, Usman et al. [60] classified different types of faults while locating various faults in the distribution network using an ANN. The proposed method can classify all types of faults that may occur in the grid and then identify the approximate fault location based on the fault type. Testing was conducted on a modified IEEE-37 bus test case, and the results showed a 100% accuracy in classifying all types of faults and an over 99% accuracy in identifying the fault location.
The Backpropagation Neural Network (BPNN) is a widely used ANN mode. It consists of an input layer, hidden layers, and an output layer and utilizes the backpropagation algorithm to continuously adjust connection weights based on training data, thereby modeling and predicting complex nonlinear relationships. Han et al. [61] applied both the traditional BPNN and optimized BP to the design of distribution network systems and simulated them using MATLAB R2014a software. The experimental results showed that the performance of the BPNN improved after optimization using genetic algorithms compared to the traditional BPNN. Li et al. [62] integrated the BPNN with cloud genetic algorithms to study fault localization in distribution networks. The experimental results demonstrated that the optimized BPNN using cloud genetic algorithms could be effectively utilized for fault localization in distribution networks, thereby enhancing the accuracy and effectiveness of fault localization.

3.2.4. Graph Convolutional Network

Graph Convolutional Networks (GCNs) are efficient models for processing graph data and have attracted widespread attention from researchers in recent years [63]. Chen et al. [64] presented a novel Graph Convolutional Network framework for fault location in power distribution networks. The proposed method integrates multiple measurements from different buses while considering the system topology. The simulation results, as shown in Table 6, indicate that the GCN model significantly outperforms other widely used machine learning methods, achieving a very high fault localization accuracy. The experimental comparison methods include principal component analysis (PCA), support vector machine (SVM), random forest (RF), and a fully connected neural network (FCNN).

4. Advantages and Limitations

4.1. Advantages

AI has several advantages in anomaly analysis, detection, and fault location in power grid data, including the following:

4.1.1. Automated Feature Extraction

AI can automatically identify and extract important features from power grid data, thereby simplifying the analysis process. Utilizing advanced neural network models, AI is able to learn and recognize complex feature representations without the need for manual selection or intervention. This innovative approach enables the model to discover subtle patterns that traditional methods often overlook, including anomalies in equipment operation and the impact of environmental changes on grid performance. By automating feature extraction, it significantly reduces the labor costs and processing time, thereby enhancing the overall efficiency and effectiveness of data analysis.

4.1.2. Efficient Handling of Massive Data

As the scale of power grids continues to expand, the volume of data generated grows exponentially, presenting significant challenges for traditional data-processing methods. However, AI’s distributed computing capabilities provide a powerful solution, allowing it to efficiently manage and analyze massive amounts of data. By leveraging advanced platforms such as cloud computing, AI can process data from a diverse array of sensors and devices in parallel, facilitating real-time analysis. This capability not only enhances the speed and efficiency of data processing but also ensures that the grid system remains operational under high load conditions. Consequently, it can monitor the grid status in real time, promptly identifying potential anomalies and faults, thereby improving the overall reliability and safety in power distribution.

4.1.3. Self-Learning and Adaptability

AI systems possess remarkable adaptive capabilities, enabling them to automatically adjust to new data and changes in their operating environment. Through continuous learning processes, these models can progressively enhance their detection performance over time, becoming more accurate and efficient. For example, when there are shifts in the grid equipment or variations in the operational patterns, AI can seamlessly update its internal parameters to maintain optimal performance. This self-learning ability not only allows AI to keep pace with the constantly evolving power environment but also reduces the need for frequent manual intervention, ultimately enhancing the reliability and responsiveness of the system in real-world applications.

4.2. Limitations

4.2.1. Data Quality Dependency

In power grid data analysis, the performance of artificial intelligence models heavily relies on the quality of input data. Although power grid systems generate large volumes of data, these data are often affected by noise, missing values, and erroneous labels. For example, sensors may record inaccurate data due to environmental interference, leading the model to mistakenly identify normal states as anomalies, which can trigger unnecessary alarms. Therefore, ensuring the accuracy, completeness, and timely updating of power grid data is crucial. Only with high-quality data can AI technology genuinely enhance the safety and reliability of the power grid, ensuring its efficient operation.

4.2.2. Model Generalization Ability

The operating environment and conditions of power grids are complex and continually evolving, with significant variations across different regions and seasons. Models typically rely on specific historical data during the training process. If a model cannot generalize effectively to new operating conditions and environments, its ability to detect and localize faults will be limited. Furthermore, there may be new types of anomalies and faults that have not occurred or are rarely present in historical data, complicating the model’s capacity to identify and manage these emerging issues effectively.

4.2.3. Lack of Interpretability

Many AI algorithms, particularly deep learning models, face a significant lack of interpretability. This means that when the model detects anomalies and faults, it cannot clearly articulate the reasons behind its decisions or provide a transparent rationale. In power system applications, this lack of clarity is especially concerning, as operators need to understand the decision-making process of the model in order to respond quickly and effectively in emergency situations. Without interpretability, decision makers may struggle to trust the model’s predictions, which ultimately hinders the practical application and overall effectiveness of AI solutions in grid infrastructure.

5. Future Research Directions

5.1. Advanced Models

With the rapid development in the fields of deep learning and machine learning, it is expected that the new generation of models will fully leverage more complex structures such as convolutional neural networks or attention mechanisms to capture the characteristics of power grid data more accurately and finely. The use of complex models is anticipated to enhance the understanding of abnormal and fault data, providing more precise tools for power grid data anomaly analysis detection and fault localization. However, balancing the complexity of the models with computational efficiency and addressing the challenges of handling large-scale data will be important issues that future research needs to address.

5.2. Transfer Learning and Few-Shot Learning

Implementing transfer learning and few-shot learning techniques can enable models to quickly adapt to new power grid data. Transfer learning [65,66] aims to improve the learning performance on the target domain via reusing the knowledge learned from source domains. Through transfer learning, models can leverage knowledge and features learned in one domain to accelerate the learning process in another, thereby reducing the reliance on large amounts of labeled data and improving the model’s generalization and adaptability. Few-shot learning focuses on situations where labeled data are scarce, effectively utilizing limited data for model training and optimization, thus maximizing the value of the data and achieving rapid adaptation and effective utilization of new datasets. The application of these technologies helps to enhance the model’s generalization ability in the power grid, providing stronger support for anomaly analysis detection and fault localization in power grid data.

5.3. Federated Learning

As machine learning technology continues to advance, federated learning, as an emerging distributed machine learning method, is expected to play a greater role in the detection of anomalies and fault location in power grid data. One of the core advantages of federated learning is its ability to perform data analysis while protecting data privacy. With the strengthening of data security regulations, federated learning will provide power grid companies with a secure platform for data sharing and analysis, enabling the detection and location of power grid anomalies without leaking user data. In the future, federated learning may be combined with other field technologies, such as the Internet of Things (IoT) and big data analysis, to form a more comprehensive smart grid management system. This will help achieve more comprehensive monitoring and faster responses.

5.4. Multi-Source Data Integration

The future prospects of multi-source data integration in anomaly analysis, detection, and fault location in power grids are promising. With the development of smart sensors, smart meters, and IoT technologies, the grid will be able to collect real-time data from various sources, including equipment status, weather information, user behavior, and historical fault records. This comprehensive data integration will enable more accurate anomaly analysis and detection, leveraging deep learning algorithms to analyze multidimensional data for rapid fault localization. Additionally, with the self-learning capabilities of artificial intelligence, the system can continually optimize its models, proactively identify risks, and recommend maintenance actions. The integrated data will also support real-time decision making, helping grid operators respond quickly to anomalies and reduce fault recovery time. Furthermore, by incorporating user data, power grid management will become more intelligent, enhancing the resource utilization efficiency and achieving sustainable development.

6. Conclusions

In recent years, the national requirements for the safety and stability of power grids have been increasing, making anomaly analysis, detection, and fault location particularly important. The timely detection of anomalies and prevention of faults have become key research focuses. The research on anomaly detection and fault localization in power grid data is continuously evolving. Traditional methods often require substantial manpower and have certain limitations. In the context of rapid technological development, the rise of AI has introduced new possibilities for anomaly analysis, detection, and fault location in power grids, significantly improving the accuracy and efficiency through AI methods. We comprehensively discuss anomaly detection and fault localization in power grid data by integrating traditional methods and deep learning approaches. By deeply analyzing the advantages and challenges of AI in this field and providing a profound outlook on future research directions, the paper aims to give readers a more comprehensive understanding of the topic. Additionally, this paper seeks to provide valuable references and insights for future research, encouraging more breakthroughs in this field.

Funding

This work is partially supported by the Research on Key Technologies for Operation and Monitoring of the New Generation Control System for Power Grid Objects, Science and Technology Information Project of Guodian Nanrui Nanjing Control System Co., Ltd. in 2023 (No. 2023h581).

Conflicts of Interest

Authors Shiming Sun, Yuanhe Tang and Tong Tai were employed by Nari Group Corporation (State Grid Electric Power Research Institute). Author Xueyun Wei was employed by State Grid Jiangsu Electric Power Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Li, Y.; Chen, H.; Shi, J.; Chen, L.; Hu, Z.; Wu, X. Rapid Detection Method for Short-Circuit Faults Based on the Sum of Squares of Three-Phase Currents Ratio. Power Syst. Prot. Control 2020, 48, 111–119. [Google Scholar]
  2. Ban, X.; Ning, S.; Xu, Z. Novel method for the evaluation of data quality based on fuzzy control. J. Syst. Eng. Electron. 2008, 19, 606–610. [Google Scholar]
  3. Huang, Y.; Cheng, F. Automatic Data Quality Evaluation for the AVM System. IEEE Trans. Semicond. Manuf. 2011, 24, 445–454. [Google Scholar] [CrossRef]
  4. Rezapour, H.; Jamali, S.; Bahmanyar, A. Review on artificial intelligence-based fault location methods in power distribution networks. Energies 2023, 16, 4636. [Google Scholar] [CrossRef]
  5. Hinton, G.E.; Osindero, S.; The, Y.W. A fast learning algorithm for deep belief nets. Neural Comput. 2006, 18, 1527–1554. [Google Scholar] [CrossRef] [PubMed]
  6. Qin, H.; Gong, R.; Liu, X.; Shen, M.; Wei, Z.; Yu, F.; Song, J. Forward and Backward Information Retention for Accurate Binary Neural Networks. In Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 14–19 June 2020; pp. 2247–2256. [Google Scholar]
  7. Amodei, D.; Ananthanarayanan, S.; Anubhai, R.; Bai, J.; Battenberg, E.; Case, C.; Casper, J.; Catanzaro, B.; Cheng, Q.; Chen, G.; et al. Deep speech 2: End-to-end speech recognition in english and mandarin. In Proceedings of the International Conference on Machine Learning, PMLR, New York, NY, USA, 19–24 June 2016; pp. 173–182. [Google Scholar]
  8. Tom, Y.; Devamanyu, H.; Soujanya, P.; Erik, C. Recent trends in deep learning based natural language processing. IEEE Comput. Intell. Mag. 2018, 13, 55–75. [Google Scholar]
  9. Rodriguez, A.; Laio, A. Clustering by fast search and find of density peaks. Science 2014, 344, 1492–1496. [Google Scholar] [CrossRef] [PubMed]
  10. Wang, M.; Min, F.; Zhang, Z.; Wu, Y. Active learning through density clustering. Expert Syst. Appl. 2017, 85, 305–317. [Google Scholar] [CrossRef]
  11. Lu, C.; Ye, F.; Zhao, L. Power Big Data Anomaly Detection Algorithm Based on Density Peak Clustering. Sci. Technol. Eng. 2020, 20, 654–658. [Google Scholar]
  12. Wu, R.; Zhang, A.; Tian, X.; Zhang, T. Power Data Anomaly Detection Algorithm Based on Improved K-means. J. East China Norm. Univ. (Nat. Sci. Ed.) 2020, 04, 79–87. [Google Scholar]
  13. Wang, P.; Xie, X. Power Data Anomaly Detection Method Based on Improved FCM Algorithm. Electron. Des. Eng. 2023, 31, 33–37. [Google Scholar]
  14. Li, Q. Power Big Data Anomaly Detection Method Based on Improved PSO-PFCM Clustering Algorithm. Power Syst. Prot. Control 2021, 49, 161–166. [Google Scholar]
  15. Gao, S.; Li, C. An Improved Spectral Clustering Algorithm for Power Data Anomaly Detection. Comput. Simul. 2019, 36, 239–242+304. [Google Scholar]
  16. Niu, G.; Wang, L.; Tan, L.; Mao, T.; Gao, Y. Design of Power Data Anomaly Detection Method Based on Isolation Forest Algorithm. Autom. Instrum. 2023, 08, 52–55. [Google Scholar]
  17. Li, X.; Gao, X.; Yan, B.; Chen, C.; Chen, B.; Li, J.; Xu, J. Anomaly Detection Method for Power Dispatch Flow Data Based on Isolation Forest Algorithm. Power Grid Technol. 2019, 43, 1447–1456. [Google Scholar]
  18. Luo, S.; Luan, L.; Cui, Y.; Chai, X.; Wang, Z.; Kong, Y. An attribute associated isolation forest algorithm for detecting anomalous electro-data. In Proceedings of the 2019 Chinese Control Conference (CCC), Guangzhou, China, 27–30 July 2019; pp. 3788–3792. [Google Scholar]
  19. Mao, W.; Cao, X.; Zhou, Q.; Yan, T.; Zhang, Y. Anomaly detection for power consumption data based on isolated forest. In Proceedings of the 2018 International Conference on Power System Technology (POWERCON), Guangzhou, China, 6–8 November 2018; pp. 4169–4174. [Google Scholar]
  20. Li, H. Research on User-Side Data Anomaly Detection Method Based on Power Big Data. Microcomput. Appl. 2023, 39, 229–231. [Google Scholar]
  21. Liu, Z. Power System Dispatch Data Anomaly Detection Method Based on Support Vector Machine. Autom. Technol. Appl. 2023, 42, 24–27+37. [Google Scholar]
  22. Yu, J.; Liu, W.; Li, Y.; Zhang, B.; Yao, W. Anomaly Detection of Power Big Data Based on Improved Support Vector Machine. In Proceedings of the 2022 4th International Academic Exchange Conference on Science and Technology Innovation (IAECST), Guangzhou, China, 9–11 December 2022; pp. 102–105. [Google Scholar]
  23. Sunyaev, A.; Sunyaev, A. Cloud computing. In Internet Computing: Principles of Distributed Systems and Emerging Internet-Based Technologies; Springer: Cham, Switzerland, 2020; Volume 8, pp. 195–236. [Google Scholar]
  24. Shi, Y.; Luo, Z.; Hu, J.; Wei, T. Rapid Detection Algorithm for Power Operation Big Data Anomalies Based on Cloud Computing. Electron. Des. Eng. 2020, 28, 43–46+51. [Google Scholar]
  25. Lu, J.; Liu, X.; Li, H. Anomaly detection method of power dispatching data based on cloud computing platform. In Proceedings of the 2020 International Conference on Big Data & Artificial Intelligence & Software Engineering (ICBASE), Bangkok, Thailand, 30 October 2020–1 November 2020; pp. 23–26. [Google Scholar]
  26. Shafiullah, M.; Abido, M.A.; Abdel-Fattah, T. Distribution Grids Fault Location Employing ST Based Optimized Machine Learning Approach. Energies 2018, 11, 2328. [Google Scholar] [CrossRef]
  27. Mu, L.; Han, H.; Jiang, B.; Guo, W. Microgrid protection based on principle of fault location. IEEE Trans. Electr. Electron. Eng. 2016, 11, 30–35. [Google Scholar] [CrossRef]
  28. Mrabet, Z.E.; Sugunaraj, N.; Ranganathan, P.; Abhyankar, S. Random forest regressor-based approach for detecting fault location and duration in power systems. Sensors 2022, 22, 458. [Google Scholar] [CrossRef] [PubMed]
  29. Guo, N.; Yang, F.; Qin, J.; Chen, X. Power Grid Fault Location Method Based on Genetic Algorithm and Signal Spectrum Analysis. Power Syst. Autom. 2016, 40, 79–85. [Google Scholar]
  30. Galvez, C.; Abur, A. Fault location in power networks using a sparse set of digital fault recorders. IEEE Trans. Smart Grid 2022, 13, 3468–3480. [Google Scholar] [CrossRef]
  31. Caporuscio, M.; Dupuis, A.; Löwe, W. Data-Driven Ground-Fault Location Method in Distribution Power System With Distributed Generation. arXiv 2024, arXiv:2402.14894. [Google Scholar]
  32. Mohammadi, R.; Ghotbi-Maleki, M.; Ghaffarzadeh, A. Wide-Area Fault Location in Transmission Power System Considering Measurement Uncertainty. IEEE Access 2024, 33, 56–67. [Google Scholar] [CrossRef]
  33. Hassani, H.; Razavi-Far, R.; Saif, M.; Zarei, J.; Blaabjerg, F. Intelligent decision support and fusion models for fault detection and location in power grids. IEEE Trans. Emerg. Top. Comput. Intell. 2021, 6, 530–543. [Google Scholar] [CrossRef]
  34. Yang, H.; Guo, Y.; Liu, X. Fault Section Location of Active Distribution Network based on Wolf Pack and Differential Evolution Algorithms. Int. J. Perform. Eng. 2020, 16, 143–151. [Google Scholar] [CrossRef]
  35. Zou, J. Power System Fault Location Method Based on Weighted Least Squares Estimation. Wirel. Internet Technol. 2023, 20, 120–122. [Google Scholar]
  36. Li, Z.; Liu, F.; Yang, W.; Peng, S.; Zhou, J. A survey of convolutional neural networks: Analysis, applications, and prospects. IEEE Trans. Neural Netw. Learn. Syst. 2021, 33, 6999–7019. [Google Scholar] [CrossRef]
  37. Zhou, F.; Jin, L.; Dong, J. A Comprehensive Review of Convolutional Neural Networks. Chin. J. Comput. 2017, 40, 1229–1251. [Google Scholar]
  38. Danilczyk, W.; Sun, Y.L.; He, H. Smart grid anomaly detection using a deep learning digital twin. In Proceedings of the 2020 52nd North American Power Symposium (NAPS), Tempe, AZ, USA, 11–13 April 2021; pp. 1–6. [Google Scholar]
  39. Huang, W.; Liang, L.; Zhao, X.; Zhang, H.; Lin, Q.; Feng, Q.; Li, H.; Cao, S. Electricity Anomaly Detection with Self-Supervised Time Convolutional Networks. In Proceedings of the 2023 3rd International Conference on Electrical Engineering and Mechatronics Technology (ICEEMT), Nanjing, China, 21–23 July 2023; pp. 733–736. [Google Scholar]
  40. Sze, V.; Chen, Y.H.; Yang, T.J.; Emer, J.S. Efficient processing of deep neural networks: A tutorial and survey. Proc. IEEE 2017, 105, 2295–2329. [Google Scholar] [CrossRef]
  41. Chang, R.; Xu, M. Power Data Anomaly Detection Based on Improved K-Means and DNN Algorithms. J. Nanjing Univ. Sci. Technol. 2023, 47, 790–796+858. [Google Scholar]
  42. Siniosoglou, I.; Efstathopoulos, G.; Pliatsios, D.; Moscholios, I.D.; Sarigiannidis, A.; Sakellari, G.; Loukas, G.; Sarigiannidis, P. An industrial honeypot implementation based on deep neural networks. In Proceedings of the 2020 IEEE Symposium on Computers and Communications (ISCC), Rennes, France, 7–10 July 2020; pp. 1–7. [Google Scholar]
  43. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
  44. Zhang, B.; Wang, G.; Xie, F.; Sun, D.; Yang, Q. Research on Power Data Anomaly Detection Based on Deep Neural Networks. Microcontroller Embed. Syst. Appl. 2023, 23, 36–39. [Google Scholar]
  45. Wu, G. Research on Electricity Data Anomaly Detection Algorithm Based on Data Intrinsic Characteristics and LSTM. Wirel. Internet Technol. 2019, 16, 96–99+112. [Google Scholar]
  46. Guha, D.; Chatterjee, R.; Sikdar, B. Anomaly Detection Using LSTM-Based Variational Autoencoder in Unsupervised Data in Power Grid. IEEE Syst. J. 2023, 10, 120–131. [Google Scholar] [CrossRef]
  47. Parsai, S.; Mahajan, S. Anomaly detection using long short-term memory. In Proceedings of the 2020 International Conference on Electronics and Sustainable Communication Systems (ICESC), Coimbatore, India, 2–4 July; 2020; pp. 333–337. [Google Scholar]
  48. Zhou, M.; Musilek, P. Real-time anomaly detection in distribution grids using long short term memory network. In Proceedings of the 2021 IEEE Electrical Power and Energy Conference (EPEC), Toronto, ON, Canada, 22–31 October 2021; pp. 208–213. [Google Scholar]
  49. Scholar, R. Optimizing Anomaly Detection in Smart Grids with Modified FDA and Dilated GRU-Based Adaptive Residual RNN. 2024. Available online: https://assets-eu.researchsquare.com/files/rs-3869400/v1_covered_a35420f4-c40d-49b6-86bc-255b083a2f97.pdf (accessed on 25 January 2024).
  50. Zheng, F.; Li, S.; Guo, Z.; Wu, B.; Tian, S.; Pan, M. Anomaly detection in smart grid based on encoder-decoder framework with recurrent neural network. J. China Univ. Posts Telecommun. 2017, 24, 67–73. [Google Scholar]
  51. Patel, V.; Ghosh, S.; Chakrabarti, S.; Sharma, A.; Pannala, S. Neural Network Based Fault Location in Power Distribution System. In Proceedings of the 2023 IEEE PES Innovative Smart Grid Technologies-Asia (ISGT Asia), Auckland, New Zealand, 21–24 November 2023; pp. 1–6. [Google Scholar]
  52. Shi, X.; Xu, Y. A Fault Location Method for Distribution System Based on One-Dimensional Convolutional Neural Network. In Proceedings of the 2021 IEEE International Conference on Power, Intelligent Computing and Systems (ICPICS), Shenyang, China, 29–31 July 2021; pp. 333–337. [Google Scholar]
  53. Yu, Y.; Li, M.; Ji, T.; Wu, Q.H. Fault Location in Distribution System Using Convolutional Neural Network Based on Domain Transformation. CSEE J. Power Energy Syst. 2021, 7, 472–484. [Google Scholar]
  54. Ghorbani, A.; Mehrjerdi, H. Negative-sequence network based fault location scheme for double-circuit multi-terminal transmission lines. IEEE Trans. Power Deliv. 2019, 34, 1109–1117. [Google Scholar] [CrossRef]
  55. Sapountzoglou, N.; Lago, J.; De Schutter, B.; Raison, B. A Generalizable and Sensor-Independent Deep Learning Method for Fault Detection and Location in Low-Voltage Distribution Grids. Appl. Energy 2020, 276, 115299–115320. [Google Scholar] [CrossRef]
  56. Luo, G.; Tan, Y.; Yao, C.; Liu, Y.; He, J. Deep learning-based fault location of DC distribution networks. J. Eng. 2019, 2019, 3301–3305. [Google Scholar]
  57. Zhang, C.; Guo, Y.; Li, M. Overview of the Development and Application of Artificial Neural Network Models. Comput. Eng. Appl. 2021, 57, 57–69. [Google Scholar]
  58. Dashtdar, M.; Dashti, R.; Shaker, H.R. Distribution Network Fault Section Identification and Fault Location Using Artificial Neural Network. In Proceedings of the 2018 5th International Conference on Electrical and Electronic Engineering (ICEEE), Istanbul, Turkey, 3–5 May 2018; pp. 273–278. [Google Scholar]
  59. Barra, P.H.A.; Pessoa, A.L.D.S.; Menezes, T.S.; Santos, G.G.; Coury, D.V.; Oleskovicz, M. Fault Location in Radial Distribution Networks Using ANN and Superimposed Components. In Proceedings of the 2019 IEEE PES Innovative Smart Grid Technologies Conference-Latin America (ISGT Latin America), Gramado, Brazil, 15–18 September 2019; pp. 1–6. [Google Scholar]
  60. Usman, M.U.; Ospina, J.; Faruque, M.O. Fault Classification and Location Identification in a Smart Distribution Network Using ANN. In Proceedings of the 2018 IEEE Power & Energy Society General Meeting (PESGM), Portland, OR, USA, 5–10 August 2018; pp. 1–6. [Google Scholar]
  61. Han, N.; Zou, H.; Yu, S. Research on Distribution Network Fault Location Based on Traditional BP Neural Network and Cloud Genetic Optimization Neural Network. J. Electr. Power 2018, 33, 116–122+133. [Google Scholar]
  62. Li, K.; He, J.; Cao, L.; Yang, F.; Zhou, S. Application of Optimized BP Neural Network in Distribution Network Fault Location. Electr. Eng. 2019, 11, 1–13. [Google Scholar]
  63. Xu, B.; Cen, K.; Huang, J.; Shen, H.; Cheng, X. A Survey of Graph Convolutional Neural Networks. J. Comput. Sci. 2020, 43, 755–780. [Google Scholar]
  64. Chen, K.; Hu, J.; Zhang, Y.; Yu, Z.; He, J. Fault location in power distribution systems via deep graph convolutional networks. IEEE J. Sel. Areas Commun. 2019, 38, 119–131. [Google Scholar] [CrossRef]
  65. Wu, D.; Wang, B.; Precup, D.; Boulet, B. Boosting based multiple kernel learning2 and transfer regression for electricity load forecasting. In Proceedings of the Machine Learning and Knowledge Discovery in Databases: European Conference, ECML PKDD 2017, Skopje, Macedonia, 18–22 September 2017; pp. 39–51. [Google Scholar]
  66. Wu, D.; Wang, B.; Precup, D.; Boulet, B. Multiple kernel learning-based transfer regression for electric load forecasting. IEEE Trans. Smart Grid 2019, 11, 1183–1192. [Google Scholar] [CrossRef]
Figure 1. Power system structure.
Figure 1. Power system structure.
Energies 17 03747 g001
Figure 2. Framework of the proposed model.
Figure 2. Framework of the proposed model.
Energies 17 03747 g002
Figure 3. Framework to locate fault.
Figure 3. Framework to locate fault.
Energies 17 03747 g003
Table 1. Algorithm accuracy.
Table 1. Algorithm accuracy.
AlgorithmAccuracy (%)↑
Spectral clustering [15]86.50
K-means [15]87.55
Mini-batch K-means [15]88.50
Improved algorithm [15]92.50
Table 2. Comparison results.
Table 2. Comparison results.
MethodTraditional Multi-Domain Feature Extraction [22]Traditional Clustering Algorithm [22]Improved SVM [22]
Abnormal difference value↓1.251.030.67
Location response time(s)↓2.122.351.03
Dynamic precision ratio↓4.305.202.10
Missing report rate (%)↓7.1510.312.04
Table 3. Comparison between traditional methods and deep learning.
Table 3. Comparison between traditional methods and deep learning.
MethodAdvantagesDisadvantages
Traditional methodsStrong interpretability, relatively low computational costDifficult to handle large-scale data
Deep learning methodsStrong learning ability, capable of handling large-scale dataHigh data and computational resource requirements with lower interpretability
Table 4. Comparison and analysis of test results.
Table 4. Comparison and analysis of test results.
AlgorithmSVM [39]CNN [39]RNN [39]Ours-Sup [39]
Recall↑0.6330.8380.8360.908
AUC↑0.6330.8030.8110.889
F1-Score↑0.6630.7810.8290.901
Accuracy (%)↑69.8073.3082.4089.60
Table 5. Comparison of different methods.
Table 5. Comparison of different methods.
MethodTraditional CNN [53]BPNN [53]LSTM [53]SIG-CNN [53]
MAPE↓0.880%1.750%1.120%0.780%
RMSE↓0.23710.36010.28330.1725
Accuracy↑99.91%98.74%99.75%99.99%
Table 6. Fault location accuracies of different approaches.
Table 6. Fault location accuracies of different approaches.
ModelPCA + SVM [64]PCA + RF [64]FCNN [64]GCN [64]
Accuracy(%)↑94.6094.6084.6499.26
One-hop accuracy(%)↑98.3199.2896.3899.93
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

Sun, S.; Tang, Y.; Tai, T.; Wei, X.; Fang, W. A Review on the Application of Artificial Intelligence in Anomaly Analysis Detection and Fault Location in Grid Indicator Calculation Data. Energies 2024, 17, 3747. https://doi.org/10.3390/en17153747

AMA Style

Sun S, Tang Y, Tai T, Wei X, Fang W. A Review on the Application of Artificial Intelligence in Anomaly Analysis Detection and Fault Location in Grid Indicator Calculation Data. Energies. 2024; 17(15):3747. https://doi.org/10.3390/en17153747

Chicago/Turabian Style

Sun, Shiming, Yuanhe Tang, Tong Tai, Xueyun Wei, and Wei Fang. 2024. "A Review on the Application of Artificial Intelligence in Anomaly Analysis Detection and Fault Location in Grid Indicator Calculation Data" Energies 17, no. 15: 3747. https://doi.org/10.3390/en17153747

APA Style

Sun, S., Tang, Y., Tai, T., Wei, X., & Fang, W. (2024). A Review on the Application of Artificial Intelligence in Anomaly Analysis Detection and Fault Location in Grid Indicator Calculation Data. Energies, 17(15), 3747. https://doi.org/10.3390/en17153747

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop