Next Article in Journal
Compensation Strategy of PMSM Predictive Control with Reduced Parameter Disturbance
Previous Article in Journal
Preparation of Special Wettability Quartz Sand Filter Media and Its Synchronous Oil/Water Mixture Separation and Dye Adsorption
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Fault Identification of Electric Submersible Pumps Based on Unsupervised and Multi-Source Transfer Learning Integration

1
Faculty of Mathematics and Computer Science, Guangdong Ocean University, Zhanjiang 524088, China
2
School of Computer Engineering, Guangzhou City University of Technology, Guangzhou 510800, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sustainability 2022, 14(16), 9870; https://doi.org/10.3390/su14169870
Submission received: 6 July 2022 / Revised: 22 July 2022 / Accepted: 4 August 2022 / Published: 10 August 2022

Abstract

:
The ratio between normal data and fault data generated by electric submersible pumps (ESPs) in production is prone to imbalance, and the information carried by the fault data generally as a minority sample is easily overwritten by the normal data as a majority sample, which seriously interferes with the fault identification effect. For the problem that data imbalance under different working conditions of ESPs causes the failure data to not be effectively identified, a fault identification method of ESPs based on unsupervised feature extraction integrated with migration learning was proposed. Firstly, new features were extracted from the data using multiple unsupervised methods to enhance the representational power of the data. Secondly, multiple samples of the source domain were obtained by multiple random sampling of the training set to fully train minority samples. Thirdly, the variation between the source domain and target domain was reduced by combining weighted balanced distribution adaptation (W-BDA). Finally, several basic learners were constructed and combined to integrate a stronger classifier to accomplish the ESP fault identification tasks. Compared with other fault identification methods, our method not only effectively enhances the performance of fault data features and improves the identification of a few fault data, but also copes with fault identification under different working conditions.

1. Introduction

Electric submersible pumps are a widely used artificial lifting tool for deep-sea oil operations [1], and their fault identification can effectively monitor the safety of production and effectively prevent the occurrence of major accidents. Carrying out fault identification of ESPs can predict or discover equipment faults in advance, so that timely measures can be taken to keep the equipment in the best condition and maintain the integrity of the equipment. It can not only avoid equipment running with faults, thus saving energy, prolonging equipment life, and making equipment function with maximum efficiency, but also, it can greatly reduce or prevent equipment accidents, thus avoiding the subsequent huge losses and bringing huge economic benefits to the enterprise.
With the development of sensor technology and data acquisition systems, various ESP data, such as pump frequency, motor temperature, and motor current, can be recorded during the production process [2]. A data-driven ESP fault identification method is implemented through training and self-learning based on normal and fault data. Fault identification is performed using the mapping relationship between fault types and data features. Many data-driven models have been developed, such as SVMs [3], ANN [4], PCA [5], and other artificial intelligence models. Liu et al. proposed a chicken flock optimization SVM model for pump fault diagnosis [6]. Chen et al. proposed an improved KNN fault detection method based on the marginal distance for pump faults [7]. Matheus et al. proposed a random forest-based ESP data analysis method for multi-fault classification [8]. Liu et al. implemented the identification of pump fault states using XGBoost [9].
Although these methods all achieved relatively good results, they all assumed a balanced amount of faulty and normal samples in the experimental data and were limited by the need for a sufficient number of labeled training samples to learn. The same is true for ESPs due to many factors, such as the accuracy of different manufacturing processes, the use of the environment, changes in operating conditions, etc.; additionally, due to the importance of production, ESPs may be abnormal or in fault states for a year, or even years, leading us to obtain only a few samples of faults. Thus, when the ESP’s failure data are limited and imbalanced in number, it becomes especially important to correctly identify the few failure samples. To identify faults in ESPs with limited samples and imbalanced distribution, the following issues are addressed: (1) how to extract the information features that are more representative of the minority fault data in the limited data, to reduce the burden on the model and increase the recognition effect of the model; (2) how to deal with the problem that the information contained in a minority of fault samples easily gets submerged in the majority of normal information, which easily leads to a high recognition error rate of the classifier for fault samples with a small amount of data.
The effectiveness of traditional machine learning methods heavily relies on data features [10], and these methods require a large amount of data to extract useful features, which is usually difficult in anomaly detection. The emergence of unsupervised learning-based anomaly detection effectively tackles this problem. Unsupervised outlier detection methods can be considered tools for extracting richer feature representations from limited data, which has also been referred to as unsupervised feature engineering [11]. This approach has been shown to be effective in enriching data representation and improving model learning [12]. Furthermore, traditional machine learning methods require the assumption that the training data and the test data obey the same data distribution, but in reality, this same distribution assumption is not always satisfied. This often requires us to relabel a large amount of training data to satisfy the training, but labeling new data is very expensive and requires a lot of human and material resources. The widespread use of transfer learning (TL) allows us to use a small amount of labeled data to mine valuable information from different working data to train the model together with a large amount of training data in different distributions.
Therefore, for the problem of the imbalance in the number ratio between normal and faulty samples in traditional machine learning-based ESP fault identification, which leads to difficulties in fault identification, we proposed an unsupervised and multi-source transfer learning integrated approach for ESP fault identification; the contributions of this paper are as follows:
(1)
Combining multiple unsupervised learning methods to extract the anomaly scores (AS) generated by the unsupervised anomaly detection function as a richer representation of the data.
(2)
The source domain of multiple samples was obtained by random sampling while ensuring that a minority of faulty samples were adequately selected, thus guaranteeing that a smaller number of samples could be adequately trained to improve the perception and weight of faulty samples. Then, combining the source domain training set and the target domain test set, a weak classifier based on the conditional distribution probability distribution is built for obtaining the classification results of the respective samples.
(3)
The set of multiple weak classifiers is used to become a strong classifier to complete the classification recognition task.
In this paper, the experiments were conducted using real-time production data from the South China Sea oil field to prove the effectiveness and feasibility of the integrated method, which has a better performance in dealing with electric submersible pump imbalance data fault identification compared with the traditional identification method. The rest of the paper was organized as follows. In Section 2, knowledge related to the proposed algorithm is presented. Section 3 presents the proposed algorithm. Section 4 describes the empirical evaluation method. In Section 5, the experimental results are discussed, and in Section 6 and Section 7, the discussion and conclusion are presented.

2. Related Work

2.1. Unsupervised Feature Learning Methods

