Next Article in Journal
Knowledge Development Trajectory of the Internet of Vehicles Domain Based on Main Path Analysis
Previous Article in Journal
Systematic and Comprehensive Review of Clustering and Multi-Target Tracking Techniques for LiDAR Point Clouds in Autonomous Driving Applications
Previous Article in Special Issue
Optimized EWT-Seq2Seq-LSTM with Attention Mechanism to Insulators Fault Prediction
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Group Method of Data Handling Using Christiano–Fitzgerald Random Walk Filter for Insulator Fault Prediction

by
Stefano Frizzo Stefenon
1,2,*,
Laio Oriel Seman
3,
Nemesio Fava Sopelsa Neto
4,
Luiz Henrique Meyer
4,
Viviana Cocco Mariani
5,6 and
Leandro dos Santos Coelho
6,7
1
Digital Industry Center, Fondazione Bruno Kessler, 38123 Trento, Italy
2
Department of Mathematics, Computer Science and Physics, University of Udine, 33100 Udine, Italy
3
Graduate Program in Applied Computer Science, University of Vale do Itajai, Itajai 88302-901, SC, Brazil
4
Electrical Engineering Graduate Program, Regional University of Blumenau, Blumenau 89030-000, SC, Brazil
5
Mechanical Engineering Graduate Program, Pontifical Catholic University of Parana, Curitiba 80215-901, PR, Brazil
6
Department of Electrical Engineering, Federal University of Parana, Curitiba 81530-000, PR, Brazil
7
Industrial and Systems Engineering Graduate Program, Pontifical Catholic University of Parana, Curitiba 80215-901, PR, Brazil
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(13), 6118; https://doi.org/10.3390/s23136118
Submission received: 5 June 2023 / Revised: 26 June 2023 / Accepted: 30 June 2023 / Published: 3 July 2023
(This article belongs to the Special Issue Sensors for Measurements and Diagnostic in Electrical Power Systems)

Abstract

:
Disruptive failures threaten the reliability of electric supply in power branches, often indicated by the rise of leakage current in distribution insulators. This paper presents a novel, hybrid method for fault prediction based on the time series of the leakage current of contaminated insulators. In a controlled high-voltage laboratory simulation, 15 kV-class insulators from an electrical power distribution network were exposed to increasing contamination in a salt chamber. The leakage current was recorded over 28 h of effective exposure, culminating in a flashover in all considered insulators. This flashover event served as the prediction mark that this paper proposes to evaluate. The proposed method applies the Christiano–Fitzgerald random walk (CFRW) filter for trend decomposition and the group data-handling (GMDH) method for time series prediction. The CFRW filter, with its versatility, proved to be more effective than the seasonal decomposition using moving averages in reducing non-linearities. The CFRW-GMDH method, with a root-mean-squared error of 3.44 × 10 12 , outperformed both the standard GMDH and long short-term memory models in fault prediction. This superior performance suggested that the CFRW-GMDH method is a promising tool for predicting faults in power grid insulators based on leakage current data. This approach can provide power utilities with a reliable tool for monitoring insulator health and predicting failures, thereby enhancing the reliability of the power supply.

1. Introduction

Power grid insulators are responsible for the mechanical support and electrical insulation of the conductors in low-/medium-/high-voltage overhead networks [1]. Since they are exposed to the environment and eventually adverse weather conditions, insulators must withstand the mechanical and electrical stresses and the environmental ones [2]. The external factors present in each application need to be considered when choosing the type of insulation to be applied depending on the environment, as these interactions can compromise the network’s proper performance and the insulator’s life [3].
The contamination of the insulator surface, associated with bad environmental conditions, can lead to a more-conductive surface, beginning by increasing the chance of partial discharges and rising leakage currents occurring, which can result in flashover [4]. Contamination is a present problem in places close to industries, agricultural farming, mining, seaside areas, or unpaved roads, where the incidence of rainfall is not enough to clean the surface of the insulator [5]. Therefore, in more critical locations, such as coastal regions, preventive cleaning of the insulators is necessary to reduce insulation faults in the electrical power systems [6].
For this matter, the significance of this study lied in its focus on leakage current, a key indicator of insulator contamination [7]. By monitoring this effect, we can predict failures in the electrical power network [8]. This paper proposes a novel approach to this issue: a hybrid model that combines the group method of data handling (GMDH) with the Christiano–Fitzgerald random walk (CFRW) filter for predicting the increase in leakage current. This method was compared to the long short-term memory (LSTM) model, and the CFRW was evaluated against the seasonal decomposition using moving averages (SDMA).
The main contributions of this research are:
  • The application of the Christiano–Fitzgerald random walk filter for noise mitigation in the context of power grid insulator contamination.
  • The group method of data handling has shown less time needed for training and superior performance to the LSTM.
  • The development of a hybrid method for time-series-based failure prediction, focusing on evaluating the increasing trend of leakage current.
The remainder of this paper is structured as follows: Section 2 presents related works regarding time series forecasting. Section 3 covers the description of the problem and the performed laboratory analysis. In Section 4, the proposed method is presented, and the results are evaluated in Section 5. Section 6 draws a conclusion and discusses future research directions.

2. Related Works

