Next Article in Journal
Revascularization of an Immature Permanent Tooth with Periapical Periodontitis Using Concentrated Growth Factor Assisted by Erbium Laser (2940 nm) Irrigation: A Case Report
Next Article in Special Issue
Novelty Detection with Autoencoders for System Health Monitoring in Industrial Environments
Previous Article in Journal
Extrapolation of Human Estimates of the Concreteness/ Abstractness of Words by Neural Networks of Various Architectures
Previous Article in Special Issue
Feature-Based Multi-Class Classification and Novelty Detection for Fault Diagnosis of Industrial Machinery
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Genetic Programming-Based Feature Construction for System Setting Recognition and Component-Level Prognostics

by
Francesca Calabrese
*,
Alberto Regattieri
,
Raffaele Piscitelli
,
Marco Bortolini
and
Francesco Gabriele Galizia
Department of Industrial Engineering (DIN), University of Bologna, 40136 Bologna, Italy
*
Author to whom correspondence should be addressed.
Appl. Sci. 2022, 12(9), 4749; https://doi.org/10.3390/app12094749
Submission received: 30 March 2022 / Revised: 5 May 2022 / Accepted: 6 May 2022 / Published: 9 May 2022

Abstract

:
Extracting representative feature sets from raw signals is crucial in Prognostics and Health Management (PHM) for components’ behavior understanding. The literature proposes various methods, including signal processing in the time, frequency, and time–frequency domains, feature selection, and unsupervised feature learning. An emerging task in data science is Feature Construction (FC), which has the advantages of both feature selection and feature learning. In particular, the constructed features address a specific objective function without requiring a label during the construction process. Genetic Programming (GP) is a powerful tool to perform FC in the PHM context, as it allows to obtain distinct feature sets depending on the analysis goal, i.e., diagnostics and prognostics. This paper adopts GP to extract system-level features for machinery setting recognition and component-level features for prognostics. Three distinct fitness functions are considered for the GP training, which requires a set of statistical time-domain features as input. The methodology is applied to vibration signals extracted from a test rig during run-to-failure tests under different settings. The performances of constructed features are evaluated through the classification accuracy and the Remaining Useful Life (RUL) prediction error. Results demonstrate that GP-based features classify known and novel machinery operating conditions better than feature selection and learning methods.

1. Introduction

Prognostics and Health Management (PHM) relies on collecting and analyzing signals produced by a system to determine its health status at any moment during its functioning and in the future. The two primary goals of PHM are diagnostics and prognostics. Diagnostics deals with detecting, isolating, and identifying a fault when it occurs [1]. Hence, it deals with defining the health condition of a given system or component at the moment of signal acquisition. Prognostics aims to predict the Remaining Useful Life (RUL) of the system or component [2] and, therefore, it deals with defining when the fault will occur.
In a data-driven approach, given the weak information about the system health condition provided by raw signals, it is necessary to process and transform raw signals before applying Machine Learning (ML) for diagnostics and prognostics [3]. In particular, besides noise removal, it is essential to extract relevant and non-redundant features from raw signals. A feature is relevant when it can point out the information about the system’s health condition, usually hidden in the raw signal. A set of features is non-redundant when each feature in the set contributes in a distinct way to increase the informative content. A so-characterized feature set is beneficial to diagnostics and prognostics because it may facilitate the learning process of ML algorithms while increasing their generalizability and reducing their computational complexity. Relevant features are usually obtained through signal processing in the time, frequency, or time-frequency domain. The most common approach consists of dividing the signal into segments of defined length and computing one or more features for each signal segment. Depending on the failure propagations, features may assume different trends, e.g., strictly monotonic, constant, mixed, or constant with discontinuities [4]. Thus, a deep knowledge of the system is required to identify relevant features representing specific failure propagations. Alternatively, dimensionality reduction methods, including feature selection and feature learning, can be implemented to extract relevant features from a large original set according to a specific object and, at the same time, to reduce the eventual redundancy [5,6].
Methods for feature selection extract relevant features from the original set without any transformation [7]. In particular, filter methods rank the features in the original set according to one or more evaluation criteria and select the features with the highest score [8,9]. Wrapper and embedding feature selection approaches use ML algorithms’ performances to select the optimal subset of features [10,11]. On the other side, feature learning methods project the original feature set into a new feature space with a lower dimension, losing the physical meaning of the original features [12]. Deep Learning (DL), which allows extracting a relevant and non-redundant feature set automatically and in an unsupervised way, represents a breakthrough in feature learning methods. DL allows the construction of end-to-end diagnostics and prognostics models to learn features directly from raw data and recognize and predict the health state of machines [13,14].
The major problem with DL-based feature learning is that it requires many calculations during the training process and many hyperparameters to set [15].
An emerging task in data science is Feature Construction (FC), which aims to construct higher-level features from the original feature set to increase the classification performance and eventually reduce the dimensionality of features [16]. Like feature learning, FC may provide a combination of the original features in output and, therefore, the resulting features may not have a clear physical meaning. However, FC may also work just as feature selection when the original feature set contains a feature that already describes the failure propagation. In addition, FC can be used for both diagnostics and prognostics since it allows constructing features according to specific criteria to satisfy, e.g., similarity and monotonicity [17].
Genetic Programming (GP) represents an effective tool for FC. It automatically selects and constructs more discriminating features without requiring a pre-defined model and a high amount of training data [18]. Feature selection and construction are performed according to a fitness function, which can be designed depending on the objective of the analysis, e.g., classification, clustering, and regression.
This paper uses GP to construct feature sets for two distinct goals, i.e., system setting detection and prognostics. System setting detection aims to recognize the specific operating condition under which the system is working. An optimal prognostics model, and therefore an optimal HI, should be insensitive to the implemented setting. However, industrial data are often unlabelled and not provided with contextual information, especially if the perspective of a machine producer is assumed [19]. These characteristics make it necessary to detect a change in the system setting to understand, for instance, that a different trend in the extracted feature does not correspond to a component fault. Like diagnostics, system setting detection is a pattern recognition problem and, therefore, can be faced through classification and clustering ML algorithms [20]. Since not all machinery settings may be known at the time of the analysis, two distinct GPs are built for the setting recognition goal in this paper. The first GP uses a supervised algorithm, i.e., the k-Nearest Neighbor (k-NN), to evaluate the feature constructed at each iteration; therefore, the label indicating the system setting is used during the assessment process. The second GP uses the k-Means algorithm, which adopts an unsupervised learning approach and does not require any information on the implemented setting. Both GPs provide one only feature, which should be as constant as possible within the same class/cluster since not influenced by the single component behaviors. The performances of constructed features are evaluated in terms of the classification accuracy obtained by two ML supervised algorithms, i.e., the Decision Tree (DT) and the k-NN. Finally, a third GP is built for the prognostics goal. It provides a component-level Health Indicator (HI) that describes the components’ degradation process. The HI should have a clear trend and similar values at the end of the components’ life, i.e., similar Failure Thresholds (FT). To this aim, a multi-criteria fitness function considering monotonicity, trendability, and prognosability is used to assess the constructed HI.
The proposed GP models are applied to vibration signals collected from a test rig built in the Department of Industrial Engineering of the University of Bologna.
The main contributions of this paper can be summarized as follows. First, FC is performed to build two distinct features, one identifying the system setting and the other one describing the failure progression at a component level. Hence, a simultaneous analysis at a system and component level is conducted. Second, to the best of our knowledge, it is the first time that a clustering-based fitness function for system setting recognition is included in the GP in the prognostics field.
The remaining of this paper is organized as follows. Section 2 reviews the existing literature about GP-based FC for diagnostics and prognostics. In Section 3, the theoretical background and critical elements of GP are described. In addition, the adopted fitness functions for setting detection and prognostics are described. Finally, a case study shows the application of the developed GPs to vibration signals collected during several run-to-failure tests.