Unsupervised feature learning is an automatic learning of valid data features from unlabeled data. This can help subsequent machine learning models to achieve better performance more quickly [13], overcoming the limitations of supervised feature space definition. Unsupervised learning without relying on data labeling can learn the features of anomalies by different methods [14]. Commonly used unsupervised methods include model-based learning methods, distance-based learning methods, and neural network-based learning methods [15]. These learning methods have superior results and performance on the dataset when the corresponding assumptions are satisfied. In this paper, various types of unsupervised methods were used as base detectors to construct a new effective feature space.

2.2. Transfer Learning Method

Although traditional machine learning-based methods can have good results, without sufficient training data to support them, they often do not perform as well as they should. The widespread application of transfer learning addressed this problem well. The domain D represents the subject of transfer learning, which represents the features X of the data and the distribution P ( X ) of the features. The domain is divided into target domain and source domain. The source domain D s refers to the existing knowledge domain, and the target domain D t refers to the area to be studied. Transfer learning was defined as a learning method that acquires knowledge from the source domain D s and the corresponding learning task T s [16], which is used to assist in improving the ability of the prediction function in the target domain. As shown in Figure 1, this is a schematic diagram of transfer learning.
Suppose a source domain with n labels D s = { x s i , y s i } , i = 1 , 2 , 3 ... n , and an unlabeled target domain D t = { x t j } , j = 1 , 2 , 3 ... m , where x s i , x t j represent the sample set and y s i represents the sample label. Suppose the feature spaces of the source domain and target domain are the same, X s = X t , and the corresponding category spaces are also the same, Y s = Y t . However, their marginal and conditional probability distributions are not the same, such that:
P s ( x s ) P t ( x t ) ,   P ( y s | x s ) P ( y t | x t )
The purpose of transfer learning was to learn a classifier f from the data in the source domain, which enables this classifier to use x t to predict y t .

2.3. Weighted Balanced Distribution Adaptation Algorithm