Given the need to keep the electric power system running, techniques for the maintenance and prediction of insulator failure are employed by electric power utilities [9]. One of the most-common techniques is visual inspection, which can be further improved using thermographic cameras [10], ultraviolet light detectors [11], ultrasound signals [12], radio interference, acoustic techniques [13], unmanned aerial vehicles [14], and leakage current techniques [15]. The maintenance is carried out by field technicians, which, when detecting possible defective insulators, perform the cleaning or the replacement of the insulator [16].
According to Yang et al. [17], image processing, especially based on deep architecture, is becoming popular. Additionally, image preprocessing is a way to improve the classifier models [18]. The use of artificial-intelligence (AI)-based methods is a promising alternative for power system monitoring and can even be applied to assess the level of contamination of the power grids.
Salem et al. [19] presented a work where the flashover voltage of a porcelain insulator was investigated concerning the density of the salt deposit. Besides AI applications, the performance of insulators has been explored by using advanced methods such as the finite element method, as presented by Ahmed et al. [20] for the evaluation of polluted environments for polymeric insulators and by Stefenon et al. [21] for the design of insulators.
In the paper of Salem et al. [22], the support vector machine was employed to forecast the deterioration of the room-temperature vulcanized coatings on contaminated glass insulators. Time series forecasting has been applied in several fields, for issues related to financial [23], security [24], energy price [25], traffic flow [26], and epidemiology [27], among others. Considering that leakage current is a strong indication that flashovers may occur, evaluating its evolution concerning time series analysis is a promising alternative and will be the focus of this paper.
Choosing the appropriate model to perform the prediction is a difficult task, where deep-learning-based models may have a superior ability to handle non-linear data and shallow models typically have lower computational effort and can have acceptable prediction results [28]. Combined structures such as the adaptive neuro-fuzzy inference system (ANFIS) have the smoothness of fuzzy systems and the adaptive characteristic of neural nets [29]; therefore, these are also an alternative in this context.
For time series forecasting, LSTM has been increasingly applied. LSTMs overcome the vanishing gradient problem by incorporating a memory cell and several gating mechanisms. The memory cell allows the network to retain information over long sequences, and the gating mechanisms control the information flow in and out of the cell [30]. Due to this characteristic, this model is promising for predicting failures, being applied in benchmarks along with ensemble learning models, ANFIS, and the GMDH [31].
According to Branco et al. [32], using filters for denoising is necessary when the considered signal has high non-linearities. In their work, the wavelet transform was combined with LSTM for fault forecasting considering the number of alarms of the distribution power branches of an electric utility company. The results showed that, without the wavelet, the model could not predict the variation of the faults over time with an acceptable error.
The ensemble learning models have been explored due to their high efficiency; several architectures based on this approach have been used for time series forecasting, such as the cooperative [33], stacking [34], heterogeneous [35], bagging [36], boosting [37], random subspace [38], and random forest [39] ensemble learning models. The advantage of this approach is the combination of simpler models to build a stronger model [40], which has a high predictive ability and can be more efficient than models based on deep learning.
The GMDH is a promising approach for time series fault forecasting; due to its adaptive features, it can use an optimized structure defining the neurons during the training, excluding the neurons when the worst predictions are achieved. Combining the GMDH with noise-reducing methods such as the wavelet transform may improve the network, outperforming well-established models such as LSTM and ANFIS [41]. Due to the advantages of applying filters for noise reduction in time series, several authors have explored hybrid methods that combine filters with prediction models.
A Hodrick–Prescott (HP) filter-based modeling, which identified repeated high and low structural characteristics around a given carbon price, was proposed by Qin et al. [42], overcoming the parallel series hybridization obstacle with respect to identifying linear and non-linear models. The work presented by Klarl [43] using a continuous regression method found that the elasticity of emissions to the gross domestic product (GDP) was not constant over time, regardless of the filtering technique employed, such as the HP, the Christiano–Fitzgerald, the Baxter–King, or the Butterworth filters. Environmental policy instruments that do not prove to be suboptimal must consider this asymmetric emissions response due to variations in the GDP.
For the long-term seasonal component (LTSC), the models based on wavelet are suitable to extract the LTSC of a series of values and are more accurate for predicting values up to one year ahead, but are highly complex models. To improve the forecasting technique, the HP filter was proposed in the paper of Weron and Zator [44], to identify the LTSC in the price of electricity. Extended multi-reservoir echo state network models were proposed with the HP filter for time series forecasting by Li, Liu, and Tanaka [45]. The HP filter was applied recursively to decompose the time series data into several trend and cycle components.
Dutra, Dias, and Teixeira [46] identified the most-suitable way to detect financial cycles, such as the gross domestic product (GDP) by analyzing four financial variables: credit, real estate prices, stock prices, and interest rates. The Christiano–Fitzgerald filter is applied to estimate the cycles from the time series. Some recommendation systems have attempted to capture the complexity of interactions between user and item resources to obtain reliable recommendations. Lee and Kim [47] proposed a recommendation system using the external feature product matrix and cross-convolutional filters, alleviating the overfitting problem.
Apaydin et al. [48] investigated the application of seasonal trend decomposition based on loess (STL) and attribute selection preprocessing methods in forecasting monthly river flows. The hybrid models recorded higher accuracy than other independent models even without preprocessing. Tebong et al. [49] used deep learning models to create ensembles. STL decomposition decomposed reservoir inflows and precipitation into random, seasonal, and trend components. The ensemble models were evaluated using decomposed data of daily inflows and precipitation from a reservoir, with the multivariate STL-dense model being the best.
In the study of Qin, Li, and Li [50], two hybrid approaches that combine STL with the echo state network enhanced by the grasshopper optimization method and adaptive reinforcement model were proposed to predict the flow of passengers in China per month. The results showed that, by using STL, higher accuracy was obtained compared to other prediction methods. According to the authors mentioned so far, filters for pre-processing are a promising approach in time series analysis, and it was explored in this paper.
Everything considered, in the context of power grid insulators, leakage current, a strong indicator of potential flashovers, is a promising focus for time series analysis. However, choosing the appropriate prediction model is challenging, with deep-learning-based and shallow models each having advantages [28].
This paper proposes a novel approach to this issue, combining the GMDH with the CFRW filter for predicting the increase in leakage current. This hybrid method is a promising alternative for time-series-based failure prediction, focusing on evaluating the increasing trend of leakage current, which is the issue to be analyzed.

3. Problem Description and Laboratory Analysis

When dry, the contamination layer deposited on the insulators is usually not highly conductive, although with moisture (rain, fog), its conductivity might increase [51]. Increasing the conductivity, partial discharges occur more often and have greater intensity, evolving to the formation of a leakage current [52], which could evolve until a complete breakdown, known as flashover [53]. Failure reduces reliability in the power grid, and it is challenging to identify insulators that have lost their insulating properties [54].
This contamination process and increased leakage current can take years to cause insulator failure [55]. This work accelerated this process to evaluate the insulator’s endurance to contamination. This section presents how the laboratory experiments, which originated the database that was used for training and testing the proposed model, were obtained, to allow the reproduction of the experiment for future comparisons.
To compose the database that were used in the present paper, tests were performed in the salt fog chamber (see Figure 1), in the high-voltage laboratory at the Regional University of Blumenau, Brazil. The salt fog chamber test consists of simulating the behavior of commercial insulators under controlled conditions. The insulators were exposed to the rated design voltage and salt fog in this test. The amount of salt in the water that was sprayed to generate the fog was controlled. During the test, there was a gradual increase in the amount of salt deposited on the surface of the insulator, until the dielectric breakdown occurred.
The salt fog chamber had dimensions of 2 m × 2 m × 2 m, with a variable voltage transformer and a power transformer of 15 kVA to perform the experiments. The chamber had four foggers, one in each upper corner, and a 1m-diameter metal ring connected to the transformer through a bushing, to apply voltage to the insulators to be tested. The insulators were connected to the central ring through a mooring system like those used for insulators in distribution lines. The step-up transformer, controlled by a variable-voltage transformer, raised the voltage, which was connected to the bushing in the chamber.
The complete experiment was conducted over 6 days, with intermittent exposure, totaling 28 h of effective exposure. The test started with a low concentration of salt, then gradually increased until it reached a very high concentration to contaminate the insulators to the point of causing a flashover. When the flashover occurred, the current tended to reach extremely high values, limited to 200 mA by a fuse, and the measurement was ended at the insulator to which the discharge occurred.
In this research, among six insulators of 15 kV, two had no dielectric breakdown; these could not be used, because the disruptive failure did not occur. Considering the samples with a flashover, the insulator that had the longest dielectric breakdown was used. From the total time of the effective exposure, the considered sample had the flashover after 18.62 h (67,040 s), and the variation of the leakage current measurement from this insulator is presented in Figure 2. Contamination accumulated on the surface of the insulator in a random and distributed manner, as occurs in the field; for this reason, there was a difference between the dielectric breakdown point of different insulators.

4. Methodology

This paper proposes a hybrid method based on combining the GMDH with the CFRW filter. The time series prediction was performed through the GMDH, and the CFRW filter was applied to reduce noise and unrepresentative variations. The proposed method, named CFRW-GMDH, will be explained in this section, as well as the methods that were compared to validate the proposed model.

4.1. Group Method of Data Handling