2. Materials and Methods

Many AI optimization algorithms for searching a function maximum (or minimum) value work in a finite domain, consider multiple constraints on the solution set, and have issues if the objective function has multiple local maxima or non-linearity trends [21]. In particular, these algorithms require an unacceptable amount of time to reach the optimal solution. Hence, the attention moves towards heuristic algorithms, which can guarantee sub-optimum solutions to the problem in a reasonable time. Effective heuristic algorithms are Evolutionary Algorithms (EA), which have their fundamentals in Darwin’s evolutionary theory, particularly Genetic Programming (GP).
GP emulates the evolution of a population’s individuals through genetic operators such as crossover and mutation [22]. The individuals represent the possible solutions belonging to the population, and their strength is evaluated by a fitness function, which expresses their ability to adapt to the environment. Thus, only individuals with high fitness function values survive during the construction process. The main steps of GP can be summarized as follows [23]:
  • First, an initial population of individuals is randomly generated
  • Then, the following steps are performed until a specific termination criterion is met
    • A fitness value is assigned to each individual
    • The individuals with the best fitness value are selected and reproduced for the next generation
    • A new population is created through genetic operators
    • The result of genetic operators represents a possible solution to the generation
Typical termination criteria are the fitness function threshold and the number of generations. Genetic operators for individuals’ evolution are reproduction, crossover, and mutation. The reproduction operator consists of copying an individual (chosen for his fitness score) into the new population without any transformation. The crossover operator introduces variation in the population by creating offspring that includes some parts of their parents, chosen by a selection method. The mutation operator is a stochastic alteration of one or more genes. It introduces the exploration of new spaces on the fitness surface to avoid the premature convergence of the program. Each operator is realized with a certain probability. In particular, the probability of the mutation operator P m cannot be greater than 0.1. Between the operators’ probabilities, the following relation is held:
P r + P c + P m = 1              
where P r ,   P c ,   P m represent the probability of reproduction, crossover, and mutation, respectively.
At each iteration, the GP creates a program that can have a tree-based representation. The nodes represent the function set, which contains all the operator types, e.g., mathematical, arithmetic, Boolean, conditionals, and looping. Typical elements of the function set are summarized in Table 1 [24]. The tree’s leaves represent the terminal set, which includes the variables to combine with the operators and sometimes constant values.
Other essential parameters of GP are the generation gap, which is defined as the percentage of the population that survives from one generation to another, and the parents’ selection methods, often chosen between tournament selection and roulette-wheel selection [25].
Genetic Programming for feature construction is receiving significant attention because of its flexibility and adaptability in different contexts [26].
According to data scientists, a feature set constructed through GP may significantly increase classification or clustering performances depending on the formulated fitness function. In the case of classification, the fitness function mainly includes genetic algorithms [27]. In the case of clustering, the fitness function can include different measures, such as the connectedness [28] or the silhouette coefficient [29]. A clustering algorithm is embedded into the GP algorithm to get data partitions in both cases.
Although the promising results for the classification and clustering tasks in the data science domain, few works use GP-based feature construction for diagnostics. Firpi et al. [30] use GP to construct artificial features for fault detection using the Fisher rate as the fitness metric. Peng et al. [31] propose a fault diagnosis approach based on the extraction, construction, and combination of features through GP that uses classification results of the k-NN algorithm in the fitness function. On the contrary, feature construction through GP is mainly investigated for prognostics to identify degradation indicators that reveal the failure progression [32]. Unlike features for diagnostics, which have to be as much different as possible for distinct health conditions, an optimal HI should have peculiar characteristics. Nguyen et al. [33] provide an overview of the HI evaluation criteria for prognostics, divided into two categories: the first looks at the performance of the HI construction phase, and the second focuses on prognostic results. Many existing works use the evaluation criteria of the first category and, in particular, the intrinsic characteristic of the HI, such as monotonicity, trendability, and failure consistency. Liao [34] proposes a GP-based HI construction approach for automatically identifying prognostics features for RUL prediction. They extract statistical features in the time domain first. Then a single-objective fitness function, including monotonicity, is introduced to construct an optimal HI. Similarly, Qin et al. [32] adopt monotonicity as the fitness function for prognostics of rotating machinery. Wang et al. [24] use a GP-based HI construction for rolling bearings prognostics. In this case, the original feature set includes features in the time, frequency, and time–frequency domains, and the fitness function is equal to the arithmetic mean of three terms, i.e., monotonicity, trendability, and deviation. Nguyen et al. [33] propose a multi-criteria GP-based HI construction methodology, in which the input feature set consists of 11 time-domain features, and the fitness function is represented by a combination of eight different HI evaluation criteria. Wen et al. [35] include GP in the stochastic process for RUL prediction. In particular, considering the characteristics of the degradation models, two properties of the HI are identified, i.e., consistency and the average range of HI, and considered in the fitness function.
Similar to the works mentioned above, this paper uses a GP for HI construction based on three metrics, i.e., monotonicity, trendability, and prognosability. In addition, GP is also used for constructing system-level features and classifying the system setting.
Table 2 summarizes the main approaches adopted in the related literature for feature extraction, feature construction, and HI construction through Genetic Programming. The first difference of the present study with respect to related works lies in the use of GP for two distinct purposes, i.e., features construction and HI construction, which allow realizing a simultaneous analysis at a system level and a component level. Indeed, features with different trends are built from the same feature set consisting of time-domain features extracted from raw signals depending on the fitness function included in the GP training. In particular, a classification- or cluster-based fitness function addresses the machinery setting recognition issue, while a fitness function based on typical metrics for RUL prediction address the component-level prognostics issue. In addition, because the working conditions are not always known, both classification- and clustering-based fitness functions for the setting recognition. In this way, GP can also be used in case of scarce availability of labeled datasets, which is a widespread situation for industrial machinery producers.

2.1. Test Rig Description and Data Collection