The difference in distribution between domains will lead to poor performance of the classifier in the target domain [17]. However, domain adaptation can reduce the differences in marginal and conditional probability distributions. A commonly used domain adaptation method is the balanced distribution adaptive (BDA) method, which adaptively weighs the importance of marginal and conditional probability distributions. It is calculated as follows:
D ( D s , D t ) ( 1 μ ) D ( P ( x s ) , P ( x t ) ) + μ D ( P ( y s | x s ) , P ( y t | x t ) ) ,
where the first term on the right side of the equation represents the edge probability distribution adaption and the last term represents the conditional probability distribution adaption. Moreover, μ [ 0 , 1 ] represents the adaptive balance factor for the adaptation distribution. When μ 0 represents a dissimilar data set, the marginal probability distribution is more dominant. When μ 1 represents the data set similarity, the conditional distribution is more adaptive.
Maximum mean discrepancy (MMD) is the most frequently used metric in migration learning, it is used to measure the distance between two distributions in the reproducing Hilbert space, and is a kernel learning method [18]. We employ it to calculate the differences between the two different distributions in Equation (2) and to adaptively minimize these differences. So, the discrepancy between the source domain and the target domain can be expressed as:
D ( D s , D t ) ( 1 μ ) 1 n i = 1 n x s i 1 m j = 1 m x t j H 2 + μ C = 1 C 1 n C x s i D s ( C ) x s i 1 m C x t j D t ( C ) x t j H 2 .
where H represents the reproduction of Hilbert space, and n and m represent the number of samples in the source domain and target domain, respectively. The C is the label of different classes, and the D s / t ( C ) represents samples of the C -th class from the source domain and target domain, respectively. The n C , m C represent the number of experiments of D s ( C ) and D t ( C ) , respectively.
However, the test data of ESPs in real production are not labeled, which makes P ( y t ) impossible to obtain directly, thus making the conditional probability distribution P ( y t | x t ) not easy to calculate. Therefore, in this paper, a weighted balanced distribution adaptation (W-BAD) was used to better approximate the conditional probability distribution adaptation for ESP fault identification experiments. According to the Bayes theorem [19], we can neglect to calculate P ( y t ) , which uses P ( x t | y t ) to approximate P ( y t | x t ) , where α s , α t represent class priors for two different domains:
P ( y s | x s ) P ( y t | x t ) H 2 = P ( y s ) P ( x s ) P ( x s | y s ) P ( y t ) P ( x t ) P ( x t | y t ) H 2 = α s P ( x s | y s ) α t P ( x t | y t ) H 2 .
Equation (3) can be rewritten as:
D ( D s , D t ) ( 1 μ ) 1 n i = 1 n x s i 1 m j = 1 m x t j H 2 + μ C = 1 C P ( y s ( C ) ) n C x s i D s ( C ) x s i P ( y t ( C ) ) m C x t j D t ( C ) x t j H 2 .
The P ( y s ( C ) ) and P ( y t ( C ) ) in Equation (5) represent the prior probabilities of each of the different classes in the source domain and target domain, respectively. In the case of imbalanced samples, each class has a different probability of being in the domain. The W-BDA assumed that P ( x s ) and P ( x t ) are invariant and used prior probabilities to directly approximate the conditional distribution probabilities, which overcomes the inconvenience of computing scatter in the conditional distribution. Equation (2) can be rewritten as:
min t r ( A T X ( ( 1 μ ) M 0 + μ 1 C W C ) X T A ) + λ A F 2 , s . t . A T X H X T A = I , 0 μ 1 .
The former part in Equation (6) is the adaptation of the marginal distribution and conditional distribution with a balanced factor, and the latter part is the corresponding regularization. The λ is the regularization parameter with F 2 . The X represents the data matrix consisting of x s and x t . The I ( n + m ) × ( n + m ) represents a unit matrix and the H is a central matrix. The A is the transformation matrix for minimizing the maximum mean difference in the conditional distribution in the source and target domains, and M 0 and W C represent the maximum mean difference matrix and the weight matrix, respectively, calculated as follows:
( M 0 ) i j = { 1 n 2 , x i , x j D s , 1 m 2 , x i , x j D t , 1 m n , o t h e r s i t u a t i o n s .
( W C ) i j = { P ( y s ( C ) ) n C 2 , x i , x j D s ( C ) , P ( y t ( C ) ) m C 2 , x i , x j D t ( C ) , P ( y s ( C ) ) P ( y t ( C ) ) n C m C , { x i D s ( C ) , x j D t ( C ) , x i D t ( C ) , x j D s ( C ) , 0 , o t h e r s i t u a t i o n s .
Finally, the Lagrange multiplier Φ = ( Φ 1 , Φ 2 , Φ 3 , ... , Φ d ) was introduced, and the optimal transformation matrix was solved.
L = ( X ( ( 1 μ ) M 0 + μ 1 C W C ) X T + λ I ) A = X H X T A Φ .

2.4. Data Analysis

The ESPs dataset was obtained from the China Offshore Oil Development and Production database. The dataset used for the experiments covers three different failures of ESPs, with each working condition described by 15 different features: daily liquid production (DLP), Wellhead temperature (WT), test water volume (TWV), water to gas ratio (WGR), pump current (PC), pump voltage (PV), oil pressure (OP), oil to gas ratio (OGR), test liquid volume (TLV), daily water production (DWP), daily gas production (DGP), daily oil production (DOP), water content (WC), test oil volume (TOV), and gas to oil ratio (GOR). The three different working conditions are pipe column leakage, overload pump stop, and underload pump stop, which contain both normal and abnormal data. The data information for each specific ESP is shown in Table 1.

3. Algorithm Design

3.1. Method Flow

The method based on the integration of unsupervised and multi-source transfer learning was divided into the following steps, and its flow is shown in Figure 2.
  • Step 1: Data pre-processing of the collected data, including data cleaning, missing value filling, outlier processing, normalization, etc.
  • Step 2: Inputting data into multiple unsupervised methods to construct a new feature space and enhance the information representative of a minority of fault samples.
  • Step 3: Unduplicated random sampling of the training data while ensuring that a minority of faulty samples are adequately sampled.
  • Step 4: Multiple training to obtain reliable base classifiers.
  • Step 5: Multiple recognition results are integrated through multiple base classifiers to obtain the final recognition results.

3.2. Phase I: Data Pre-Processing

The ESP history database contains a large number of process variables that reflect actual production, some of which may have missing values or outliers. In order to improve the data quality of the monitoring model and the accuracy of the model [20], the data need to be pre-processed and finally normalized to eliminate the effect of the magnitude between the data by scaling the data to [ 0 , 1 ] .
x n o r m = ( x i x m i n ) ( x m a x x m i n ) ,
where x n o r m represents the result of the normalization of the variable, and x m a x and x m i n represent the maximum and minimum values of the i-th variable, respectively.

3.3. Phase 2: Unsupervised Representation Learning

Unsupervised anomaly scoring (AS) can be treated as a form of raw data learning features to be used to enhance the space of raw features [21]. The AS function is used to define a mapping function Ψ ( ) in the feature space X n × d , and each different mapping function outputs a new vector Ψ i ( X ) n × 1 , which uses AS to describe the degree of anomalies in the data. A transformation function matrix Ψ = [ Ψ 1 , Ψ 2 , Ψ 3 , ... , Ψ k ] is constructed by combining k anomaly scoring functions, which is used to generate the AS matrix on the feature space X . These extracted AS are combined with the original feature space to obtain the new feature space X n e w = [ X , Ψ ( X ) ] n × q , q = d + k , which improves overall abnormality recognition. The process is shown in Figure 3.
In this study, five base anomaly scoring functions were used: k-nearest neighbor (KNN) [22], local outlier factor (LOF) [23], one-class SVM [24], isolation forests (IFs) [25] and autoencoder (AE) [26]. To further increase the diversity, the parameters of each model were different, and we set multiple parameters for each model, and selected from each model a few sets of AS for better performance. We used the Euclidean distance [27] as the distance metric in KNN, and the range of k was defined as { 1 , 2 , 3 , 4 , ... , 100 } . For the range of k in the LOF, it was also defined as { 1 , 2 , 3 , 4 , ... , 100 } . For one-class SVM, the kernel function used the radial basis function (RBF). For IF, the number of basic evaluators was fixed in the range { 5 , 10 , 20 , 40 , 80 , 160 , 200 , 250 } . For AE, different network layers and depths were used, and the sigmoid function was chosen as the activation function.

3.4. Phase 3: Multi-Source Transfer Learning

Simply increasing the original feature space is not enough to improve fault diagnosis accuracy. The minority samples must be sufficiently trained to build an effective training model. The traditional weak classifiers have difficulty in identifying minority samples, and the identification results tend to be biased in favor of majority samples [28]. We proposed a transfer learning model with a multi-source training set, which is shown in Figure 4. The training data were randomly sampled without repetition while ensuring that the minority samples were drawn in an adequate manner. In total, we obtained a source domain X s = { x s 1 , x s 2 , x s 3 , ... , x s i } consisting of i sample training sets. This ensured that the minority class sample was fully utilized and increased the weight of the minority sample. Then multiple base weak learners were trained based on the samples from the source domain, and so on until the number of base learners reached a pre-specified value T . The error rate of the base learner was calculated using Equation (11), and the one with the smallest error rate was selected as the base classifier. The T base learner-identified results were assembled into a strong classifier discriminant to obtain the final identification results (Equation (12)), where the represents the characteristic function, indicating that it is 1 when the working condition in the brackets holds, and 0 otherwise.
ε = 1 | X s | x X s t = 1 T ( h t ( x s i ) y s i ) / T .
R ( x ) = a r g m a x t = 1 T ( h t ( x s i ) = y s i ) .
To clarify the balance factor μ , A-distance [29] is used as the basic measure in this paper. A-distance is defined as a linear classifier built to distinguish the hinge loss of two data domains. Defining ε ( h ) as a linear classifier h distinguishes two domains: the error between the source domain D s and the target domain D t . A-distance is calculated as:
d A ( D s , D t ) = 2 ( 1 2 ε ( h ) ) .
We define d M as the A-distance of the edge distribution, and d C represents the conditional distribution distances corresponding to the categories, calculated as d C = d A ( D s ( C ) , D t ( C ) ) . The μ can be calculated by the following equation:
μ ^ = 1 d M d M + 1 C d C .

4. Classifier Performance Evaluation Method

In the imbalanced data classification problem, positive class samples are the ones given more attention [30], and the prediction accuracy for the whole dataset does not fully reflect the good or bad performance of the imbalanced learning method. Let us assume that an imbalance problem has 100 samples, of which 10 samples are negative class and 90 samples are positive. If the classifier predicts all the samples as a positive class, its accuracy is still as high as 90%. However, from a practical point of view, such a classifier does not make any sense, because the minority samples are all misclassified, and in a practical application scenario, this classifier is invalid. This also happens in ESP fault identification. If the faulty sample is misjudged as a normal sample, it is not possible to stop production and maintenance in time, which leads to more serious accidents. To objectively and adequately measure the classification of unbalanced data, a confusion matrix needs to be constructed to determine the relevant metrics. The confusion matrix is shown in Table 2.
The recall is the ratio of the number of samples correctly classified into positive classes to all positive classes and can be used to measure the performance of the classifier in identifying positive classes. It is calculated as follows:
R e c a l l = T P T P + F N .
TNR indicates how many of the total negative class samples are predicted to be negative, and can be used to measure the ability of the classifier to identify negative class samples. It is calculated as follows:
T N R = T N T N + F P .
Precision indicates how many samples are correctly classified out of all samples judged to be positive classes. It is calculated as follows:
P r e c i s i o n = T P T P + F P .
The F1-score is an inverse relationship between Precision and Recall, and it is one-sided to judge the classifier based on one of the two metrics. The combined metric is calculated as follows:
F 1 s c o r e = 2 R e c a l l P r e c i s i o n R e c a l l + P r e c i s i o n .
G-mean is also an evaluation metric that is often used to measure the classification performance of an unbalanced dataset as a whole. Among them, TPR reflects the classifier’s ability to recognize a few classes, while TNR is a reflection of the classifier’s ability to recognize most classes. It is calculated as follows:
G m e a n = T P R × T N R .

5. Experimental Analysis

5.1. Comparison of Classification Effects with and without Extraction of New Features

The experiments in this section are designed to demonstrate the impact of learning methods through unsupervised feature extraction. To ensure the accuracy of the experiment and eliminate random interference, we randomly select 50 different experimental data sets according to different imbalance ratios and then input each ratio into different methods to calculate their G-mean and F1-score, and finally derive their mean values. Considering the methods for electric submersible pump fault identification in existing studies, two commonly used methods, the XGB-based method and the SVM-based method, were selected here. The former is an integrated learning method, and the latter has a very powerful effect in small sample learning. In the experiment, we randomly draw different experimental data sets from working condition 1 according to the above requirements. The experimental results are shown in Figure 5 and Figure 6.
As can be seen in Figure 5 and Figure 6, the G-mean and F1-score of either method showed a decline when the imbalance ratio gradually increased. However, methods with the use of unsupervised feature extraction decline relatively slowly, which shows that the new feature space can add more data representation in combination with the original features, which facilitates the information capture of the method, and thus the recognition effect will be better than the method without the use of unsupervised feature extraction. However, the overall recognition was poor and fluctuated. Because the information of a small amount of anomalous data is submerged in a large amount of normal data, it is more difficult for the model to learn the representation information related to the anomalous data, which also shows that the imbalance of the data greatly interferes with the actual recognition effect.

5.2. Effect of the Learning Framework

The superiority of the UMTLA integration method proposed in this paper is demonstrated by comparing it with other imbalanced learning methods. A specific description of the 11 classification methods used for comparison is presented in Table 3. We divided the compared methods into four main categories: classifiers without sampling, classifiers with sampling, integrated classification without sampling, and integrated classification with sampling.
The classifiers without sampling are mainly the three commonly used simple classifiers, including support vector machines, decision trees, and a multi-layer perceptron. Classifiers with sampling are the combination of the SVM with different sampling methods. The main integrated methods without sampling are the random forest with the decision tree base classifier, the XGBoost with CART as the base classifier, and the ADAboost with the SVM as the base classifier. The integration methods with sampling are the REMDD (resampling ensemble model based on data distribution [39]) and the RUS + XGBoost. The imbalance ratios of 200:1, 100:1, 50:1, 30:1, 20:1, 15:1, 10:1, 5:1, 2:1, and 1:1 were set as the experimental data. In addition, the low standard deviation of the G-mean values obtained by cross-validation implies that the method has strong computational stability. The experimental results are shown in Table 4 and Table 5.
We can see from Table 4 and Table 5 that the G-mean and F1-score perform relatively well in the first few cases in which the proportion of data imbalance is small for all the methods. However, the recognition effect of traditional single-learner methods (SVM, DT, etc.) decreases significantly when the imbalance ratio reached 1:15, which is due to the large gap between the number of normal samples and abnormal samples, and the information of a few abnormal samples is covered by the information of most normal samples, resulting in poor learning of data feature information related to abnormal samples by the model and a higher false recognition rate. For integrated learning, the performance of classifiers was improved by overlaying and integrating single classifiers, but the feature information of minority fault samples still cannot be learned effectively when the degree of data imbalance is large. Using the undersampling method resulted in the loss of more counterexamples, which caused the loss of important information and led to the fact that the classifier recognition effect would be more inclined to the majority fault samples, and the G-mean and F1-score decreased significantly. On the contrary, when the method of oversampling was used, since the imbalance of the data was filled by making a difference between the minority faulty samples, it was equivalent to adding many new spurious samples, and their recognition effect was affected by the synthetic samples, which also had a poor recognition effect on the minority fault samples. The method proposed in this paper, based on the full utilization of minority samples in the data processing stage, used random sampling to form a source domain consisting of multiple training sets to ensure adequate training of minority samples, increase the weights of minority fault samples, and then improve the performance of the model by integrating multiple base classifiers, effectively solving the problem of data imbalance. The results of the experiments with the data of working conditions 2 and 3 are shown in Figure 7, Figure 8, Figure 9 and Figure 10 which also illustrate the effectiveness of the method very well.
To further test the effectiveness of the UMTLA on different distributions of the ESPs’ data, experiments were conducted by using data from different working conditions as training and test sets, with condition 2 as the training data and working conditions 3 and 1 as the test data, respectively. By comparing the SVM, XGB, and the TrAdaboost [40], the parameters of the SVM and XGB were kept as before. The auxiliary samples of TrAdaboost were selected from the source domain, and the number of iterations N = 25. The experimental results are shown in Figure 11 and Figure 12.
The observation plot reveals that the G-mean and F1-score decrease with the increase of the imbalance ratio. The SVM and XGB had the largest declines, because the training data (working condition 2) and test data (working conditions 3 and 1) have a large state span and different data distribution. Traditional machine learning was easily limited by the working condition of independent identical distribution, and the imbalance ratio increased to be unable to learn the information of minority fault samples effectively, leading to a serious decline in the identification effect. Because TrAdaBoost has the same weight update method for both samples, and its auxiliary data are vulnerable to the interference of unbalanced samples, making it more difficult to identify, the performance is average in both working conditions’ data. In this paper, we proposed UMTLA to fully train minority fault samples fully random multiple sampling with multiple source inputs, while expanding the learning of minority fault samples through the weighted integration of multiple classifiers. Furthermore, using the source domain and target domain prior probabilities to approximate the conditional probabilities and adding different weights to the two types of samples, it made the G-mean and F1-score of UMTLA not less than 0.60, which indicates a relatively good recognition ability for minority fault samples.

6. Discussion

Compared with other ESP fault identification methods, the innovation of the method proposed in this paper is mainly reflected in the following two aspects.
As for the data features, we addressed the difficulty of identifying fault samples in electric submersible pump data due to the lack of expressiveness of sample features. We extract the anomaly score (AS) as a richer representation of the data by combining several unsupervised learning methods, which enhances the learning ability of the model for a few classes of data and improves the overall model’s identification of fault samples.
In terms of fault samples, a framework of multi-source transfer learning is proposed to ensure that the minority samples can be utilized to maximize, thus improving the perception and weight of the minority class samples. Moreover, a weighted balanced adaptive approach (W-BDA) is introduced to reduce the variation between the source and target domains.
Although the method proposed in this paper has good results in dealing with ESP fault identification in the case of imbalanced data, it suffered from the problem of having a long running time due to a large number of unsupervised methods and the large number of base classifiers in the transfer learning framework. We will try more data as well as methods to improve the running speed and feasibility of the model in the future, which is the main research direction in the future.

7. Conclusions

We proposed a fault identification method based on the integration of unsupervised and multi-source transfer learning for the ESPs’ fault. We have used the characteristics of unsupervised learning to extract new data information representations to enhance the data representation; the method of randomly selected samples can better learn the information of a few fault samples, and the class prior was used to more accurately approximate the probability of conditional probability distribution to improve the recognition of samples under different distribution conditions. Experiments showed that the method has a high accuracy in identifying unbalanced data and can effectively cope with the problems of inaccurate fault identification caused by imbalanced data problems. It is very interesting and innovative to explore the application of ESP fault identification under the problem of imbalanced data using methods, such as unsupervised learning and transfer learning. We will continue to study this topic in the future. We also hope that this paper can provide a new idea in the field of ESP faults.

Author Contributions

Conceptualization, P.Y. and L.W.; methodology, P.Y. and S.L.; software, P.Y. and L.W.; validation, P.Y. and J.C.; formal analysis, P.Y.; investigation, P.Y. and L.W.; resources, L.W.; data curation, P.Y. and J.C.; writing—original draft preparation, P.Y.; writing—review and editing, P.Y. and S.L.; visualization, P.Y. and L.W.; supervision, S.L.; project administration, S.L.; funding acquisition, S.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Southern Marine Science and Engineering Guangdong Laboratory, Zhanjiang (Grant No. ZJW-2019-04).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all patients involved in the study.

Data Availability Statement

Data can be made available upon reasonable request.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Langbauer, C.; Pratscher, H.P.; Ciufu, A.C.; Hoy, M.; Marschall, C.; Pongratz, R. Electric submersible pump behavior for pumping non-Newtonian fluids. J. Pet. Sci. Eng. 2020, 195, 107910. [Google Scholar] [CrossRef]
  2. Zhang, W.; Li, C.H.; Peng, G.L.; Chen, Y.H.; Zhang, Z.J. A deep convolutional neural network with new training methods for bearing fault diagnosis under noisy environment and different working load. Mech. Syst. Signal. Processing 2018, 100, 439–453. [Google Scholar] [CrossRef]
  3. Shen, L.; Chen, H.L.; Yu, Z.; Kang, W.C.; Zhang, B.Y.; Li, H.Z.; Yang, B.; Liu, D.Y. Evolving support vector machines using fruit fly optimization for medical data classification. Knowl. Based. Syst. 2016, 96, 61–75. [Google Scholar] [CrossRef]
  4. Ranawat, N.S.; Kankar, P.K.; Miglani, A. Fault Diagnosis in Centrifugal Pump using Support Vector Machine and Artificial Neural Network. J. Eng. Res. 2021, 9, 99–111. [Google Scholar] [CrossRef]
  5. Du, Y.C.; Du, D.P. Fault detection and diagnosis using empirical mode decomposition based principal component analysis. Comput. Chem. Eng. 2018, 115, 1–21. [Google Scholar] [CrossRef]
  6. Liu, J.Z.; Feng, J.; Gao, X.W. Fault Diagnosis of Rod Pumping Wells Based on Support Vector Machine Optimized by Improved Chicken Swarm Optimization. IEEE Access 2019, 7, 171598–171608. [Google Scholar] [CrossRef]
  7. Chen, Y.F.; Yuan, J.P.; Luo, Y.; Zhang, W.Q. Fault Prediction of Centrifugal Pump Based on Improved KNN. Shock Vib. 2022, 2021, 7306131. [Google Scholar] [CrossRef]
  8. Marins, M.A.; Barros, B.D.; Santos, I.H.; Barrionuevo, D.C.; Vargas, R.E.V.; Prego, T.D.; de Lima, A.A.; de Campos, M.L.R.; da Silva, E.A.B.; Netto, S.L. Fault detection and classification in oil wells and production/service lines using random forest. J. Pet. Sci. Eng. 2021, 197, 107879. [Google Scholar] [CrossRef]
  9. Chen, L.; Gao, X.W.; Li, X.Y. Using the motor power and XGBoost to diagnose working states of a sucker rod pump. J. Pet. Sci. Eng. 2021, 199, 108329. [Google Scholar] [CrossRef]
  10. Ji, S.X.; Pan, S.R.; Cambria, E.; Marttinen, P.; Yu, P.S. A Survey on Knowledge Graphs: Representation, Acquisition, and Applications. IEEE. Trans. Neur. Net. Lear. 2022, 33, 494–514. [Google Scholar] [CrossRef]
  11. Zhang, W.Y.; Yang, D.Q.; Zhang, S. A new hybrid ensemble model with voting-based outlier detection and balanced sampling for credit scoring. Expert. Syst. Appl. 2021, 174, 114744. [Google Scholar] [CrossRef]
  12. Sun, Y.T.; Ding, S.F.; Zhang, Z.C.; Zhang, C.L. Hypergraph based semi-supervised support vector machine for binary and multi-category classifications. Int. J. Mach. Learn. Cybern. 2022, 13, 1369–1386. [Google Scholar] [CrossRef]
  13. Solorio-Fernandez, S.; Carrasco-Ochoa, J.A.; Martinez-Trinidad, J.F. A review of unsupervised feature selection methods. Artif. Intell. Rev. 2020, 53, 907–948. [Google Scholar] [CrossRef]
  14. Kim, J.; Bukhari, W.; Lee, M. Feature Analysis of Unsupervised Learning for Multi-task Classification Using Convolutional Neural Network. Neural. Process. Lett. 2018, 47, 783–797. [Google Scholar] [CrossRef]
  15. Yepmo, V.; Smits, G.; Pivert, O. Anomaly explanation: A review. Data. Knowl. Eng. 2022, 137, 101946. [Google Scholar] [CrossRef]
  16. Pan, S.J.; Yang, Q.A. A Survey on Transfer Learning. IEEE. Trans. Knowl. Data. Eng. 2010, 22, 1345–1359. [Google Scholar] [CrossRef]
  17. Zhu, L.; Yang, J.T.; Ding, W.P.; Zhu, J.P.; Xu, P.; Ying, N.J.; Zhang, J.H. Multi-Source Fusion Domain Adaptation Using Resting-State Knowledge for Motor Imagery Classification Tasks. IEEE. Sens. J. 2021, 21, 21772–21781. [Google Scholar] [CrossRef]
  18. Gao, J.; Huang, R.; Li, H.X. Sub-domain adaptation learning methodology. Inf. Sci. 2015, 298, 237–256. [Google Scholar] [CrossRef]
  19. Jetti, H.V.; Ferrero, A.; Salicone, S. A modified Bayes’ theorem for reliable conformity assessment in industrial metrology. Measurement 2021, 184, 109967. [Google Scholar] [CrossRef]
  20. Jiang, K.; Jiang, Z.H.; Xie, Y.F.; Pan, D.; Gui, W.H. Abnormality Monitoring in the Blast Furnace Ironmaking Process Based on Stacked Dynamic Target-Driven Denoising Autoencoders. IEEE. Trans. Ind. Inform. 2021, 18, 1854–1863. [Google Scholar] [CrossRef]
  21. Villa-Perez, M.E.; Alvarez-Carmona, M.A.; Loyola-Gonzalez, O.; Medina-Perez, M.A.; Velazco-Rossell, J.C.; Choo, K.K.R. Semi-supervised anomaly detection algorithms: A comparative summary and future research directions. Knowl. Based. Syst. 2021, 218, 106878. [Google Scholar] [CrossRef]
  22. Kang, S.K. k-Nearest Neighbor Learning with Graph Neural Networks. Mathematics 2021, 9, 830. [Google Scholar] [CrossRef]
  23. Degirmenci, A.; Karal, O. Robust Incremental Outlier Detection Approach Based on a New Metric in Data Streams. IEEE. Access 2021, 9, 160347–160360. [Google Scholar] [CrossRef]
  24. Hu, Z.W.; Hu, Z.L.; Du, X.P. One-class support vector machines with a bias constraint and its application in system reliability prediction. AI. Edam. 2019, 33, 346–358. [Google Scholar] [CrossRef]
  25. Hariri, S.; Kind, M.C.; Brunner, R.J. Extended Isolation Forest. IEEE. Trans. Knowl. Data. Eng. 2021, 33, 1479–1489. [Google Scholar] [CrossRef] [Green Version]
  26. Shao, H.D.; Jiang, H.K.; Zhao, H.W.; Wang, F.A. A novel deep autoencoder feature learning method for rotating machinery fault diagnosis. Mech. Syst. Signal. Processing 2017, 95, 187–204. [Google Scholar] [CrossRef]
  27. Liberti, L.; Lavor, C.; Maculan, N.; Mucherino, A. Euclidean Distance Geometry and Applications. SIAM. Rev. 2014, 56, 3–69. [Google Scholar] [CrossRef]
  28. Jiang, H.; He, Z.; Ye, G.; Zhang, H.Y. Network Intrusion Detection Based on PSO-Xgboost Model. IEEE Access 2020, 8, 58392–58401. [Google Scholar] [CrossRef]
  29. Krishnakumari, K.; Sivasankar, E.; Radhakrishnan, S. Hyperparameter tuning in convolutional neural networks for domain adaptation in sentiment classification (HTCNN-DASC). Soft. Comput. 2020, 24, 3511–3527. [Google Scholar] [CrossRef]
  30. Han, S.; Choi, H.J.; Choi, S.K.; Oh, J.S. Fault Diagnosis of Planetary Gear Carrier Packs: A Class Imbalance and Multiclass Classification Problem. Int. J. Precis. Eng. Man. 2019, 20, 167–179. [Google Scholar] [CrossRef]
  31. Zhang, X.C.; Jiang, D.X.; Long, Q.; Han, T. Rotating machinery fault diagnosis for imbalanced data based on decision tree and fast clustering algorithm. J. Vibroeng. 2017, 19, 4247–4259. [Google Scholar] [CrossRef]
  32. Joshuva, A.; Kumar, R.S.; Sivakumar, S.; Deenadayalan, G.; Vishnuvardhan, R. An insight on VMD for diagnosing wind turbine blade faults using C4.5 as feature selection and discriminating through multilayer perceptron. Alexandria. Eng. J. 2020, 59, 3863–3879. [Google Scholar] [CrossRef]
  33. Kesemen, O.; Tiryaki, B.K.; Tezel, O.; Ozkul, E.; Naz, E. Random sampling with fuzzy replacement. Expert. Syst. Appl. 2021, 185, 115602. [Google Scholar] [CrossRef]
  34. Feng, S.; Keung, J.; Yu, X.; Xiao, Y.; Zhang, M. Investigation on the stability of SMOTE-based oversampling techniques in software defect prediction. Inform. Softw. Technol. 2021, 139, 106662. [Google Scholar] [CrossRef]
  35. Hassan, M.M.; Eesa, A.S.; Mohammed, A.J.; Arabo, W.K. Oversampling Method Based on Gaussian Distribution and K-Means Clustering. Cmc-Comput. Mater. Con. 2021, 69, 451–469. [Google Scholar] [CrossRef]
  36. Chen, Y.Y.; Zheng, W.Z.; Li, W.B.; Huang, Y.M. Large group activity security risk assessment and risk early warning based on random forest algorithm. Pattern. Recogn. Lett. 2021, 144, 1–5. [Google Scholar] [CrossRef]
  37. Xiang, C.; Ren, Z.J.; Shi, P.F.; Zhao, H.G. Data-Driven Fault Diagnosis for Rolling Bearing Based on DIT-FFT and XGBoost. Complexity 2021, 2021, 4941966. [Google Scholar] [CrossRef]
  38. Yan, C.; Li, M.X.; Liu, W. Transformer Fault Diagnosis Based on BP-Adaboost and PNN Series Connection. Math. Probl. Eng. 2019, 2019, 1019845. [Google Scholar] [CrossRef] [Green Version]
  39. Niu, K.; Zhang, Z.M.; Liu, Y.; Li, R.F. Resampling ensemble model based on data distribution for imbalanced credit risk evaluation in P2P lending. Inf. Sci. 2020, 536, 120–134. [Google Scholar] [CrossRef]
  40. Wang, W.P.; Wang, C.Y.; Wang, Z.; Yuan, M.M.; Luo, X.; Kurths, J.; Gao, Y. Abnormal detection technology of industrial control system based on transfer learning. Appl. Math. Comput. 2022, 412, 126539. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of Transfer Learning.
Figure 1. Schematic diagram of Transfer Learning.
Sustainability 14 09870 g001
Figure 2. Unsupervised and multi-source transfer learning integration flow chart.
Figure 2. Unsupervised and multi-source transfer learning integration flow chart.
Sustainability 14 09870 g002
Figure 3. Description of unsupervised feature engineering.
Figure 3. Description of unsupervised feature engineering.
Sustainability 14 09870 g003
Figure 4. The multi-source transfer learning process.
Figure 4. The multi-source transfer learning process.
Sustainability 14 09870 g004
Figure 5. The G-mean of different methods with or without feature extraction.
Figure 5. The G-mean of different methods with or without feature extraction.
Sustainability 14 09870 g005
Figure 6. The F1-score of different methods with or without feature extraction.
Figure 6. The F1-score of different methods with or without feature extraction.
Sustainability 14 09870 g006
Figure 7. G-mean of 12 methods on 10 different imbalances of data on working condition 2.
Figure 7. G-mean of 12 methods on 10 different imbalances of data on working condition 2.
Sustainability 14 09870 g007
Figure 8. G-mean of 12 methods on 10 different imbalances of data on working condition 3.
Figure 8. G-mean of 12 methods on 10 different imbalances of data on working condition 3.
Sustainability 14 09870 g008
Figure 9. F1-score of 12 methods on 10 different imbalances of data on working condition 2.
Figure 9. F1-score of 12 methods on 10 different imbalances of data on working condition 2.
Sustainability 14 09870 g009
Figure 10. F1-score of 12 methods on 10 different imbalances of data on working condition 3.
Figure 10. F1-score of 12 methods on 10 different imbalances of data on working condition 3.
Sustainability 14 09870 g010
Figure 11. Comparison G-mean of imbalanced sample learning methods.
Figure 11. Comparison G-mean of imbalanced sample learning methods.
Sustainability 14 09870 g011
Figure 12. Comparison F1-score of imbalanced sample learning methods.
Figure 12. Comparison F1-score of imbalanced sample learning methods.
Sustainability 14 09870 g012
Table 1. ESP data information.
Table 1. ESP data information.
No.SymbolVariable Name (Unit)No.SymbolVariable Name (Unit)
1DLPDaily liquid production (m3/day)9TLVTest liquid volume (t)
2WTWellhead temperature (°C)10DWPDaily water production (m3/day)
3TWVTest water volume (m3/day)11DGPDaily gas production (m3/day)
4WGRWater gas ratio (%)12DOPDaily oil production (m3/day)
5PCPump current (A)13WCWater content (wt%)
6PVPump voltage (V)14TOVTest oil volume (t)
7OPOil pressure (kPa)15GORGas-oil ratio (%)
8OGROil gas ratio (%)
Working ConditionsWorking Status
Column leakage (1)Lines break, disconnect, wear, and corrode, resulting in leaks.
Overload pump stopping (2)Overload current setting is not reasonable, the motor is impaired, the pump is mixed with impurities, etc. Overload shutdown occurs.
Underload pump stopping (3)Underload current setting is not reasonable, pump or separator shaft is broken due to insufficient fluid supply from the ground.
Table 2. Confusion matrix.
Table 2. Confusion matrix.
Predicted for Positive ClassForecast for Negative Class
True for positive classTPFN
True for negative classFPTN
Table 3. Eleven comparative classification methods.
Table 3. Eleven comparative classification methods.
Classifier without SamplingSVM_R_W: SVM with Gaussian function and imbalance weight
DT: Decision Trees [31]
MLP: Multi-Layer perceptron [32]
Classifiers with SamplingR + SVM_R_W: Random sampling [33] + SVM_R_W
S + SVM_R_W: SMOTE [34] + SVM_R_W
G + SVM_R_W: Gaussian Oversampling [35] + SVM_R_W
Integrated Classification without SamplingRF: Random Forest [36]
XGB: XGBoost [37]
ADA: ADAboost [38]
Integrated Classification with SamplingR + XGB
REMDD
Table 4. Average G-mean and standard deviation of 12 methods on 10 datasets.
Table 4. Average G-mean and standard deviation of 12 methods on 10 datasets.
Methods1:11:21:51:101:151:201:301:501:1001:200
SVM_R_W0.9190 ± 0.030.9025 ± 0.010.8576 ± 0.000.8027 ± 0.010.6771 ± 0.000.6355 ± 0.000.5691 ± 0.010.5013 ± 0.200.3781 ± 0.010.1341 ± 0.00
DT0.9201 ± 0.000.9165 ± 0.000.8211 ± 0.000.7557 ± 0.000.6013 ± 0.000.5261 ± 0.040.4971 ± 0.000.4043 ± 0.000.2239 ± 0.010.0963 ± 0.00
MLP0.9284 ± 0.010.8433 ± 0.010.7287 ± 0.020.6562 ± 0.020.4870 ± 0.010.3873 ± 0.120.2431 ± 0.100.1141 ± 0.020.0692 ± 0.000.0072 ± 0.00
RUS + SVM_R_W0.9112 ± 0.020.8452 ± 0.030.8461 ± 0.010.8233 ± 0.030.8081 ± 0.070.7433 ± 0.100.6523 ± 0.020.5508 ± 0.060.3066 ± 0.010.2036 ± 0.01
S + SVM_R_W0.9338 ± 0.010.9008 ± 0.020.8601 ± 0.040.7930 ± 0.020.7330 ± 0.000.6964 ± 0.300.6156 ± 0.070.4364 ± 0.000.3272 ± 0.010.2513 ± 0.01
G + SVM_R_W0.9510 ± 0.030.9364 ± 0.000.8272 ± 0.000.7772 ± 0.000.7073 ± 0.020.6234 ± 0.000.5672 ± 0.000.4655 ± 0.010.3770 ± 0.030.2041 ± 0.02
RF0.9577 ± 0.000.9071 ± 0.000.8270 ± 0.110.7531 ± 0.140.6547 ± 0.000.5394 ± 0.010.4394 ± 0.010.3301 ± 0.000.2211 ± 0.030.1255 ± 0.05
XGB0.9605 ± 0.030.9231 ± 0.010.9377 ± 0.000.8621 ± 0.080.7741 ± 0.010.6431 ± 0.000.5943 ± 0.100.3961 ± 0.010.2545 ± 0.000.1305 ± 0.01
ADA0.9431 ± 0.080.9156 ± 0.000.8514 ± 0.050.8062 ± 0.120.7641 ± 0.070.7034 ± 0.020.6253 ± 0.000.4201 ± 0.020.3774 ± 0.090.3152 ± 0.04
RUS +XGB0.9645 ± 0.000.9471 ± 0.000.9067 ± 0.000.8481 ± 0.010.8041 ± 0.070.7331 ± 0.050.5243 ± 0.000.4261 ± 0.000.3145 ± 0.040.2505 ± 0.01
REMDD0.9205 ± 0.040.8723 ± 0.020.7737 ± 0.070.7551 ± 0.160.6741 ± 0.290.6031 ± 0.170.5143 ± 0.270.4561 ± 0.010.3345 ± 0.040.2805 ± 0.09
UMTLA0.9821 ± 0.010.9644 ± 0.000.9245 ± 0.010.9121 ± 0.010.8841 ± 0.020.8554 ± 0.010.8104 ± 0.030.7715 ± 0.010.7443 ± 0.020.7042 ± 0.01
Table 5. Average F1-score and standard deviation of 12 methods on 10 datasets.
Table 5. Average F1-score and standard deviation of 12 methods on 10 datasets.
Methods1:11:21:51:101:151:201:301:501:1001:200
SVM_R_W0.9212 ± 0.010.8933 ± 0.020.8311 ± 0.020.7559 ± 0.030.6912 ± 0.000.6051 ± 0.010.5334 ± 0.040.4231 ± 0.120.3581 ± 0.010.1401 ± 0.01
DT0.9014 ± 0.000.9554 ± 0.010.7812 ± 0.010.7256 ± 0.010.6634 ± 0.020.5022 ± 0.010.5312 ± 0.020.4166 ± 0.010.2934 ± 0.010.1776 ± 0.20
MLP0.8814 ± 0.000.8754 ± 0.030.7731 ± 0.010.7056 ± 0.010.6015 ± 0.010.5054 ± 0.020.4069 ± 0.110.3054 ± 0.230.2014 ± 0.050.1267 ± 0.00
RUS + SVM_R_W0.9256 ± 0.010.9025 ± 0.010.8434 ± 0.010.7912 ± 0.010.7045 ± 0.010.6394 ± 0.010.5667 ± 0.110.4012 ± 0.010.3256 ± 0.080.2107 ± 0.02
S + SVM_R_W0.9512 ± 0.020.8933 ± 0.020.8512 ± 0.010.7723 ± 0.030.7212 ± 0.000.6721 ± 0.020.5878 ± 0.010.4261 ± 0.040.3298 ± 0.020.2314 ± 0.01
G + SVM_R_W0.9472 ± 0.020.9237 ± 0.010.8617 ± 0.030.8021 ± 0.030.7091 ± 0.020.6464 ± 0.120.5961 ± 0.020.4651 ± 0.030.3312 ± 0.010.2001 ± 0.02
RF0.9225 ± 0.030.8731 ± 0.020.7937 ± 0.010.7451 ± 0.100.6641 ± 0.010.5931 ± 0.020.4742 ± 0.040.3961 ± 0.020.3045 ± 0.010.2205 ± 0.30
XGB0.9675 ± 0.010.9014 ± 0.030.8943 ± 0.010.8347 ± 0.010.7671 ± 0.020.6746 ± 0.010.5859 ± 0.070.4673 ± 0.020.3611 ± 0.020.2522 ± 0.02
ADA0.9431 ± 0.080.9156 ± 0.000.8514 ± 0.050.8062 ± 0.120.7641 ± 0.070.7034 ± 0.020.6253 ± 0.000.4201 ± 0.020.3774 ± 0.090.3152 ± 0.04
RUS +XGB0.9633 ± 0.020.9179 ± 0.010.8672 ± 0.000.7613 ± 0.010.6821 ± 0.020.5483 ± 0.020.4638 ± 0.030.3732 ± 0.010.3215 ± 0.010.2621 ± 0.02
REMDD0.9616 ± 0.010.9055 ± 0.020.8261 ± 0.010.7611 ± 0.130.6358 ± 0.210.5387 ± 0.140.4768 ± 0.200.4023 ± 0.050.3559 ± 0.010.2832 ± 0.04
UMTLA0.9738 ± 0.020.9474 ± 0.010.9038 ± 0.000.8734 ± 0.010.8451 ± 0.010.8105 ± 0.030.7504 ± 0.020.7344 ± 0.020.6912 ± 0.020.6491 ± 0.01
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, P.; Chen, J.; Wu, L.; Li, S. Fault Identification of Electric Submersible Pumps Based on Unsupervised and Multi-Source Transfer Learning Integration. Sustainability 2022, 14, 9870. https://doi.org/10.3390/su14169870

AMA Style

Yang P, Chen J, Wu L, Li S. Fault Identification of Electric Submersible Pumps Based on Unsupervised and Multi-Source Transfer Learning Integration. Sustainability. 2022; 14(16):9870. https://doi.org/10.3390/su14169870

Chicago/Turabian Style

Yang, Peihao, Jiarui Chen, Lihao Wu, and Sheng Li. 2022. "Fault Identification of Electric Submersible Pumps Based on Unsupervised and Multi-Source Transfer Learning Integration" Sustainability 14, no. 16: 9870. https://doi.org/10.3390/su14169870

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