The GMDH is an inductive self-organizing iterative algorithm that utilizes polynomial models [56]. Its fundamental principle is to generate many models, assess each according to a specific criterion, and select the optimal model [57]. This operation involves incrementally adding layers of nodes, where each node represents a two-input function that is fit using a polynomial of a given degree, as depicted in Figure 3.
Only a layer’s top-performing results (depicted as white neurons in Figure 3) are passed on to the next. Neurons that yield less-accurate predictions (illustrated as green neurons in Figure 3) are eliminated in the process, thereby optimizing the structure. The optimization of the structure requires the specification of the maximum number of neurons and layers; these network hyperparameters will be evaluated in this paper.
Given a time series, the GMDH learns the relationships between the time lags and then automatically determines the optimal path. The GMDH’s mapping of the input and output variables constitutes a non-linear function, given by:
y ^ x 1 , , x n = a 0 + i = 1 n a i x i + i = 1 n j = 1 n a i j x i x j + + i = 1 n j = 1 n k = 1 n a i j k x i x j x k
where x i and x j denote the input variables and n is the number of considered samples.
The coefficients are estimated using a regression approach for the pair of input variables ( x i , x j ) as follows:
G x i , x j = a 0 + a 1 x i + a 2 x j + a 3 x i 2 + a 4 x j 2 + a x i x j .
in which y signifies the observed value, y ^ the predicted value, and w the result of the external criterion, which is given by:
w = n = 1 P ( y ^ n y n ) 2 n = 1 P ( y n ) 2 .
where P denotes the number of test sets. If w does not decrease with an earlier layer, it suggests that the model’s prediction error is not declining, thus terminating the model expansion and generating the results [58].
The coefficients in the polynomial function were computed via the least-squares error (LSE) method. This mathematical technique aims to minimize the sum of the squares of the residuals, thus reducing the difference between y and y ^ . The procedure of this fitting method is described as follows:
L S E = y ^ x 1 , , x n = G x i , x j e = n = 1 N ( y y ^ ) 2 d e d a k = 0 , k = 1 , 2 , 3 , 4 , 5 .
To streamline the analysis, the results are presented in matrix form:
a = ( X T X ) 1 X T y
where,
X = 1 x i 1 x j 1 x i 1 x j 1 x i 1 2 x j 1 2 1 x i 2 x j 2 x i 2 x j 2 x i 2 2 x j 2 2 1 x i 3 x j 3 x i 1 x j 2 x i 3 2 x j 3 2 1 x i n x j n x i n x j n x i n 2 x j n 2 .
Following this, the Christiano–Fitzgerald random walk and the seasonal decomposition using moving averages filters are explained.

4.2. Christiano–Fitzgerald Random Walk Filter

The CFRW filter is an econometric technique that offers a more-adaptable strategy for analyzing time series data, particularly in cases where variables exhibit stochastic trends or nonstationary behavior [59]. The method aims to approximate the trend constituent of a time series, especially when there is a need for more information regarding the actual characteristics of the underlying process [60].
The CFRW filter is applicable to any univariate time series, y t , that can be represented as a random walk. The random walk model assumes that the change in y t from one period to the next, y t y t 1 , is a random variable with a mean of zero [61]. A random walk process can be represented as:
y t = y t 1 + ε t
where ε t is a stochastic error term considered independent and identically distributed with zero mean and constant variance. Given a sample y t t = 1 T , the goal is to obtain an estimate ( y ^ t ) of the unobserved component of the time series (trend) [56].
This procedure involves projecting y t onto the space of d-step-ahead and d-step-behind linear predictions, where d is a bandwidth parameter that should be selected in advance [62]. The CFRW filter is a linear projection:
y ^ t = j = d d ω j y t + j
in which ω j are weights determined by the minimization problem and depend on d and the autocorrelation structure of y t . If y t is a random walk, then the weights ω j converge to those of an ideal low-pass filter as d  [43].

4.3. CFRW-GMDH Hybrid Method

Algorithm 1 presents the steps involved in the proposed CFRW-GMDH method, a hybrid approach combining the CFRW filter and the GMDH.
Algorithm 1: CFRW-GMDH Hybrid Method
Sensors 23 06118 i001
For comparative purposes, the SDMA filter was compared in this paper to the CFRW filter, and the SDMA method is explained in the following subsection.

4.4. Seasonal Decomposition using Moving Averages

The SDMA is a statistical technique for decomposing time series data into their trend, seasonal, and residual components, as well as seasonal trend decomposition based on locally estimated scatterplot smoothing (STL) [63], which aims to identify patterns and seasonality in the data and separate them from underlying trends or aleatory variations [64]. The trend component ( t t ) is given by applying a weighted moving average to the original signal, according to:
t t = i = 1 m w i y t m + i i = 1 m w i
where w 1 , w 2 , , w m are the weights defining the smoothing function and m is the length of the moving average window. The residual component ( r t ) is achieved by subtracting the trend from the original data, given by:
r t = y t t t .
The filter eliminates the high frequency, and the smoothed signal is subtracted from the original to have the residual component, corresponding to any high-frequency fluctuations left out of the moving average [65]. The seasonal component ( s t ) is calculated by averaging the residuals across a defined window, corresponding to the length of the seasonal cycle, as the following:
s t = i = t P + 1 t r i P
where P is the length of the seasonal cycle. Then, the decomposition is reconstructed by adding its components accordingly:
y t = t t + s t + r t .
In this paper, regarding the use of the filter, the prediction of the signal was performed with respect to the trend. Therefore, s t and r t were not considered. Here, LSTM was used for the benchmarking, and a brief explanation of this model is given in the subsequent subsection.

4.5. Long Short-Term Memory

LSTM is a recurrent neural network (RNN) that captures long-term dependencies in sequential data [66]. One of the main advantages of LSTM over traditional RNNs is its ability to maintain and control the information flow through a memory cell [67]. The memory cell allows LSTM to selectively remember or forget information in long sequences, which helps overcome the vanishing gradient problem commonly encountered in training RNNs [68].
LSTMs achieve this memory control through the use of specialized units called gates. These gates, which include the input gate ( i t ), forget gate ( f t ), and output gate ( o t ), regulate the flow of information into, out of, and within the memory cell [69]. f t determines what information should be discarded from the cell; i t controls the addition of new information to the cell; o t decides which information should be exposed to the next layer of the network [70]. LSTM can be given by:
i t = σ g ( W i x t + R i h t 1 + b i ) , f t = σ g ( W f x t + R f h t 1 + b f ) , o t = σ g ( W o x t + R o h t 1 + b o ) .
where R and W are earnings matrices and b is the polarization matrix.
The architecture of an LSTM cell consists of these gates, a memory cell, and various activation functions ( σ g ) [71]. The cell operates sequentially, taking an input at each time step, updating its memory content, and generating an output [72]. This makes LSTMs well-suited for processing and modeling sequential data such as time series [73], which was the focus of this paper.

4.6. Experiment Setup

The experiments were implemented in MATLAB and computed using an i5-7300HQ with 20 GB of random access memory and a graphics processing unit NVIDIA GeForce GTX 1050 Ti. The root-mean-squared error (RMSE), mean-squared error (MSE), mean absolute percentage error (MAPE), mean absolute error (MAE), and coefficient of determination (R 2 ) were evaluated, given by:
RMSE = 1 n i = 1 n y i y ^ i 2
MSE = 1 n i = 1 n y i y ^ i 2
error = 1 n i = 1 n y i y ^ i y i × 100
MAE = 1 n i = 1 n y i y ^ i
R 2 = 1 i = 1 n y i y ^ i 2 i = 1 n y i y ¯ i 2
where n, y, and y ^ were previously defined. The y ¯ is the average of the observed value.

5. Experiments and Discussion