This section describes the methodology followed to construct system-level features for system setting recognition and component-level features for prognostics.
The system under analysis, which is shown in Figure 1, is a test rig built in the Department of Industrial Engineering of the University of Bologna. It consists of an asynchronous motor, a gearbox made of two pulleys exchanging the rotational motion through a belt, two shafts that share the torques due to a couple of gears, and an electromagnetic brake. The three-phase electric motor is an eight poles motor with 0.23 kW power and possible rotation speeds equal to 710 rpm and 910 rpm. The motion is transmitted to the first shaft through the belt running on the pulleys and put in tension thanks to a screw-system positioned on the motor’s support, allowing a regulation of the belt’s tension which is essential for accelerated run-to-failure tests. The braking system consists of an electromagnetic dust brake with adjustable braking torque in 0–7.5 Nm and a 90 VDC command control fed by a transformer. The platform’s data acquisition device is composed of three accelerometers and a pyrometer. Three Dytran 3093D3 triaxial accelerometers are placed on the bearing’s support, next to the second pulley and the two gearboxes. The three sensors have a sampling frequency of 12.8 kHz per axis and an acceleration range of 500 Gpeak. An OPTRIS CSmicro infrared sensor is placed near the second pulley measuring the pulley or the belt’s temperature at a sampling frequency of 1 kHz. The accelerometers are connected to a computer through three-channel NI9230 I/O modules with a maximum sampling rate of 12.8 kS/s for each channel mounted on a four-slot NI 9274 chassis that collects all the data from the acceleration sensors before sending it to the computer through a USB connection. A data acquisition interface is placed in the pyrometer’s cable, and temperature measurements are collected using the plug-n-play software CompactConnect supplied by the Optris company. The technical characteristics of all components included in the test rig can be found in Appendix A.
The component under analysis for prognostics is the belt. In particular, six run-to-failure tests are conducted, in which the belt is stressed until its failure. The more significant stress is caused by putting the belt at its maximum stretch to accelerate its degradation until it suddenly breaks. A greater tension of the belt usually occurs because of an improper mounting, which causes faster wear of the component and consequently more system downtimes. Tests are conducted in three different operating conditions, named C1, C2, and C3, defined by distinct braking torque values and the motor speed (Table 3). The braking force values have been set to 0.1 and 0.2 Nm because of the low power of the electric motor. Indeed, higher values would cause an overheating of the motor until its failure. In addition, a major braking force would cause fewer vibrations in the system, which would slow down the degradation process and make tests much longer. The motor speed values have been chosen because of technical aspects. For each setting, one or two belt run-to-failure tests are conducted. In addition, a run-to-failure test is also conducted with varying operating conditions. Run-to-failure tests for each condition are described in Table 4.

2.2. The Methodology

The methodology consists of two main steps: the training phase, whose framework is depicted in Figure 2, and the testing phase, which is depicted in Figure 3.
After signal acquisition under conditions described in Table 4, nine typical time-domain features, summarized in Table 5, are extracted for each signal of tests 1, 2, 3, and 4 used for the GP training step. As the system is provided with three triaxial accelerometers, the original feature set contains 81 features. The length of the signal segments for feature extraction is equal to 1 s (12,800 observations). Two different datasets are created from the so-obtained feature set and used for the setting recognition and the belt prognostics. Both datasets contain all the extracted features plus the label for each observation. The label may assume only two values corresponding to setting C1 and C2 for the setting recognition goal. The label C1 is assigned to tests 1 and 2, while the label C2 is assigned to tests 3 and 4. The label assumes continuous values for prognostics and expresses the second in which the observation has been collected, starting from 0. As feature observations are extracted every 1 s, the label increases by one along with the dataset, and the last value corresponds to the belt’s duration. Note that the two training sets are used separately for the GP training to find two distinct HIs for the two machinery settings.
The dataset created for system setting recognition is provided to train GP with a classification-based fitness function and a clustering-based fitness function. In the first case, a supervised approach is adopted during the training, while an unsupervised learning approach is adopted in the clustering-based GP. The datasets created for prognostics are provided to a GP aiming to construct a component-level feature revealing the degradation processes of the belt during the run-to-failure trajectories F1, F2, F3, and F4. The output of the training phase is represented by three features, CF1, CF2, and CF3, that correspond to the best feature for the classification-based GP, clustering-based GP, and GP for HI construction, respectively.
The performances of the features extracted for setting recognition, i.e., CF1 and CF2, are evaluated in terms of training accuracy and training time provided through two typical classification models, i.e., the DT and the k-NN [36]. The performance of the constructed feature for prognostics, i.e., CF3, is evaluated by considering its ability to predict the belt Remaining Useful Life. First, the obtained HI for each system setting is smoothed through a moving average method. Then, an exponential model is applied to one of the available trajectories for each condition, and the accuracy of RUL prediction is computed through Equation (2), which represents the mean prediction error.
m e a n e r r o r % = 1 N n = 1 N | r e a l R U L n p r e d i c t e d R U L n | r e a l R U L n × 100
where N is the number of observations.
The testing phase has two main goals, i.e., to assess the generalization ability of the models built on the constructed features and to assess the ability of constructed features to recognize novel settings [37], where novel means that they are not included in the GP training process. Therefore, all the CFs are extracted from two other datasets during the testing phase. The first dataset includes the trajectory F5, collected under known system settings (C1 and C2), while the second dataset includes trajectory F6, collected under known settings C1 and C2, and novel setting C3. The generalization ability of the models is assessed using the classification models built during the training phase to make predictions on test 5 and compute the prediction accuracy (accuracy for setting recognition and RUL prediction error for prognostics). The generalization ability of constructed features is assessed by training classification and exponential degradation models on test 6, which includes three settings and evaluating the training accuracy and the Mean Square Error.
Note that the k-NN in the fitness function of the classification-based GP is trained using the cross-validation method. Standard values of 80% of observations for the training set and 20% for the testing set have been used. Instead, the k-means algorithm performed in the clustering-based GP is iterated five times for each GP iteration to get the best data partitioning. In addition, the DT and k-NN used to evaluate the different feature sets are always trained using a 5-fold cross-validation. Finally, it is worth pointing out that the testing accuracy computed during the testing phase of the methodology refers to the prediction accuracy of models built in the training phase and not to the testing accuracy resulting from the cross-validation.
The fitness functions used for training GPs are described in the following subsection.

2.3. GP Fitness Functions

The GP-OLS MATLAB toolbox [38], with a modified fitness function, has been used for GPs training. In particular, three fitness functions are considered. In the case of the supervised approach, the accuracy of k-NN is considered [31]. In the case of the unsupervised approach, the fitness function is equal to the mean value of the silhouette coefficient computed on the data partitions provided by the k-means algorithm. The silhouette coefficient, defined in [29] and given in Equation (3), measures the similarity of a point to the points belonging to the same cluster compared with points belonging to the other clusters.
F i t = 1 N i = 1 N s i
where
  • s i = a i b i max { a i , b i } is the silhouette value of the point i
  • a i = 1 | C i | 1 j C i , i j d i , j is the average distance from the ith point to the other points in the same cluster as i
  • b i = min k i 1 | C k | is the minimum average distance from the ith point to points belonging to other clusters
  • N is the total number of observations
The silhouette value ranges from −1 to 1. A high silhouette value indicates that i is well matched to its cluster and poorly matched to other clusters. The clustering solution is appropriate if most points have a high silhouette value.
The fitness function used to construct an optimal HI, as shown in Equation (4), consists of three terms: monotonicity, trendability, and prognosability.
F i t = w 1 M o n + w 2 T r e n d + w 3 P r o g n
where M o n ,   T r e n d ,   P r o g n are calculated by Equations (5)–(7), respectively [39]; w 1 ,   w 2 ,   w 3 are the weights associated with each HI evaluation criteria, and i w i = 1 .
M o n = 1 N F | i = 1 N ( n i + n i 1 n i + n i 1 ) |
T r e n d = m i n ( | c o r r c o e f f i j | ) ,   i , j = 1 , , N F
P r o g n = exp ( s t d ( H I f a i l ) m e a n ( | H I s t a r t H I f a i l | ) )
where N F is the number of run-to-failure trajectories, n i + ( n i ) indicates the number of observations characterized by a first positive (negative) derivative, c o r r c o e f f i j is the linear correlation coefficient between the ith and jth run-to-failure trajectory.
The other parameters adopted for all GPs are summarized in Table 6.

