WO2023071217A1 - Multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning - Google Patents

Multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning Download PDF

Info

Publication number
WO2023071217A1
WO2023071217A1 PCT/CN2022/098345 CN2022098345W WO2023071217A1 WO 2023071217 A1 WO2023071217 A1 WO 2023071217A1 CN 2022098345 W CN2022098345 W CN 2022098345W WO 2023071217 A1 WO2023071217 A1 WO 2023071217A1
Authority
WO
WIPO (PCT)
Prior art keywords
fault
data
model
loss function
working condition
Prior art date
Application number
PCT/CN2022/098345
Other languages
French (fr)
Chinese (zh)
Inventor
吴昊
任鑫
武青
祝金涛
吕亮
朱俊杰
Original Assignee
中国华能集团清洁能源技术研究院有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中国华能集团清洁能源技术研究院有限公司 filed Critical 中国华能集团清洁能源技术研究院有限公司
Publication of WO2023071217A1 publication Critical patent/WO2023071217A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2119/00Details relating to the type or aim of the analysis or the optimisation
    • G06F2119/02Reliability analysis or reliability optimisation; Failure analysis, e.g. worst case scenario performance, failure mode and effects analysis [FMEA]

Definitions

  • the present disclosure relates to the technical field of process industry monitoring, in particular to a multi-working-condition process industry fault detection and diagnosis method based on deep transfer learning.
  • fault detection and diagnosis technology is the key basic technology in the field of process industry safety, and fault detection can be detected in real time. Whether an abnormal event occurs in the production system, fault diagnosis is to further judge which type of fault occurred after the abnormal event occurs, and assist the operator to understand the production process information in a timely and effective manner.
  • fault detection technology usually uses principal component analysis and autoencoder, principal component analysis is a multivariate statistical method, the method is simple and easy to understand; autoencoder is a deep neural network method, with stronger feature extraction ability, suitable for
  • fault detection technology usually uses normal operating data for modeling to obtain a fault detection model.
  • the fault detection model is used to detect real-time data and determine whether the current system is abnormal.
  • the fault diagnosis method usually adopts Fault database search and fault classification methods.
  • the fault database search is to compare and match the current fault data with the fault database data to find the most likely fault type.
  • the process of more fault database data requires a long search time; the fault classification is to use
  • a classifier is constructed from the fault database data, and the current fault data data classifier is directly given the fault type.
  • the current fault detection and diagnosis models require that the data distribution of the modeling process and the online monitoring process be the same. Therefore, the above scheme can only build a model and application for each working condition separately, and cannot perform a unified combination for multiple working conditions. Fault detection and diagnosis lead to low monitoring efficiency and high monitoring cost in the actual monitoring process.
  • the first purpose of this disclosure is to propose a method for detecting and diagnosing industrial faults in multi-working-condition processes based on deep transfer learning, which uses variational autoencoders for fault detection modeling and convolutional neural networks for fault detection Diagnostic modeling, using the deep transfer learning method to carry out joint training and modeling of process industry data in multiple working conditions, by reducing the distance between the data features of different working conditions, so that the feature distribution extracted from the data in multiple working conditions is as similar as possible, A common fault detection and diagnosis model for multiple working conditions is constructed, which improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
  • the second purpose of the present disclosure is to propose a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning.
  • a third object of the present disclosure is to propose a non-transitory computer-readable storage medium.
  • a fourth object of the present disclosure is to provide an electronic device.
  • a fifth object of the present disclosure is to provide a computer program product.
  • a sixth object of the present disclosure is to propose a computer program.
  • the embodiment of the first aspect of the present disclosure proposes a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning, which includes the following steps:
  • the historical data includes normal operation data and fault data, and mark the fault data to build a fault database;
  • the normal operation data of each working condition after sorting is divided into a training set and a test set, and based on the training set, the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, and based on the test set calculating a detection threshold of the fault detection model;
  • the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning
  • Collect real-time data in the process industry standardize the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function value, comparing the loss function value with the detection threshold to determine whether the production system is abnormal;
  • the two-dimensional matrix corresponding to the real-time data is input into the trained fault diagnosis model, and the fault type of the production system is determined through fault classification.
  • standardizing the historical data of each working condition includes: calculating the average value and standard deviation of the normal operation data of each working condition, and using the average value and the The above standard deviation is used as the z-score normalization parameter; the z-score normalization is performed on the historical data of each working condition by the following formula:
  • is the mean value
  • is the standard deviation
  • x is the individual data to be standardized.
  • the fault detection model is trained in combination with the maximum mean difference (MMD) of deep transfer learning, including: calculating the Loss function values for each 2D matrix in the training set:
  • x represents the input data
  • z represents the reconstructed data calculated by the fault detection model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • calculating the detection threshold of the fault detection model based on the test set includes: calculating each two-dimensional The loss function value of the matrix; based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation.
  • the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning, including: through the collated fault data and the collated fault data In the corresponding fault type label in the fault storehouse, calculate the classification accuracy rate of the classification result that described fault diagnosis model outputs;
  • the training loss function of convolutional neural network is minimized by following formula:
  • y represents the real category of the fault data
  • z represents the category probability output by the fault diagnosis model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • determining the fault type of the production system after determining the fault type of the production system, it further includes: determining the fault type of the production system, if it is determined that the fault type of the production system is a fault in the fault database If there is a fault type other than the type label and expert knowledge, then update the fault database and the fault diagnosis model.
  • the embodiment of the second aspect of the present disclosure proposes a multi-working condition process industrial fault detection and diagnosis system based on deep transfer learning, including the following modules:
  • the acquisition module is used to acquire historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and marks the fault data to build a fault database;
  • a labeling module configured to standardize the historical data of each working condition and organize them into a two-dimensional matrix
  • a design module for designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model;
  • the first training module is used to divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combine the maximum mean difference MMD of deep transfer learning to train the fault detection model, calculating the detection threshold of the fault detection model based on the test set;
  • the second training module is used to train the fault diagnosis model based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning;
  • the fault detection module is used to collect real-time data in the process industry, perform the standardized processing on the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the training completion
  • the fault detection model calculates a loss function value, and compares the loss function value with the detection threshold to determine whether an abnormality occurs in the production system
  • the fault diagnosis module is configured to input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model if an abnormality occurs, and determine the fault type of the production system through fault classification.
  • the labeling module is specifically configured to: calculate the average value and standard deviation of the normal operation data of each working condition, and use the average value and the standard deviation as z-score normalization parameters ; Normalize the z-score of the historical data of each working condition by the following formula:
  • is the mean value
  • is the standard deviation
  • x is the individual data to be standardized.
  • the first training module is specifically configured to: calculate the loss function value of each two-dimensional matrix in the training set through the following formula of the training loss function of the variational autoencoder:
  • x represents the input data
  • z represents the reconstructed data calculated by the fault detection model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the first training module is also used for:
  • the confidence level of a preset value is taken as the detection threshold of the model through kernel density estimation.
  • the second training module is used for:
  • the training loss function of the convolutional neural network is minimized by the following formula:
  • y represents the true category of the fault data
  • z represents the category probability output by the fault diagnosis model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the fault diagnosis model is trained by a gradient descent method until the average classification accuracy of the collated fault data converges.
  • the fault diagnosis module is also used to determine the fault type of the production system, if it is determined that the fault type of the production system is a fault type other than the fault type label in the fault library and expert knowledge, Then update the fault library and fault diagnosis model.
  • the embodiments of the present disclosure use variational autoencoders for fault detection modeling, use convolutional neural networks for fault diagnosis modeling, and use deep transfer learning methods to Process industrial data of multiple working conditions is jointly trained and modeled, and the distance between the features of different working condition data in the neural network layer is reduced through deep transfer learning, so that the feature distribution extracted from the multi-working condition data is as similar as possible, so that multiple working conditions can be constructed.
  • the general-purpose fault detection and diagnosis model for working conditions is more suitable for the monitoring of multi-working-condition process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions, thereby improving multi-working conditions. It improves the monitoring efficiency of the process industry and reduces the monitoring cost.
  • the embodiment of the third aspect of the present disclosure proposes a non-transitory computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the deep transfer learning based on the above-mentioned embodiments is implemented Multi-working condition process industrial fault detection and diagnosis method.
  • the fourth aspect of the present disclosure provides an electronic device, including: at least one processor; at least one memory storing computer-executable instructions, wherein the computer-executable instructions are executed by the at least When one processor is running, the at least one processor is made to execute the method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning as in the above-mentioned embodiments.
  • the embodiment of the fifth aspect of the present disclosure proposes a computer program product, including computer instructions, and when the computer instructions are executed by at least one processor, the multiplexing based on deep transfer learning as in the above-mentioned embodiments is implemented. Fault detection and diagnosis methods in process industry.
  • the embodiment of the sixth aspect of the present disclosure proposes a computer program, the computer program includes computer program code, when the computer program code is run on the computer, it makes the computer perform the above-mentioned embodiment.
  • FIG. 1 is a flow chart of a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning proposed by an embodiment of the present disclosure
  • FIG. 2 is a schematic structural diagram of a specific fault detection model proposed by an embodiment of the present disclosure
  • FIG. 3 is a schematic structural diagram of a specific fault diagnosis model proposed by an embodiment of the present disclosure.
  • FIG. 4 is a schematic flow diagram of a specific deep transfer learning-based method for detecting and diagnosing industrial faults in a multi-working condition process proposed by an embodiment of the present disclosure
  • FIG. 5 is a schematic structural diagram of a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning proposed by an embodiment of the present disclosure.
  • Fig. 1 is a flow chart of a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning proposed by an embodiment of the present disclosure. As shown in Fig. 1 , the method includes the following steps: S101-S107.
  • Step S101 acquiring historical data of the production system of the process industry under multiple working conditions, wherein the historical data includes normal operation data and fault data, and marking the fault data to build a fault database.
  • the process industry refers to the industry based on the production through physical and/or chemical changes.
  • the process industry in the embodiments of the present disclosure may include the production industries such as petroleum and chemical industry.
  • the multiple working conditions are the process industries under different operating conditions. working conditions.
  • the pre-stored production system under different working conditions can be read from the preset database of the production device of the process industry Under the historical data, the obtained historical data includes the data of the system in the normal operation state and the data when the fault occurs. Since the normal operation state and the fault state will last for a certain period of time, the historical data obtained in this disclosure has Process data for a certain length of time.
  • the fault data After collecting normal operation data and fault data under multiple working conditions, mark the fault data to determine the fault type of the fault data, so as to obtain the training data for subsequent training of the fault diagnosis model. , experts can mark each fault by manual marking. Then build a fault database based on the marked fault data, and then store labels of different fault types in the fault database.
  • step S102 the historical data of each working condition is standardized and organized into a two-dimensional matrix.
  • standardization processing is the processing of converting data of different magnitudes into data values of unified measurement.
  • data standards under different working conditions are unified, thereby improving data comparability, weakening data interpretation, and facilitating follow-up Do joint modeling.
  • the Z-Score standardization method can be used for standardization processing. Specifically, first calculate the average value of the normal operation data of each working condition and standard deviation, using the mean value and standard deviation as z-score normalization parameters, and then performing z-score normalization on the historical data of each working condition by the following formula:
  • is the average value
  • is the standard deviation
  • x is the individual data to be standardized, which may be the historical data under a single working condition in the embodiment of the present disclosure. That is to say, the normal operation data and fault data of all working conditions are standardized by z-score according to the above formula.
  • the normalized historical data is sorted into multi-variable time window data, that is, a two-dimensional matrix of corresponding size.
  • the size of the two-dimensional matrix can be set according to actual needs.
  • the multivariate time-series data is sorted into a two-dimensional matrix.
  • the multi-variable time-series data is organized into a two-dimensional matrix of m ⁇ t size, where m represents the number of variables, t represents the length of the time window, and the number of variables refers to the number of variables that need to be monitored under each working condition.
  • the number of parameters of the production system for example, m is the number of all variables such as temperature, pressure, and input and output currents of the production system that need to be monitored.
  • t is the preset length of the time window selected from the time series data, for example, t can be set to 10 to 60 minutes, that is, the data of 10 to 60 minutes is intercepted from the historical data. Organize into a two-dimensional matrix according to the required size of m and t.
  • multi-variable time-series data with a working condition may be organized into multiple two-dimensional matrices. For example, if the collected historical data is 60 minutes, when t is 10 minutes, then The data can be organized into six two-dimensional matrices. Therefore, the embodiment of the present disclosure can organize the standardized processing history data of each working condition into multiple two-dimensional matrices.
  • Step S103 designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model.
  • the variational autoencoder can generate hidden vectors containing data information through the model itself, and can generate new data by reconstructing the data. By measuring the difference between the input data and the reconstructed data, it can be judged whether the input data is in normal operation. state.
  • a variational autoencoder is designed according to the generated two-dimensional matrix as a fault detection model.
  • the variational autoencoder designed in the present disclosure includes an encoder 10 and a decoder 20 , and input Data, the reconstructed data is output at the output end, the encoder mines potential features according to the mean and standard deviation calculated above, and the reconstructed data is output through the decoder.
  • the size of m ⁇ t is designed according to the two-dimensional matrix
  • the format size of the input data and output reconstruction data of the variational autoencoder is designed
  • the size of the data operated by the variational autoencoder is determined according to the size of the two-dimensional matrix design .
  • a convolutional neural network is designed as a fault diagnosis model.
  • the convolutional neural network designed in the embodiment of the present disclosure is shown in Figure 3.
  • the last layer of the convolutional neural network is composed of a softmax function for performing classification tasks.
  • the number of categories that can be classified by the softmax function is the same as the number of fault types in the fault library generated in step S101.
  • Step S104 divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combine the maximum mean difference MMD of deep transfer learning to train the fault detection model, and calculate the fault detection model based on the test set detection threshold.
  • MMD maximum mean discrepancy
  • the detection threshold is used to subsequently compare the acquired real-time data with it to determine whether the real-time data exceeds the detection threshold, and then determine whether the current system is abnormal.
  • a preset ratio for example, divide it into a training set and a test set according to 4:1
  • the training set is used for training fault detection model
  • the test set is used to calculate the detection threshold
  • the fault data of all working conditions after normalization and sorting are all used to train the fault diagnosis model.
  • the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, which may include first calculating each two-dimensional matrix in the training set through the formula of the training loss function of the variational autoencoder
  • the loss function value of where the formula of the training loss function of the variational autoencoder is as follows:
  • x represents the input data
  • z represents the reconstructed data calculated by the fault detection model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the condition data and the second working condition data are data of any two groups of different working conditions among the collected multiple working conditions. Then the fault detection model is trained by the gradient descent method until the average loss function value of the training set converges.
  • the loss function is minimized according to the above formula, and the fault detection model is trained using the gradient descent method.
  • the average loss function value of the training set gradually converges and no longer decreases After that, stop the model training.
  • the detection threshold of the fault detection model is calculated based on the test set, and the loss function value of each two-dimensional matrix in the test set can be calculated through the formula of the training loss function of the above-mentioned variational autoencoder , and then based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation.
  • the loss function value of each two-dimensional matrix data is calculated according to the above formula, and the 99.9% confidence level is taken as the detection threshold of the model according to the kernel density estimation method.
  • the confidence level The preset value of can be set according to actual needs, for example, a confidence level of 99% to 99.99% can also be used as the detection threshold.
  • represents the reconstruction loss of the variational autoencoder
  • x represents the input data
  • z represents The reconstructed data calculated by the model
  • the third item Indicates the maximum mean difference of MMD in the deep transfer learning method, and x s and x t respectively represent the data of two working conditions.
  • the data of two different working conditions must be input at the same time.
  • i the number of calculations.
  • two kinds of working conditions can be sequentially selected from all working conditions by traversal to output the
  • the formula can be used for calculation, or two can be randomly selected from all working conditions, and the number of selections can be selected to meet the calculation requirements.
  • the specific selection method can be set according to actual needs, and there is no limit here.
  • Step S105 based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning to train the fault diagnosis model.
  • the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning, including the corresponding faults in the fault database through the sorted fault data and the sorted fault data Type labels, calculate the classification accuracy of the classification results output by the fault diagnosis model; and then minimize the training loss function of the convolutional neural network through the following formula of the training loss function of the convolutional neural network:
  • y represents the true category of the fault data
  • z represents the category probability output by the fault diagnosis model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the embodiment of the present disclosure uses the fault data and its corresponding fault type labels in the fault library, minimizes the loss function according to the above-mentioned training loss function formula of the convolutional neural network, and uses the gradient descent method to train the fault diagnosis model.
  • the model training After the average classification accuracy of the fault data no longer increases, stop the model training.
  • the first item represents the classification loss of the convolutional neural network
  • y represents the true category of the fault data
  • z represents the category probability of the model calculation output
  • the second term represents The MMD maximum mean difference in the deep transfer learning method
  • x s and x t represent the data of the two working conditions respectively.
  • the data of two different working conditions must be input at the same time.
  • the method of arbitrarily selecting two different working conditions in the convolutional neural network process can refer to the selection method when training the fault detection model in step 104, and will not be repeated here.
  • the fault detection model and fault diagnosis model are trained in the offline stage.
  • Step S106 collect real-time data in the process industry, standardize the real-time data and organize it into the size of a two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function value, and the loss The function value is compared with the detection threshold to determine whether an abnormality occurs in the production system.
  • real-time data is collected first.
  • data can be read from the real-time database of the production system of the process industry.
  • t the process data whose variable dimension is m.
  • the real-time data is standardized and sorted into the size of a two-dimensional matrix.
  • the implementation method of standardization processing corresponds to the method of standardization processing in the offline training process
  • the size of the two-dimensional matrix organized by real-time data corresponds to the size of the two-dimensional matrix organized by historical data during the offline training process.
  • the specific organization method With reference to the descriptions in the above embodiments, the mean value and standard deviation of each variable in the current working condition can be used to standardize the z-score and arrange it into a two-dimensional matrix of m ⁇ t size.
  • the loss function value of the current real-time data is greater than the detection threshold, it indicates that the current system is abnormal, and subsequent fault diagnosis needs to be performed; if the loss function value of the current real-time data is less than or equal to the detection threshold, it indicates that The current system is running normally and continues to collect real-time data.
  • Step S107 if an abnormality occurs, input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model, and determine the fault type of the production system through fault classification.
  • the fault diagnosis module after the fault diagnosis module outputs the diagnosis result, it can also be submitted to experts or operators, for example, the diagnosis result is sent to the corresponding mobile terminal of the system operator through the wireless network, assisting them to understand the current system status Monitor, judge and make decisions.
  • determining the fault type of the production system after determining the fault type of the production system, it also includes determining the fault type of the production system. If the fault type is not specified, then update the fault database and the fault diagnosis model. Specifically, if it is determined that the fault type given by the fault diagnosis model is different from the pre-established expert knowledge, or it is found to be a new fault that is not recorded in the fault type in the fault database, it is necessary to return to step S101 to update the fault database, Add the fault to the database, and update the fault database data and convolutional neural network fault diagnosis model. Therefore, the fault diagnosis model is updated according to new cases generated in the actual production process, and the comprehensiveness and accuracy of fault diagnosis are improved.
  • the multi-working-condition industrial fault detection and diagnosis method based on deep transfer learning uses variational autoencoder for fault detection modeling, convolutional neural network for fault diagnosis modeling, and uses
  • the deep transfer learning method conducts joint training and modeling of multi-working-condition process industry data, and reduces the distance between the characteristics of different working-condition data in the neural network layer through deep transfer learning, so that the feature distribution extracted from multi-working-condition data is as similar as possible , so that a common fault detection and diagnosis model for multiple working conditions can be constructed, which is more suitable for the monitoring of multi-working process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions. This improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
  • Fig. 4 is a schematic flowchart of a specific deep transfer learning-based method for detecting and diagnosing industrial faults in a multi-working condition process proposed by an embodiment of the present disclosure.
  • the method includes an offline modeling stage and a real-time detection stage.
  • steps S01-S07 are included, wherein step S01: constructing a data set.
  • the normal operation data and fault data of multiple working conditions are collected from the historical database of a process industry production device, and each fault is marked by experts to determine the type of fault and build a fault database.
  • Step S02 Data standardization. Calculate the average ⁇ and standard deviation ⁇ of the normal operating data of each working condition, as the z-score normalization parameters. Then the normal operation data and fault data of all working conditions are standardized by z-score according to the following formula:
  • Step S03 Convert to multivariate time window data. Organize the multivariate time series data into a two-dimensional matrix of m ⁇ t size, m represents the number of variables, and t represents the length of the time window, which can be 10 to 60 minutes, so as to effectively capture the dynamic and multivariate characteristics of the process data.
  • Step S04 Design a fault detection and diagnosis model.
  • a variational autoencoder is designed as a fault detection model.
  • a convolutional neural network is designed as a fault diagnosis model, and the last layer is composed of a softmax function for classification tasks, and the number of categories is the same as the number of fault types in the fault library.
  • Step S05 Divide the data set. After normalization, the normal operation data of all working conditions are divided into training set and test set according to 4:1. The training set is used to train the fault detection model, and the test set is used to calculate the detection threshold; after normalization, all the fault data of all working conditions are used for Train a fault diagnosis model.
  • Step S06 Training the fault detection model. Use the training set obtained from the normal operation data, minimize the loss function according to the formula of the training loss function of the variational autoencoder, and use the gradient descent method to train the fault detection model. When the average loss function value of the training set gradually converges and no longer declines, Stop model training; use the test set obtained from the normal operation data, calculate the loss function value of each two-dimensional matrix data according to the formula of the training loss function of the variational autoencoder, and take the 99.9% confidence level as the kernel density estimation method. The detection threshold for the model.
  • Step S07 Training the fault diagnosis model. Using the fault data and its corresponding fault type labels in the fault library, the loss function is minimized according to the training loss function formula of the convolutional neural network, and the fault diagnosis model is trained by using the gradient descent method. When the average classification accuracy of the fault data is no longer After rising, stop model training.
  • the online real-time detection stage includes steps S08-S11.
  • Step S08 Collect real-time data. Read the process data with a time length of t and a variable dimension of m from the real-time database, use the average value and standard deviation of each variable in the current working condition to standardize the z-score, and organize it into a two-dimensional matrix of m ⁇ t size.
  • Step S09 Real-time fault detection.
  • the real-time data is normalized and sorted into a two-dimensional matrix input into the fault detection model composed of the variational autoencoder, and the loss function value is calculated according to the training loss function formula of the variational autoencoder, and compared with the detection threshold. If the loss function value of the current real-time data is greater than the detection threshold, it indicates that the current system is abnormal, and step S10 needs to be performed for fault diagnosis to determine the fault type; if the loss function value of the current real-time data is less than or equal to the detection threshold, it indicates that the current system is running normally, and continue to Proceed to step S08 for data collection and detection.
  • Step S10 Real-time fault diagnosis: standardize the real-time data and organize the two-dimensional matrix into the fault diagnosis model formed by the convolutional neural network, and obtain the type of fault that has occurred in the current system through classification, and submit the result to the expert or Operators, assisting them to monitor, judge and make decisions on the current system status.
  • Step S11 If the fault type given by the fault diagnosis model is different from expert knowledge, or it is found to be a new fault, it is necessary to return to step S01 to update the fault database, and update the fault database data and the convolutional neural network fault diagnosis model.
  • this method is more suitable for the monitoring of industrial processes with multiple working conditions.
  • the embodiment of the present disclosure also proposes a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning
  • FIG. 5 shows a multi-working-condition process based on deep transfer learning proposed by the embodiment of the present disclosure
  • the structural diagram of industrial fault detection and diagnosis system as shown in Figure 5, the system includes acquisition module 100, labeling module 200, design module 300, first training module 400, second training module 500, fault detection module 600 and fault diagnosis module 700.
  • the acquisition module 100 is used to acquire historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and marks the fault data to build a fault database.
  • the labeling module 200 is used to standardize the historical data of each working condition and organize them into a two-dimensional matrix.
  • the design module 300 is used to design a variational autoencoder as a fault detection model according to a two-dimensional matrix, and design a convolutional neural network as a fault diagnosis model.
  • the first training module 400 is used to divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combined with the maximum mean difference MMD of deep transfer learning to train the fault detection model, based on the test set Compute the detection threshold for the fault detection model.
  • the second training module 500 is used to train the fault diagnosis model based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning;
  • the fault detection module 600 is used to collect real-time data in the process industry, standardize the real-time data and organize it into the size of a two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function Value, compare the loss function value with the detection threshold to determine whether the production system is abnormal;
  • the fault diagnosis module 700 is configured to input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model if an abnormality occurs, and determine the fault type of the production system through fault classification.
  • the labeling module 200 is specifically configured to: calculate the average value and standard deviation of the normal operation data of each working condition, and use the average value and standard deviation as z-score normalization parameters; use the following formula to The historical data of each working condition is standardized by z-score:
  • is the mean value
  • is the standard deviation
  • x is the individual data to be standardized.
  • the first training module 400 is specifically configured to: calculate the loss function value of each two-dimensional matrix in the training set through the following formula of the training loss function of the variational autoencoder:
  • x represents the input data
  • z represents the reconstructed data calculated by the fault detection model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the first training module 400 is also used to: calculate the loss function value of each two-dimensional matrix in the test set through the formula of the training loss function of the variational autoencoder;
  • the loss function value of the dimensional matrix data, and the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation.
  • the second training module 500 is specifically configured to: calculate the classification of the classification results output by the fault diagnosis model through the sorted fault data and the corresponding fault type labels of the sorted fault data in the fault database Accuracy; the training loss function of the convolutional neural network is minimized by the following formula:
  • y represents the real category of the fault data
  • z represents the category probability output by the fault diagnosis model
  • x s represents the data of the first working condition
  • x t represents the data of the second working condition
  • k( ⁇ ) represents the Gaussian kernel function
  • the fault diagnosis module 700 is also used to determine the fault type of the production system. If it is determined that the fault type of the production system is a fault type other than the fault type label in the fault library and expert knowledge, Then update the fault library and fault diagnosis model.
  • the multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning uses a variational autoencoder for fault detection modeling, a convolutional neural network for fault diagnosis modeling, and uses
  • the deep transfer learning method conducts joint training and modeling of multi-working-condition process industry data, and reduces the distance between the characteristics of different working-condition data in the neural network layer through deep transfer learning, so that the feature distribution extracted from multi-working-condition data is as similar as possible , so that a common fault detection and diagnosis model for multiple working conditions can be constructed, which is more suitable for the monitoring of multi-working process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions. This improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
  • the embodiments of the present disclosure also propose a non-transitory computer-readable storage medium, on which a computer program is stored. Multi-condition process industrial fault detection and diagnosis method based on deep transfer learning.
  • an embodiment of the present disclosure also proposes an electronic device, including: at least one processor; at least one memory storing computer-executable instructions, wherein the computer-executable instructions are executed by the at least one processor , making the at least one processor execute the method for detecting and diagnosing industrial faults in multi-working-condition process industries based on deep transfer learning as described in any one of the above-mentioned embodiments.
  • the embodiments of the present disclosure also propose a computer program product, including computer instructions.
  • the computer instructions are executed by at least one processor, the deep transfer learning-based Fault detection and diagnosis method for multi-working condition process industry.
  • the embodiments of the present disclosure also propose a computer program, the computer program includes computer program code, when the computer program code is run on the computer, the computer executes the computer program described in any one of the above-mentioned embodiments.
  • first and second are used for descriptive purposes only, and cannot be interpreted as indicating or implying relative importance or implicitly specifying the quantity of indicated technical features.
  • the features defined as “first” and “second” may explicitly or implicitly include at least one of these features.
  • “plurality” means at least two, such as two, three, etc., unless otherwise specifically defined.
  • a "computer-readable medium” may be any device that can contain, store, communicate, propagate or transmit a program for use in or in conjunction with an instruction execution system, device or device.
  • computer-readable media include the following: electrical connection with one or more wires (electronic device), portable computer disk case (magnetic device), random access memory (RAM), Read Only Memory (ROM), Erasable and Editable Read Only Memory (EPROM or Flash Memory), Fiber Optic Devices, and Portable Compact Disc Read Only Memory (CDROM).
  • the computer-readable medium may even be paper or other suitable medium on which the program can be printed, since the program can be read, for example, by optically scanning the paper or other medium, followed by editing, interpretation or other suitable processing if necessary.
  • the program is processed electronically and stored in computer memory.
  • various parts of the present disclosure may be implemented in hardware, software, firmware or a combination thereof.
  • various steps or methods may be implemented by software or firmware stored in memory and executed by a suitable instruction execution system.
  • a suitable instruction execution system For example, if implemented in hardware as in another embodiment, it can be implemented by any one or a combination of the following techniques known in the art: a discrete Logic circuits, ASICs with suitable combinational logic gates, Programmable Gate Arrays (PGA), Field Programmable Gate Arrays (FPGA), etc.
  • each functional unit in each embodiment of the present disclosure may be integrated into one processing module, each unit may exist separately physically, or two or more units may be integrated into one module.
  • the above-mentioned integrated modules can be implemented in the form of hardware or in the form of software function modules. If the integrated modules are realized in the form of software function modules and sold or used as independent products, they can also be stored in a computer-readable storage medium.
  • the storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Geometry (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

Provided is a multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning, comprising: obtaining historical data of a process industry under a plurality of working conditions, the historical data comprising normal operation data and fault data, and constructing a fault library; standardizing the historical data and arranging same into a two-dimensional matrix; in combination with a maximum mean difference (MMD) of deep transfer learning, training a fault detection model and a fault diagnosis model which are designed, and calculating a detection threshold of the fault detection model; acquiring real-time data, performing corresponding standardization and arrangement processing, then inputting the data into the trained fault detection model to calculate a loss function value, and comparing the loss function value with the detection threshold to determine whether a production system has an anomaly; and if the anomaly occurs, inputting the real-time data into the fault diagnosis model to determine a fault type of the production system.

Description

基于深度迁移学习的多工况流程工业故障检测诊断方法Fault detection and diagnosis method for multi-working condition process industry based on deep transfer learning
相关申请交叉引用Related Application Cross Reference
本申请基于申请号为202111260743.9、申请日为2021年10月27日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on a Chinese patent application with application number 202111260743.9 and a filing date of October 27, 2021, and claims the priority of this Chinese patent application. The entire content of this Chinese patent application is hereby incorporated by reference into this application.
技术领域technical field
本公开涉及流程工业监控技术领域,具体涉及一种基于深度迁移学习的多工况流程工业故障检测诊断方法。The present disclosure relates to the technical field of process industry monitoring, in particular to a multi-working-condition process industry fault detection and diagnosis method based on deep transfer learning.
背景技术Background technique
目前,流程工业的安全生产越来越引起人们的重视,一旦发生生产事故可能会造成严重的生命财产损失和环境破坏。而随着物联网时代的来临和信息化技术的发展,流程工业能通过大量传感器采集过程数据进行故障检测和诊断,其中,故障检测诊断技术是流程工业安全领域的关键基础技术,故障检测能够实时检测生产系统是否发生异常事件,故障诊断是在发生异常事件后进一步判断发生了哪种故障类型,辅助操作人员及时有效地了解生产过程信息。At present, people pay more and more attention to the safety production of the process industry. Once a production accident occurs, it may cause serious loss of life and property and environmental damage. With the advent of the Internet of Things era and the development of information technology, the process industry can collect process data through a large number of sensors for fault detection and diagnosis. Among them, fault detection and diagnosis technology is the key basic technology in the field of process industry safety, and fault detection can be detected in real time. Whether an abnormal event occurs in the production system, fault diagnosis is to further judge which type of fault occurred after the abnormal event occurs, and assist the operator to understand the production process information in a timely and effective manner.
相关技术中,故障检测技术通常使用主成分分析和自动编码器,主成分分析是一种多元统计方法,方法简单易于理解;自动编码器是一种深度神经网络方法,特征提取能力更强,适用于大规模数据建模,故障检测技术通常使用正常运行数据进行建模,得到故障检测模型,在线实时监控生产过程时,利用故障检测模型检测实时数据,判断当前系统是否发生异常故障诊断方法通常采用故障库搜索和故障分类方法,故障库搜索是要将当前故障数据与故障库数据进行对比匹配,找到最可能的故障类型,对于较多故障库数据的流程需要较长搜索时间;故障分类是利用故障库数据构建分类器,将当前故障数据数据分类器直接给出故障类型。In related technologies, fault detection technology usually uses principal component analysis and autoencoder, principal component analysis is a multivariate statistical method, the method is simple and easy to understand; autoencoder is a deep neural network method, with stronger feature extraction ability, suitable for For large-scale data modeling, fault detection technology usually uses normal operating data for modeling to obtain a fault detection model. When monitoring the production process online in real time, the fault detection model is used to detect real-time data and determine whether the current system is abnormal. The fault diagnosis method usually adopts Fault database search and fault classification methods. The fault database search is to compare and match the current fault data with the fault database data to find the most likely fault type. The process of more fault database data requires a long search time; the fault classification is to use A classifier is constructed from the fault database data, and the current fault data data classifier is directly given the fault type.
然而,发明人发现,由于现代流程工业的生产过程不仅只是在一个稳定工况下持续运行,还可能会根据原料、产品、市场、环境等因素的影响,不断改变操作条件,切换不同的工况进行稳态运行。而由于不同工况的操作参数不同,变量的数据分布也不同。但目前的故障检测和诊断模型都要求建模过程和在线监控过程的数据分布是相同的,因此,上述方案只能针对每种工况分别构建模型和应用,无法针对多工况进行统一联合的故障检测诊断,导致在实际监控过程中,监控的效率较低,监控成本较高。However, the inventor found that the production process of the modern process industry not only continues to operate under a stable working condition, but also may constantly change the operating conditions and switch between different working conditions according to the influence of raw materials, products, markets, environments and other factors for steady state operation. And because the operating parameters of different working conditions are different, the data distribution of variables is also different. However, the current fault detection and diagnosis models require that the data distribution of the modeling process and the online monitoring process be the same. Therefore, the above scheme can only build a model and application for each working condition separately, and cannot perform a unified combination for multiple working conditions. Fault detection and diagnosis lead to low monitoring efficiency and high monitoring cost in the actual monitoring process.
发明内容Contents of the invention
为此,本公开的第一个目的在于提出一种基于深度迁移学习的多工况流程工业故障检测诊断方法,该方法采用变分自动编码器进行故障检测建模,采用卷积神经网络进行故障诊断建模,利用深度迁移学习方法对多工况的流程工业数据进行联合训练建模,通过减小不同工况数据特征之间的距离,使多工况数据提取到的特征分布尽可能相似,构建了多工况通用的故障检测和诊断模型,提高了多工况流程工业的监控效率,降低了监控成本。For this reason, the first purpose of this disclosure is to propose a method for detecting and diagnosing industrial faults in multi-working-condition processes based on deep transfer learning, which uses variational autoencoders for fault detection modeling and convolutional neural networks for fault detection Diagnostic modeling, using the deep transfer learning method to carry out joint training and modeling of process industry data in multiple working conditions, by reducing the distance between the data features of different working conditions, so that the feature distribution extracted from the data in multiple working conditions is as similar as possible, A common fault detection and diagnosis model for multiple working conditions is constructed, which improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
本公开的第二个目的在于提出一种基于深度迁移学习的多工况流程工业故障检测诊断系统。The second purpose of the present disclosure is to propose a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning.
本公开的第三个目的在于提出一种非临时性计算机可读存储介质。A third object of the present disclosure is to propose a non-transitory computer-readable storage medium.
本公开的第四个目的在于提出一种电子设备。A fourth object of the present disclosure is to provide an electronic device.
本公开的第五个目的在于提出一种计算机程序产品。A fifth object of the present disclosure is to provide a computer program product.
本公开的第六个目的在于提出一种计算机程序。A sixth object of the present disclosure is to propose a computer program.
为达上述目的,本公开的第一方面实施例提出一种基于深度迁移学习的多工况流程工业故障检测诊断方法,该方法包括以下步骤:In order to achieve the above purpose, the embodiment of the first aspect of the present disclosure proposes a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning, which includes the following steps:
获取流程工业的生产系统在多个工况下的历史数据,所述历史数据包括正常运行数据和故障数据,并对所述故障数据进行标注以构建故障库;Obtain the historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and mark the fault data to build a fault database;
将每种工况的所述历史数据进行标准化处理,并整理成二维矩阵;Standardize the historical data of each working condition and organize them into a two-dimensional matrix;
根据所述二维矩阵设计一个变分自动编码器作为故障检测模型,并设计一个卷积神经网络作为故障诊断模型;Designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model;
将整理后的每个工况的所述正常运行数据划分为训练集和测试集,并基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,基于所述测试集计算所述故障检测模型的检测阈值;The normal operation data of each working condition after sorting is divided into a training set and a test set, and based on the training set, the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, and based on the test set calculating a detection threshold of the fault detection model;
基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型;Based on the collated fault data, the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning;
采集流程工业中的实时数据,将所述实时数据进行所述标准化处理并整理成所述二维矩阵的大小,并将所述实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将所述损失函数值与所述检测阈值进行比较,以判断所述生产系统是否发生异常;Collect real-time data in the process industry, standardize the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function value, comparing the loss function value with the detection threshold to determine whether the production system is abnormal;
如果发生异常,则将所述实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定所述生产系统的故障类型。If an abnormality occurs, the two-dimensional matrix corresponding to the real-time data is input into the trained fault diagnosis model, and the fault type of the production system is determined through fault classification.
在本公开的一个实施例中,将每种工况的所述历史数据进行标准化处理,包括:计算每种工况的所述正常运行数据的平均值和标准差,以所述平均值和所述标准差作为z-score标准化参数;通过以下公式对每个工况的历史数据进行z-score标准化:In one embodiment of the present disclosure, standardizing the historical data of each working condition includes: calculating the average value and standard deviation of the normal operation data of each working condition, and using the average value and the The above standard deviation is used as the z-score normalization parameter; the z-score normalization is performed on the historical data of each working condition by the following formula:
Figure PCTCN2022098345-appb-000001
Figure PCTCN2022098345-appb-000001
其中,σ是平均值,μ是标准差,x是待标准化的个体数据。Among them, σ is the mean value, μ is the standard deviation, and x is the individual data to be standardized.
在本公开的一个实施例中,基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,包括:通过以下变分自动编码器的训练损失函数的公式,计算所述训练集中每个二维矩阵的损失函数值:In one embodiment of the present disclosure, based on the training set, the fault detection model is trained in combination with the maximum mean difference (MMD) of deep transfer learning, including: calculating the Loss function values for each 2D matrix in the training set:
Figure PCTCN2022098345-appb-000002
Figure PCTCN2022098345-appb-000002
其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;通过梯度下降方法训练故障检测模型直至所述训练集的平均损失函数值收敛。 Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, k(·) represents the Gaussian kernel function; through gradient descent The method trains the fault detection model until the average loss function value of the training set converges.
在本公开的一个实施例中,基于所述测试集计算所述故障检测模型的检测阈值,包括:通过所述变分自动编码器的训练损失函数的公式,计算所述测试集中每个二维矩阵的损失函数值;基于所述测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为所述模型的检测阈值。In one embodiment of the present disclosure, calculating the detection threshold of the fault detection model based on the test set includes: calculating each two-dimensional The loss function value of the matrix; based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation.
在本公开的一个实施例中,基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型,包括:通过所述整理后的故障数据和所述整理后的故障数据在所述故障库中的对应故障类型标签,计算所述故障诊断模型输出的分类结果的分类准确率;通过以下公式最小化卷积神经网络的训练损失函数:In one embodiment of the present disclosure, based on the collated fault data, the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning, including: through the collated fault data and the collated fault data In the corresponding fault type label in the fault storehouse, calculate the classification accuracy rate of the classification result that described fault diagnosis model outputs; The training loss function of convolutional neural network is minimized by following formula:
Figure PCTCN2022098345-appb-000003
Figure PCTCN2022098345-appb-000003
其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;通过梯度下降方法训练故障诊断模型直至所述整理后的故障数据的平均分类准确率收敛。 Among them, y represents the real category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function; The gradient descent method trains the fault diagnosis model until the average classification accuracy of the sorted fault data converges.
在本公开的一个实施例中,确定所述生产系统的故障类型之后,还包括:对所述生产系统的故障类型进行判定,如果判定所述生产系统的故障类型是所述故障库中的故障类型标签和专家知识之外的故障类型,则更新所述故障库和所述故障诊断模型。In one embodiment of the present disclosure, after determining the fault type of the production system, it further includes: determining the fault type of the production system, if it is determined that the fault type of the production system is a fault in the fault database If there is a fault type other than the type label and expert knowledge, then update the fault database and the fault diagnosis model.
为达上述目的,本公开的第二方面实施例提出了一种基于深度迁移学习的多工况流程工业故障检测诊断系统,包括以下模块:In order to achieve the above purpose, the embodiment of the second aspect of the present disclosure proposes a multi-working condition process industrial fault detection and diagnosis system based on deep transfer learning, including the following modules:
获取模块,用于获取流程工业的生产系统在多个工况下的历史数据,所述历史数据包括正常运行数据和故障数据,并对所述故障数据进行标注以构建故障库;The acquisition module is used to acquire historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and marks the fault data to build a fault database;
标注模块,用于将每种工况的所述历史数据进行标准化处理,并整理成二维矩阵;A labeling module, configured to standardize the historical data of each working condition and organize them into a two-dimensional matrix;
设计模块,用于根据所述二维矩阵设计一个变分自动编码器作为故障检测模型,并设 计一个卷积神经网络作为故障诊断模型;A design module, for designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model;
第一训练模块,用于将整理后的每个工况的所述正常运行数据划分为训练集和测试集,并基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,基于所述测试集计算所述故障检测模型的检测阈值;The first training module is used to divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combine the maximum mean difference MMD of deep transfer learning to train the fault detection model, calculating the detection threshold of the fault detection model based on the test set;
第二训练模块,用于基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型;The second training module is used to train the fault diagnosis model based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning;
故障检测模块,用于采集流程工业中的实时数据,将所述实时数据进行所述标准化处理并整理成所述二维矩阵的大小,并将所述实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将所述损失函数值与所述检测阈值进行比较,以判断所述生产系统是否发生异常;The fault detection module is used to collect real-time data in the process industry, perform the standardized processing on the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the training completion The fault detection model calculates a loss function value, and compares the loss function value with the detection threshold to determine whether an abnormality occurs in the production system;
故障诊断模块,用于如果发生异常,则将所述实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定所述生产系统的故障类型。The fault diagnosis module is configured to input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model if an abnormality occurs, and determine the fault type of the production system through fault classification.
在本公开的一个实施例中,标注模块,具体用于:计算每种工况的所述正常运行数据的平均值和标准差,以所述平均值和所述标准差作为z-score标准化参数;通过以下公式对每个工况的历史数据进行z-score标准化:In an embodiment of the present disclosure, the labeling module is specifically configured to: calculate the average value and standard deviation of the normal operation data of each working condition, and use the average value and the standard deviation as z-score normalization parameters ; Normalize the z-score of the historical data of each working condition by the following formula:
Figure PCTCN2022098345-appb-000004
Figure PCTCN2022098345-appb-000004
其中,σ是平均值,μ是标准差,x是待标准化的个体数据。Among them, σ is the mean value, μ is the standard deviation, and x is the individual data to be standardized.
在本公开的一个实施例中,第一训练模块,具体用于:通过以下变分自动编码器的训练损失函数的公式,计算所述训练集中每个二维矩阵的损失函数值:In one embodiment of the present disclosure, the first training module is specifically configured to: calculate the loss function value of each two-dimensional matrix in the training set through the following formula of the training loss function of the variational autoencoder:
Figure PCTCN2022098345-appb-000005
Figure PCTCN2022098345-appb-000005
其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;通过梯度下降方法训练故障检测模型直至所述训练集的平均损失函数值收敛。 Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, k(·) represents the Gaussian kernel function; through gradient descent The method trains the fault detection model until the average loss function value of the training set converges.
在本公开的一个实施例中,所述第一训练模块还用于:In one embodiment of the present disclosure, the first training module is also used for:
通过所述变分自动编码器的训练损失函数的公式,计算所述测试集中每个二维矩阵的损失函数值;Calculate the loss function value of each two-dimensional matrix in the test set by the formula of the training loss function of the variational autoencoder;
基于所述测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为所述模型的检测阈值。Based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of a preset value is taken as the detection threshold of the model through kernel density estimation.
在本公开的一个实施例中,所述第二训练模块用于:In one embodiment of the present disclosure, the second training module is used for:
通过所述整理后的故障数据和所述整理后的故障数据在所述故障库中的对应故障类型标签,计算所述故障诊断模型输出的分类结果的分类准确率;Calculate the classification accuracy rate of the classification result output by the fault diagnosis model through the sorted fault data and the corresponding fault type labels of the sorted fault data in the fault database;
通过以下公式最小化卷积神经网络的训练损失函数:The training loss function of the convolutional neural network is minimized by the following formula:
Figure PCTCN2022098345-appb-000006
Figure PCTCN2022098345-appb-000006
其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数; Among them, y represents the true category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function;
通过梯度下降方法训练故障诊断模型直至所述整理后的故障数据的平均分类准确率收敛。The fault diagnosis model is trained by a gradient descent method until the average classification accuracy of the collated fault data converges.
在本公开的一个实施例中,所述故障诊断模块还用于对生产系统的故障类型进行判定,如果判定生产系统的故障类型是故障库中的故障类型标签和专家知识之外的故障类型,则更新故障库和故障诊断模型。In an embodiment of the present disclosure, the fault diagnosis module is also used to determine the fault type of the production system, if it is determined that the fault type of the production system is a fault type other than the fault type label in the fault library and expert knowledge, Then update the fault library and fault diagnosis model.
本公开的实施例提供的技术方案至少带来以下有益效果:本公开实施例采用变分自动编码器进行故障检测建模,采用卷积神经网络进行故障诊断建模,并利用深度迁移学习方法对多工况的流程工业数据进行联合训练建模,通过深度迁移学习减小不同工况数据在神经网络层间特征的距离,使多工况数据提取到的特征分布尽可能相似,从而能够构建多工况通用的故障检测和诊断模型,更加适用于多工况流程工业过程的监控,避免为每个工况单独建模,针对多工况进行统一联合的故障检测诊断,由此提高了多工况流程工业的监控效率,降低了监控成本。The technical solutions provided by the embodiments of the present disclosure bring at least the following beneficial effects: the embodiments of the present disclosure use variational autoencoders for fault detection modeling, use convolutional neural networks for fault diagnosis modeling, and use deep transfer learning methods to Process industrial data of multiple working conditions is jointly trained and modeled, and the distance between the features of different working condition data in the neural network layer is reduced through deep transfer learning, so that the feature distribution extracted from the multi-working condition data is as similar as possible, so that multiple working conditions can be constructed. The general-purpose fault detection and diagnosis model for working conditions is more suitable for the monitoring of multi-working-condition process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions, thereby improving multi-working conditions. It improves the monitoring efficiency of the process industry and reduces the monitoring cost.
为了实现上述实施例,本公开第三方面实施例提出了一种非临时性计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现上述实施例中的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to realize the above-mentioned embodiments, the embodiment of the third aspect of the present disclosure proposes a non-transitory computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the deep transfer learning based on the above-mentioned embodiments is implemented Multi-working condition process industrial fault detection and diagnosis method.
为了实现上述实施例,本公开第四方面实施例提出了一种电子设备,包括:至少一个处理器;至少一个存储计算机可执行指令的存储器,其中,所述计算机可执行指令在被所述至少一个处理器运行时,使得所述至少一个处理器执行如上述实施例中的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to implement the above embodiments, the fourth aspect of the present disclosure provides an electronic device, including: at least one processor; at least one memory storing computer-executable instructions, wherein the computer-executable instructions are executed by the at least When one processor is running, the at least one processor is made to execute the method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning as in the above-mentioned embodiments.
为了实现上述实施例,本公开第五方面实施例提出了一种计算机程序产品,包括计算机指令,所述计算机指令被至少一个处理器执行时实现如上述实施例中的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to implement the above-mentioned embodiments, the embodiment of the fifth aspect of the present disclosure proposes a computer program product, including computer instructions, and when the computer instructions are executed by at least one processor, the multiplexing based on deep transfer learning as in the above-mentioned embodiments is implemented. Fault detection and diagnosis methods in process industry.
为了实现上述实施例,本公开第六方面实施例提出了一种计算机程序,所述计算机程序包括计算机程序代码,当所述计算机程序代码在计算机上运行时,使得计算机执行如上述实施例中的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to realize the above-mentioned embodiments, the embodiment of the sixth aspect of the present disclosure proposes a computer program, the computer program includes computer program code, when the computer program code is run on the computer, it makes the computer perform the above-mentioned embodiment. Multi-condition process industrial fault detection and diagnosis method based on deep transfer learning.
本公开附加的方面和优点将在下面的描述中部分给出,部分将从下面的描述中变得明显,或通过本公开的实践了解到。Additional aspects and advantages of the disclosure will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the disclosure.
附图说明Description of drawings
本公开上述的和/或附加的方面和优点从下面结合附图对实施例的描述中将变得明显和容易理解,其中:The above and/or additional aspects and advantages of the present disclosure will become apparent and understandable from the following description of the embodiments in conjunction with the accompanying drawings, wherein:
图1为本公开实施例提出的一种基于深度迁移学习的多工况流程工业故障检测诊断方法的流程图;FIG. 1 is a flow chart of a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning proposed by an embodiment of the present disclosure;
图2为本公开实施例提出的一种具体的故障检测模型的结构示意图;FIG. 2 is a schematic structural diagram of a specific fault detection model proposed by an embodiment of the present disclosure;
图3为本公开实施例提出的一种具体的故障诊断模型的结构示意图;FIG. 3 is a schematic structural diagram of a specific fault diagnosis model proposed by an embodiment of the present disclosure;
图4为本公开实施例提出的一种具体的基于深度迁移学习的多工况流程工业故障检测诊断方法的流程示意图;FIG. 4 is a schematic flow diagram of a specific deep transfer learning-based method for detecting and diagnosing industrial faults in a multi-working condition process proposed by an embodiment of the present disclosure;
图5为本公开实施例提出的一种基于深度迁移学习的多工况流程工业故障检测诊断系统的结构示意图。FIG. 5 is a schematic structural diagram of a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning proposed by an embodiment of the present disclosure.
具体实施方式Detailed ways
下面详细描述本公开的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,旨在用于解释本公开,而不能理解为对本公开的限制。Embodiments of the present disclosure are described in detail below, examples of which are illustrated in the drawings, in which the same or similar reference numerals denote the same or similar elements or elements having the same or similar functions throughout. The embodiments described below by referring to the figures are exemplary and are intended to explain the present disclosure and should not be construed as limiting the present disclosure.
下面参考附图描述本公开实施例所提出的一种基于深度迁移学习的多工况流程工业故障检测诊断方法和系统。A method and system for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning proposed by an embodiment of the present disclosure will be described below with reference to the accompanying drawings.
图1为本公开实施例提出的一种基于深度迁移学习的多工况流程工业故障检测诊断方法的流程图,如图1所示,该方法包括以下步骤:S101-S107。Fig. 1 is a flow chart of a method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning proposed by an embodiment of the present disclosure. As shown in Fig. 1 , the method includes the following steps: S101-S107.
步骤S101,获取流程工业的生产系统在多个工况下的历史数据,其中,历史数据包括正常运行数据和故障数据,并对故障数据进行标注以构建故障库。Step S101, acquiring historical data of the production system of the process industry under multiple working conditions, wherein the historical data includes normal operation data and fault data, and marking the fault data to build a fault database.
其中,流程工业是指基于通过物理和/或化学变化进行生产的行业,本公开实施例中的流程工业可以是包括石油和化工等生产工业,多个工况是流程工业在不同的操作条件的工况。Among them, the process industry refers to the industry based on the production through physical and/or chemical changes. The process industry in the embodiments of the present disclosure may include the production industries such as petroleum and chemical industry. The multiple working conditions are the process industries under different operating conditions. working conditions.
在本公开一个实施例中,获取流程工业的生产系统在多个工况下的历史数据时,可以从预设的流程工业的生产装置的数据库中,读取预先存储的生产系统在不同工况下的历史数据,获取到的历史数据包括系统之前在正常运行状态下的数据和发生故障时的数据,由于正常运行状态和故障状态会持续一定的时间,因此,本公开获取的历史数据是具有一定时间长度的过程数据。In one embodiment of the present disclosure, when obtaining the historical data of the production system of the process industry under multiple working conditions, the pre-stored production system under different working conditions can be read from the preset database of the production device of the process industry Under the historical data, the obtained historical data includes the data of the system in the normal operation state and the data when the fault occurs. Since the normal operation state and the fault state will last for a certain period of time, the historical data obtained in this disclosure has Process data for a certain length of time.
进一步的,在收集多个工况下的正常运行数据和故障数据后,对故障数据进行标注,确定故障数据的故障类型,以便于得到后续对故障诊断模型进行训练的训练数据,具体实施标注时,可以通过人力标注的方式针对每次故障进行专家标注。再根据标注后的故障数 据构建故障库,则故障库中存储了不同故障类型的标签。Further, after collecting normal operation data and fault data under multiple working conditions, mark the fault data to determine the fault type of the fault data, so as to obtain the training data for subsequent training of the fault diagnosis model. , experts can mark each fault by manual marking. Then build a fault database based on the marked fault data, and then store labels of different fault types in the fault database.
步骤S102,将每种工况的历史数据进行标准化处理,并整理成二维矩阵。In step S102, the historical data of each working condition is standardized and organized into a two-dimensional matrix.
其中,标准化处理是将不同量级的数据转化为统一量度的数据值的处理,通过标准化处理使得不同工况下的数据标准统一化,从而提高了数据可比性,削弱了数据解释性,便于后续进行联合建模。Among them, standardization processing is the processing of converting data of different magnitudes into data values of unified measurement. Through standardization processing, data standards under different working conditions are unified, thereby improving data comparability, weakening data interpretation, and facilitating follow-up Do joint modeling.
具体实施时,可以根据实际需要选择合适的标准化处理方法,在本公开实施例中,可采用Z-Score标准化方法进行标准化处理,具体而言,先计算每种工况的正常运行数据的平均值和标准差,以平均值和标准差作为z-score标准化参数,再通过以下公式对每个工况的历史数据进行z-score标准化:During specific implementation, an appropriate standardization processing method can be selected according to actual needs. In the embodiment of the present disclosure, the Z-Score standardization method can be used for standardization processing. Specifically, first calculate the average value of the normal operation data of each working condition and standard deviation, using the mean value and standard deviation as z-score normalization parameters, and then performing z-score normalization on the historical data of each working condition by the following formula:
Figure PCTCN2022098345-appb-000007
Figure PCTCN2022098345-appb-000007
其中,σ是平均值,μ是标准差,x是待标准化的个体数据,在本公开实施例中可以是单个工况下的历史数据。也就是说,将所有工况的正常运行数据和故障数据按照上述公式进行z-score标准化。Wherein, σ is the average value, μ is the standard deviation, and x is the individual data to be standardized, which may be the historical data under a single working condition in the embodiment of the present disclosure. That is to say, the normal operation data and fault data of all working conditions are standardized by z-score according to the above formula.
进一步的,将标准化处理后的历史数据整理成多变量时间窗口数据,即相应大小的二维矩阵。二维矩阵的大小可以根据实际需要进行设置,在本公开的实施例中,由于采集的历史数据是过程数据,且对应不同的工况,因此,将多变量时序数据整理成二维矩阵。Further, the normalized historical data is sorted into multi-variable time window data, that is, a two-dimensional matrix of corresponding size. The size of the two-dimensional matrix can be set according to actual needs. In the embodiments of the present disclosure, since the collected historical data is process data and corresponds to different working conditions, the multivariate time-series data is sorted into a two-dimensional matrix.
在本公开实施例中,将多变量时序数据整理成m×t大小的二维矩阵,其中,m表示变量个数,t表示时间窗口长度,变量个数指的是每种工况下需要监控的生产系统的参数的个数,比如,m是需要监控的生产系统的温度、压力和输入输出的电流等所有变量的个数。而t是从时序数据中选取的时间窗口的预设长度,比如,t可设置为10至60min,即从历史数据中截取10至60min的数据。根据所需的m和t的大小整理成二维矩阵。In the embodiment of the present disclosure, the multi-variable time-series data is organized into a two-dimensional matrix of m×t size, where m represents the number of variables, t represents the length of the time window, and the number of variables refers to the number of variables that need to be monitored under each working condition. The number of parameters of the production system, for example, m is the number of all variables such as temperature, pressure, and input and output currents of the production system that need to be monitored. And t is the preset length of the time window selected from the time series data, for example, t can be set to 10 to 60 minutes, that is, the data of 10 to 60 minutes is intercepted from the historical data. Organize into a two-dimensional matrix according to the required size of m and t.
需要说明的是,在本公开实施例中,一个工况可的多变量时序数据可能被整理成多个二维矩阵,比如,若采集到的历史数据是60min,在取t为10min时,则该数据可被整理成6个二维矩阵。因此,本公开实施例可将每种工况的标准化处理历史数据整理成多个二维矩阵。It should be noted that, in the embodiment of the present disclosure, multi-variable time-series data with a working condition may be organized into multiple two-dimensional matrices. For example, if the collected historical data is 60 minutes, when t is 10 minutes, then The data can be organized into six two-dimensional matrices. Therefore, the embodiment of the present disclosure can organize the standardized processing history data of each working condition into multiple two-dimensional matrices.
步骤S103,根据二维矩阵设计一个变分自动编码器作为故障检测模型,并设计一个卷积神经网络作为故障诊断模型。Step S103, designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model.
其中,变分自动编码器通过模型本身可生成包含数据信息的隐向量,通过重构数据可以生成新的数据,通过衡量输入数据与重构数据之间的差异,可以判断输入数据是否处于正常运行状态。在本公开实施例中,根据生成的二维矩阵设计一个变分自动编码器作为故障检测模型。Among them, the variational autoencoder can generate hidden vectors containing data information through the model itself, and can generate new data by reconstructing the data. By measuring the difference between the input data and the reconstructed data, it can be judged whether the input data is in normal operation. state. In the embodiment of the present disclosure, a variational autoencoder is designed according to the generated two-dimensional matrix as a fault detection model.
在本公开的一个实施例中,如图2所示,本公开设计的变分自动编码器包括编码器10 和解码器20,在变分自动编码器的输入端(图中未示出)输入数据,在输出端输出重构数据,编码器根据上述计算出的均值和标准差挖掘潜在特征,通过解码器输出重构数据。其中,根据二维矩阵设计m×t的大小,设计变分自动编码器输入数据和输出的重构数据的格式大小,根据二维矩阵设计的大小确定变分自动编码器进行运算的数据的大小。In one embodiment of the present disclosure, as shown in FIG. 2 , the variational autoencoder designed in the present disclosure includes an encoder 10 and a decoder 20 , and input Data, the reconstructed data is output at the output end, the encoder mines potential features according to the mean and standard deviation calculated above, and the reconstructed data is output through the decoder. Among them, the size of m×t is designed according to the two-dimensional matrix, the format size of the input data and output reconstruction data of the variational autoencoder is designed, and the size of the data operated by the variational autoencoder is determined according to the size of the two-dimensional matrix design .
进一步的,设计一个卷积神经网络作为故障诊断模型,本公开实施例设计的卷积神经网络如图3所示,该卷积神经网络的最后一层由softmax函数构成,用于执行分类任务,其中,softmax函数可分类的类别数,与步骤S101中生成的故障库中的故障类型数量相同。Further, a convolutional neural network is designed as a fault diagnosis model. The convolutional neural network designed in the embodiment of the present disclosure is shown in Figure 3. The last layer of the convolutional neural network is composed of a softmax function for performing classification tasks. Wherein, the number of categories that can be classified by the softmax function is the same as the number of fault types in the fault library generated in step S101.
步骤S104,将整理后的每个工况的正常运行数据划分为训练集和测试集,并基于训练集,结合深度迁移学习的最大均值差异MMD训练故障检测模型,基于测试集计算故障检测模型的检测阈值。Step S104, divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combine the maximum mean difference MMD of deep transfer learning to train the fault detection model, and calculate the fault detection model based on the test set detection threshold.
其中,深度迁移学习放松了训练数据必须与测试数据独立且同分布的假设,在本公开实施例中通过迁移学习可以解决训练数据不足的问题。通过深度迁移学习的最大均值差(Maximum mean discrepancy,简称MMD),可以减小不同工况数据在模型特征空间的距离,即通过MMD构建模型训练的损失函数,使提取到的特征分布尽可能相似。Among them, deep transfer learning relaxes the assumption that the training data must be independent and identically distributed with the test data, and in the embodiments of the present disclosure, the problem of insufficient training data can be solved by transfer learning. The maximum mean discrepancy (MMD) of deep transfer learning can reduce the distance of different working condition data in the model feature space, that is, the loss function of model training is constructed through MMD, so that the extracted feature distribution is as similar as possible .
其中,检测阈值用于后续将获取到的实时数据与其相比较,判断实时数据是否超过检测阈值,进而判断当前系统是否发生异常。Wherein, the detection threshold is used to subsequently compare the acquired real-time data with it to determine whether the real-time data exceeds the detection threshold, and then determine whether the current system is abnormal.
具体的,先将标准化且整理为二维矩阵后的历史数据按预设的比例划分为训练集和测试集,比如,按照4:1划分为训练集和测试集,训练集用于训练故障检测模型,测试集用于计算检测阈值,而标准化和整理处理后的所有工况的故障数据全部用于训练故障诊断模型。Specifically, first divide the historical data standardized and sorted into a two-dimensional matrix into a training set and a test set according to a preset ratio, for example, divide it into a training set and a test set according to 4:1, and the training set is used for training fault detection model, the test set is used to calculate the detection threshold, and the fault data of all working conditions after normalization and sorting are all used to train the fault diagnosis model.
在本公开一个实施例中,基于训练集,结合深度迁移学习的最大均值差异MMD训练故障检测模型,可以包括先通过变分自动编码器的训练损失函数的公式,计算训练集中每个二维矩阵的损失函数值,其中,变分自动编码器的训练损失函数的公式如下:In one embodiment of the present disclosure, based on the training set, the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, which may include first calculating each two-dimensional matrix in the training set through the formula of the training loss function of the variational autoencoder The loss function value of , where the formula of the training loss function of the variational autoencoder is as follows:
Figure PCTCN2022098345-appb-000008
Figure PCTCN2022098345-appb-000008
其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数,第一工况数据和第二工况数据是采集的多个工况中的任意两组不同的工况的数据。然后通过梯度下降方法训练故障检测模型直至训练集的平均损失函数值收敛。 Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, k(·) represents the Gaussian kernel function, and the first working condition The condition data and the second working condition data are data of any two groups of different working conditions among the collected multiple working conditions. Then the fault detection model is trained by the gradient descent method until the average loss function value of the training set converges.
在本公开实施例中,具体而言,使用正常运行数据得到的训练集,按照上述公式最小化损失函数,利用梯度下降方法训练故障检测模型,当训练集的平均损失函数值逐渐收敛不再下降后,停止模型训练。In the embodiment of the present disclosure, specifically, using the training set obtained from normal operation data, the loss function is minimized according to the above formula, and the fault detection model is trained using the gradient descent method. When the average loss function value of the training set gradually converges and no longer decreases After that, stop the model training.
进一步的,在本公开实施例中,基于测试集计算故障检测模型的检测阈值,,可以先通过上述变分自动编码器的训练损失函数的公式,计算测试集中每个二维矩阵的损失函数值,然后基于测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为模型的检测阈值。具体而言,使用正常运行数据得到的测试集,按照上述公式计算每个二维矩阵数据的损失函数值,按照核密度估计方法取99.9%的置信水平作为该模型的检测阈值,当然,置信水平的预设值可以根据实际需要进行设置,比如,还可以取99%至99.99%置信水平作为检测阈值。Further, in the embodiment of the present disclosure, the detection threshold of the fault detection model is calculated based on the test set, and the loss function value of each two-dimensional matrix in the test set can be calculated through the formula of the training loss function of the above-mentioned variational autoencoder , and then based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation. Specifically, using the test set obtained from normal operation data, the loss function value of each two-dimensional matrix data is calculated according to the above formula, and the 99.9% confidence level is taken as the detection threshold of the model according to the kernel density estimation method. Of course, the confidence level The preset value of can be set according to actual needs, for example, a confidence level of 99% to 99.99% can also be used as the detection threshold.
需要说明的是,在上述变分自动编码器的训练损失函数的公式中,第一项||x i-z i||表示变分自动编码器的重构损失,x表示输入数据,z表示模型计算的重构数据;第二项
Figure PCTCN2022098345-appb-000009
表示变分自动编码器的KL散度,用来衡量特征空间分布与标准正态分布之间的差异;第三项
Figure PCTCN2022098345-appb-000010
表示深度迁移学习方法中的MMD最大均值差异,x s和x t分别表示两种工况的数据,在深度迁移学习方法的训练过程中,要同时输入两种不同工况的数据。
It should be noted that in the above formula of the training loss function of the variational autoencoder, the first item ||xi -z i || represents the reconstruction loss of the variational autoencoder, x represents the input data, and z represents The reconstructed data calculated by the model; the second term
Figure PCTCN2022098345-appb-000009
Represents the KL divergence of the variational autoencoder, which is used to measure the difference between the feature space distribution and the standard normal distribution; the third item
Figure PCTCN2022098345-appb-000010
Indicates the maximum mean difference of MMD in the deep transfer learning method, and x s and x t respectively represent the data of two working conditions. During the training process of the deep transfer learning method, the data of two different working conditions must be input at the same time.
其中,i表示计算次数,在本公开实施例中从获取到的多种工况的数据中输入两种工况的数据时,可以通过遍历的方式从全部的工况中依次选取两种输出该公式进行计算,也可以通过随机选取的方式从全部的工况中任意选取两种,并确保选取的次数符合计算需求即可,具体选取方式可以根据实际需要设置,此处不做限制。Among them, i represents the number of calculations. In the embodiment of the present disclosure, when inputting the data of two working conditions from the acquired data of various working conditions, two kinds of working conditions can be sequentially selected from all working conditions by traversal to output the The formula can be used for calculation, or two can be randomly selected from all working conditions, and the number of selections can be selected to meet the calculation requirements. The specific selection method can be set according to actual needs, and there is no limit here.
步骤S105,基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练故障诊断模型。Step S105, based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning to train the fault diagnosis model.
在本公开实施例中,基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型,包括通过整理后的故障数据和整理后的故障数据在故障库中的对应故障类型标签,计算故障诊断模型输出的分类结果的分类准确率;再通过以下的卷积神经网络的训练损失函数的公式,最小化卷积神经网络的训练损失函数:In the embodiment of the present disclosure, based on the organized fault data, the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning, including the corresponding faults in the fault database through the sorted fault data and the sorted fault data Type labels, calculate the classification accuracy of the classification results output by the fault diagnosis model; and then minimize the training loss function of the convolutional neural network through the following formula of the training loss function of the convolutional neural network:
Figure PCTCN2022098345-appb-000011
Figure PCTCN2022098345-appb-000011
其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;最后通过梯度下降方法训练故障诊断模型直至整理后的故障数据的平均分类准确率收敛。 Among them, y represents the true category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, k(·) represents the Gaussian kernel function; finally The fault diagnosis model is trained by the gradient descent method until the average classification accuracy of the collated fault data converges.
也就是说,本公开实施例使用故障数据及其在故障库中的对应故障类型标签,按照上述卷积神经网络的训练损失函数的公式最小化损失函数,利用梯度下降方法训练故障诊断 模型,当故障数据的平均分类准确率不再上升后,停止模型训练。That is to say, the embodiment of the present disclosure uses the fault data and its corresponding fault type labels in the fault library, minimizes the loss function according to the above-mentioned training loss function formula of the convolutional neural network, and uses the gradient descent method to train the fault diagnosis model. When After the average classification accuracy of the fault data no longer increases, stop the model training.
需要说明的是,卷积神经网络的训练损失函数的公式中,第一项表示卷积神经网络的分类损失,y表示故障数据的真实类别,z表示模型计算输出的类别概率;第二项表示深度迁移学习方法中的MMD最大均值差异,x s和x t分别表示两种工况的数据,在深度迁移学习方法的训练过程中,要同时输入两种不同工况的数据,其中,在训练卷积神经网络过程中任意选取两种不同的工况的方式,可以参照步骤104中训练故障检测模型时的选取方式,此处不再赘述。 It should be noted that in the formula of the training loss function of the convolutional neural network, the first item represents the classification loss of the convolutional neural network, y represents the true category of the fault data, and z represents the category probability of the model calculation output; the second term represents The MMD maximum mean difference in the deep transfer learning method, x s and x t represent the data of the two working conditions respectively. During the training process of the deep transfer learning method, the data of two different working conditions must be input at the same time. Among them, in the training The method of arbitrarily selecting two different working conditions in the convolutional neural network process can refer to the selection method when training the fault detection model in step 104, and will not be repeated here.
由此,实现了在离线阶段训练完成故障检测模型和故障诊断模型。Thus, the fault detection model and fault diagnosis model are trained in the offline stage.
步骤S106,采集流程工业中的实时数据,将实时数据进行标准化处理并整理成二维矩阵的大小,并将实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将损失函数值与检测阈值进行比较,以判断生产系统是否发生异常。Step S106, collect real-time data in the process industry, standardize the real-time data and organize it into the size of a two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function value, and the loss The function value is compared with the detection threshold to determine whether an abnormality occurs in the production system.
具体的,在进行多工况流程工业的实时监控是,先采集实时数据。在本公开实施例中,可以从流程工业的生产系统的实时数据库中读取数据,为便于后续的整理工作,在本实施例中可以在读取数据时,直接从数据库中读取时间长度为t、变量维度为m的过程数据。Specifically, when performing real-time monitoring of a multi-working-condition process industry, real-time data is collected first. In the embodiment of the present disclosure, data can be read from the real-time database of the production system of the process industry. t, the process data whose variable dimension is m.
进一步的,将实时数据进行标准化处理并整理成二维矩阵的大小。其中,进行标准化处理的实现方式与离线训练过程中进行标准化处理的方式对应,并且实时数据整理成的二维矩阵与离线训练过程中将历史数据整理成的二维矩阵的大小对应,具体整理方法可以参照上述实施例中的描述,用当前工况每个变量的平均值和标准差进行z-score标准化,并整理成二维矩阵m×t大小。Further, the real-time data is standardized and sorted into the size of a two-dimensional matrix. Among them, the implementation method of standardization processing corresponds to the method of standardization processing in the offline training process, and the size of the two-dimensional matrix organized by real-time data corresponds to the size of the two-dimensional matrix organized by historical data during the offline training process. The specific organization method With reference to the descriptions in the above embodiments, the mean value and standard deviation of each variable in the current working condition can be used to standardize the z-score and arrange it into a two-dimensional matrix of m×t size.
更进一步的,将实时数据进行标准化处理并整理成的二维矩阵输入训练完成的变分自动编码器构成的故障检测模型,并按照上述变分自动编码器的训练损失函数的公式计算损失函数值,并与预设的检测阈值进行比较,以判断生产系统是否发生异常。Further, standardize the real-time data and organize the two-dimensional matrix into the fault detection model composed of the trained variational autoencoder, and calculate the loss function value according to the above formula of the training loss function of the variational autoencoder , and compare it with the preset detection threshold to determine whether the production system is abnormal.
在本公开实施例中,如果当前实时数据的损失函数值大于检测阈值,则表明当前系统发生异常,需要进行后续的故障诊断工作,如果当前实时数据的损失函数值小于或等于检测阈值,则表明当前系统正常运行,继续进行实时数据的采集。In the embodiment of the present disclosure, if the loss function value of the current real-time data is greater than the detection threshold, it indicates that the current system is abnormal, and subsequent fault diagnosis needs to be performed; if the loss function value of the current real-time data is less than or equal to the detection threshold, it indicates that The current system is running normally and continues to collect real-time data.
步骤S107,如果发生异常,则将实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定生产系统的故障类型。Step S107, if an abnormality occurs, input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model, and determine the fault type of the production system through fault classification.
具体的,在判断发生异常后,将实时数据整理成的二维矩阵输入卷积神经网络构成的故障诊断模型,通过故障诊断模型对输入的数据进行分类预测,判定当前系统发生了哪种故障类型,并输出判定结果,实现对多工况流程工业故障检测诊断。Specifically, after judging that an abnormality has occurred, input the two-dimensional matrix formed by the real-time data into the fault diagnosis model formed by the convolutional neural network, and classify and predict the input data through the fault diagnosis model to determine which type of fault has occurred in the current system , and output the judgment results to realize the detection and diagnosis of industrial faults in multi-working conditions.
在本公开一个实施例中,在故障诊断模输出诊断结果后,还可以提交给专家或操作人员,比如,通过无线网络将诊断结果发送至系统操作人员对应的移动终端,辅助其对当前 系统状态进行监控、判断和决策。In an embodiment of the present disclosure, after the fault diagnosis module outputs the diagnosis result, it can also be submitted to experts or operators, for example, the diagnosis result is sent to the corresponding mobile terminal of the system operator through the wireless network, assisting them to understand the current system status Monitor, judge and make decisions.
在本公开的其他实施例中,在确定所述生产系统的故障类型之后,还包括对生产系统的故障类型进行判定,如果判定生产系统的故障类型是故障库中的故障类型标签和专家知识之外的故障类型,则更新所述故障库和所述故障诊断模型。具体而言,如果确定故障诊断模型给出的故障类型与预先人工确立的专家知识有差异,或者发现是一种新故障,并不在故障库记录故障类型中,则需要返回步骤S101更新故障库,将该故障添加至数据库,并对故障库数据和卷积神经网络故障诊断模型进行更新。从而,根据实际生产过程中产生的新案例更新故障诊断模型,提高故障诊断的全面性和准确性。In other embodiments of the present disclosure, after determining the fault type of the production system, it also includes determining the fault type of the production system. If the fault type is not specified, then update the fault database and the fault diagnosis model. Specifically, if it is determined that the fault type given by the fault diagnosis model is different from the pre-established expert knowledge, or it is found to be a new fault that is not recorded in the fault type in the fault database, it is necessary to return to step S101 to update the fault database, Add the fault to the database, and update the fault database data and convolutional neural network fault diagnosis model. Therefore, the fault diagnosis model is updated according to new cases generated in the actual production process, and the comprehensiveness and accuracy of fault diagnosis are improved.
由此,在在线应用阶段,通过训练完成的故障检测模型和故障诊断模型,可以在多种工况下准确的检测出当前系统发生了哪种故障。Therefore, in the online application stage, through the trained fault detection model and fault diagnosis model, it is possible to accurately detect which faults have occurred in the current system under various working conditions.
综上所述,本公开实施例的基于深度迁移学习的多工况流程工业故障检测诊断方法,采用变分自动编码器进行故障检测建模,采用卷积神经网络进行故障诊断建模,并利用深度迁移学习方法对多工况的流程工业数据进行联合训练建模,通过深度迁移学习减小不同工况数据在神经网络层间特征的距离,使多工况数据提取到的特征分布尽可能相似,从而能够构建多工况通用的故障检测和诊断模型,更加适用于多工况流程工业过程的监控,避免为每个工况单独建模,针对多工况进行统一联合的故障检测诊断,由此提高了多工况流程工业的监控效率,降低了监控成本。To sum up, the multi-working-condition industrial fault detection and diagnosis method based on deep transfer learning in the embodiment of the present disclosure uses variational autoencoder for fault detection modeling, convolutional neural network for fault diagnosis modeling, and uses The deep transfer learning method conducts joint training and modeling of multi-working-condition process industry data, and reduces the distance between the characteristics of different working-condition data in the neural network layer through deep transfer learning, so that the feature distribution extracted from multi-working-condition data is as similar as possible , so that a common fault detection and diagnosis model for multiple working conditions can be constructed, which is more suitable for the monitoring of multi-working process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions. This improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
为了更加清楚地说明本公开实施例的基于深度迁移学习的多工况流程工业故障检测诊断方法,下面以一个具体的实施例进行详细说明。图4为本公开实施例提出的一种具体的基于深度迁移学习的多工况流程工业故障检测诊断方法的流程示意图,该方法包括离线建模阶段和实时检测阶段。In order to more clearly illustrate the method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning according to an embodiment of the present disclosure, a specific embodiment will be described in detail below. Fig. 4 is a schematic flowchart of a specific deep transfer learning-based method for detecting and diagnosing industrial faults in a multi-working condition process proposed by an embodiment of the present disclosure. The method includes an offline modeling stage and a real-time detection stage.
如图4所示,在进行离线建模时,包括步骤S01-S07,其中步骤S01:构建数据集。从某流程工业生产装置的历史数据库中收集多个工况的正常运行数据和故障数据,并对每次故障进行专家标注,确定故障类型,构建故障库。As shown in Fig. 4, when performing offline modeling, steps S01-S07 are included, wherein step S01: constructing a data set. The normal operation data and fault data of multiple working conditions are collected from the historical database of a process industry production device, and each fault is marked by experts to determine the type of fault and build a fault database.
步骤S02:数据标准化。计算每种工况正常运行数据的平均值σ和标准差μ,作为z-score标准化参数。然后将所有工况的正常运行数据和故障数据按照以下公式进行z-score标准化:Step S02: Data standardization. Calculate the average σ and standard deviation μ of the normal operating data of each working condition, as the z-score normalization parameters. Then the normal operation data and fault data of all working conditions are standardized by z-score according to the following formula:
Figure PCTCN2022098345-appb-000012
Figure PCTCN2022098345-appb-000012
步骤S03:转换为多变量时间窗口数据。将多变量时序数据整理成二维矩阵m×t大小,m表示变量个数,t表示时间窗口长度,可取为10至60min,从而有效捕捉流程数据的动态性和多变量特性。Step S03: Convert to multivariate time window data. Organize the multivariate time series data into a two-dimensional matrix of m×t size, m represents the number of variables, and t represents the length of the time window, which can be 10 to 60 minutes, so as to effectively capture the dynamic and multivariate characteristics of the process data.
步骤S04:设计故障检测和诊断模型。根据变量维度m和时间窗口长度t,设计一个变分自动编码器作为故障检测模型。设计一个卷积神经网络作为故障诊断模型,最后一层由 softmax函数构成用于分类任务,类别数与故障库的故障类型数量相同。Step S04: Design a fault detection and diagnosis model. According to the variable dimension m and the time window length t, a variational autoencoder is designed as a fault detection model. A convolutional neural network is designed as a fault diagnosis model, and the last layer is composed of a softmax function for classification tasks, and the number of categories is the same as the number of fault types in the fault library.
步骤S05:划分数据集。将标准化后所有工况的正常运行数据按照4:1划分为训练集和测试集,训练集用于训练故障检测模型,测试集用于计算检测阈值;标准化后所有工况的故障数据全部用于训练故障诊断模型。Step S05: Divide the data set. After normalization, the normal operation data of all working conditions are divided into training set and test set according to 4:1. The training set is used to train the fault detection model, and the test set is used to calculate the detection threshold; after normalization, all the fault data of all working conditions are used for Train a fault diagnosis model.
步骤S06:训练故障检测模型。使用正常运行数据得到的训练集,按照变分自动编码器的训练损失函数的公式最小化损失函数,利用梯度下降方法训练故障检测模型,当训练集的平均损失函数值逐渐收敛不再下降后,停止模型训练;使用正常运行数据得到的测试集,按照变分自动编码器的训练损失函数的公式计算每个二维矩阵数据的损失函数值,按照核密度估计方法取99.9%的置信水平作为该模型的检测阈值。Step S06: Training the fault detection model. Use the training set obtained from the normal operation data, minimize the loss function according to the formula of the training loss function of the variational autoencoder, and use the gradient descent method to train the fault detection model. When the average loss function value of the training set gradually converges and no longer declines, Stop model training; use the test set obtained from the normal operation data, calculate the loss function value of each two-dimensional matrix data according to the formula of the training loss function of the variational autoencoder, and take the 99.9% confidence level as the kernel density estimation method. The detection threshold for the model.
步骤S07:训练故障诊断模型。使用故障数据及其在故障库中的对应故障类型标签,按照卷积神经网络的训练损失函数的公式最小化损失函数,利用梯度下降方法训练故障诊断模型,当故障数据的平均分类准确率不再上升后,停止模型训练。Step S07: Training the fault diagnosis model. Using the fault data and its corresponding fault type labels in the fault library, the loss function is minimized according to the training loss function formula of the convolutional neural network, and the fault diagnosis model is trained by using the gradient descent method. When the average classification accuracy of the fault data is no longer After rising, stop model training.
在线实时检测阶段,包括步骤S08-S11。The online real-time detection stage includes steps S08-S11.
步骤S08:采集实时数据。从实时数据库中读取时间长度为t、变量维度为m的过程数据,用当前工况每个变量的平均值和标准差进行z-score标准化,并整理成二维矩阵m×t大小。Step S08: Collect real-time data. Read the process data with a time length of t and a variable dimension of m from the real-time database, use the average value and standard deviation of each variable in the current working condition to standardize the z-score, and organize it into a two-dimensional matrix of m×t size.
步骤S09:实时故障检测。将实时数据进行标准化处理并整理成的二维矩阵输入变分自动编码器构成的故障检测模型,按照变分自动编码器的训练损失函数的公式计算损失函数值,并与检测阈值进行比较。如果当前实时数据的损失函数值大于检测阈值,表明当前系统发生异常,需要进行步骤S10进行故障诊断判断故障类型;如果当前实时数据的损失函数值小于等于检测阈值,表明当前系统正常运行,继续转到步骤S08进行数据采集和检测。Step S09: Real-time fault detection. The real-time data is normalized and sorted into a two-dimensional matrix input into the fault detection model composed of the variational autoencoder, and the loss function value is calculated according to the training loss function formula of the variational autoencoder, and compared with the detection threshold. If the loss function value of the current real-time data is greater than the detection threshold, it indicates that the current system is abnormal, and step S10 needs to be performed for fault diagnosis to determine the fault type; if the loss function value of the current real-time data is less than or equal to the detection threshold, it indicates that the current system is running normally, and continue to Proceed to step S08 for data collection and detection.
步骤S10:实时故障诊断:将实时数据进行标准化处理并整理成的二维矩阵输入卷积神经网络构成的故障诊断模型,通过分类得到当前系统发生了哪种故障类型,并将结果提交给专家或操作人员,辅助其对当前系统状态进行监控、判断和决策。Step S10: Real-time fault diagnosis: standardize the real-time data and organize the two-dimensional matrix into the fault diagnosis model formed by the convolutional neural network, and obtain the type of fault that has occurred in the current system through classification, and submit the result to the expert or Operators, assisting them to monitor, judge and make decisions on the current system status.
步骤S11:如果故障诊断模型给出的故障类型与专家知识有差异,或者发现是一种新故障,则需要返回步骤S01更新故障库,对故障库数据和卷积神经网络故障诊断模型进行更新。Step S11: If the fault type given by the fault diagnosis model is different from expert knowledge, or it is found to be a new fault, it is necessary to return to step S01 to update the fault database, and update the fault database data and the convolutional neural network fault diagnosis model.
由此,通过构建多工况通用的故障检测和诊断模型,针对多工况进行统一联合的故障检测诊断,该方法更加适用于多工况流程工业过程的监控。Therefore, by constructing a common fault detection and diagnosis model for multiple working conditions, and performing unified and joint fault detection and diagnosis for multiple working conditions, this method is more suitable for the monitoring of industrial processes with multiple working conditions.
为了实现上述实施例,本公开实施例还提出了一种基于深度迁移学习的多工况流程工业故障检测诊断系统,图5为本公开实施例提出的一种基于深度迁移学习的多工况流程工业故障检测诊断系统的结构示意图,如图5所示,该系统包括获取模块100、标注模块200、 设计模块300、第一训练模块400、第二训练模块500、故障检测模块600和故障诊断模块700。In order to realize the above-mentioned embodiments, the embodiment of the present disclosure also proposes a multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning, and FIG. 5 shows a multi-working-condition process based on deep transfer learning proposed by the embodiment of the present disclosure The structural diagram of industrial fault detection and diagnosis system, as shown in Figure 5, the system includes acquisition module 100, labeling module 200, design module 300, first training module 400, second training module 500, fault detection module 600 and fault diagnosis module 700.
获取模块100,用于获取流程工业的生产系统在多个工况下的历史数据,历史数据包括正常运行数据和故障数据,并对故障数据进行标注以构建故障库。The acquisition module 100 is used to acquire historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and marks the fault data to build a fault database.
标注模块200,用于将每种工况的历史数据进行标准化处理,并整理成二维矩阵。The labeling module 200 is used to standardize the historical data of each working condition and organize them into a two-dimensional matrix.
设计模块300,用于根据二维矩阵设计一个变分自动编码器作为故障检测模型,并设计一个卷积神经网络作为故障诊断模型。The design module 300 is used to design a variational autoencoder as a fault detection model according to a two-dimensional matrix, and design a convolutional neural network as a fault diagnosis model.
第一训练模块400,用于将整理后的每个工况的正常运行数据划分为训练集和测试集,并基于训练集,结合深度迁移学习的最大均值差异MMD训练故障检测模型,基于测试集计算故障检测模型的检测阈值。The first training module 400 is used to divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combined with the maximum mean difference MMD of deep transfer learning to train the fault detection model, based on the test set Compute the detection threshold for the fault detection model.
第二训练模块500,用于基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练故障诊断模型;The second training module 500 is used to train the fault diagnosis model based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning;
故障检测模块600,用于采集流程工业中的实时数据,将实时数据进行标准化处理并整理成二维矩阵的大小,并将实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将损失函数值与检测阈值进行比较,以判断生产系统是否发生异常;The fault detection module 600 is used to collect real-time data in the process industry, standardize the real-time data and organize it into the size of a two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function Value, compare the loss function value with the detection threshold to determine whether the production system is abnormal;
故障诊断模块700,用于如果发生异常,则将实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定生产系统的故障类型。The fault diagnosis module 700 is configured to input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model if an abnormality occurs, and determine the fault type of the production system through fault classification.
在本公开的一个实施例中,标注模块200,具体用于:计算每种工况的正常运行数据的平均值和标准差,以平均值和标准差作为z-score标准化参数;通过以下公式对每个工况的历史数据进行z-score标准化:In an embodiment of the present disclosure, the labeling module 200 is specifically configured to: calculate the average value and standard deviation of the normal operation data of each working condition, and use the average value and standard deviation as z-score normalization parameters; use the following formula to The historical data of each working condition is standardized by z-score:
Figure PCTCN2022098345-appb-000013
Figure PCTCN2022098345-appb-000013
其中,σ是平均值,μ是标准差,x是待标准化的个体数据。Among them, σ is the mean value, μ is the standard deviation, and x is the individual data to be standardized.
在本公开的一个实施例中,第一训练模块400,具体用于:通过以下变分自动编码器的训练损失函数的公式,计算训练集中每个二维矩阵的损失函数值:In an embodiment of the present disclosure, the first training module 400 is specifically configured to: calculate the loss function value of each two-dimensional matrix in the training set through the following formula of the training loss function of the variational autoencoder:
Figure PCTCN2022098345-appb-000014
Figure PCTCN2022098345-appb-000014
其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;通过梯度下降方法训练故障检测模型直至训练集的平均损失函数值收敛。 Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, k(·) represents the Gaussian kernel function; through gradient descent The method trains the fault detection model until the average loss function value of the training set converges.
在本公开的一个实施例中,第一训练模块400还用于:通过变分自动编码器的训练损失函数的公式,计算测试集中每个二维矩阵的损失函数值;基于测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为模型的检测阈值。In an embodiment of the present disclosure, the first training module 400 is also used to: calculate the loss function value of each two-dimensional matrix in the test set through the formula of the training loss function of the variational autoencoder; The loss function value of the dimensional matrix data, and the confidence level of the preset value is taken as the detection threshold of the model through kernel density estimation.
在本公开的一个实施例中,第二训练模块500具体用于:通过整理后的故障数据和整理后的故障数据在故障库中的对应故障类型标签,计算故障诊断模型输出的分类结果的分类准确率;通过以下公式最小化卷积神经网络的训练损失函数:In an embodiment of the present disclosure, the second training module 500 is specifically configured to: calculate the classification of the classification results output by the fault diagnosis model through the sorted fault data and the corresponding fault type labels of the sorted fault data in the fault database Accuracy; the training loss function of the convolutional neural network is minimized by the following formula:
Figure PCTCN2022098345-appb-000015
Figure PCTCN2022098345-appb-000015
其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数;通过梯度下降方法训练故障诊断模型直至所述整理后的故障数据的平均分类准确率收敛。 Among them, y represents the real category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function; The gradient descent method trains the fault diagnosis model until the average classification accuracy of the sorted fault data converges.
在本公开的一个实施例中,故障诊断模块700,还用于对生产系统的故障类型进行判定,如果判定生产系统的故障类型是故障库中的故障类型标签和专家知识之外的故障类型,则更新故障库和故障诊断模型。In one embodiment of the present disclosure, the fault diagnosis module 700 is also used to determine the fault type of the production system. If it is determined that the fault type of the production system is a fault type other than the fault type label in the fault library and expert knowledge, Then update the fault library and fault diagnosis model.
综上所述,本公开实施例的基于深度迁移学习的多工况流程工业故障检测诊断系统,采用变分自动编码器进行故障检测建模,采用卷积神经网络进行故障诊断建模,并利用深度迁移学习方法对多工况的流程工业数据进行联合训练建模,通过深度迁移学习减小不同工况数据在神经网络层间特征的距离,使多工况数据提取到的特征分布尽可能相似,从而能够构建多工况通用的故障检测和诊断模型,更加适用于多工况流程工业过程的监控,避免为每个工况单独建模,针对多工况进行统一联合的故障检测诊断,由此提高了多工况流程工业的监控效率,降低了监控成本。To sum up, the multi-working-condition process industrial fault detection and diagnosis system based on deep transfer learning in the embodiment of the present disclosure uses a variational autoencoder for fault detection modeling, a convolutional neural network for fault diagnosis modeling, and uses The deep transfer learning method conducts joint training and modeling of multi-working-condition process industry data, and reduces the distance between the characteristics of different working-condition data in the neural network layer through deep transfer learning, so that the feature distribution extracted from multi-working-condition data is as similar as possible , so that a common fault detection and diagnosis model for multiple working conditions can be constructed, which is more suitable for the monitoring of multi-working process industrial processes, avoiding separate modeling for each working condition, and performing unified and joint fault detection and diagnosis for multiple working conditions. This improves the monitoring efficiency of the multi-working condition process industry and reduces the monitoring cost.
为了实现上述实施例,本公开实施例还提出了一种非临时性计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现如上述实施例中任一所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to realize the above-mentioned embodiments, the embodiments of the present disclosure also propose a non-transitory computer-readable storage medium, on which a computer program is stored. Multi-condition process industrial fault detection and diagnosis method based on deep transfer learning.
为了实现上述实施例,本公开实施例还提出了一种电子设备,包括:至少一个处理器;至少一个存储计算机可执行指令的存储器,其中,该计算机可执行指令在被该至少一个处理器运行时,使得该至少一个处理器执行如上述实施例中的任一所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to achieve the above embodiments, an embodiment of the present disclosure also proposes an electronic device, including: at least one processor; at least one memory storing computer-executable instructions, wherein the computer-executable instructions are executed by the at least one processor , making the at least one processor execute the method for detecting and diagnosing industrial faults in multi-working-condition process industries based on deep transfer learning as described in any one of the above-mentioned embodiments.
为了实现上述实施例,本公开实施例还提出了一种计算机程序产品,包括计算机指令,该计算机指令被至少一个处理器执行时实现如上述实施例中的任一所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to realize the above-mentioned embodiments, the embodiments of the present disclosure also propose a computer program product, including computer instructions. When the computer instructions are executed by at least one processor, the deep transfer learning-based Fault detection and diagnosis method for multi-working condition process industry.
为了实现上述实施例,本公开实施例还提出了一种计算机程序,该计算机程序包括计算机程序代码,当该计算机程序代码在计算机上运行时,使得计算机执行如上述实施例中的任一所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。In order to realize the above-mentioned embodiments, the embodiments of the present disclosure also propose a computer program, the computer program includes computer program code, when the computer program code is run on the computer, the computer executes the computer program described in any one of the above-mentioned embodiments. Multi-condition process industrial fault detection and diagnosis method based on deep transfer learning.
需要说明的是,前述对基于深度迁移学习的多工况流程工业故障检测诊断方法的实施 例的解释说明也适用于本公开实施例的基于深度迁移学习的多工况流程工业故障检测诊断系统、非临时性计算机可读存储介质、电子设备、计算机程序产品和计算机程序,此处不再赘述。It should be noted that the foregoing explanations of the embodiment of the multi-condition process industrial fault detection and diagnosis method based on deep transfer learning are also applicable to the deep transfer learning-based multi-condition process industrial fault detection and diagnosis system of the embodiment of the present disclosure, Non-transitory computer-readable storage media, electronic devices, computer program products, and computer programs will not be described in detail here.
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本公开的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。In the description of this specification, descriptions referring to the terms "one embodiment", "some embodiments", "example", "specific examples", or "some examples" mean that specific features described in connection with the embodiment or example , structure, material or characteristic is included in at least one embodiment or example of the present disclosure. In this specification, the schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the described specific features, structures, materials or characteristics may be combined in any suitable manner in any one or more embodiments or examples. In addition, those skilled in the art can combine and combine different embodiments or examples and features of different embodiments or examples described in this specification without conflicting with each other.
此外,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括至少一个该特征。在本公开的描述中,“多个”的含义是至少两个,例如两个,三个等,除非另有明确具体的限定。In addition, the terms "first" and "second" are used for descriptive purposes only, and cannot be interpreted as indicating or implying relative importance or implicitly specifying the quantity of indicated technical features. Thus, the features defined as "first" and "second" may explicitly or implicitly include at least one of these features. In the description of the present disclosure, "plurality" means at least two, such as two, three, etc., unless otherwise specifically defined.
流程图中或在此以其他方式描述的任何过程或方法描述可以被理解为,表示包括一个或更多个用于实现定制逻辑功能或过程的步骤的可执行指令的代码的模块、片段或部分,并且本公开的优选实施方式的范围包括另外的实现,其中可以不按所示出或讨论的顺序,包括根据所涉及的功能按基本同时的方式或按相反的顺序,来执行功能,这应被本公开的实施例所属技术领域的技术人员所理解。Any process or method descriptions in flowcharts or otherwise described herein may be understood to represent a module, segment or portion of code comprising one or more executable instructions for implementing custom logical functions or steps of a process , and the scope of preferred embodiments of the present disclosure includes additional implementations in which functions may be performed out of the order shown or discussed, including substantially concurrently or in reverse order depending on the functions involved, which shall It is understood by those skilled in the art to which the embodiments of the present disclosure pertain.
在流程图中表示或在此以其他方式描述的逻辑和/或步骤,例如,可以被认为是用于实现逻辑功能的可执行指令的定序列表,可以具体实现在任何计算机可读介质中,以供指令执行系统、装置或设备(如基于计算机的系统、包括处理器的系统或其他可以从指令执行系统、装置或设备取指令并执行指令的系统)使用,或结合这些指令执行系统、装置或设备而使用。就本说明书而言,"计算机可读介质"可以是任何可以包含、存储、通信、传播或传输程序以供指令执行系统、装置或设备或结合这些指令执行系统、装置或设备而使用的装置。计算机可读介质的更具体的示例(非穷尽性列表)包括以下:具有一个或多个布线的电连接部(电子装置),便携式计算机盘盒(磁装置),随机存取存储器(RAM),只读存储器(ROM),可擦除可编辑只读存储器(EPROM或闪速存储器),光纤装置,以及便携式光盘只读存储器(CDROM)。另外,计算机可读介质甚至可以是可在其上打印所述程序的纸或其他合适的介质,因为可以例如通过对纸或其他介质进行光学扫描,接着进行编辑、解译或必要时以其他合适方式进行处理来以电子方式获得所述程序,然后将其存储在计算机存储器中。The logic and/or steps represented in the flowcharts or otherwise described herein, for example, can be considered as a sequenced listing of executable instructions for implementing logical functions, can be embodied in any computer-readable medium, For use with instruction execution systems, devices, or devices (such as computer-based systems, systems including processors, or other systems that can fetch instructions from instruction execution systems, devices, or devices and execute instructions), or in conjunction with these instruction execution systems, devices or equipment used. For the purposes of this specification, a "computer-readable medium" may be any device that can contain, store, communicate, propagate or transmit a program for use in or in conjunction with an instruction execution system, device or device. More specific examples (non-exhaustive list) of computer-readable media include the following: electrical connection with one or more wires (electronic device), portable computer disk case (magnetic device), random access memory (RAM), Read Only Memory (ROM), Erasable and Editable Read Only Memory (EPROM or Flash Memory), Fiber Optic Devices, and Portable Compact Disc Read Only Memory (CDROM). In addition, the computer-readable medium may even be paper or other suitable medium on which the program can be printed, since the program can be read, for example, by optically scanning the paper or other medium, followed by editing, interpretation or other suitable processing if necessary. The program is processed electronically and stored in computer memory.
应当理解,本公开的各部分可以用硬件、软件、固件或它们的组合来实现。在上述实施方式中,多个步骤或方法可以用存储在存储器中且由合适的指令执行系统执行的软件或固件来实现。如,如果用硬件来实现和在另一实施方式中一样,可用本领域公知的下列技术中的任一项或他们的组合来实现:具有用于对数据信号实现逻辑功能的逻辑门电路的离散逻辑电路,具有合适的组合逻辑门电路的专用集成电路,可编程门阵列(PGA),现场可编程门阵列(FPGA)等。It should be understood that various parts of the present disclosure may be implemented in hardware, software, firmware or a combination thereof. In the embodiments described above, various steps or methods may be implemented by software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware as in another embodiment, it can be implemented by any one or a combination of the following techniques known in the art: a discrete Logic circuits, ASICs with suitable combinational logic gates, Programmable Gate Arrays (PGA), Field Programmable Gate Arrays (FPGA), etc.
本技术领域的普通技术人员可以理解实现上述实施例方法携带的全部或部分步骤是可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,该程序在执行时,包括方法实施例的步骤之一或其组合。Those of ordinary skill in the art can understand that all or part of the steps carried by the methods of the above embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium. During execution, one or a combination of the steps of the method embodiments is included.
此外,在本公开各个实施例中的各功能单元可以集成在一个处理模块中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。所述集成的模块如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。In addition, each functional unit in each embodiment of the present disclosure may be integrated into one processing module, each unit may exist separately physically, or two or more units may be integrated into one module. The above-mentioned integrated modules can be implemented in the form of hardware or in the form of software function modules. If the integrated modules are realized in the form of software function modules and sold or used as independent products, they can also be stored in a computer-readable storage medium.
上述提到的存储介质可以是只读存储器,磁盘或光盘等。尽管上面已经示出和描述了本公开的实施例,可以理解的是,上述实施例是示例性的,不能理解为对本公开的限制,本领域的普通技术人员在本公开的范围内可以对上述实施例进行变化、修改、替换和变型。The storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, and the like. Although the embodiments of the present disclosure have been shown and described above, it can be understood that the above embodiments are exemplary and should not be construed as limitations on the present disclosure, and those skilled in the art can understand the above-mentioned embodiments within the scope of the present disclosure. The embodiments are subject to changes, modifications, substitutions and variations.

Claims (16)

  1. 一种基于深度迁移学习的多工况流程工业故障检测诊断方法,其特征在于,包括以下步骤:A method for detecting and diagnosing industrial faults in a multi-working-condition process based on deep transfer learning, characterized in that it includes the following steps:
    获取流程工业的生产系统在多个工况下的历史数据,所述历史数据包括正常运行数据和故障数据,并对所述故障数据进行标注以构建故障库;Obtain the historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and mark the fault data to build a fault database;
    将每种工况的所述历史数据进行标准化处理,并整理成二维矩阵;Standardize the historical data of each working condition and organize them into a two-dimensional matrix;
    根据所述二维矩阵设计一个变分自动编码器作为故障检测模型,并设计一个卷积神经网络作为故障诊断模型;Designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model;
    将整理后的每个工况的所述正常运行数据划分为训练集和测试集,并基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,基于所述测试集计算所述故障检测模型的检测阈值;The normal operation data of each working condition after sorting is divided into a training set and a test set, and based on the training set, the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, and based on the test set calculating a detection threshold of the fault detection model;
    基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型;Based on the collated fault data, the fault diagnosis model is trained in combination with the maximum mean difference MMD of deep transfer learning;
    采集流程工业中的实时数据,将所述实时数据进行所述标准化处理并整理成所述二维矩阵的大小,并将所述实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将所述损失函数值与所述检测阈值进行比较,以判断所述生产系统是否发生异常;Collect real-time data in the process industry, standardize the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the trained fault detection model to calculate the loss function value, comparing the loss function value with the detection threshold to determine whether the production system is abnormal;
    如果发生异常,则将所述实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定所述生产系统的故障类型。If an abnormality occurs, the two-dimensional matrix corresponding to the real-time data is input into the trained fault diagnosis model, and the fault type of the production system is determined through fault classification.
  2. 根据权利要求1所述的方法,其特征在于,所述将每种工况的所述历史数据进行标准化处理,包括:The method according to claim 1, wherein said standardizing the historical data of each working condition includes:
    计算每种工况的所述正常运行数据的平均值和标准差,以所述平均值和所述标准差作为z-score标准化参数;Calculate the mean value and standard deviation of the normal operation data of each working condition, and use the mean value and the standard deviation as z-score normalization parameters;
    通过以下公式对每个工况的历史数据进行z-score标准化:The z-score normalization is performed on the historical data of each working condition by the following formula:
    Figure PCTCN2022098345-appb-100001
    Figure PCTCN2022098345-appb-100001
    其中,σ是平均值,μ是标准差,x是待标准化的个体数据。Among them, σ is the mean value, μ is the standard deviation, and x is the individual data to be standardized.
  3. 根据权利要求1或2所述的方法,其特征在于,所述基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,包括:The method according to claim 1 or 2, wherein, based on the training set, the fault detection model is trained in combination with the maximum mean difference MMD of deep transfer learning, comprising:
    通过以下变分自动编码器的训练损失函数的公式,计算所述训练集中每个二维矩阵的损失函数值:The loss function value of each two-dimensional matrix in the training set is calculated by the following formula of the training loss function of the variational autoencoder:
    Figure PCTCN2022098345-appb-100002
    Figure PCTCN2022098345-appb-100002
    其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数; Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function;
    通过梯度下降方法训练故障检测模型直至所述训练集的平均损失函数值收敛。The fault detection model is trained by a gradient descent method until the average loss function value of the training set converges.
  4. 根据权利要求1至3中任一项所述的方法,其特征在于,所述基于所述测试集计算所述故障检测模型的检测阈值,包括:The method according to any one of claims 1 to 3, wherein the calculation of the detection threshold of the fault detection model based on the test set includes:
    通过所述变分自动编码器的训练损失函数的公式,计算所述测试集中每个二维矩阵的损失函数值;Calculate the loss function value of each two-dimensional matrix in the test set by the formula of the training loss function of the variational autoencoder;
    基于所述测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为所述模型的检测阈值。Based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of a preset value is taken as the detection threshold of the model through kernel density estimation.
  5. 根据权利要求1至4中任一项所述的方法,其特征在于,所述基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型,包括:The method according to any one of claims 1 to 4, wherein the fault diagnosis model is trained based on the fault data after sorting, combined with the maximum mean difference MMD of deep transfer learning, including:
    通过所述整理后的故障数据和所述整理后的故障数据在所述故障库中的对应故障类型标签,计算所述故障诊断模型输出的分类结果的分类准确率;Calculate the classification accuracy rate of the classification result output by the fault diagnosis model through the sorted fault data and the corresponding fault type labels of the sorted fault data in the fault database;
    通过以下公式最小化卷积神经网络的训练损失函数:The training loss function of the convolutional neural network is minimized by the following formula:
    Figure PCTCN2022098345-appb-100003
    Figure PCTCN2022098345-appb-100003
    其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数; Among them, y represents the true category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function;
    通过梯度下降方法训练故障诊断模型直至所述整理后的故障数据的平均分类准确率收敛。The fault diagnosis model is trained by a gradient descent method until the average classification accuracy of the collated fault data converges.
  6. 根据权利要求1至5中任一项所述的方法,所述确定所述生产系统的故障类型之后,还包括:The method according to any one of claims 1 to 5, after the determination of the failure type of the production system, further comprising:
    对所述生产系统的故障类型进行判定,如果判定所述生产系统的故障类型是所述故障库中的故障类型标签和专家知识之外的故障类型,则更新所述故障库和所述故障诊断模型。Determining the fault type of the production system, if it is determined that the fault type of the production system is a fault type other than the fault type label and expert knowledge in the fault database, then updating the fault database and the fault diagnosis Model.
  7. 一种基于深度迁移学习的多工况流程工业故障检测诊断系统,其特征在于,包括:A multi-working condition process industrial fault detection and diagnosis system based on deep transfer learning, characterized in that it includes:
    获取模块,用于获取流程工业的生产系统在多个工况下的历史数据,所述历史数据包括正常运行数据和故障数据,并对所述故障数据进行标注以构建故障库;The acquisition module is used to acquire historical data of the production system of the process industry under multiple working conditions, the historical data includes normal operation data and fault data, and marks the fault data to build a fault database;
    标注模块,用于将每种工况的所述历史数据进行标准化处理,并整理成二维矩阵;A labeling module, configured to standardize the historical data of each working condition and organize them into a two-dimensional matrix;
    设计模块,用于根据所述二维矩阵设计一个变分自动编码器作为故障检测模型,并设计一个卷积神经网络作为故障诊断模型;A design module, for designing a variational autoencoder as a fault detection model according to the two-dimensional matrix, and designing a convolutional neural network as a fault diagnosis model;
    第一训练模块,用于将整理后的每个工况的所述正常运行数据划分为训练集和测试集,并基于所述训练集,结合深度迁移学习的最大均值差异MMD训练所述故障检测模型,基 于所述测试集计算所述故障检测模型的检测阈值;The first training module is used to divide the sorted normal operation data of each working condition into a training set and a test set, and based on the training set, combine the maximum mean difference MMD of deep transfer learning to train the fault detection model, calculating the detection threshold of the fault detection model based on the test set;
    第二训练模块,用于基于整理后的故障数据,结合深度迁移学习的最大均值差异MMD训练所述故障诊断模型;The second training module is used to train the fault diagnosis model based on the sorted fault data, combined with the maximum mean difference MMD of deep transfer learning;
    故障检测模块,用于采集流程工业中的实时数据,将所述实时数据进行所述标准化处理并整理成所述二维矩阵的大小,并将所述实时数据对应的二维矩阵输入至训练完成的故障检测模型计算损失函数值,将所述损失函数值与所述检测阈值进行比较,以判断所述生产系统是否发生异常;The fault detection module is used to collect real-time data in the process industry, perform the standardized processing on the real-time data and organize it into the size of the two-dimensional matrix, and input the two-dimensional matrix corresponding to the real-time data into the training completion The fault detection model calculates a loss function value, and compares the loss function value with the detection threshold to determine whether an abnormality occurs in the production system;
    故障诊断模块,用于如果发生异常,则将所述实时数据对应的二维矩阵输入至训练完成的故障诊断模型,通过故障分类确定所述生产系统的故障类型。The fault diagnosis module is configured to input the two-dimensional matrix corresponding to the real-time data into the trained fault diagnosis model if an abnormality occurs, and determine the fault type of the production system through fault classification.
  8. 根据权利要求7所述的系统,其特征在于,所述标注模块,具体用于:The system according to claim 7, wherein the labeling module is specifically used for:
    计算每种工况的所述正常运行数据的平均值和标准差,以所述平均值和所述标准差作为z-score标准化参数;Calculate the mean value and standard deviation of the normal operation data of each working condition, and use the mean value and the standard deviation as z-score normalization parameters;
    通过以下公式对每个工况的历史数据进行z-score标准化:The z-score normalization is performed on the historical data of each working condition by the following formula:
    Figure PCTCN2022098345-appb-100004
    Figure PCTCN2022098345-appb-100004
    其中,σ是平均值,μ是标准差,x是待标准化的个体数据。Among them, σ is the mean value, μ is the standard deviation, and x is the individual data to be standardized.
  9. 根据权利要求7或8所述的系统,其特征在于,所述第一训练模块,具体用于:The system according to claim 7 or 8, wherein the first training module is specifically used for:
    通过以下变分自动编码器的训练损失函数的公式,计算所述训练集中每个二维矩阵的损失函数值:The loss function value of each two-dimensional matrix in the training set is calculated by the following formula of the training loss function of the variational autoencoder:
    Figure PCTCN2022098345-appb-100005
    Figure PCTCN2022098345-appb-100005
    其中,x表示输入数据,z表示故障检测模型计算的重构数据,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数; Among them, x represents the input data, z represents the reconstructed data calculated by the fault detection model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function;
    通过梯度下降方法训练故障检测模型直至所述训练集的平均损失函数值收敛。The fault detection model is trained by a gradient descent method until the average loss function value of the training set converges.
  10. 根据权利要求7至9中任一项所述的系统,其特征在于,所述第一训练模块还用于:The system according to any one of claims 7 to 9, wherein the first training module is also used for:
    通过所述变分自动编码器的训练损失函数的公式,计算所述测试集中每个二维矩阵的损失函数值;Calculate the loss function value of each two-dimensional matrix in the test set by the formula of the training loss function of the variational autoencoder;
    基于所述测试集中每个二维矩阵数据的损失函数值,通过核密度估计取预设数值的置信水平作为所述模型的检测阈值。Based on the loss function value of each two-dimensional matrix data in the test set, the confidence level of a preset value is taken as the detection threshold of the model through kernel density estimation.
  11. 根据权利要求7至10中任一项所述的系统,其特征在于,所述第二训练模块用于:The system according to any one of claims 7 to 10, wherein the second training module is used for:
    通过所述整理后的故障数据和所述整理后的故障数据在所述故障库中的对应故障类型标签,计算所述故障诊断模型输出的分类结果的分类准确率;Calculate the classification accuracy rate of the classification result output by the fault diagnosis model through the sorted fault data and the corresponding fault type labels of the sorted fault data in the fault database;
    通过以下公式最小化卷积神经网络的训练损失函数:The training loss function of the convolutional neural network is minimized by the following formula:
    Figure PCTCN2022098345-appb-100006
    Figure PCTCN2022098345-appb-100006
    其中,y表示故障数据的真实类别,z表示故障诊断模型输出的类别概率,x s表示第一工况的数据,x t表示第二工况的数据,k(·)表示高斯核函数; Among them, y represents the true category of the fault data, z represents the category probability output by the fault diagnosis model, x s represents the data of the first working condition, x t represents the data of the second working condition, and k(·) represents the Gaussian kernel function;
    通过梯度下降方法训练故障诊断模型直至所述整理后的故障数据的平均分类准确率收敛。The fault diagnosis model is trained by a gradient descent method until the average classification accuracy of the collated fault data converges.
  12. 根据权利要求7至11中任一项所述的系统,其特征在于,所述故障诊断模块还用于对生产系统的故障类型进行判定,如果判定生产系统的故障类型是故障库中的故障类型标签和专家知识之外的故障类型,则更新故障库和故障诊断模型。The system according to any one of claims 7 to 11, wherein the fault diagnosis module is also used to determine the fault type of the production system, if it is determined that the fault type of the production system is the fault type in the fault library For fault types other than labels and expert knowledge, the fault library and fault diagnosis model are updated.
  13. 一种非临时性计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至6中任一项所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。A non-transitory computer-readable storage medium on which a computer program is stored, wherein when the computer program is executed by a processor, the deep migration learning-based Fault detection and diagnosis method for multi-working condition process industry.
  14. 一种电子设备,其特征在于,包括:An electronic device, characterized in that it comprises:
    至少一个处理器;at least one processor;
    至少一个存储计算机可执行指令的存储器,at least one memory storing computer-executable instructions,
    其中,所述计算机可执行指令在被所述至少一个处理器运行时,使得所述至少一个处理器执行如权利要求1至6中的任一项所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。Wherein, when the computer-executable instructions are executed by the at least one processor, the at least one processor executes the multi-working-condition process based on deep transfer learning according to any one of claims 1 to 6 Industrial fault detection and diagnosis methods.
  15. 一种计算机程序产品,包括计算机指令,其特征在于,所述计算机指令被至少一个处理器执行时实现如权利要求1至6中的任一项所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。A computer program product, comprising computer instructions, characterized in that, when the computer instructions are executed by at least one processor, the multi-working-condition process industry based on deep transfer learning according to any one of claims 1 to 6 is realized Fault detection and diagnosis methods.
  16. 一种计算机程序,其特征在于,所述计算机程序包括计算机程序代码,当所述计算机程序代码在计算机上运行时,使得计算机执行如权利要求1至6中任一项所述的基于深度迁移学习的多工况流程工业故障检测诊断方法。A kind of computer program, it is characterized in that, described computer program comprises computer program code, when described computer program code runs on computer, makes computer carry out as described in any one of claims 1 to 6 based on deep transfer learning Multi-working condition process industrial fault detection and diagnosis method.
PCT/CN2022/098345 2021-10-27 2022-06-13 Multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning WO2023071217A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111260743.9A CN114065613B (en) 2021-10-27 2021-10-27 Multi-working-condition process industrial fault detection and diagnosis method based on deep migration learning
CN202111260743.9 2021-10-27

Publications (1)

Publication Number Publication Date
WO2023071217A1 true WO2023071217A1 (en) 2023-05-04

Family

ID=80235670

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/098345 WO2023071217A1 (en) 2021-10-27 2022-06-13 Multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning

Country Status (2)

Country Link
CN (1) CN114065613B (en)
WO (1) WO2023071217A1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116226469A (en) * 2023-05-09 2023-06-06 华南理工大学 Intelligent diagnosis method and system for energy storage equipment faults
CN116308217A (en) * 2023-05-19 2023-06-23 中交第四航务工程勘察设计院有限公司 Concrete monitoring platform management method and system based on Internet of things
CN116436958A (en) * 2023-06-14 2023-07-14 青岛研博数据信息技术有限公司 Urban level water supply working condition management system based on Internet of things
CN116599821A (en) * 2023-05-18 2023-08-15 南京财经大学 Industrial Internet of things digital information transmission method based on deep neural network
CN116658492A (en) * 2023-07-28 2023-08-29 新疆塔林投资(集团)有限责任公司 Intelligent power catwalk and method thereof
CN116755403A (en) * 2023-06-13 2023-09-15 英利新能源(宁夏)有限公司 Data acquisition method and system based on photovoltaic module production control system
CN116773234A (en) * 2023-05-05 2023-09-19 华电莱州发电有限公司 Coal pulverizer fault monitoring system
CN116859843A (en) * 2023-07-05 2023-10-10 安徽如柒信息科技有限公司 Production equipment fault monitoring method and system based on industrial big data
CN116881087A (en) * 2023-09-06 2023-10-13 恒辉信达技术有限公司 Database operation and maintenance intelligent platform
CN116937758A (en) * 2023-09-19 2023-10-24 广州德姆达光电科技有限公司 Household energy storage power supply system and operation method thereof
CN117074839A (en) * 2023-10-16 2023-11-17 南通西塔自动化科技有限公司 Electromagnetic valve fault diagnosis method and system
CN117075582A (en) * 2023-09-08 2023-11-17 兰州理工大学 Industrial process generalized zero sample fault diagnosis method based on DSECMR-VAE
CN117170303A (en) * 2023-11-03 2023-12-05 傲拓科技股份有限公司 PLC fault intelligent diagnosis maintenance system based on multivariate time sequence prediction
CN117271197A (en) * 2023-11-22 2023-12-22 成都正扬博创电子技术有限公司 Method and device for detecting state of missile-borne computer, electronic equipment and medium
CN117272246A (en) * 2023-11-21 2023-12-22 国网江西省电力有限公司超高压分公司 Transformer voiceprint fault diagnosis method and system based on multiple regression model
CN117289085A (en) * 2023-11-22 2023-12-26 武汉宏联电线电缆有限公司 Multi-line fault analysis and diagnosis method and system
CN117290764A (en) * 2023-11-23 2023-12-26 湖南省交通科学研究院有限公司 Method for intelligently identifying and diagnosing faults of ultra-system based on data feature analysis
CN117314921A (en) * 2023-11-30 2023-12-29 山东道万电气有限公司 RFID-based starting point detection and treatment method for track inspection equipment
CN117451288A (en) * 2023-10-16 2024-01-26 国网经济技术研究院有限公司 Fault diagnosis method and device for offshore flexible straight platform valve cold main circulating pump
CN117738975A (en) * 2024-02-06 2024-03-22 中科云谷科技有限公司 Calibration method, calibration device and storage medium for electromagnetic valve
CN117763436A (en) * 2023-11-14 2024-03-26 中国石油大学(北京) Training method and device of fault diagnosis model based on small sample
CN117808272A (en) * 2024-02-29 2024-04-02 南京迅集科技有限公司 Industrial system productivity optimization and scheduling method and system based on machine learning

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114065613B (en) * 2021-10-27 2022-12-09 中国华能集团清洁能源技术研究院有限公司 Multi-working-condition process industrial fault detection and diagnosis method based on deep migration learning
CN114841250A (en) * 2022-04-11 2022-08-02 浙江工业大学 Industrial system production abnormity detection and diagnosis method based on multi-dimensional sensing data
CN115095953B (en) * 2022-06-16 2024-04-09 青岛海信日立空调系统有限公司 Training method and device for fault diagnosis model
CN114961949B (en) * 2022-05-09 2024-01-16 潍柴动力股份有限公司 Fault diagnosis method, device, equipment and medium of SCR (selective catalytic reduction) system
CN114978877B (en) * 2022-05-13 2024-04-05 京东科技信息技术有限公司 Abnormality processing method, abnormality processing device, electronic equipment and computer readable medium
CN115186735B (en) * 2022-06-20 2024-02-23 成都飞机工业(集团)有限责任公司 Data threshold mining method, device, equipment and medium
CN115905913B (en) * 2022-10-14 2024-03-12 支付宝(杭州)信息技术有限公司 Method and device for detecting digital collection
CN115563494B (en) * 2022-12-01 2023-03-10 北京科技大学 Data-driven fault detection method of multi-mode process industrial process based on transfer learning
CN115578015B (en) * 2022-12-07 2023-05-23 华南理工大学 Sewage treatment whole process supervision method, system and storage medium based on Internet of things
CN115659188B (en) * 2022-12-29 2023-06-23 四川观想科技股份有限公司 Event correlation-based equipment health management abnormality positioning method
CN116028849B (en) * 2022-12-30 2024-05-14 西安重装智慧矿山工程技术有限公司 Emulsion pump fault diagnosis method based on depth self-coding network
CN116049719A (en) * 2023-01-09 2023-05-02 长沙理工大学 Fault detection and estimation method, system and medium based on migration type generation model
CN116339265B (en) * 2023-04-06 2023-10-24 苏州暾达智能装备有限公司 Intelligent management and control method and system for ceramic substrate modularized production
CN116308304B (en) * 2023-05-24 2023-08-25 山东建筑大学 New energy intelligent operation and maintenance method and system based on meta learning concept drift detection
CN116484268B (en) * 2023-06-21 2023-09-05 西安黑石智能科技有限公司 Intelligent industrial equipment fault diagnosis system based on machine learning
CN117232577B (en) * 2023-09-18 2024-04-05 杭州奥克光电设备有限公司 Optical cable distributing box bearing interior monitoring method and system and optical cable distributing box
CN117261599B (en) * 2023-10-18 2024-05-03 北京航空航天大学 Fault detection method and device of electric automobile, electronic equipment and electric automobile
CN117272032B (en) * 2023-11-22 2024-02-13 青岛埃恩斯信息技术科技有限公司 Air compressor fault diagnosis method and device based on vibration detection
CN117386344B (en) * 2023-12-13 2024-02-23 西南石油大学 Drilling abnormal condition diagnosis method and system based on two-stage learning

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120185728A1 (en) * 2010-12-24 2012-07-19 Commonwealth Scientific And Industrial Research Organisation System and method for detecting and/or diagnosing faults in multi-variable systems
CN106124988A (en) * 2016-06-28 2016-11-16 江苏科技大学 A kind of motor multi-state fault detection method based on RBF, multilamellar FDA and SVDD
CN112434602A (en) * 2020-11-23 2021-03-02 西安交通大学 Fault diagnosis method based on migratable common feature space mining
CN112903294A (en) * 2021-01-07 2021-06-04 泰华宏业(天津)智能科技有限责任公司 Rolling bearing fault diagnosis method based on VMD and deep convolution neural network
CN113156908A (en) * 2021-05-25 2021-07-23 中南大学 Multi-working-condition industrial process monitoring method and system with mechanism and data combined fusion
CN113673346A (en) * 2021-07-20 2021-11-19 中国矿业大学 Motor vibration data processing and state recognition method based on multi-scale SE-Resnet
CN114065613A (en) * 2021-10-27 2022-02-18 中国华能集团清洁能源技术研究院有限公司 Multi-working-condition process industrial fault detection and diagnosis method based on deep migration learning

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112183581A (en) * 2020-09-07 2021-01-05 华南理工大学 Semi-supervised mechanical fault diagnosis method based on self-adaptive migration neural network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120185728A1 (en) * 2010-12-24 2012-07-19 Commonwealth Scientific And Industrial Research Organisation System and method for detecting and/or diagnosing faults in multi-variable systems
CN106124988A (en) * 2016-06-28 2016-11-16 江苏科技大学 A kind of motor multi-state fault detection method based on RBF, multilamellar FDA and SVDD
CN112434602A (en) * 2020-11-23 2021-03-02 西安交通大学 Fault diagnosis method based on migratable common feature space mining
CN112903294A (en) * 2021-01-07 2021-06-04 泰华宏业(天津)智能科技有限责任公司 Rolling bearing fault diagnosis method based on VMD and deep convolution neural network
CN113156908A (en) * 2021-05-25 2021-07-23 中南大学 Multi-working-condition industrial process monitoring method and system with mechanism and data combined fusion
CN113673346A (en) * 2021-07-20 2021-11-19 中国矿业大学 Motor vibration data processing and state recognition method based on multi-scale SE-Resnet
CN114065613A (en) * 2021-10-27 2022-02-18 中国华能集团清洁能源技术研究院有限公司 Multi-working-condition process industrial fault detection and diagnosis method based on deep migration learning

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116773234A (en) * 2023-05-05 2023-09-19 华电莱州发电有限公司 Coal pulverizer fault monitoring system
CN116226469A (en) * 2023-05-09 2023-06-06 华南理工大学 Intelligent diagnosis method and system for energy storage equipment faults
CN116226469B (en) * 2023-05-09 2023-08-08 华南理工大学 Intelligent diagnosis method and system for energy storage equipment faults
CN116599821B (en) * 2023-05-18 2024-03-22 南京财经大学 Industrial Internet of things digital information transmission method based on deep neural network
CN116599821A (en) * 2023-05-18 2023-08-15 南京财经大学 Industrial Internet of things digital information transmission method based on deep neural network
CN116308217A (en) * 2023-05-19 2023-06-23 中交第四航务工程勘察设计院有限公司 Concrete monitoring platform management method and system based on Internet of things
CN116308217B (en) * 2023-05-19 2023-08-01 中交第四航务工程勘察设计院有限公司 Concrete monitoring platform management method and system based on Internet of things
CN116755403A (en) * 2023-06-13 2023-09-15 英利新能源(宁夏)有限公司 Data acquisition method and system based on photovoltaic module production control system
CN116755403B (en) * 2023-06-13 2024-03-26 英利新能源(宁夏)有限公司 Data acquisition method and system based on photovoltaic module production control system
CN116436958B (en) * 2023-06-14 2023-08-15 青岛研博数据信息技术有限公司 Urban level water supply working condition management system based on Internet of things
CN116436958A (en) * 2023-06-14 2023-07-14 青岛研博数据信息技术有限公司 Urban level water supply working condition management system based on Internet of things
CN116859843A (en) * 2023-07-05 2023-10-10 安徽如柒信息科技有限公司 Production equipment fault monitoring method and system based on industrial big data
CN116859843B (en) * 2023-07-05 2024-01-09 安徽如柒信息科技有限公司 Production equipment fault monitoring method and system based on industrial big data
CN116658492A (en) * 2023-07-28 2023-08-29 新疆塔林投资(集团)有限责任公司 Intelligent power catwalk and method thereof
CN116658492B (en) * 2023-07-28 2023-10-27 新疆塔林投资(集团)有限责任公司 Intelligent power catwalk and method thereof
CN116881087A (en) * 2023-09-06 2023-10-13 恒辉信达技术有限公司 Database operation and maintenance intelligent platform
CN116881087B (en) * 2023-09-06 2023-12-12 恒辉信达技术有限公司 Database operation and maintenance intelligent platform
CN117075582A (en) * 2023-09-08 2023-11-17 兰州理工大学 Industrial process generalized zero sample fault diagnosis method based on DSECMR-VAE
CN116937758A (en) * 2023-09-19 2023-10-24 广州德姆达光电科技有限公司 Household energy storage power supply system and operation method thereof
CN116937758B (en) * 2023-09-19 2023-12-19 广州德姆达光电科技有限公司 Household energy storage power supply system and operation method thereof
CN117451288B (en) * 2023-10-16 2024-05-10 国网经济技术研究院有限公司 Fault diagnosis method and device for offshore flexible straight platform valve cold main circulating pump
CN117074839B (en) * 2023-10-16 2023-12-26 南通西塔自动化科技有限公司 Electromagnetic valve fault diagnosis method and system
CN117074839A (en) * 2023-10-16 2023-11-17 南通西塔自动化科技有限公司 Electromagnetic valve fault diagnosis method and system
CN117451288A (en) * 2023-10-16 2024-01-26 国网经济技术研究院有限公司 Fault diagnosis method and device for offshore flexible straight platform valve cold main circulating pump
CN117170303A (en) * 2023-11-03 2023-12-05 傲拓科技股份有限公司 PLC fault intelligent diagnosis maintenance system based on multivariate time sequence prediction
CN117170303B (en) * 2023-11-03 2024-01-26 傲拓科技股份有限公司 PLC fault intelligent diagnosis maintenance system based on multivariate time sequence prediction
CN117763436A (en) * 2023-11-14 2024-03-26 中国石油大学(北京) Training method and device of fault diagnosis model based on small sample
CN117272246A (en) * 2023-11-21 2023-12-22 国网江西省电力有限公司超高压分公司 Transformer voiceprint fault diagnosis method and system based on multiple regression model
CN117272246B (en) * 2023-11-21 2024-02-02 国网江西省电力有限公司超高压分公司 Transformer voiceprint fault diagnosis method and system based on multiple regression model
CN117271197B (en) * 2023-11-22 2024-02-09 成都正扬博创电子技术有限公司 Method and device for detecting state of missile-borne computer, electronic equipment and medium
CN117289085A (en) * 2023-11-22 2023-12-26 武汉宏联电线电缆有限公司 Multi-line fault analysis and diagnosis method and system
CN117271197A (en) * 2023-11-22 2023-12-22 成都正扬博创电子技术有限公司 Method and device for detecting state of missile-borne computer, electronic equipment and medium
CN117290764B (en) * 2023-11-23 2024-02-09 湖南省交通科学研究院有限公司 Method for intelligently identifying and diagnosing faults of ultra-system based on data feature analysis
CN117290764A (en) * 2023-11-23 2023-12-26 湖南省交通科学研究院有限公司 Method for intelligently identifying and diagnosing faults of ultra-system based on data feature analysis
CN117314921B (en) * 2023-11-30 2024-02-09 山东道万电气有限公司 RFID-based starting point detection and treatment method for track inspection equipment
CN117314921A (en) * 2023-11-30 2023-12-29 山东道万电气有限公司 RFID-based starting point detection and treatment method for track inspection equipment
CN117738975A (en) * 2024-02-06 2024-03-22 中科云谷科技有限公司 Calibration method, calibration device and storage medium for electromagnetic valve
CN117738975B (en) * 2024-02-06 2024-04-26 中科云谷科技有限公司 Calibration method, calibration device and storage medium for electromagnetic valve
CN117808272A (en) * 2024-02-29 2024-04-02 南京迅集科技有限公司 Industrial system productivity optimization and scheduling method and system based on machine learning
CN117808272B (en) * 2024-02-29 2024-05-10 南京迅集科技有限公司 Industrial system productivity optimization and scheduling method and system based on machine learning

Also Published As

Publication number Publication date
CN114065613B (en) 2022-12-09
CN114065613A (en) 2022-02-18

Similar Documents

Publication Publication Date Title
WO2023071217A1 (en) Multi-working-condition process industrial fault detection and diagnosis method based on deep transfer learning
CN108460144B (en) Coal equipment fault early warning system and method based on machine learning
EP3460611B1 (en) System and method for aircraft fault detection
EP2905665B1 (en) Information processing apparatus, diagnosis method, and program
US20020183971A1 (en) Diagnostic systems and methods for predictive condition monitoring
CN112284440B (en) Sensor data deviation self-adaptive correction method
US11442444B2 (en) System and method for forecasting industrial machine failures
CN111382494A (en) System and method for detecting anomalies in sensory data of industrial machines
CN111474475A (en) Motor fault diagnosis system and method
CN116292241A (en) Fault diagnosis early warning method and system for oil delivery pump unit
CN113760670A (en) Cable joint abnormity early warning method and device, electronic equipment and storage medium
CN110757510A (en) Method and system for predicting remaining life of robot
CN112416662A (en) Multi-time series data anomaly detection method and device
CN117131110B (en) Method and system for monitoring dielectric loss of capacitive equipment based on correlation analysis
ITCO20090068A1 (en) METHOD AND SYSTEM FOR DIAGNOSTICATING COMPRESSORS
Becherer et al. Intelligent choice of machine learning methods for predictive maintenance of intelligent machines
KR20230125116A (en) The method for fault detection without training data or diagnosis with prediction of remaining time until breakdown using clustering algorithm and statistical methods
Sampedro et al. Fused deposition modeling 3d printing fault diagnosis using temporal convolutional network
CN111314110B (en) Fault early warning method for distributed system
Bond et al. A hybrid learning approach to prognostics and health management applied to military ground vehicles using time-series and maintenance event data
JP6579163B2 (en) Process condition diagnosis method and condition diagnosis apparatus
CN115600695A (en) Fault diagnosis method of metering equipment
CN116702030B (en) Blast furnace state monitoring method and device based on sensor reliability analysis
Filios et al. Realizing predictive maintenance in production machinery through low-cost IIoT framework and anomaly detection: A case study in a real-world manufacturing environment
KR102497585B1 (en) OHT anomaly detection system using artificial intelligence

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22885125

Country of ref document: EP

Kind code of ref document: A1