The variation in the training data percentage can influence the model’s performance. Therefore, an initial evaluation is presented in Table 1 to assess the impact of this variation. Initially, a maximum of 50 neurons in up to three layers were considered, and then, each hyperparameter was evaluated. In this section, the best results are highlighted in bold.
Using a lower data value for training generally resulted in lower performance results regarding the error, making the model faster to be trained. The best ratio between the data to train and test the model was using 70% of data for training and 30% of data for testing the model. Therefore, this ratio was considered for all analyses presented in this paper. In Table 2, the impact of using a higher maximum value of layers on the configuration of the structure is evaluated.
Increasing the number of layers led to a shorter time required to compute the model; however, it did not reflect progressive improvements in the results, considering the input data used here. The best results regarding lower error were obtained using two (RMSE and MSE) and three layers (MAPE and MAE). The processing time was not a value to be optimized in this evaluation. Considering that using two layers may result in limited flexibility for the model to adapt in the GMDH, three layers were used as the standard architecture. A detailed analysis of the definition of the maximum number of neurons is presented in Table 3.
Using three layers, the network became stable with a maximum of 50 neurons, and thus, the processing time was similar even when using a considerably higher maximum number of neurons. When more layers were used, the model tended to increase the computational effort considerably in preliminary evaluations, reflecting the time required to compute the analysis. Despite a small improvement in the RMSE and MSE using more neurons, the model stabilized between 45 and 50 neurons during the simulation, sufficient to achieve acceptable error results.
Based on the initial evaluation of the maximum values of the hyperparameters, the GMDH proved to be efficient, since it reached acceptable prediction values, converging in a short period. The result of this prediction concerning the original signal is presented in Figure 4. The next section presents the evaluation and discussion of the filter application.

5.1. Filter Evaluation

Reducing unrepresentative high-frequency noise is the first step in the time series analysis evaluated in this paper. Considering the use of the CFRW filter, three hyperparameters can be adjusted to adapt this filter to the filtering needs of the signal. These hyperparameters were the minimum period of oscillations, the maximum period of oscillations, and the drift (whether or not to remove a trend from the data).
The removal of the trend resulted in a signal that lost the characteristics that were considered in this paper since the trend was the main indicator of increased leakage current; for this reason, this hyperparameter was considered equal to false. When it was not necessary to evaluate the trend of the signal, only its variation, the drift hyperparameter, may be considered, being applied to evaluate abrupt variations of the signal.
The increase in the oscillation period’s minimum value did not improve the filtered signal; therefore, this hyperparameter was considered equal to two because this was the minimum value for the filter to be applied. Signals with other properties may have a greater influence on the variation of the minimum period of oscillations. In this case, the increase in this hyperparameter resulted in a greater filter signal disparity than the original signal.
The hyperparameter that had a major influence on the filtering was the definition of a maximum period of oscillations (h), where values under 50 were not enough to filter the signal and values higher than 1000 resulted in a filtered signal that lost its properties of variation; the influence of this hyperparameter value is presented in Figure 5.
The SDMA filter is an alternative to decomposing the signal and has its trend with less noise. The problem with this filter is that there is no flexibility in adjusting the method to suit the needs of the signal. If the signal has a high incidence of high-frequency noise with relevant information, this filter became even less suitable based on the experiments’ results. The possibilities of varying the SDMA configuration can be realized using the type of seasonal component, which can be either “additive” or “multiplicative”. In this work, both had equivalent results. Moreover, the other variation possibilities did not result in more flexibility in this architecture; therefore, the CFRW filter was more suitable in this initial analysis.
A value of h equal to 1000 was set for comparative purposes since, by using larger values, significant variants were lost, which may be relevant in this analysis. Based on this configuration, the GMDH was evaluated from the signal filtering. Besides the trend of the signal used for the prediction, the CFRW filter gave the residual of the signal presented in Figure 6, indicating where the leakage current had more variation. In this case, the major variation of the residual of the signal happened just before the flashover.
Table 4 presents the statistical evaluation of the use of the CFRW filter in relation to the original GMDH. Using the CFRW, the GMDH became considerably higher, with a low error in all metrics evaluated compared to the original GMDH; this evaluation was performed by initializing the network with random persons in 50 runs, to validate the robustness of the proposed method with respect to the variability of several simulations.
Since promising results were obtained using the CFRW filter combined with the GMDH, and benchmarking was performed to compare the proposed method (CFRW-GMDH) with the original LSTM and against LSTM using the CFRW filter.

5.2. Benchmarking Evaluation

The comparative analysis presented in Table 5 showed that the proposed method, besides being superior in having a lower prediction error, had lower computational effort than the LSTM. Using the CFRW filter improved the performance of LSTM, proving that the hybrid approach excelled over the standard models. However, both LSTM and the CFRW-LSTM were inferior to the proposed model.
The original signal, the filtered signal, and the one-step-ahead prediction of the filtered signal are shown in Figure 7. The proposed method proved effective enough to have a visual overlap between the predicted and observed signals, which in this case was the signal after using the CFRW filter.

6. Conclusions

Since they are essential parts of electrical systems, insulators are exposed to various external environmental factors that could reduce their effectiveness. The selection of insulators and their maintenance are crucial elements to consider due to the complexity of these factors. Cleaning in key spots has effectively prevented difficulties such as pollution, which can degrade the conductivity of the surface of the insulators and can cause electrical discharges and flashovers.
This study presented a hybrid method that combines the Christiano–Fitzgerald random walk filter and the GMDH to forecast the rise in leakage current, a crucial sign of insulator contamination. The filter is instrumental in mitigating noise and adapting to the specific requirements of an application. Additionally, it was shown that the GMDH outperformed the LSTM model in terms of efficiency, requiring less training time.
Experimental investigation into the GMDH model presented several key insights. The model’s performance appeared to be directly influenced by the percentage of data used for training. Lower data percentages for training generally resulted in decreased error performance, but made the model faster to train. The most-optimal balance between the data used for training and testing was found at a 70–30% ratio. This configuration was adopted for the entirety of the analyses.
Analyzing the impact of varying the maximum number of layers, it was observed that increasing the number of layers shortened the computation times, but did not necessarily translate into progressive performance improvements. The most-minimal errors were achieved with two (RMSE and MSE) and three layers (MAPE and MAE). To preserve model adaptability, a three-layer architecture was decided as the standard.
When exploring the optimal number of neurons, the network was found to stabilize with a maximum of 50 neurons. The processing time remained consistent even when a higher maximum number of neurons was applied. Despite minor improvements in the RMSE and MSE using more neurons, the model reached a stabilization point between 45 and 50 neurons, ensuring acceptable error results.
The experiments also highlighted the efficiency of the GMDH model. It converged quickly while achieving satisfactory prediction values. In terms of the filter application, it was possible to conclude that the Christiano–Fitzgerald random walk (CFRW) filter was the most-effective in reducing unrepresentative high-frequency noise. Its hyperparameters allowed for adaptations according to the filtering needs of the signal. The CFRW filter also helped improve the GMDH model substantially, resulting in significantly lower errors in all metrics evaluated compared to the original GMDH.
The proposed hybrid approach is a viable alternative for forecasting time-series-based failure. It pays close attention to the growing leakage current trend, a crucial area that needs to be examined. Therefore, this method can be applied to manage power systems in a predictive maintenance and effective decision-making manner. To apply the proposed method in the field, it needs a specialized team to employ it considering that the measurement is connected to the grid.
The potential of the suggested method can be further investigated in various environmental scenarios and settings in the future, improving its adaptability and generalizability. In addition, comparable approaches can be used for various predictive indicators within the power system, even though this work concentrated on leakage current prediction. Another exciting area for future research is the scalability of the suggested technique in terms of larger datasets and various insulator kinds.

