CN112649198B - Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application - Google Patents

Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application Download PDF

Info

Publication number
CN112649198B
CN112649198B CN202110006809.5A CN202110006809A CN112649198B CN 112649198 B CN112649198 B CN 112649198B CN 202110006809 A CN202110006809 A CN 202110006809A CN 112649198 B CN112649198 B CN 112649198B
Authority
CN
China
Prior art keywords
training
fault diagnosis
rolling bearing
data
generator
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202110006809.5A
Other languages
Chinese (zh)
Other versions
CN112649198A (en
Inventor
袁贵荣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xihang Sichuang Intelligent Technology (Xi'an) Co.,Ltd.
Original Assignee
Xijiao Sichuang Intelligent Technology Research Institute Xi'an Co ltd
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 Xijiao Sichuang Intelligent Technology Research Institute Xi'an Co ltd filed Critical Xijiao Sichuang Intelligent Technology Research Institute Xi'an Co ltd
Priority to CN202110006809.5A priority Critical patent/CN112649198B/en
Publication of CN112649198A publication Critical patent/CN112649198A/en
Application granted granted Critical
Publication of CN112649198B publication Critical patent/CN112649198B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01MTESTING STATIC OR DYNAMIC BALANCE OF MACHINES OR STRUCTURES; TESTING OF STRUCTURES OR APPARATUS, NOT OTHERWISE PROVIDED FOR
    • G01M13/00Testing of machine parts
    • G01M13/04Bearings
    • G01M13/045Acoustic or vibration analysis
    • 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
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/048Activation functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/12Classification; Matching

Abstract

The invention belongs to the technical field of intelligent fault diagnosis of mechanical equipment, and discloses an intelligent fault diagnosis method, system, equipment and application of an unbalanced-like rolling bearing, wherein a vibration signal of the rolling bearing is collected, zscore standardization is carried out on an original signal, and a mobile time window is utilized for signal segmentation; constructing a generator and a discriminator combined condition to generate a confrontation network CGAN; generating an antagonistic network for the established conditions, optimizing network parameters in a cyclic antagonistic training mode until the training is finished, and directionally generating a sample of a category with less data volume by a generator to enhance the data of the training set so as to relieve the category imbalance phenomenon of the original data set; constructing a fault diagnosis model based on a deep convolutional neural network; and training the established fault diagnosis model by using the training data set optimized by the CGAN to realize intelligent diagnosis of the unknown label sample. The invention can enhance the reliability of the rolling bearing state identification, and has low cost, simplicity and practicability.

Description

Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application
Technical Field
The invention belongs to the technical field of intelligent fault diagnosis of mechanical equipment, and particularly relates to an intelligent fault diagnosis method, system, equipment and application of an unbalance-like rolling bearing.
Background
At present: the rolling bearing is one of basic components of mechanical equipment, is an important component of a mechanical transmission system, is an indispensable ring in modern industrial equipment, and the running state and the health degree of the rolling bearing directly influence the normal running of the mechanical equipment and the safety production of enterprises. Failure of the rolling bearing can lead to breakdown of the entire transmission system, causing unpredictable economic losses and even personal injury. Therefore, the effective fault diagnosis method for the rolling bearing is researched, the maintenance plan is arranged and made, the sudden shutdown event is reduced, and the method has great significance for the safe production and cost saving of enterprises.
In the industrial big data era, the intelligent fault diagnosis method gradually reveals advantages in practical engineering application. Meanwhile, the vibration signal is the most common and effective monitoring signal in the rolling bearing monitoring, and the intelligent diagnosis method based on the vibration signal has the capability of identifying and judging the running state of the monitoring equipment and is gradually applied. Although the intelligent diagnosis method based on the vibration signal achieves some practical application results, the industrial application capability is limited due to the fact that the intelligent diagnosis method is highly dependent on a high-quality data set. In actual industrial production, monitored normal data are far more than fault data, so that the phenomenon of unbalanced classes of the data set is caused, the effect of identifying small classes (such as fault classes) by the intelligent diagnosis model is poor, and the generalization capability of the intelligent diagnosis model is limited. Therefore, under the category unbalanced data set, how to construct an effective rolling bearing intelligent diagnosis model is a problem to be solved.
Through the above analysis, the problems and defects of the prior art are as follows:
(1) The existing intelligent diagnosis method based on vibration signals has larger dependence on high-quality data sets, and the industrial application capability of the method is limited.
(2) The normal data monitored by the existing intelligent diagnosis model is far more than fault data, so that the category imbalance phenomenon of a data set is caused, the identification effect of the intelligent diagnosis model on small categories (such as fault categories) is poor, and the generalization capability of the intelligent diagnosis model is limited.
The difficulty in solving the above problems and defects is: the sample expansion and optimization of the unbalanced-class data set is an idea for solving the problems, however, the effectiveness of the method for expanding and optimizing the unbalanced-class data set is a difficulty, and the expanded and optimized data should have similar statistical distribution characteristics with the original data. Although the traditional up-sampling and down-sampling modes can achieve the effect of class balance on the surface, the training effect of the intelligent diagnosis model is limited due to redundancy or information attenuation caused by the traditional up-sampling and down-sampling modes; the data enhancement method based on the added noise cannot ensure the consistency of the extended data, and the effect of the model is limited.
The significance for solving the problems and the defects is as follows: the quality of the data set has important significance on the effect of the intelligent diagnosis model, the effective optimization and expansion of the unbalanced-like data set are realized, the unbalanced-like phenomenon of the original data set is improved, the dependency of the intelligent diagnosis model on the quality of the data set is weakened, the application scene of the intelligent diagnosis model can be expanded, and the industrial energization of the artificial intelligence method is effectively promoted.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides an intelligent fault diagnosis method, system, equipment and application of an unbalance-like rolling bearing.
The invention is realized in such a way, and the intelligent fault diagnosis method for the similar unbalanced rolling bearing comprises the following steps:
acquiring a vibration signal of a rolling bearing, carrying out Zscore standardization on an original signal, and carrying out signal segmentation by using a mobile time window; the Zscore standardization can limit the amplitude range of the data, and is beneficial to the training of a conditional generation countermeasure network.
Constructing a generator and a discriminator combined condition to generate a confrontation network CGAN;
generating an antagonistic network for the established conditions, optimizing network parameters in a cyclic antagonistic training mode until the training is finished, and directionally generating a sample of a category with less data volume by a generator to enhance the data of the training set so as to relieve the category imbalance phenomenon of the original data set; the cyclic confrontation training is beneficial to enabling the generator and the discriminator in the CGAN to form a game relation and facilitating the alternate training of the generator and the discriminator.
Constructing a fault diagnosis model based on a deep convolutional neural network; a fault diagnosis model based on a deep convolutional neural network is constructed, and the deep convolutional neural network has excellent characteristic extraction capability and can effectively extract deep characteristics of signals.
And training the established fault diagnosis model by using the training data set optimized by the CGAN, and after the training is finished, realizing intelligent diagnosis on the unknown label sample by using the fault diagnosis model. The established fault diagnosis model is trained on a data set subjected to sample expansion by the CGAN, the unbalance-like phenomenon of the original data set is relieved, and the fault diagnosis model can be effectively trained.
Further, the raw signal is subjected to Zscore normalization, and the calculation formula of Zscore is as follows:
Figure BDA0002883411960000031
wherein, the first and the second end of the pipe are connected with each other,
Figure BDA0002883411960000032
is the mean of the raw data, σ is the standard deviation of the raw data, x * Data normalized for Zscore.
Further, the generator inputs Gaussian white noise and a category label, the generator outputs a simulated mechanical vibration signal, the discriminator inputs a real mechanical vibration signal subjected to Zscore standardization and a simulated mechanical vibration signal generated by the generator, and the discriminator outputs a probability value that the current signal is the real mechanical vibration signal; the generator and the discriminator are both formed by 3 layers of convolutional neural networks, both use the tanh activation function, and the expression of the activation function is as follows:
Figure BDA0002883411960000033
where x is the input to the activation function, e is the natural log base, and y is the output of the activation function.
Further, the cyclic confrontation training means that in a training period, after the parameters of the discriminator are updated for 5 times, the parameters of the generator are updated for 1 time, and the next training period is entered after one complete training is completed.
Further, the constructed fault diagnosis model is composed of three layers of convolutional neural networks, input samples are original vibration signals and small sample class signals generated by generator directional supplement, the output is rolling bearing running state class, a softmax function is used as network output, and a softmax calculation formula is as follows:
Figure BDA0002883411960000041
wherein, P (c) i ) Softmax output normalized probability representing class i sample, e is the base of the natural logarithm, o i K represents the total number of classes of the dataset classification for the corresponding network output before the class isofmax layer.
Further, the generator-oriented compensation in the input generates data which is fault category data with a small number of samples in the original data set.
Further, the loss function of the fault diagnosis model is a cross entropy loss function, and the specific calculation formula is as follows:
Figure BDA0002883411960000042
where loss is the specific value of the cross entropy loss function, y is the tag information desired to be output,
Figure BDA0002883411960000043
is the actual output label information.
It is a further object of the invention to provide a computer device comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to perform the steps of:
acquiring a vibration signal of a rolling bearing, performing Zscore standardization on an original signal, and segmenting the signal by using a moving time window;
constructing a generator and a discriminator combined condition to generate a confrontation network CGAN;
generating an antagonistic network for the established conditions, optimizing network parameters in a cyclic antagonistic training mode until the training is finished, and directionally generating a sample with a small data volume by a generator to enhance the data of a training set so as to relieve the unbalanced category phenomenon of an original data set;
constructing a fault diagnosis model based on a deep convolutional neural network;
and training the established fault diagnosis model by using the training data set optimized by the CGAN, and after the training is finished, realizing intelligent diagnosis on the unknown label sample by using the fault diagnosis model.
Another object of the present invention is to provide an intelligent fault diagnosis system for an unbalanced-like rolling bearing, which implements the intelligent fault diagnosis method for an unbalanced-like rolling bearing, the intelligent fault diagnosis system comprising:
the specific category data generation module is used for generating a confrontation network CGAN by using conditions and generating specific category data in a directional mode so as to reduce the class unbalance phenomenon of the data set;
and the health state acquisition module is used for training based on the optimized data set by utilizing the deep convolution neural network, acquiring fault characteristic information and identifying the health state of the rolling bearing.
Another object of the present invention is to provide an intelligent fault diagnosis method for mechanical equipment, which uses the intelligent fault diagnosis method for unbalanced-like rolling bearings.
By combining all the technical schemes, the invention has the advantages and positive effects that: the method uses a Conditional generation countermeasure Network (CGAN), directionally generates specific category data to reduce the class imbalance phenomenon of a data set, simultaneously trains based on the optimized data set by using a deep convolutional neural Network, acquires fault characteristic information and identifies the health state of a rolling bearing, solves the problem that an intelligent diagnosis model cannot be effectively trained under the class imbalance condition, improves the generalization capability of the intelligent diagnosis model, and provides a feasible scheme for realizing industrial energization of a deep learning technology in the production practice.
The invention uses the vibration signal of the rolling bearing, and has the characteristics of easy acquisition and simple and easy operation; the fault category data with few samples are directionally generated through the CGAN, an original category unbalance data set is optimized, the problem of category unbalance caused by few fault data and many normal data in an actual industrial scene is solved, the effectiveness of network training is guaranteed, and the robustness of a network is improved. The method can enhance the reliability of rolling bearing state identification, has the characteristics of low cost, simplicity, practicability and the like, provides an effective and convenient solution for using an intelligent diagnosis method in an actual industrial scene, and has strong engineering practical value and application prospect. Fig. 5 is a comparison of the use effect, in which (a) in fig. 5 is the classification result of the convolutional neural network commonly used at present without the optimization processing of the present invention on the data set, and (b) in fig. 5 is the processing result by using the present invention, and it can be seen from the comparison of the confusion matrix that the confusion matrix achieves better results (the classification effect of each class is represented on the diagonal) after the present invention is used.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the embodiments of the present application will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained from the drawings without creative efforts.
Fig. 1 is a flowchart of an intelligent fault diagnosis method for an unbalance-like rolling bearing according to an embodiment of the present invention.
FIG. 2 is a schematic structural diagram of an intelligent fault diagnosis system for an unbalance-like rolling bearing provided by an embodiment of the invention;
in fig. 2: 1. a specific category data generation module; 2. and a health state acquisition module.
Fig. 3 is a flowchart of an implementation of the intelligent fault diagnosis method for the unbalanced-like rolling bearing according to the embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a CGAN network according to an embodiment of the present invention.
Fig. 5 is a diagram showing the results of the fault diagnosis of the rolling bearing provided by the embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Aiming at the problems in the prior art, the invention provides an intelligent fault diagnosis method, system, equipment and application of a similar unbalanced rolling bearing, and the invention is described in detail below with reference to the accompanying drawings.
As shown in fig. 1, the intelligent fault diagnosis method for the unbalance-like rolling bearing provided by the invention comprises the following steps:
s101: acquiring a vibration signal of a rolling bearing, performing Zscore standardization on an original signal, and segmenting the signal by using a moving time window;
s102: constructing a condition generation countermeasure network (CGAN) combining a generator and a discriminator;
s103: generating a confrontation network for the established conditions, optimizing network parameters in a cyclic confrontation training mode until the training is finished, and directionally generating a sample of a category with less data quantity by a generator to enhance the data of the training set so as to relieve the category imbalance phenomenon of the original data set;
s104: constructing a fault diagnosis model based on a deep convolutional neural network;
s105: and training the established fault diagnosis model by using the training data set optimized by the CGAN, and after the training is finished, realizing intelligent diagnosis on the unknown label sample by using the fault diagnosis model.
Persons skilled in the art of the intelligent fault diagnosis method for the unbalanced-like rolling bearing provided by the invention can also use other steps to implement, and the intelligent fault diagnosis method for the unbalanced-like rolling bearing provided by the invention in fig. 1 is only a specific embodiment.
As shown in fig. 2, the intelligent fault diagnosis system for the unbalance-like rolling bearing provided by the invention comprises:
a specific category data generating module 1, configured to generate a countermeasure Network (CGAN) using a condition, and directionally generate data of a specific category to reduce a class imbalance phenomenon of a data set;
and the health state acquisition module 2 is used for training based on the optimized data set by utilizing the deep convolution neural network, acquiring fault characteristic information and identifying the health state of the rolling bearing.
The technical solution of the present invention is further described below with reference to the accompanying drawings.
As shown in fig. 3, the intelligent fault diagnosis method for the unbalance-like rolling bearing provided by the invention specifically comprises the following steps:
the method comprises the following steps: acquiring a vibration signal of a rolling bearing, carrying out Zscore standardization on an original signal, and carrying out signal segmentation by using a mobile time window;
the calculation formula of the Zscore labeling of the original signal is as follows:
Figure BDA0002883411960000071
wherein the content of the first and second substances,
Figure BDA0002883411960000072
is the mean of the raw data, σ is the standard deviation of the raw data, x * Normalized output for Zscore.
Step two: constructing a generator and a discriminator combined condition generation countermeasure network (CGAN);
the generator inputs Gaussian white noise and a category label, the output is a simulated mechanical vibration signal, the input of the discriminator is the real mechanical vibration signal after the Zscore standardization processing and the simulated mechanical vibration signal generated by the generator, and the output of the discriminator is the probability value that the current signal is the real mechanical vibration signal. The generator and the discriminator are both composed of 3 layers of convolutional neural networks, both use tanh activation functions, and the expression of the activation functions is as follows:
Figure BDA0002883411960000081
where x is the input to the activation function, e is the natural logarithm base, and y is the output of the activation function.
Step three: generating a countermeasure network for the conditions established in the step two, optimizing network parameters in a cyclic countermeasure training mode until the training is finished, and directionally generating a sample of a category with less data volume by a generator to enhance the data of the training set and relieve the category imbalance phenomenon of the original data set;
the cyclic confrontation training in the third step means that in a training period, after the parameters of the discriminator are updated 5 times, the parameters of the generator are updated 1 time, the generator tries to generate a simulation signal similar to the real signal through continuous parameter updating, and the discriminator tries to distinguish the simulation signal generated by the generator from the original real signal through continuous parameter updating. The two form a game relation with each other, and the generation capability of the generator and the discrimination capability of the discriminator are improved through continuous and cyclic training.
Step four: constructing fault diagnosis model based on deep convolution neural network
The fault diagnosis model constructed in the step four is composed of three layers of convolutional neural networks, input samples of the fault diagnosis model are original vibration signals and small sample class signals generated by directional supplement of a generator, output is a rolling bearing running state class, a softmax function is used as network output, and a softmax calculation formula is as follows:
Figure BDA0002883411960000082
wherein, P (c) i ) Softmax output normalized probability representing class i sample, e is the base of the natural logarithm, o i K represents the total number of classes of the dataset classification for the corresponding network output before the class isofmax layer. Meanwhile, cross entropy is used as a loss function, and a cross entropy loss function calculation formula is as follows:
Figure BDA0002883411960000083
where loss is the specific value of the cross entropy loss function, y is the tag information desired to be output,
Figure BDA0002883411960000084
is the label information actually output.
Step five: and training the fault diagnosis model established in the fourth step by using the training data set optimized by the CGAN, and after the training is finished, intelligently diagnosing the unknown label sample by using the fault diagnosis model.
The following sets of specific embodiments to further describe the technical solution of the present invention:
the data set used in the embodiment of the invention comprises four different bearing running states, wherein the four different bearing running states are totally five states of inner ring fault (slight), outer ring fault (slight), inner ring fault (severe), outer ring fault (severe) and normal, which are respectively represented by categories 1,2,3,4 and 5, and the data quantity proportion of each category of the training set is as follows: 1:1:1:1: the test set data size was 400 (80 test samples per class).
The method comprises the following steps: collecting a vibration signal of a rolling bearing, carrying out Zscore standardization on an original signal, carrying out signal segmentation by utilizing a moving time window, selecting the length of the moving time window as 2000 data points, overlapping the moving window, and setting the window moving step length as 500 data points;
the formula of the Zscore labeling of the original signal is as follows:
Figure BDA0002883411960000091
wherein the content of the first and second substances,
Figure BDA0002883411960000092
is the mean of the raw data, σ is the standard deviation of the raw data, x * Normalized output for Zscore.
Step two: constructing a condition generation countermeasure network (CGAN) combining a generator and a discriminator;
the generator inputs Gaussian white noise and a category label, the output is a simulated mechanical vibration signal, the input of the discriminator is the real mechanical vibration signal after the Zscore standardization processing and the simulated mechanical vibration signal generated by the generator, and the output of the discriminator is the probability value that the current signal is the real mechanical vibration signal. The generator and the discriminator are both formed by 3 layers of convolutional neural networks, the structural diagrams of the constructed CGAN networks are shown in FIG. 4, both the structures use tanh activation functions, and the expression of the activation functions is as follows:
Figure BDA0002883411960000093
where x is the input to the activation function, e is the natural logarithm base, and y is the output of the activation function.
Step three: generating a countermeasure network for the conditions established in the step two, optimizing network parameters in a cyclic countermeasure training mode until the training is finished, and directionally generating a sample of a category with less data quantity by a generator to enhance the data of the training set so as to relieve the category imbalance phenomenon of the original data set;
the cyclic confrontation training in the third step means that in a training period, after the parameters of the discriminator are updated for 5 times, the parameters of the generator are updated for 1 time, the next round of training period is started after the parameters are updated, and the CGAN training period is set to 3000 times. The generator attempts to generate a simulated signal similar to the real signal by constant parameter updates, and the discriminator attempts to distinguish the simulated signal generated by the generator from the original real signal by constant parameter updates. The two form a game relation with each other, and the generation capability of the generator and the discrimination capability of the discriminator are improved through continuous and cyclic training.
Step four: constructing fault diagnosis model based on deep convolution neural network
The fault diagnosis model constructed in the step four is composed of a three-layer convolutional neural network, input samples of the fault diagnosis model are original vibration signals and small sample class signals (fault class signals of the small samples) generated by the generator in a directional supplement mode, output of the fault diagnosis model is a rolling bearing running state class, a softmax function is used as network output, the softmax output is set to be a 5-dimensional vector, and a softmax calculation formula is as follows:
Figure BDA0002883411960000101
wherein, P (c) i ) Softmax output normalized probability representing class i sample, e is the base of the natural logarithm, o i For the corresponding network output before the class isofmax layer, k represents the total number of classes for the dataset class, and in this embodiment k has a value of 5. Meanwhile, cross entropy is used as a loss function, and a cross entropy loss function calculation formula is as follows:
Figure BDA0002883411960000102
where loss is a specific value of the cross entropy loss function, y is the tag information desired to be output,
Figure BDA0002883411960000103
is the label information actually output.
Step five: and training the fault diagnosis model established in the fourth step by using the training data set optimized by the CGAN, and testing on the test set after the training is finished. The results of the model test are shown in fig. 5, in which (a) of fig. 5 shows the effect of direct classification without using the method of the present invention, and (b) of fig. 5 shows the effect of classification using the method of the present invention. As can be seen from fig. 5 (a), the imbalance of the data set causes that only data with a large amount of data is emphasized in the network training, so that the recognition capability of normal data (category 5) is strong, the recognition capability of fault data with less data is weak, and the recognition accuracy is low; as can be seen from (b) of fig. 5, after the method is used, the original class imbalance data set is optimally supplemented, and the recognition capability of the model for the fault classes with fewer samples is improved.
It should be noted that embodiments of the present invention can be realized in hardware, software, or a combination of software and hardware. The hardware portion may be implemented using dedicated logic; the software portions may be stored in a memory and executed by a suitable instruction execution system, such as a microprocessor or specially designed hardware. Those skilled in the art will appreciate that the apparatus and methods described above may be implemented using computer executable instructions and/or embodied in processor control code, such code being provided on a carrier medium such as a disk, CD-or DVD-ROM, programmable memory such as read only memory (firmware), or a data carrier such as an optical or electronic signal carrier, for example. The apparatus of the present invention and its modules may be implemented by hardware circuits such as very large scale integrated circuits or gate arrays, semiconductors such as logic chips, transistors, or programmable hardware devices such as field programmable gate arrays, programmable logic devices, or software executed by various types of processors, or a combination of hardware circuits and software, e.g., firmware.
The above description is only for the purpose of illustrating the present invention and the appended claims are not to be construed as limiting the scope of the invention, which is intended to cover all modifications, equivalents and improvements that are within the spirit and scope of the invention as defined by the appended claims.