3. Results

3.1. GP for System Setting Recognition

This section reports the best results obtained from 20 runs of each GP. In Table 7, the mean fitness value, the best fitness value, and the feature constructed at each iteration of the best run of classification-based and clustering-based GP are summarized.
Figure 4 shows the final tree corresponding to the best solution and the fitness values at each iteration of the GP in the case of classification-based GP.
For classification, the best fitness value equal to 0.9999 is provided by the feature given in Equation (8) and shown in Figure 5a.
f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 )
where, f S k e w ( y .   a 2 ) corresponds to the skewness extracted from the fifth signal (the y-axis of the second accelerometer) and f R M S ( x .   a 1 ) corresponds to the RMS of the x-axis of the first accelerometer.
For clustering, the best fitness value equal to 0.8408 is provided by the feature in Equation (9) and shown in Figure 5b.
f R M S ( y . a 3 ) × f S k e w   ( y . a 2 ) × f M e a n ( z . a 2 )
where f R M S ( y . a 3 ) is the RMS of the x-axes of the third accelerometer, f S k e w   ( y . a 2 ) is the skewness extracted from the y-axis of the second accelerometer, and f M e a n ( z . a 2 ) is the mean extracted from the z-axes of the second accelerometer.
The DT and the k-NN are trained to evaluate the performance of the constructed features. Then, the obtained model is applied to the trajectory F5 and prediction accuracy is computed.
Both classification-based and clustering-based GPs provide high accuracy prediction during the training phase, while the accuracy is relatively low when applying the models to the testing trajectory.
DT and k-NN are also applied to the whole set of extracted features to evaluate the effect of feature construction on classification accuracy. Finally, GP-based feature construction is also compared with the Principal Component Analysis (PCA) (feature learning) [40] and the ReliefF (feature selection) [41]. For comparison, one only feature is selected for both PCA and ReliefF. Table 8 summarizes the obtained results, where the training accuracy is computed on trajectories F1–F4 and the testing accuracy on trajectory F5. It can be seen that the training accuracy is lower than that provided by GP-based features, meaning that both the Principal Component (PC) constructed through the PCA and the feature selected through the ReliefF algorithm are not able to separate the two classes well. In addition, the model accuracy prediction on test 5 is lower than that obtained by applying the models trained with GP-based features. Similarly, although considering all features as input of classification models provides the best training accuracy, the testing accuracy is low, and the training time is higher, especially with k-NN.
Finally, the performance of the extracted features for classification and clustering are also evaluated based on the ability to distinguish unknown conditions. The time-domain features extracted from raw signals collected during test 6, which considers the system under a “novel” operating condition (F6), are added to the training set in the feature evaluation step of the methodology. In Figure 6, the constructed features with the clustering GP-based (left) and the classification GP-based (right) are shown, where distinct colors represent distinct settings. The results of classification models trained on these datasets are summarized in Table 9, including the training accuracy obtained using the features obtained through the PCA and the ReliefF.
From Table 9, it can be seen that when the system-level feature is constructed with the classification-based GP, classification models trained with the additional operating condition provide a class prediction accuracy higher than 90%. On the contrary, the classification accuracy is lower than 90% when using the clustering-based GP.
In addition, ReliefF provides lower training accuracy than GP-based features, while the PCA produces similar results as the classification-based GP. The direct conclusion of this result is that feature construction provides more discriminant features than feature selection.

3.2. GP for Belt Prognostics

After system-level feature construction, a component-level HI (for the belt wear) has been constructed through the GP with the fitness function expressed by Equation (4). As the acquired signals have acceptable values of prognosability and trendability, greater weight is assigned to the monotonicity in order to obtain more monotonic HIs. Therefore, the weight of the monotonicity, w 1 , is set to 0.5 while both other weights are set to 0.25.
As in the first case, the training set is made of run-to-failure trajectories F1, F2, F3, and F4. However, these trajectories have been divided into two input sets to extract an HI for each condition. The fitness values of constructed HIs for both conditions during some GP runs are summarized in Table 10, including the RUL prediction mean error computed through Equation (2) on the signal acquired during test 5. As test 5 includes both C1 and C2 conditions, the error has been computed using H I C 1 i ,   i = 1 , , 4 , until the first setting is implemented and H I C 2 i , i = 1 , , 4 for the remaining observations.
Each constructed HI represents an optimal solution according to the GP fitness function. However, when a degradation model is built to compute the RUL, not all HIs provide good RUL prediction mean error results. For instance, H I C 1 4 and H I C 2 3 have the best fitness values, equal to 0.94 and 0.99, but they provide a high RUL mean prediction error. On the contrary, H I C 1 1 and H I C 2 2 provide a slightly lower fitness value, but a lower RUL mean prediction error. Hence, H I C 1 1 and H I C 2 2 are chosen as the best HIs for setting 1 and setting 2, respectively, since they provide the best fitness value among HIs with an acceptable prediction error. In this case, an error between 10% and 20% is acceptable because computed from the beginning of the test, when the belt was still in good health conditions. The constructed HIs for each trajectory of the training dataset are depicted in Figure 7. Table 11 summarizes the values of monotonicity, trendability, and prognosability of the two constructed HIs.
To demonstrate the advantage of constructing HIs through GP, they are compared to a typical HI used for prognostics: the correlation coefficient between nominal signals and fault signals [42]. Table 12 summarizes the length of nominal signals and fault signals considered for each run-to-failure trajectory.
The correlation coefficient has been computed for each acquired signal, and their monotonicity, trendability, and prognosability values are summarized in Table 13. As can be seen, all metrics have lower values than those computed on constructed HIs with GP.

3.3. Discussion

This section describes the three primary outcomes of the present work.
First, as shown in Table 8, the training accuracy obtained with GP-based feature construction is higher than the training accuracy obtained considering the feature selected through the ReliefF and the feature extracted through the PCA. This result implies that the constructed features FC1 and FC2 well separate the two classes corresponding to the settings. On the contrary, using all the time-domain features provides a better training accuracy. However, the so-built models overfit the training data. Indeed, the testing accuracy is equal to 31% in the case of DT and 61% in the case of k-NN. Similar testing accuracies are obtained with PCA and ReliefF as well. On the contrary, the testing accuracies obtained by using the GP features are higher than 67%. Therefore, the features FC1 and FC2 separate the two settings and allow the building of a more generalizable classification model.
Second, as shown in Table 9, when GP features are used to train classification models with three classes, classification accuracy is higher than using the extracted feature through the ReliefF. This result implies that FC is better than feature selection for novelty detection. Indeed, only selected features are used as input trained models in streaming diagnostics and prognostics. This means that if a feature does not reveal an unknown setting, the change cannot be detected.
Finally, concerning the GP trained to extract a HI for the belt prognostics, results show that the constructed HIs have similar trends for failure occurred in the same operating condition. However, the trend is not strictly monotonic, which makes it hard to build a robust degradation model for RUL prediction. Indeed, no HI produces a mean RUL prediction error lower than 10%. However, the constructed HI is compared with the correlation coefficient between a nominal signal and the two fault signals collected during two different settings. This comparison shows that correlation coefficients have lower values of monotonicity, prognosability, and trendability than the constructed HI through the GP. Therefore, the constructed HIs are more suitable for component-level prognostics.