Author Contributions

Software, S.F.S.; methodology, L.O.S.; writing—original draft preparation, N.F.S.N.; data curation, L.H.M.; writing—review and editing, V.C.M.; supervision, L.d.S.C. All authors have read and agreed to the published version of the manuscript.

Funding

The authors Viviana Cocco Marian and Leandro dos Santos Coelho thank the National Council for Scientific and Technological Development (CNPq) (Grant Numbers 307958/2019-1-PQ, 307966/2019-4-PQ, and 408164/2021-2-Universal) and Fundação Araucária PRONEX Grant 042/2018 for its financial support of this work. The author Laio Oriel Seman thanks the National Council for Scientific and Technological Development (CNPq) (Grant Number 308361/2022-9).

Institutional Review Board Statement

Not applicable..

Informed Consent Statement

Not applicable.

Data Availability Statement

For future comparisons, the dataset is available at: https://github.com/SFStefenon/LeakageCurrent (accessed on 10 June 2023).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Salem, A.A.; Lau, K.Y.; Rahiman, W.; Abdul-Malek, Z.; Al-Gailani, S.A.; Mohammed, N.; Rahman, R.A.; Al-Ameri, S.M. Pollution flashover voltage of transmission line insulators: Systematic review of experimental works. IEEE Access 2022, 10, 10416–10444. [Google Scholar] [CrossRef]
  2. Souza, B.J.; Stefenon, S.F.; Singh, G.; Freire, R.Z. Hybrid-YOLO for classification of insulators defects in transmission lines based on UAV. Int. J. Electr. Power Energy Syst. 2023, 148, 108982. [Google Scholar] [CrossRef]
  3. Zheng, J.; Wu, H.; Zhang, H.; Wang, Z.; Xu, W. Insulator-defect detection algorithm based on improved YOLOv7. Sensors 2022, 22, 8801. [Google Scholar] [CrossRef] [PubMed]
  4. Salem, A.A.; Lau, K.Y.; Rahiman, W.; Al-Gailani, S.A.; Abdul-Malek, Z.; Abd Rahman, R.; Al-Ameri, S.M.; Sheikh, U.U. Pollution flashover characteristics of coated insulators under different profiles of coating damage. Coatings 2021, 11, 1194. [Google Scholar] [CrossRef]
  5. Corso, M.P.; Perez, F.L.; Stefenon, S.F.; Yow, K.C.; García Ovejero, R.; Leithardt, V.R.Q. Classification of contaminated insulators using k-nearest neighbors based on computer vision. Computers 2021, 10, 112. [Google Scholar] [CrossRef]
  6. Stefenon, S.F.; Yow, K.C.; Nied, A.; Meyer, L.H. Classification of distribution power grid structures using inception v3 deep neural network. Electr. Eng. 2022, 104, 4557–4569. [Google Scholar] [CrossRef]
  7. Salem, A.A.; Abd-Rahman, R.; Al-Gailani, S.A.; Kamarudin, M.S.; Ahmad, H.; Salam, Z. The Leakage Current Components as a Diagnostic Tool to Estimate Contamination Level on High Voltage Insulators. IEEE Access 2020, 8, 92514–92528. [Google Scholar] [CrossRef]
  8. Araya, J.; Montaña, J.; Schurch, R. Electric field distribution and leakage currents in glass insulator under different altitudes and pollutions conditions using FEM simulations. IEEE Lat. Am. Trans. 2021, 19, 1278–1285. [Google Scholar] [CrossRef]
  9. Singh, G.; Stefenon, S.F.; Yow, K.C. Interpretable visual transmission lines inspections using pseudo-prototypical part network. Mach. Vis. Appl. 2023, 34, 41. [Google Scholar] [CrossRef]
  10. Zheng, H.; Sun, Y.; Liu, X.; Djike, C.L.T.; Li, J.; Liu, Y.; Ma, J.; Xu, K.; Zhang, C. Infrared image detection of substation insulators using an improved fusion single shot multibox detector. IEEE Trans. Power Deliv. 2021, 36, 3351–3359. [Google Scholar] [CrossRef]
  11. Kim, Y.; Shong, K. The characteristics of UV strength according to corona discharge from polymer insulators using a UV sensor and optic lens. IEEE Trans. Power Deliv. 2011, 26, 1579–1584. [Google Scholar] [CrossRef]
  12. Stefenon, S.F.; Ribeiro, M.H.D.M.; Nied, A.; Mariani, V.C.; Coelho, L.S.; Leithardt, V.R.Q.; Silva, L.A.; Seman, L.O. Hybrid wavelet stacking ensemble model for insulators contamination forecasting. IEEE Access 2021, 9, 66387–66397. [Google Scholar] [CrossRef]
  13. Park, K.C.; Motai, Y.; Yoon, J.R. Acoustic fault detection technique for high-power insulators. IEEE Trans. Ind. Electron. 2017, 64, 9699–9708. [Google Scholar] [CrossRef]
  14. Zhou, F.; Jin, W.; Zheng, Z.; Mou, F.; Li, Z.; Ma, Y.; Wei, B.; Huang, S.; Wang, Q. Insulator detection for high-resolution satellite images based on deep learning. IEEE Geosci. Remote Sens. Lett. 2023, 20, 5001105. [Google Scholar] [CrossRef]
  15. Salem, A.A.; Lau, K.Y.; Abdul-Malek, Z.; Zhou, W.; Al-Ameri, S.; Al-Gailani, S.A.; Rahman, R.A. Investigation of high voltage polymeric insulators performance under wet pollution. Polymers 2022, 14, 1236. [Google Scholar] [CrossRef]
  16. Stefenon, S.F.; Bruns, R.; Sartori, A.; Meyer, L.H.; Ovejero, R.G.; Leithardt, V.R.Q. Analysis of the ultrasonic signal in polymeric contaminated insulators through ensemble learning methods. IEEE Access 2022, 10, 33980–33991. [Google Scholar] [CrossRef]
  17. Yang, L.; Fan, J.; Liu, Y.; Li, E.; Peng, J.; Liang, Z. A review on state-of-the-art power line inspection techniques. IEEE Trans. Instrum. Meas. 2020, 69, 9350–9365. [Google Scholar] [CrossRef]
  18. Stefenon, S.F.; Corso, M.P.; Nied, A.; Perez, F.L.; Yow, K.C.; Gonzalez, G.V.; Leithardt, V.R.Q. Classification of insulators using neural network based on computer vision. IET Gener. Transm. Distrib. 2022, 16, 1096–1107. [Google Scholar] [CrossRef]
  19. Salem, A.A.; Lau, K.Y.; Abdul-Malek, Z.; Al-Gailani, S.A.; Tan, C.W. Flashover voltage of porcelain insulator under various pollution distributions: Experiment and modeling. Electr. Power Syst. Res. 2022, 208, 107867. [Google Scholar] [CrossRef]
  20. Ahmed, R.; Abd Rahman, R.; Jamal, A.; Salem, A.A.; Saman, B.; Lau, K.Y.; Ghoneim, S.S. Field-dependent pollution model under polluted environments for outdoor polymeric insulators. Polymers 2022, 14, 516. [Google Scholar] [CrossRef]
  21. Stefenon, S.F.; Furtado Neto, C.S.; Coelho, T.S.; Nied, A.; Yamaguchi, C.K.; Yow, K.C. Particle swarm optimization for design of insulators of distribution power system based on finite element method. Electr. Eng. 2022, 104, 615–622. [Google Scholar] [CrossRef]
  22. Salem, A.A.; Lau, K.Y.; Abdul-Malek, Z.; Tan, C.W. Classifying insulator conditions of room temperature vulcanized coated glass insulators under different coating damage modes. Measurement 2022, 194, 111032. [Google Scholar] [CrossRef]
  23. Lazcano, A.; Herrera, P.J.; Monge, M. A combined model based on recurrent neural networks and graph convolutional networks for financial time series forecasting. Mathematics 2023, 11, 224. [Google Scholar] [CrossRef]
  24. Stefenon, S.F.; Seman, L.O.; Aquino, L.S.; dos Santos Coelho, L. Wavelet-Seq2Seq-LSTM with attention for time series forecasting of level of dams in hydroelectric power plants. Energy 2023, 274, 127350. [Google Scholar] [CrossRef]
  25. Klaar, A.C.R.; Stefenon, S.F.; Seman, L.O.; Mariani, V.C.; Coelho, L.S. Structure optimization of ensemble learning methods and seasonal decomposition approaches to energy price forecasting in Latin America: A case study about Mexico. Energies 2023, 16, 3184. [Google Scholar] [CrossRef]
  26. Cheng, Y.; Xing, W.; Pedrycz, W.; Xian, S.; Liu, W. NFIG-X: Non-linear fuzzy information granule series for long-term traffic flow time series forecasting. IEEE Trans. Fuzzy Syst. 2023, 1–16. [Google Scholar] [CrossRef]
  27. Vaughan, L.; Zhang, M.; Gu, H.; Rose, J.B.; Naughton, C.C.; Medema, G.; Allan, V.; Roiko, A.; Blackall, L.; Zamyadi, A. An exploration of challenges associated with machine learning for time series forecasting of COVID-19 community spread using wastewater-based epidemiological data. Sci. Total Environ. 2023, 858, 159748. [Google Scholar] [CrossRef] [PubMed]
  28. Medeiros, A.; Sartori, A.; Stefenon, S.F.; Meyer, L.H.; Nied, A. Comparison of artificial intelligence techniques to failure prediction in contaminated insulators based on leakage current. J. Intell. Fuzzy Syst. 2022, 42, 3285–3298. [Google Scholar] [CrossRef]
  29. Stefenon, S.F.; Kasburg, C.; Freire, R.Z.; Silva Ferreira, F.C.; Bertol, D.W.; Nied, A. Photovoltaic power forecasting using wavelet neuro-fuzzy for active solar trackers. J. Intell. Fuzzy Syst. 2021, 40, 1083–1096. [Google Scholar] [CrossRef]
  30. Fernandes, F.; Stefenon, S.F.; Seman, L.O.; Nied, A.; Ferreira, F.C.S.; Subtil, M.C.M.; Klaar, A.C.R.; Leithardt, V.R.Q. Long short-term memory stacking model to predict the number of cases and deaths caused by COVID-19. J. Intell. Fuzzy Syst. 2022, 6, 6221–6234. [Google Scholar] [CrossRef]
  31. Sopelsa Neto, N.F.; Stefenon, S.F.; Meyer, L.H.; Ovejero, R.G.; Leithardt, V.R.Q. Fault prediction based on leakage current in contaminated insulators using enhanced time series forecasting models. Sensors 2022, 22, 6121. [Google Scholar] [CrossRef]
  32. Branco, N.W.; Cavalca, M.S.M.; Stefenon, S.F.; Leithardt, V.R.Q. Wavelet LSTM for fault forecasting in electrical power grids. Sensors 2022, 22, 8323. [Google Scholar] [CrossRef]
  33. Ribeiro, M.H.D.M.; da Silva, R.G.; Ribeiro, G.T.; Mariani, V.C.; dos Santos Coelho, L. Cooperative ensemble learning model improves electric short-term load forecasting. Chaos Solitons Fractals 2023, 166, 112982. [Google Scholar] [CrossRef]
  34. da Silva, R.G.; Moreno, S.R.; Ribeiro, M.H.D.M.; Larcher, J.H.K.; Mariani, V.C.; dos Santos Coelho, L. Multi-step short-term wind speed forecasting based on multi-stage decomposition coupled with stacking-ensemble learning approach. Int. J. Electr. Power Energy Syst. 2022, 143, 108504. [Google Scholar] [CrossRef]
  35. Chughtai, J.u.R.; Haq, I.u.; Islam, S.u.; Gani, A. A heterogeneous ensemble approach for travel time prediction using hybridized feature spaces and support vector regression. Sensors 2022, 22, 9735. [Google Scholar] [CrossRef] [PubMed]
  36. Wen, L.; Hughes, M. Coastal wetland mapping using ensemble learning algorithms: A comparative study of bagging, boosting and stacking techniques. Remote Sens. 2020, 12, 1683. [Google Scholar] [CrossRef]
  37. Barrera-Animas, A.Y.; Oyedele, L.O.; Bilal, M.; Akinosho, T.D.; Delgado, J.M.D.; Akanbi, L.A. Rainfall prediction: A comparative analysis of modern machine learning algorithms for time-series forecasting. Mach. Learn. Appl. 2022, 7, 100204. [Google Scholar] [CrossRef]
  38. Tan, M.; Yuan, S.; Li, S.; Su, Y.; Li, H.; He, F. Ultra-short-term industrial power demand forecasting using LSTM based hybrid ensemble learning. IEEE Trans. Power Syst. 2020, 35, 2937–2948. [Google Scholar] [CrossRef]
  39. Matrenin, P.; Safaraliev, M.; Dmitriev, S.; Kokin, S.; Ghulomzoda, A.; Mitrofanov, S. Medium-term load forecasting in isolated power systems based on ensemble machine learning models. Energy Rep. 2022, 8, 612–618. [Google Scholar] [CrossRef]
  40. Sauer, J.; Mariani, V.C.; dos Santos Coelho, L.; Ribeiro, M.H.D.M.; Rampazzo, M. Extreme gradient boosting model based on improved Jaya optimizer applied to forecasting energy consumption in residential buildings. Evol. Syst. 2022, 13, 577–588. [Google Scholar] [CrossRef]
  41. Stefenon, S.F.; Dal Molin Ribeiro, M.H.; Nied, A.; Mariani, V.C.; Coelho, L.S.; Menegat da Rocha, D.F.; Grebogi, R.B.; de Barros Ruano, A.E. Wavelet group method of data handling for fault prediction in electrical power insulators. Int. J. Electr. Power Energy Syst. 2020, 123, 106269. [Google Scholar] [CrossRef]
  42. Qin, Q.; Huang, Z.; Zhou, Z.; Chen, Y.; Zhao, W. Hodrick–Prescott filter-based hybrid ARIMA–SLFNs model with residual decomposition scheme for carbon price forecasting. Appl. Soft Comput. 2022, 119, 108560. [Google Scholar] [CrossRef]
  43. Klarl, T. The response of CO2 emissions to the business cycle: New evidence for the U.S. Energy Econ. 2020, 85, 104560. [Google Scholar] [CrossRef]
  44. Weron, R.; Zator, M. A note on using the Hodrick–Prescott filter in electricity markets. Energy Econ. 2015, 48, 1–6. [Google Scholar] [CrossRef] [Green Version]
  45. Li, Z.; Liu, Y.; Tanaka, G. Multi-reservoir echo state networks with Hodrick–Prescott filter for non-linear time-series prediction. Appl. Soft Comput. 2023, 135, 110021. [Google Scholar] [CrossRef]
  46. Dutra, T.M.; Dias, J.C.; Teixeira, J.C. Measuring financial cycles: Empirical evidence for Germany, United Kingdom and United States of America. Int. Rev. Econ. Financ. 2022, 79, 599–630. [Google Scholar] [CrossRef]
  47. Lee, S.; Kim, D. Deep learning based recommender system using cross convolutional filters. Inf. Sci. 2022, 592, 112–122. [Google Scholar] [CrossRef]
  48. Apaydin, H.; Taghi Sattari, M.; Falsafian, K.; Prasad, R. Artificial intelligence modelling integrated with singular spectral analysis and seasonal-trend decomposition using loess approaches for streamflow predictions. J. Hydrol. 2021, 600, 126506. [Google Scholar] [CrossRef]
  49. Tebong, N.K.; Simo, T.; Takougang, A.N.; Ntanguen, P.H. STL-decomposition ensemble deep learning models for daily reservoir inflow forecast for hydroelectricity production. Heliyon 2023, 9, e16456. [Google Scholar] [CrossRef]
  50. Qin, L.; Li, W.; Li, S. Effective passenger flow forecasting using STL and ESN based on two improvement strategies. Neurocomputing 2019, 356, 244–256. [Google Scholar] [CrossRef]
  51. Stefenon, S.F.; Oliveira, J.R.; Coelho, A.S.; Meyer, L.H. Diagnostic of insulators of conventional grid through LabVIEW analysis of FFT signal generated from ultrasound detector. IEEE Lat. Am. Trans. 2017, 15, 884–889. [Google Scholar] [CrossRef]
  52. Salem, A.A.; Lau, K.Y.; Rahiman, W.; Abdul-Malek, Z.; Al-Gailani, S.A.; Rahman, R.A.; Al-Ameri, S. Leakage current characteristics in estimating insulator reliability: Experimental investigation and analysis. Sci. Rep. 2022, 12, 14974. [Google Scholar] [CrossRef] [PubMed]
  53. Salem, A.A.; Lau, K.Y.; Ishak, M.T.; Abdul-Malek, Z.; Al-Gailani, S.A.; Al-Ameri, S.M.; Mohammed, A.; Alashbi, A.A.S.; Ghoneim, S.S.M. Monitoring porcelain insulator condition based on leakage current characteristics. Materials 2022, 15, 6370. [Google Scholar] [CrossRef]
  54. Seman, L.O.; Stefenon, S.F.; Mariani, V.C.; dos Santos Coelho, L. Ensemble learning methods using the Hodrick–Prescott filter for fault forecasting in insulators of the electrical power grids. Int. J. Electr. Power Energy Syst. 2023, 152, 109269. [Google Scholar] [CrossRef]
  55. Klaar, A.C.R.; Stefenon, S.F.; Seman, L.O.; Mariani, V.C.; Coelho, L.S. Optimized EWT-Seq2Seq-LSTM with attention mechanism to insulators fault prediction. Sensors 2023, 23, 3202. [Google Scholar] [CrossRef] [PubMed]
  56. Jalles, J.T.; Ge, J. Emissions and economic development in commodity exporting countries. Energy Econ. 2020, 85, 104572. [Google Scholar] [CrossRef]
  57. Dorn, M.; Braga, A.L.; Llanos, C.H.; Coelho, L.S. A GMDH polynomial neural network-based method to predict approximate three-dimensional structures of polypeptides. Expert Syst. Appl. 2012, 39, 12268–12279. [Google Scholar] [CrossRef]
  58. Amiri, M.; Soleimani, S. ML-based group method of data handling: An improvement on the conventional GMDH. Complex Intell. Syst. 2021, 7, 2949–2960. [Google Scholar] [CrossRef]
  59. Nachane, D.; Chaubal, A. A comparative evaluation of some DSP filters vis-à-vis commonly used economic filters. J. Quant. Econ. 2022, 20, 161–190. [Google Scholar] [CrossRef]
  60. Kufenko, V. Hide-and-seek with time-series filters: A model-based monte carlo study. Empir. Econ. 2020, 59, 2335–2361. [Google Scholar] [CrossRef]
  61. Kumar, K.; Ansari, Z.N.; Paramanik, R.N. Nexus between financial cycle and business cycle in India. Financ. Landsc. Emerg. Econ. Curr. State Chall. Solut. 2020, 15–27. [Google Scholar] [CrossRef]
  62. Bhowmik, D.; Poddar, S. Cyclical and seasonal patterns of India’s GDP growth rate through the eyes of Hamilton and Hodrick Prescott Filter models. Asia-Pac. J. Manag. Technol. (AJMT) 2021, 1, 7–17. [Google Scholar] [CrossRef]
  63. Stefenon, S.F.; Seman, L.O.; Mariani, V.C.; Coelho, L.S. Aggregating prophet and seasonal trend decomposition for time series forecasting of Italian electricity spot prices. Energies 2023, 16, 1371. [Google Scholar] [CrossRef]
  64. He, H.; Gao, S.; Jin, T.; Sato, S.; Zhang, X. A seasonal-trend decomposition-based dendritic neuron model for financial time series prediction. Appl. Soft Comput. 2021, 108, 107488. [Google Scholar] [CrossRef]
  65. Li, Y.; Bao, T.; Gong, J.; Shu, X.; Zhang, K. The prediction of dam displacement time series using STL, extra-trees, and stacked LSTM neural network. IEEE Access 2020, 8, 94440–94452. [Google Scholar] [CrossRef]
  66. Stefenon, S.F.; Kasburg, C.; Nied, A.; Klaar, A.C.R.; Ferreira, F.C.S.; Branco, N.W. Hybrid deep learning for power generation forecasting in active solar trackers. IET Gener. Transm. Distrib. 2020, 14, 5667–5674. [Google Scholar] [CrossRef]
  67. Mahjoub, S.; Chrifi-Alaoui, L.; Marhic, B.; Delahoche, L. Predicting energy consumption using LSTM, multi-layer GRU and drop-GRU neural networks. Sensors 2022, 22, 4062. [Google Scholar] [CrossRef]
  68. Fouladgar, N.; Främling, K. A novel LSTM for multivariate time series with massive missingness. Sensors 2020, 20, 2832. [Google Scholar] [CrossRef]
  69. Yang, Z.; Liu, L.; Li, N.; Tian, J. Time series forecasting of motor bearing vibration based on informer. Sensors 2022, 22, 5858. [Google Scholar] [CrossRef]
  70. González-Enrique, J.; Ruiz-Aguilar, J.J.; Moscoso-López, J.A.; Urda, D.; Deka, L.; Turias, I.J. Artificial neural networks, sequence-to-sequence LSTMs, and exogenous variables as analytical tools for NO2 (air pollution) forecasting: A case study in the Bay of Algeciras (Spain). Sensors 2021, 21, 1770. [Google Scholar] [CrossRef]
  71. Borré, A.; Seman, L.O.; Camponogara, E.; Stefenon, S.F.; Mariani, V.C.; Coelho, L.S. Machine fault detection using a hybrid CNN-LSTM attention-based model. Sensors 2023, 23, 4512. [Google Scholar] [CrossRef] [PubMed]
  72. Sagheer, A.; Hamdoun, H.; Youness, H. Deep LSTM-based transfer learning approach for coherent forecasts in hierarchical time series. Sensors 2021, 21, 4379. [Google Scholar] [CrossRef] [PubMed]
  73. Chen, L.; Liu, X.; Zeng, C.; He, X.; Chen, F.; Zhu, B. Temperature prediction of seasonal frozen subgrades based on CEEMDAN-LSTM hybrid model. Sensors 2022, 22, 5742. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Salt fog chamber (high-voltage laboratory).