Claims (9)

1. The intelligent fault diagnosis method for the similar unbalanced rolling bearing is characterized by comprising the following steps of:
acquiring a vibration signal of a rolling bearing, performing Zscore standardization on an original signal, and segmenting the signal by using a moving time window;
constructing a generator and a discriminator combined condition to generate a confrontation network CGAN;
generating an antagonistic network for the established conditions, optimizing network parameters in a cyclic antagonistic training mode until the training is finished, and directionally generating a sample with a small data volume by a generator to enhance the data of a training set so as to relieve the unbalanced category phenomenon of an original data set;
constructing a fault diagnosis model based on a deep convolutional neural network;
training the established fault diagnosis model by using the training data set optimized by the CGAN, and after the training is finished, realizing intelligent diagnosis on the unknown label sample by using the fault diagnosis model;
the raw signal was standardized by Zscore, which was calculated as:
Figure FDA0004027751240000011
wherein, the first and the second end of the pipe are connected with each other,
Figure FDA0004027751240000012
is the mean of the raw data, σ is the standard deviation of the raw data, x * Data normalized for Zscore.
2. The intelligent fault diagnosis method for the unbalanced-like rolling bearing as claimed in claim 1, wherein the generator inputs are white gaussian noise and a class label, the output is a simulated mechanical vibration signal, the input of the discriminator is a real mechanical vibration signal after the Zscore standardization process and the simulated mechanical vibration signal generated by the generator, and the output of the discriminator is a probability value that the current signal is the real mechanical vibration signal; the generator and the discriminator are both formed by 3 layers of convolutional neural networks, both use the tanh activation function, and the expression of the activation function is as follows:
Figure FDA0004027751240000013
where x is the input to the activation function, e is the natural logarithm base, and y is the output of the activation function.
3. An intelligent fault diagnosis method for an unbalanced-like rolling bearing as claimed in claim 1, wherein the cyclic countermeasure training means that the parameters of the generator are updated 1 time after the parameters of the discriminator are updated 5 times in one training period, and the next training period is entered after one complete training.
4. The intelligent fault diagnosis method for the unbalance-like rolling bearing as claimed in claim 1, characterized in that the fault diagnosis model is constructed by three layers of convolution neural networks, the input samples are the original vibration signals and the small sample class signals generated by the directional supplement of the generator, the output is the rolling bearing operation state class, the softmax function is used as the network output, and the softmax calculation formula is:
Figure FDA0004027751240000021
wherein, P (c) i ) Softmax output normalized probability representing class i sample, e is the base of the natural logarithm, o i K represents the total number of classes of the dataset classification for the corresponding network output before the class isofmax layer.
5. The intelligent fault diagnosis method for the unbalanced-like rolling bearing as claimed in claim 4, wherein the data generated by the generator in the input direction is fault category data with a small number of samples in the original data set.
6. An intelligent fault diagnosis method for an unbalance-like rolling bearing as claimed in claim 5, wherein the loss function of the fault diagnosis model is a cross entropy loss function, and the specific calculation formula is:
Figure FDA0004027751240000022
where loss is the specific value of the cross entropy loss function, y is the tag information desired to be output,
Figure FDA0004027751240000023
is the actual output label information.
7. A computer device, characterized in that the computer device comprises a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to carry out the steps of:
acquiring a vibration signal of a rolling bearing, carrying out Zscore standardization on an original signal, and carrying out signal segmentation by using a mobile time window;
constructing a generator and a discriminator combined condition to generate a confrontation network CGAN;
generating an antagonistic network for the established conditions, optimizing network parameters in a cyclic antagonistic training mode until the training is finished, and directionally generating a sample of a category with less data volume by a generator to enhance the data of the training set so as to relieve the category imbalance phenomenon of the original data set;
constructing a fault diagnosis model based on a deep convolutional neural network;
and training the established fault diagnosis model by using the training data set optimized by the CGAN, and after the training is finished, realizing intelligent diagnosis on the unknown label sample by using the fault diagnosis model.
8. An intelligent fault diagnosis system for the unbalanced-like rolling bearing, which implements the intelligent fault diagnosis method for the unbalanced-like rolling bearing according to any one of claims 1 to 6, is characterized by comprising:
the specific category data generation module is used for generating a confrontation network CGAN by using conditions and generating specific category data in a directional mode so as to reduce the class unbalance phenomenon of the data set;
and the health state acquisition module is used for training based on the optimized data set by utilizing the deep convolution neural network, acquiring fault characteristic information and identifying the health state of the rolling bearing.
9. An intelligent fault diagnosis method for mechanical equipment, which is characterized by using the intelligent fault diagnosis method for the unbalanced rolling bearing of any one of claims 1 to 6.
CN202110006809.5A 2021-01-05 2021-01-05 Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application Active CN112649198B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110006809.5A CN112649198B (en) 2021-01-05 2021-01-05 Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110006809.5A CN112649198B (en) 2021-01-05 2021-01-05 Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application