4. Conclusions

This paper applies Genetic Programming to construct system-level and component-level features for system setting recognition and prognostics. First, the use of Genetic Programming in the PHM field is reviewed, and the essential elements of GP are described. Then, three GPs with distinct fitness functions are trained using vibration signals collected from an experimental platform built in the Department of Industrial Engineering laboratory of the University of Bologna.
The first two GPs aim to construct a feature that reveals the system setting implemented during signal acquisition. The first GP adopts a supervised ML algorithm in the fitness function, while the second adopts an unsupervised learning approach. The two approaches can be applied depending on the available training data. The supervised approach may be adopted if the training data are provided with a label indicating the system setting. Otherwise, the unsupervised approach is necessary. This latter situation is widespread among automatic machinery producers, who do not know all machinery use conditions and collect the data from their clients, who, in turn, often provide unlabelled datasets. Two traditional ML models, i.e., the Decision Tree and the k-Nearest Neighbor, are chosen to evaluate the performance of the constructed features in terms of training accuracy, training time, and model accuracy when used to predict the setting of observations collected after the training, named testing accuracy. Finally, the GP features are also evaluated against the ability to reveal a setting not included during the feature construction process. The third GP aims to construct an optimal HI for the belt degradation process. The fitness function is computed as a weighted mean of monotonicity, trendability, and prognosability.
Future development of this work will include a multi-objective GP for HI construction, which also considers HI evaluation criteria directly correlated with the effectiveness of the prognostic results. Moreover, an anomaly detection algorithm for incipient degradation detection will be applied to define the instant in which the algorithm should begin the RUL computation in a real-time application.

Author Contributions

Conceptualization, F.C. and R.P.; methodology, F.C. and F.G.G.; software, R.P.; validation, A.R. and M.B.; writing—original draft preparation, F.C.; writing—review and editing, M.B. and A.R.; supervision. F.G.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to agreements with the department.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1 summarizes the technical aspects of all elements included in the test rig.
Table A1. Technical characteristics of components included in the test rig.
Table A1. Technical characteristics of components included in the test rig.
ComponentCharacteristicsValuesComponentCharacteristicsValues
Pulley 1Number of teeth30Spur gear 1Number of teeth60
Pitch5 mmModule1
To suit belt width10 mmPitch60 mm
Bore8 mmBore10 mm
MaterialAluminumMaterialSteel
Pulley 2Number of teeth40Spur gear 2Number of teeth120
Pitch5 mmModule1
To suit belt width10 mmPitch120 mm
Bore8 mmBore12 mm
MaterialAluminumMaterialSteel
BeltNumber of teeth
Pitch
Length
Width
Maximum speed
Material
122
1.2
5 mm
610 mm
10 mm
80 m/s
Polyurethan
Ball-bearingInside diameter
Outside diameter
Static load rating
Material
20 mm
47 mm
6.55 kN
Steel
Long Closed Bush ShaftLength1 m
Diameter20 mm
Hardness60→64 HRC
Toleranceh6
MaterialSteel