Figure 1. Salt fog chamber (high-voltage laboratory).
Sensors 23 06118 g001
Figure 2. Original signal: Measurement of the leakage current over time. At the end, the insulator had more than 200 mA and the flashover occurred.
Figure 2. Original signal: Measurement of the leakage current over time. At the end, the insulator had more than 200 mA and the flashover occurred.
Sensors 23 06118 g002
Figure 3. Illustration of the GMDH architecture.
Figure 3. Illustration of the GMDH architecture.
Sensors 23 06118 g003
Figure 4. Original versus predicted signals (non-filtered).
Figure 4. Original versus predicted signals (non-filtered).
Sensors 23 06118 g004
Figure 5. Trend of the Christiano–Fitzgerald random walk filter vs. original signal.
Figure 5. Trend of the Christiano–Fitzgerald random walk filter vs. original signal.
Sensors 23 06118 g005
Figure 6. Residual of the signal of the CFRW filter ( h = 1000 ).
Figure 6. Residual of the signal of the CFRW filter ( h = 1000 ).
Sensors 23 06118 g006
Figure 7. Original, filtered (observed), and predicted signals.
Figure 7. Original, filtered (observed), and predicted signals.
Sensors 23 06118 g007
Table 1. Results of the variation in the percentage of data for training and testing the model.
Table 1. Results of the variation in the percentage of data for training and testing the model.
Train_Test (%)RMSEMSEMAPE % MAER 2 Time (s)
50_506.33 × 10 3 4.01 × 10 5 5.94 × 10 2 9.24 × 10 5 0.41745.53
60_401.10 × 10 3 1.22 × 10 6 7.17 × 10 3 1.45 × 10 5 0.98287.56
70_306.65 × 10 4 4.42 × 10 7 4.63 × 10 3 8.29 × 10 6 0.99459.03
80_207.91 × 10 4 6.26 × 10 7 1.40 × 10 2 2.05 × 10 5 0.993610.10
90_101.01 × 10 3 1.02 × 10 6 2.85 × 10 2 4.47 × 10 5 0.990112.75
Table 2. Results of the variation in the number of layers.
Table 2. Results of the variation in the number of layers.
LayersRMSEMSEMAPE % MAER 2 Time (s)
26.21 × 10 4 3.86 × 10 7 1.82 × 10 2 2.75 × 10 5 0.99520.89
36.50 × 10 4 4.22 × 10 7 9.43 × 10 3 1.43 × 10 5 0.99479.30
49.96 × 10 2 9.92 × 10 3 4.48 × 10 1 7.46 × 10 4 -18.18
51.67 × 10 3 2.80 × 10 6 2.33 × 10 2 4.10 × 10 5 0.965127.64
61.90 × 10 2 3.60 × 10 4 4.46 × 10 1 7.71 × 10 4 -37.80
Table 3. Results of the variation in the number of neurons.
Table 3. Results of the variation in the number of neurons.
NeuronsRMSEMSEMAPE % MAER 2 Time (s)
57.02 × 10 4 4.92 × 10 7 1.89 × 10 2 2.77 × 10 5 0.99390.77
106.51 × 10 4 4.23 × 10 7 1.18 × 10 2 1.85 × 10 5 0.99471.22
506.47 × 10 4 4.18 × 10 7 1.08 × 10 2 1.54 × 10 5 0.99489.22
1006.24 × 10 4 3.89 × 10 7 1.33 × 10 2 1.91 × 10 5 0.995210.14
5006.19 × 10 4 3.84 × 10 7 1.20 × 10 2 1.74 × 10 5 0.99529.73
10006.14 × 10 4 3.76 × 10 7 8.55 × 10 3 1.36 × 10 5 0.99539.22
50006.61 × 10 4 4.37 × 10 7 1.36 × 10 2 1.97 × 10 5 0.99469.05
Table 4. Statistical evaluation of the use of the CFRW filter on the GMDH.
Table 4. Statistical evaluation of the use of the CFRW filter on the GMDH.
MethodMeasureMeanMedianStd DeviationVariance
Standard
GMDH
RMSE1.59 × 10 3 6.94 × 10 4 2.59 × 10 3 6.72 × 10 6
MSE9.11 × 10 6 4.82 × 10 7 3.32 × 10 5 1.11 × 10 9
MAPE % 2.13 × 10 2 1.33 × 10 2 2.58 × 10 2 6.67 × 10 4
MAE3.29 × 10 5 2.00 × 10 5 4.21 × 10 5 1.77 × 10 9
CFRW-
GMDH
RMSE3.42 × 10 12 3.44 × 10 12 1.39 × 10 13 1.93 × 10 26
MSE1.17 × 10 23 1.18 × 10 23 9.46 × 10 25 8.96 × 10 49
MAPE % 7.35 × 10 10 7.35 × 10 10 3.18 × 10 11 1.01 × 10 21
MAE9.21 × 10 13 9.22 × 10 13 4.20 × 10 14 1.76 × 10 27
Table 5. Benchmarking evaluation.
Table 5. Benchmarking evaluation.
ModelRMSEMSEMAPE % MAER 2 Time (s)
Standard
LSTM
3.24 × 10 3 1.05 × 10 5 1.611.90 × 10 3 0.8696305.57
CFRW-
LSTM
3.02 × 10 3 9.15 × 10 6 1.201.47 × 10 3 0.8819304.86
Standard
GMDH
7.93 × 10 4 6.29 × 10 7 1.41 × 10 2 1.80 × 10 5 0.99228.83
Proposed
method
3.44 × 10 12 1.18 × 10 23 7.42 × 10 10 9.31 × 10 13 1.00009.17
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

Stefenon, S.F.; Seman, L.O.; Sopelsa Neto, N.F.; Meyer, L.H.; Mariani, V.C.; Coelho, L.d.S. Group Method of Data Handling Using Christiano–Fitzgerald Random Walk Filter for Insulator Fault Prediction. Sensors 2023, 23, 6118. https://doi.org/10.3390/s23136118

AMA Style

Stefenon SF, Seman LO, Sopelsa Neto NF, Meyer LH, Mariani VC, Coelho LdS. Group Method of Data Handling Using Christiano–Fitzgerald Random Walk Filter for Insulator Fault Prediction. Sensors. 2023; 23(13):6118. https://doi.org/10.3390/s23136118

Chicago/Turabian Style

Stefenon, Stefano Frizzo, Laio Oriel Seman, Nemesio Fava Sopelsa Neto, Luiz Henrique Meyer, Viviana Cocco Mariani, and Leandro dos Santos Coelho. 2023. "Group Method of Data Handling Using Christiano–Fitzgerald Random Walk Filter for Insulator Fault Prediction" Sensors 23, no. 13: 6118. https://doi.org/10.3390/s23136118

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