Publications (2)

Publication Number Publication Date
CN112649198A CN112649198A (en) 2021-04-13
CN112649198B true CN112649198B (en) 2023-04-18

Family

ID=75367304

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110006809.5A Active CN112649198B (en) 2021-01-05 2021-01-05 Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application

Country Status (1)

Country Link
CN (1) CN112649198B (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113486931B (en) * 2021-06-21 2023-05-26 南京航空航天大学 Rolling bearing enhanced diagnosis method based on PDA-WGANGP
CN113705096A (en) * 2021-08-27 2021-11-26 北京博华信智科技股份有限公司 Small sample deep learning-based impact fault diagnosis
CN113869410A (en) * 2021-09-28 2021-12-31 云南农业大学 Rolling bearing fault diagnosis method based on DCGAN sample supplement
CN114326655A (en) * 2021-11-30 2022-04-12 深圳先进技术研究院 Industrial robot fault data generation method, system, terminal and storage medium
CN114563186B (en) * 2022-01-21 2023-01-06 苏州大学 Rolling bearing unbalance fault diagnosis method and system
CN114611233B (en) * 2022-03-08 2022-11-11 湖南第一师范学院 Rotating machinery fault imbalance data generation method and computer equipment
CN114895647A (en) * 2022-04-13 2022-08-12 哈尔滨工程大学 Small-sample ship part fault data-oriented diagnosis method and readable storage medium
CN114838936B (en) * 2022-04-13 2023-04-18 北京交通大学 Rolling bearing fault diagnosis method and system for sample unbalance under variable rotating speed working condition
CN114757286A (en) * 2022-04-19 2022-07-15 中科航迈数控软件(深圳)有限公司 Multi-class fault data generation method based on conditional countermeasure generation network
CN114993677B (en) * 2022-05-11 2023-05-02 山东大学 Rolling bearing fault diagnosis method and system for unbalanced small sample data
CN114963408B (en) * 2022-05-25 2024-04-16 日照安泰科技发展有限公司 Data and feature enhancement-based unbalanced fault diagnosis method for air conditioning system
CN115049852B (en) * 2022-08-15 2022-12-02 中国长江三峡集团有限公司 Bearing fault diagnosis method and device, storage medium and electronic equipment
WO2024065777A1 (en) * 2022-09-30 2024-04-04 Siemens Aktiengesellschaft Method, apparatus, electronic device, and storage medium for diagnosing industrial fault
CN116127279B (en) * 2023-02-24 2024-04-19 上海师范大学 Cavitation diagnosis method and device for small sample hydraulic pump
CN116226676B (en) * 2023-05-08 2023-07-21 中科航迈数控软件(深圳)有限公司 Machine tool fault prediction model generation method suitable for extreme environment and related equipment
CN116399579A (en) * 2023-06-08 2023-07-07 国网山东省电力公司济南供电公司 Transformer mechanical fault diagnosis method, device, computer equipment and storage medium
CN117407784B (en) * 2023-12-13 2024-03-12 北京理工大学 Sensor data abnormality-oriented intelligent fault diagnosis method and system for rotary machine

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108647786B (en) * 2018-07-10 2021-11-30 电子科技大学 Rotary machine on-line fault monitoring method based on deep convolution countermeasure neural network
CN109580215B (en) * 2018-11-30 2020-09-29 湖南科技大学 Wind power transmission system fault diagnosis method based on deep generation countermeasure network
CN109918999A (en) * 2019-01-22 2019-06-21 西安交通大学 Based on the mechanical equipment fault intelligent diagnosing method for generating model under a kind of Small Sample Database
CN110823574B (en) * 2019-09-30 2021-04-06 安徽富煌科技股份有限公司 Fault diagnosis method based on semi-supervised learning deep countermeasure network
CN111238815B (en) * 2020-02-26 2022-05-06 中国民航大学 Bearing fault identification method based on data enhancement under sample imbalance
CN111445147A (en) * 2020-03-27 2020-07-24 中北大学 Generative confrontation network model evaluation method for mechanical fault diagnosis
CN111458142B (en) * 2020-04-02 2022-08-23 苏州新传品智能科技有限公司 Sliding bearing fault diagnosis method based on generation of countermeasure network and convolutional neural network

Also Published As

Publication number Publication date
CN112649198A (en) 2021-04-13

Similar Documents

Publication Publication Date Title
CN112649198B (en) Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application
CN105738109B (en) Bearing fault classification diagnosis method based on rarefaction representation and integrated study
WO2023044978A1 (en) Adversarial-flow-model-based unsupervised fault diagnosis method for mechanical device
CN110516305B (en) Intelligent fault diagnosis method under small sample based on attention mechanism meta-learning model
CN112396109A (en) Motor bearing fault diagnosis method based on recursion graph and multilayer convolution neural network
Zhao et al. Multiscale graph-guided convolutional network with node attention for intelligent health state diagnosis of a 3-PRR planar parallel manipulator
CN113191240A (en) Multi-task deep neural network method and device for bearing fault diagnosis
CN110657984A (en) Planetary gearbox fault diagnosis method based on reinforced capsule network
CN110288079B (en) Feature data acquisition method, device and equipment
CN111046679A (en) Quality information acquisition method and device of translation model and computer equipment
CN111444986A (en) Building drawing component classification method and device, electronic equipment and storage medium
CN114048787B (en) Method and system for intelligently diagnosing bearing fault in real time based on Attention CNN model
CN116186641A (en) Cross-equipment rolling bearing small sample fault diagnosis method based on feature fusion
Liu et al. Multi-Scale Fusion Attention Convolutional Neural Network for Fault Diagnosis of Aero-Engine Rolling Bearing
CN116827685B (en) Dynamic defense strategy method of micro-service system based on deep reinforcement learning
CN115791174B (en) Rolling bearing abnormality diagnosis method, system, electronic equipment and storage medium
CN116821339A (en) Misuse language detection method, device and storage medium
CN116578843A (en) Centrifugal pump diagnostic model training method, diagnostic method, system, device and medium
Hao et al. New fusion features convolutional neural network with high generalization ability on rolling bearing fault diagnosis
CN113052060B (en) Bearing residual life prediction method and device based on data enhancement and electronic equipment
CN114462127A (en) Structural damage identification method and system based on deep extreme learning machine
CN112183622B (en) Mobile application bots installation cheating detection method, device, equipment and medium
Zhang et al. Multi‐attribute quantitative bearing fault diagnosis based on convolutional neural network
CN113505817A (en) Self-adaptive weighting training method for bearing fault diagnosis model samples under unbalanced data
Wang et al. Match-reinforcement learning with time frequency selection for bearing fault diagnosis

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: Room 709, 7th Floor, Building B, No. 168 Kechuang Road, Yanta District, Xi'an City, Shaanxi Province (Xi'an University of Electronic Science and Technology Science Park), 710071

Patentee after: Xijiao Sichuang Intelligent Technology Research Institute (Xi'an) Co.,Ltd.

Address before: Floor 5, block D, Boyuan science and Technology Plaza, No.99, Yanxiang Road, Yanta District, Xi'an City, Shaanxi Province, 710000

Patentee before: Xijiao Sichuang Intelligent Technology Research Institute (Xi'an) Co.,Ltd.

CP02 Change in the address of a patent holder
CP03 Change of name, title or address

Address after: Room 709, 7th Floor, Building B, No. 168 Kechuang Road, Yanta District, Xi'an City, Shaanxi Province (Xi'an University of Electronic Science and Technology Science Park), 710071

Patentee after: Xihang Sichuang Intelligent Technology (Xi'an) Co.,Ltd.

Country or region after: Zhong Guo

Address before: Room 709, 7th Floor, Building B, No. 168 Kechuang Road, Yanta District, Xi'an City, Shaanxi Province (Xi'an University of Electronic Science and Technology Science Park), 710071

Patentee before: Xijiao Sichuang Intelligent Technology Research Institute (Xi'an) Co.,Ltd.

Country or region before: Zhong Guo

CP03 Change of name, title or address