References

  1. Jardine, A.K.S.; Lin, D.; Banjevic, D. A review on machinery diagnostics and prognostics implementing condition-based maintenance. Mech. Syst. Signal Process. 2006, 20, 1483–1510. [Google Scholar] [CrossRef]
  2. Lei, Y.; Li, N.; Guo, L.; Li, N.; Yan, T.; Lin, J. Machinery health prognostics: A systematic review from data acquisition to RUL prediction. Mech. Syst. Signal Process. 2018, 104, 799–834. [Google Scholar] [CrossRef]
  3. Sarih, H.; Tchangani, A.P.; Medjaher, K.; Pere, E. Data preparation and preprocessing for broadcast systems monitoring in PHM framework. In Proceedings of the 2019 6th International Conference on Control, Decision and Information Technologies, CoDIT 2019, Paris, France, 23–26 April 2019; pp. 1444–1449. [Google Scholar]
  4. Atamuradov, V.; Medjaher, K.; Camci, F.; Zerhouni, N.; Dersin, P.; Lamoureux, B. Machine Health Indicator Construction Framework for Failure Diagnostics and Prognostics. J. Signal Process. Syst. 2020, 92, 591–609. [Google Scholar] [CrossRef]
  5. Del Buono, F.; Calabrese, F.; Baraldi, A.; Paganelli, M.; Regattieri, A. Data-driven predictive maintenance in evolving environ- ments: A comparison between machine learning and deep learning for novelty detection. In Proceedings of the International Conference on Sustainable Design and Manufacturing, Split, Croatia, 15–17 September 2021; ISBN 0000000181198. [Google Scholar]
  6. Calabrese, F.; Regattieri, A.; Bortolini, M.; Galizia, F.G. Fault diagnosis in industries: How to improve the health assessment of rotating machinery. In Proceedings of the International Conference on Sustainable Design and Manufacturing, Split, Croatia, 15–17 September 2021; pp. 1–10. [Google Scholar]
  7. Tang, J.; Alelyani, S.; Liu, H. Feature Selection for Classification: A Review. In Data Classification Algorithms and Applications; Aggarwal, C.C., Ed.; CRC Press: New York, NY, USA, 2014; pp. 2–28. ISBN 9780429102639. [Google Scholar]
  8. Cheng, X.; Ellefsen, A.L.; Li, G.; Holmeset, F.T.; Zhang, H.; Chen, S. A Step-wise Feature Selection Scheme for a Prognostics and Health Management System in Autonomous Ferry Crossing Operation. In Proceedings of the 2019 IEEE International Conference on Mechatronics and Automation, ICMA 2019, Tianjin, China, 4–7 August 2019; pp. 1877–1882. [Google Scholar]
  9. Aremu, O.O.; Cody, R.A.; Hyland-Wood, D.; McAree, P.R. A relative entropy based feature selection framework for asset data in predictive maintenance. Comput. Ind. Eng. 2020, 145, 106536. [Google Scholar] [CrossRef]
  10. Toma, R.N.; Prosvirin, A.E.; Kim, J.M. Bearing fault diagnosis of induction motors using a genetic algorithm and machine learning classifiers. Sensors 2020, 20, 1884. [Google Scholar] [CrossRef] [Green Version]
  11. Khumprom, P.; Yodo, N.; Grewell, D. Neural networks based feature selection approaches for prognostics of aircraft engines. In Proceedings of the Annual Reliability and Maintainability Symposium, Palm Springs, CA, USA, 27–30 January 2020. [Google Scholar]
  12. Akuruyejo, M.; Kowontan, S.; Ali, J.B.E.N. A Data-Driven Approach Based Health Indicator for Remaining Useful Life Estimation of Bearings. In Proceedings of the 2017 18th International Conference on Sciences and Techniques of Automatic Control and Computer Engineering (STA), Munastir, Tunisia, 21–23 December 2017. [Google Scholar]
  13. Lei, Y.; Yang, B.; Jiang, X.; Jia, F.; Li, N.; Nandi, A.K. Applications of machine learning to machine fault diagnosis: A review and roadmap. Mech. Syst. Signal Process. 2020, 138, 106587. [Google Scholar] [CrossRef]
  14. Liu, C.; Sun, J.; Liu, H.; Lei, S.; Hu, X. Complex engineered system health indexes extraction using low frequency raw time-series data based on deep learning methods. Meas. J. Int. Meas. Confed. 2020, 161, 107890. [Google Scholar] [CrossRef]
  15. Chen, J.; Lin, C.; Peng, D.; Ge, H. Fault Diagnosis of Rotating Machinery: A Review and Bibliometric Analysis. IEEE Access 2020, 8, 224985–225003. [Google Scholar] [CrossRef]
  16. Ma, J.; Gao, X. A filter-based feature construction and feature selection approach for classification using Genetic Programming. Knowl.-Based Syst. 2020, 196, 105806. [Google Scholar] [CrossRef]
  17. Chen, S.; Wen, P.; Zhao, S.; Huang, D.; Wu, M.; Zhang, Y. A Data Fusion-Based Methodology of Constructing Health Indicators for Anomaly Detection and Prognostics. In Proceedings of the 2018 International Conference on Sensing, Diagnostics, Prognostics, and Control, SDPC 2018, Xi’an, China, 15–17 August 2019; pp. 570–576. [Google Scholar]
  18. Tran, B.; Xue, B.; Zhang, M. Genetic programming for multiple-feature construction on high-dimensional classification. Pattern Recognit. 2019, 93, 404–417. [Google Scholar] [CrossRef]
  19. Calabrese, F.; Regattieri, A.; Pilati, F.; Bortolini, M. Streaming-based Feature Extraction and Clustering for Condition Detection in Dynamic Environments: An Industrial Case. In Proceedings of the 5th European Conference of the Prognostics and Health Management Society 2020, Turin, Italy, 27–31 July 2020; pp. 1–14. [Google Scholar]
  20. Calabrese, F.; Regattieri, A.; Bortolini, M.; Gamberi, M.; Pilati, F. Predictive maintenance: A novel framework for a data-driven, semi-supervised, and partially online Prognostic Health Management application in industries. Appl. Sci. 2021, 11, 3380. [Google Scholar] [CrossRef]
  21. Muni, D.P.; Pal, N.R.; Das, J. A novel approach to design classifiers using genetic programming. IEEE Trans. Evol. Comput. 2004, 8, 183–196. [Google Scholar] [CrossRef] [Green Version]
  22. Guo, L.; Rivero, D.; Dorado, J.; Munteanu, C.R.; Pazos, A. Automatic feature extraction using genetic programming: An application to epileptic EEG classification. Expert Syst. Appl. 2011, 38, 10425–10436. [Google Scholar] [CrossRef]
  23. Vanneschi, L.; Poli, R. Genetic Programming—Introduction, Applications, Theory and Open Issues. In Handbook of Natural Computing; Springer: Berlin/Heidelberg, Germany, 2012; pp. 709–739. ISBN 9783540929109. [Google Scholar]
  24. Wang, H.; Dong, G.; Chen, J. Application of Improved Genetic Programming for Feature Extraction in the Evaluation of Bearing Performance Degradation. IEEE Access 2020, 8, 167721–167730. [Google Scholar] [CrossRef]
  25. Folino, G. Algoritmi Evolutivi e Programmazione Genetica: Strategie di Progettazione e Parallelizzazione Algoritmi Evolutivi e Programmazione Genetica: Strategie di Progettazione e Parallelizzazione; ICAR-CNR: Quattromiglia, Italy, 2003. [Google Scholar]
  26. Neshatian, K.; Zhang, M.; Andreae, P. A filter approach to multiple feature construction for symbolic learning classifiers using genetic programming. IEEE Trans. Evol. Comput. 2012, 16, 645–661. [Google Scholar] [CrossRef]
  27. Smith, M.G.; Bull, L. Genetic programming with a genetic algorithm for feature construction and selection. Genet. Program. Evolvable Mach. 2005, 6, 265–281. [Google Scholar] [CrossRef]
  28. Lensen, A.; Xue, B.; Zhang, M. New Representations in Genetic Programming for Feature Construction in k-Means Clustering. In Simulated Evolution and Learning; Shi, Y., Tan, K.C., Zhang, M., Tang, K., Li, X., Zhang, Q., Tan, Y., Middendorf, M., Jin, Y., Eds.; Springer International Publishing: Cham, Switzerland, 2017; pp. 543–555. ISBN 978-3-319-68759-9. [Google Scholar]
  29. Schofield, F.; Lensen, A. Evolving Simpler Constructed Features for Clustering Problems with Genetic Programming. In Proceedings of the 2020 IEEE Congress on Evolutionary Computation, CEC 2020, Glasgow, UK, 19–24 July 2020. [Google Scholar]
  30. Firpi, H.; Vachtsevanos, G. Genetically programmed-based artificial features extraction applied to fault detection. Eng. Appl. Artif. Intell. 2008, 21, 558–568. [Google Scholar] [CrossRef]
  31. Peng, B.; Wan, S.; Bi, Y.; Xue, B.; Zhang, M. Automatic Feature Extraction and Construction Using Genetic Programming for Rotating Machinery Fault Diagnosis. IEEE Trans. Cybern. 2020, 51, 4909–4923. [Google Scholar] [CrossRef]
  32. Qin, A.; Zhang, Q.; Hu, Q.; Sun, G.; He, J.; Lin, S. Remaining Useful Life Prediction for Rotating Machinery Based on Optimal Degradation Indicator. Shock Vib. 2017, 2017. [Google Scholar] [CrossRef] [Green Version]
  33. Nguyen, K.T.P.; Medjaher, K. An automated health indicator construction methodology for prognostics based on multi-criteria optimization. ISA Trans. 2020, 113, 81–96. [Google Scholar] [CrossRef]
  34. Liao, L. Discovering prognostic features using genetic programming in remaining useful life prediction. IEEE Trans. Ind. Electron. 2014, 61, 2464–2472. [Google Scholar] [CrossRef]
  35. Wen, P.; Zhao, S.; Chen, S.; Li, Y. A generalized remaining useful life prediction method for complex systems based on composite health indicator. Reliab. Eng. Syst. Saf. 2021, 205, 107241. [Google Scholar] [CrossRef]
  36. Calabrese, F.; Casto, A.; Regattieri, A.; Piana, F. Components monitoring and intelligent diagnosis tools for Prognostic Health Management approach. Proc. Summer Sch. Fr. Turco 2018, 2018, 142–148. [Google Scholar]
  37. Calabrese, F.; Regattieri, A.; Bortolini, M.; Galizia, F.G.; Visentini, L. Feature-based multi-class classification and novelty detection for fault diagnosis of industrial machinery. Appl. Sci. 2021, 11, 9580. [Google Scholar] [CrossRef]
  38. Janos, A. Genetic Programming MATLAB Toolbox. MATLAB Central File Exchange. Available online: https://www.mathworks.com/matlabcentral/fileexchange/47197-genetic-programming-matlab-toolbox (accessed on 29 March 2022).
  39. Baraldi, P.; Bonfanti, G.; Zio, E. Differential evolution-based multi-objective optimization for the definition of a health indicator for fault diagnostics and prognostics. Mech. Syst. Signal Process. 2018, 102, 382–400. [Google Scholar] [CrossRef]
  40. Zhu, Y.; Zhang, X.; Wang, R.; Zheng, W.; Zhu, Y. Self-representation and PCA embedding for unsupervised feature selection. World Wide Web 2018, 21, 1675–1688. [Google Scholar] [CrossRef]
  41. Zhang, X.; Zhang, Q.; Chen, M.; Sun, Y.; Qin, X.; Li, H. A two-stage feature selection and intelligent fault diagnosis method for rotating machinery using hybrid filter and wrapper method. Neurocomputing 2018, 275, 2426–2439. [Google Scholar] [CrossRef]
  42. Medjaher, K.; Zerhouni, N.; Baklouti, J. Data-driven prognostics based on health indicator construction: Application to PRONOSTIA’s data. In Proceedings of the 2013 European Control Conference, ECC 2013, Zurich, Switzerland, 17–19 July 2013; pp. 1451–1456. [Google Scholar]
Figure 1. (a) The test rig and (b) its mechanical scheme.
Figure 1. (a) The test rig and (b) its mechanical scheme.
Applsci 12 04749 g001
Figure 2. Framework for GP training.
Figure 2. Framework for GP training.
Applsci 12 04749 g002
Figure 3. Framework for GP-based feature evaluation (testing).
Figure 3. Framework for GP-based feature evaluation (testing).
Applsci 12 04749 g003
Figure 4. Classification-based GP results: (a) The tree representing the constructed features, and (b) the mean and the best fitness values at each GP iteration.
Figure 4. Classification-based GP results: (a) The tree representing the constructed features, and (b) the mean and the best fitness values at each GP iteration.
Applsci 12 04749 g004
Figure 5. Constructed features through (a) classification-based GP and (b) clustering-based GP. The black line refers to the first setting trajectories (F1–F2). The red line refers to the second setting trajectories (F3–F4).
Figure 5. Constructed features through (a) classification-based GP and (b) clustering-based GP. The black line refers to the first setting trajectories (F1–F2). The red line refers to the second setting trajectories (F3–F4).
Applsci 12 04749 g005
Figure 6. Constructed features through (a) clustering-based GP and (b) classification-based GP with an additional operating condition.
Figure 6. Constructed features through (a) clustering-based GP and (b) classification-based GP with an additional operating condition.
Applsci 12 04749 g006
Figure 7. Constructed HIs for (a) setting 1 and (b) setting 2.
Figure 7. Constructed HIs for (a) setting 1 and (b) setting 2.
Applsci 12 04749 g007
Table 1. Function set.
Table 1. Function set.
Kind of PrimitivesExample(s)
ArithmeticAdd, Multiplication, Division
MathematicalSin, Cos, Exp
BooleanAND, OR, NOT
ConditionalIF-THEN-ELSE
LoopingFOR, REPEAT
Table 2. Similarities and differences between the proposed approach and other works.
Table 2. Similarities and differences between the proposed approach and other works.
ReferencesFeature ExtractionFitness Function
Features ConstructionHI Construction
[30]-Fisher ratio-
[31]Embedded in the function setk-NN-
[32]7 Time-domain features-Monotonicity
[33]11 Time-domain features-Monotonicity, trendability, failure consistency, scale similarity, robustness, mutual information Spearman correlation with RUL, F-test
[34]68 Time- and frequency-domain features-Monotonicity
[35]- Weighted sum of failure consistency and the average range
[24]21 Time, frequency, and time–frequency domain features-Arithmetic mean of monotonicity, trendability, and deviation quantity
This paper81 Time-domain featuresk-NN
Silhouette index
Weighted mean of monotonicity, trendability, and prognosability
Table 3. Setting parameters.
Table 3. Setting parameters.
Operating ConditionAC Motor Speed (rpm)Braking Force (Nm)
C17100.1
C27100.2
C39100.2
Table 4. Available datasets.
Table 4. Available datasets.
TestSettingRun-to-Failure TrajectoriesDuration (min)
1C1F138.4
2C1F2170.5
3C2F3157.9
4C2F474.2
5C1-C2F5328.1 + 667.1
6C1-C2-C3F6208.9 + 232.2 + 995.5
Table 5. Extracted time features from raw signals. x i , is the signal (observation) at time i ,   i = 1 , , S N , S N is the length of the signal segments, x ¯ is the mean value of x i ,   i = 1 S N , and σ 3   σ 4 are third and the fourth moment of x i ,   i = 1 S N , respectively.
Table 5. Extracted time features from raw signals. x i , is the signal (observation) at time i ,   i = 1 , , S N , S N is the length of the signal segments, x ¯ is the mean value of x i ,   i = 1 S N , and σ 3   σ 4 are third and the fourth moment of x i ,   i = 1 S N , respectively.
Feature NameFeature Formula
Peak f P e a k = x m a x = m a x | x i |
Peak-to-peak f P e a k 2 P e a k = | m a x ( x i ) m i n ( x i ) |
Mean f M e a n = 1 N i = 1 N x i
Root mean square (RMS) f R M S = 1 N i = 1 N x i 2
Crest factor (CF) f C r e s t F = f P e a k / f R M S
Kurtosis f K u r t = 1 N i = 1 N ( x i x ¯ ) 4 σ 4
Skewness f S k e w = 1 N i = 1 N ( x i x ¯ ) 3 σ 3
Shape factor f S h a p e F = f R M S / f M e a n
Impulse factor f I m p u l s e F = f P e a k / f M e a n
Table 6. GP parameters set.
Table 6. GP parameters set.
ParameterValue
Function setAdd, Subtraction, Protected division, Multiplication, Logarithm, Power, Exponential
Terminal setPeak, Peak-to-peak, Mean, RMS, Crest factor, Kurtosis, Skewness, Shape factor, Impulse Factor
Population size100
Max tree depth10
Generation gap0.9
P c 0.9
P m 0.1
Parents selection methodTournament selection
Type of crossoverOne point crossover
ReplacementElitism
Number of generations30
Termination criteriaMax. number of generations (iterations)
Table 7. Fitness values and mathematical formulation of the feature constructed at each iteration of the best run of classification-based and clustering-based GP.
Table 7. Fitness values and mathematical formulation of the feature constructed at each iteration of the best run of classification-based and clustering-based GP.
Iter.ClassificationClustering
Mean Fitness ValueBest Fitness ValueFC1Mean Fitness ValueBest Fitness ValueFC2
1-0.950801 f M e a n ( x .   a 1 ) × f S k e w ( x .   a 1 ) × f P e a k 2 P e a k ( x .   a 3 ) -0.720651 f S k e w ( z . a 2 )
20.8404630.977063 f C r e s t F ( z .   a 1 ) + f P e a k ( x .   a 1 ) 0.7112190.720651 f S k e w ( z . a 2 )
30.8190370.977063 f C r e s t F ( z .   a 1 ) + f P e a k ( x .   a 1 ) 0.7112190.720651 f S k e w ( z . a 2 )
40.8414450.977517 f C r e s t F ( z .   a 1 ) + f P e a k ( x .   a 1 ) 0.7414450.757926 f S k e w ( z . a 2 ) × f R M S ( y . a 3 )
50.6627490.977517 f C r e s t F ( z .   a 1 ) + f P e a k ( x .   a 1 ) 0.7537480.777517 f P e a k 2 P e a k ( x . a 3 ) × f S k e w ( y .   a 2 )
60.6931680.978424 f C r e s t F ( z .   a 1 ) + f S k e w ( y .   a 2 ) 0.7537480.785372 f P e a k 2 P e a k ( x . a 3 ) × f S k e w ( y .   a 2 )
70.9319070.998413 f S k e w ( y .   a 2 ) + f P e a k ( x .   a 1 ) 0.7537480.795372 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 )
80.9474760.998526 f S k e w ( y .   a 2 ) + f P e a k ( x .   a 1 ) 0.7672900.815372 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 )
90.9766850.998526 f S k e w ( y .   a 2 ) + f P e a k ( x .   a 1 ) 0.7342720.815372 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 )
100.9764210.998526 f S k e w ( y .   a 2 ) + f P e a k ( x .   a 1 ) 0.7463960.823728 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( y .   a 2 )
110.9986020.999698 f S k e w ( y .   a 2 ) + f K u r t ( z .   a 1 ) 0.7458240.823728 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( y .   a 2 )
120.9984510.999698 f S k e w ( y .   a 2 ) + f K u r t ( z .   a 1 ) 0.7973670.823728 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( y .   a 2 )
130.9565450.999811 f S k e w ( y .   a 2 ) + f C r e s t F ( x .   a 2 ) 0.7962930.823728 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( y .   a 2 )
140.9527660.999811 f S k e w ( y .   a 2 ) + f C r e s t F ( x .   a 2 ) 0.8173640.839811 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
150.9567340.999811 f S k e w ( y .   a 2 ) + f C r e s t F ( x .   a 2 ) 0.8263780.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
160.9997730.999849 f S k e w ( y .   a 2 ) + f R M S ( x .   a 2 ) 0.8267380.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
170.9706020.999849 f S k e w ( y .   a 2 ) + f R M S ( x .   a 2 ) 0.8266470.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
180.9998490.999887 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8268490.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
190.9997350.999887 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8263540.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
200.9998110.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8263540.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
210.9584720.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8269370.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
220.9998490.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8269290.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
230.9998490.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8252890.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
240.9998490.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8178390.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
250.6610870.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8262730.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
260.9998870.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8261420.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
270.9997350.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8260390.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
280.9998870.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8263770.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
290.9998490.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8263710.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
300.9617970.999924 f S k e w ( y .   a 2 ) + f R M S ( x .   a 1 ) 0.8263520.840800 f R M S ( y . a 3 ) × f S k e w ( y .   a 2 ) + f M e a n ( z .   a 2 )
Table 8. Classification performance.
Table 8. Classification performance.
Method for Feature ExtractionModelTraining Accuracy (%)Training Time (s)Testing Accuracy (%)
Classification-based GPDT90.42.667.03
k-NN90.81.2567.03
Clustering-based GPDT96.00.7167.30
k-NN94.50.7266.85
No feature selectionDT99.993.5331.52
k-NN10056.9461.14
PCADT81.91.7861.30
k-NN74.91.6357.44
ReliefFDT74.81.9361.79
k-NN64.11.5752.86
Table 9. Classification accuracy (%) obtained with GP-based FCs, and feature extracted through PCA and ReliefF after adding a third machinery setting into the training set.
Table 9. Classification accuracy (%) obtained with GP-based FCs, and feature extracted through PCA and ReliefF after adding a third machinery setting into the training set.
ModelClassification-Based GPClustering-Based GPPCAReliefF
DT92.8%81.1%92.2%76.4%
k-NN90.8%70.8%89.3%69.1%
Table 10. HI construction GP.
Table 10. HI construction GP.
Constructed HIFitting FunctionMean Error (%)
H I C 1 1 = f S k e w ( x . a 1 ) ( f K u r t ( z . a 1 ) f R M S ( y . a 1 ) ) 0.8914.2
H I C 1 2 = f P e a k ( x . a 3 ) / f M e a n ( y . a 1 ) 0.8733.4
H I C 1 3 = f C r e s t F ( y . a 3 ) / f R M S ( y . a 2 ) 0.7840.5
H I C 1 4 = f I m p u l s e F ( z . a 2 ) / e f P e a k ( z . a 3 ) 0.94130.1
H I C 2 1 = f P e a t 2 P e a k ( x . a 2 ) / e f R M S ( x . a 1 ) 0.98536.6
H I C 2 2 = f S k e w ( x . a 3 ) × f R M S ( z . a 3 ) × log ( f I m p u l s e F ( y . a 3 ) l o g f M e a n ( y . a 3 ) ) 0.8710.5
H I C 2 3 = f R M S ( z . a 3 ) log ( f R M S ( x . a 3 ) f S h a p e F ( z . a 3 ) ) 0.9930.5
H I C 2 4 = f S k e w ( x . a 3 ) 0.7835
Table 11. Monotonicity, trendability, and prognosability values of His constructed through GO for the two machinery settings.
Table 11. Monotonicity, trendability, and prognosability values of His constructed through GO for the two machinery settings.
Health IndicatorMonotonicityTrendabilityPrognosability
H I C 1 1 0.39990.10420.9095
H I C 2 2 0.26370.75990.7599
Table 12. Length of nominal and fault signals considered for the correlation coefficient computation.
Table 12. Length of nominal and fault signals considered for the correlation coefficient computation.
Run-to-Failure TrajectoryNominal (s)Fault (s)
F1763763
F21.3896.945
F31.5316.124
F41.0884.352
Table 13. Length of nominal and fault signals considered for the correlation coefficient computation.
Table 13. Length of nominal and fault signals considered for the correlation coefficient computation.
SettingMetricX-a1Y-a1Z-a1X-a2Y-a2Z-a2X-a3Y-a3Z-a3
C1Monotonicity0.00450.01540.00360.00410.00350.00800.01380.01470.0160
Trendability0.00400.00770.00110.03110.02410.02620.00740.00830.0173
Prognosability0.19970.84000.81520.82470.91040.31040.67450.83280.4767
C2Monotonicity0.01330.00600.03010.00930.00310.00710.00410.00720.0033
Trendability0.05030.02220.15130.00900.04140.05890.02420.03130.0150
Prognosability0.28280.33500.25770.25690.06320.30110.23160.87010.3361
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Calabrese, F.; Regattieri, A.; Piscitelli, R.; Bortolini, M.; Galizia, F.G. Genetic Programming-Based Feature Construction for System Setting Recognition and Component-Level Prognostics. Appl. Sci. 2022, 12, 4749. https://doi.org/10.3390/app12094749

AMA Style

Calabrese F, Regattieri A, Piscitelli R, Bortolini M, Galizia FG. Genetic Programming-Based Feature Construction for System Setting Recognition and Component-Level Prognostics. Applied Sciences. 2022; 12(9):4749. https://doi.org/10.3390/app12094749

Chicago/Turabian Style

Calabrese, Francesca, Alberto Regattieri, Raffaele Piscitelli, Marco Bortolini, and Francesco Gabriele Galizia. 2022. "Genetic Programming-Based Feature Construction for System Setting Recognition and Component-Level Prognostics" Applied Sciences 12, no. 9: 4749. https://doi.org/10.3390/app12094749

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