CN113946920A - Rolling bearing fault diagnosis method with unbalanced data and data set deviation - Google Patents

Rolling bearing fault diagnosis method with unbalanced data and data set deviation Download PDF

Info

Publication number
CN113946920A
CN113946920A CN202111235360.6A CN202111235360A CN113946920A CN 113946920 A CN113946920 A CN 113946920A CN 202111235360 A CN202111235360 A CN 202111235360A CN 113946920 A CN113946920 A CN 113946920A
Authority
CN
China
Prior art keywords
fault
sample
data
samples
classifier
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.)
Pending
Application number
CN202111235360.6A
Other languages
Chinese (zh)
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.)
Dalian Haida Zhichuan Technology Co ltd
Dalian Maritime University
Original Assignee
Dalian Haida Zhichuan Technology Co ltd
Dalian Maritime University
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 Dalian Haida Zhichuan Technology Co ltd, Dalian Maritime University filed Critical Dalian Haida Zhichuan Technology Co ltd
Priority to CN202111235360.6A priority Critical patent/CN113946920A/en
Publication of CN113946920A publication Critical patent/CN113946920A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/17Mechanical parametric or variational design
    • 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
    • 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

Abstract

The invention provides a rolling bearing fault diagnosis method with unbalanced data and deviated data set. The invention comprises a generator G, a discriminator D and a cross-domain fault classifier C, the whole fault diagnosis model is alternately confronted and trained, the purpose is to use the synthesized fault sample to rebalance the training set data, and use the rebalance training set data and the unlabelled test set sample to train the fault classifier C. And performing fault diagnosis on the test set fault sample by using the trained cross-domain fault middle classifier C. The method has high fault diagnosis accuracy, and is very suitable for fault diagnosis of the rolling bearing with unbalanced fault data and deviation of a data set.

Description

Rolling bearing fault diagnosis method with unbalanced data and data set deviation
Technical Field
The invention relates to the technical field of rolling bearing fault processing, in particular to a rolling bearing fault diagnosis method with unbalanced data and deviation of a data set.
Background
In industrial application, the rolling bearing is in a normal state most of the time, the fault probability is low, and the operation condition of the rolling bearing is changed frequently. The collected rolling bearing fault samples have two problems that (1) fault data are unbalanced and (2) data set deviation exists, and the accuracy of the traditional intelligent fault diagnosis method is seriously reduced.
Disclosure of Invention
In view of the above-mentioned technical problems, a rolling bearing fault diagnosis method is provided in which data is unbalanced and data sets are deviated. The invention is used for fault diagnosis of a rolling bearing with unbalanced fault data and data set deviation, and the principle is that low-proportion fault samples without data set deviation are automatically generated, and the low-proportion fault samples without data set deviation balance fault data for fault model training. The technical means adopted by the invention are as follows:
a rolling bearing fault diagnosis method with unbalanced data and deviated data set comprises the following steps:
step 1, collecting vibration signals of a rolling bearing as fault data, dividing the fault data into a training set and a testing set, wherein a fault sample of the training set and a fault sample of the testing set have deviation;
step 2, establishing a fault diagnosis model, wherein the fault diagnosis model comprises a rebalance fault sample generator G for generating small deviation and a discriminator D for identifying true and false fault samples, initializing a weight value and a threshold value, inputting noise and a label into the generator G to generate low-proportion data set deviation-free fault samples, and inputting the generated fault samples and the true fault samples into the discriminator D for judgment until the discriminator D cannot judge whether the samples are true samples or generated samples;
step 3, establishing a cross-domain fault diagnosis classifier C, initializing a weight and a threshold, and simultaneously inputting a training set rebalancing fault sample and a test set fault sample to the fault classifier C;
step 4, the generator G simultaneously reduces LgError and fault classifier error LCThe discriminator D reduces LDError, fault classifier C simultaneously reduces cross entropy loss LclsAnd CORAL loss LCORALReducing the deviation between the generated fault sample and the target domain sample data set;
and 5, carrying out fault diagnosis on the faults of the test set through the trained fault classifier C.
Further, in the step 4,
LG=Lg+LC
Figure BDA0003317501550000021
Figure BDA0003317501550000022
LC=αLcls+βLCORAL
where α and β are constants between 0 and 1, i is the number of samples representing the ith sample, K is the number of training set samples, xiIs the ith real sample, ziIs the ith noise sample, ciLabel of ith sample.
The method has high fault diagnosis accuracy, and is very suitable for fault diagnosis of the rolling bearing with unbalanced fault data and deviation of a data set.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a diagram of a rolling bearing fault diagnosis model for data imbalance and data set bias in an embodiment of the present invention;
FIG. 2 is a schematic diagram of a generator G according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a discriminator D according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a fault classifier C according to an embodiment of the present invention;
FIG. 5 is a flowchart of a rolling bearing fault diagnosis for data imbalance and data set bias in an embodiment of the present invention;
FIG. 6 is a graph of the results of fault diagnosis;
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 5, the embodiment of the present invention discloses a rolling bearing fault diagnosis method with unbalanced data and biased data set, which includes a generator G as shown in fig. 2, a discriminator D as shown in fig. 3 and a cross-domain fault classifier C as shown in fig. 4, where the fault diagnosis model is an end-to-end fault diagnosis model as shown in fig. 1. The method comprises the following steps:
step 1, collecting vibration signals of a rolling bearing as fault data, dividing the fault data into a training set and a testing set, wherein the training set fault sample and the testing set fault sample have deviation, the training set data contain labels, and the training set data are unbalanced; the test set data is balanced and does not contain labels;
specifically, the original failure data is normalized to the [0,255] interval, and the original signal is converted into a gray image.
Step 2, establishing a fault diagnosis model, wherein the fault diagnosis model comprises a rebalance fault sample generator G for generating small deviation and a discriminator D for identifying true and false fault samples, initializing a weight value and a threshold value, inputting noise and a label into the generator G to generate low-proportion data set deviation-free fault samples, inputting the generated fault samples and the real fault samples into the discriminator D for judgment, and continuing training the generator G until the discriminator D cannot judge whether the samples are the real samples or the generated samples if the generated fault samples and the real fault samples do not meet a termination condition. Generator G has a loss function of LGThe discriminant D has a loss function of LD. The generator G is used for generating fault samples with the smallest deviation as possible from the test set, and the generated fault samples are distributed the same as the real samples of the test set as possible; and the discriminator D is used for discriminating whether the sample is from the generated sample or the real sample, and rebalancing the original training fault sample.
And the generated samples and the real samples form a rebalancing training set fault sample, and the rebalancing training set fault sample and the test set fault data are transmitted to a fault classifier C. The generator G and the arbiter D are trained in a antagonistic manner for generating eligible rebalance training set fault samples.
Step 3, establishing a cross-domain fault diagnosis classifier C, initializing a weight and a threshold, simultaneously inputting a training set rebalancing fault sample and a test set fault sample to the fault classifier C, wherein the loss function of the fault classifier C is LCThe generator loss function contains the fault classifier error LCThe purpose is to reduce the data set bias of generating a fault sample from a target domain sample;
step 4, the generator G simultaneously reduces LgError and fault scoreError L of analog deviceCThe discriminator D reduces LDError, fault classifier C simultaneously reduces cross entropy loss LclsAnd CORAL (correlation alignment) loss LCORALThe fault classifier C reduces the data set bias between the rebalance fault samples and the target domain samples, and the fault classifier error LC is fed back to the generator G for generating low-scale fault data with less data set bias. The fault diagnosis model adopts an end-to-end model to replace a traditional two-stage model, and directly generates a training set fault sample with small data set deviation;
and 5, carrying out fault diagnosis on the faults of the test set through the trained fault classifier C.
Further, in the step 4,
LG=Lg+LC
Figure BDA0003317501550000041
Figure BDA0003317501550000042
LC=αLcls+βLCORAL
where α and β are constants between 0 and 1, i is the number of samples representing the ith sample, K is the number of training set samples, xiIs the ith real sample, ziIs the ith noise sample, ciLabel of ith sample.
By adopting the invention, the CWRU (case Western Reserve university) rolling bearing database is subjected to fault diagnosis test, and the test result is shown in FIG. 6. The experimental result verifies the effectiveness of the method. The method has high fault diagnosis accuracy, and is very suitable for fault diagnosis of the rolling bearing with unbalanced fault data and deviation of a data set.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (2)

1. A rolling bearing fault diagnosis method with unbalanced data and deviated data set is characterized by comprising the following steps:
step 1, collecting vibration signals of a rolling bearing as fault data, dividing the fault data into a training set and a testing set, wherein a fault sample of the training set and a fault sample of the testing set have deviation;
step 2, establishing a fault diagnosis model, wherein the fault diagnosis model comprises a rebalance fault sample generator G for generating small deviation and a discriminator D for identifying true and false fault samples, initializing a weight value and a threshold value, inputting noise and a label into the generator G to generate low-proportion data set deviation-free fault samples, and inputting the generated fault samples and the true fault samples into the discriminator D for judgment until the discriminator D cannot judge whether the samples are true samples or generated samples;
step 3, establishing a cross-domain fault diagnosis classifier C, initializing a weight and a threshold, and simultaneously inputting a training set rebalancing fault sample and a test set fault sample to the fault classifier C;
step 4, the generator G simultaneously reduces LgError and fault classifier error LCThe discriminator D reduces LDError, fault classifier C simultaneously reduces cross entropy loss LclsAnd CORAL loss LCORALReducing the deviation between the generated fault sample and the target domain sample data set;
and 5, carrying out fault diagnosis on the faults of the test set through the trained fault classifier C.
2. The method for diagnosing the failure of the rolling bearing with the unbalanced data and the deviated data set according to claim 1, wherein in the step 4,
LG=Lg+LC
Figure FDA0003317501540000011
Figure FDA0003317501540000012
LC=αLcls+βLCORAL
where α and β are constants between 0 and 1, i is the number of samples representing the ith sample, K is the number of training set samples, xiIs the ith real sample, ziIs the ith noise sample, ciLabel of ith sample.
CN202111235360.6A 2021-10-22 2021-10-22 Rolling bearing fault diagnosis method with unbalanced data and data set deviation Pending CN113946920A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111235360.6A CN113946920A (en) 2021-10-22 2021-10-22 Rolling bearing fault diagnosis method with unbalanced data and data set deviation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111235360.6A CN113946920A (en) 2021-10-22 2021-10-22 Rolling bearing fault diagnosis method with unbalanced data and data set deviation

Publications (1)

Publication Number Publication Date
CN113946920A true CN113946920A (en) 2022-01-18

Family

ID=79332470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111235360.6A Pending CN113946920A (en) 2021-10-22 2021-10-22 Rolling bearing fault diagnosis method with unbalanced data and data set deviation

Country Status (1)

Country Link
CN (1) CN113946920A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114609994A (en) * 2022-02-24 2022-06-10 天津大学 Fault diagnosis method and device based on multi-granularity regularization rebalance incremental learning
CN116226676A (en) * 2023-05-08 2023-06-06 中科航迈数控软件(深圳)有限公司 Machine tool fault prediction model generation method suitable for extreme environment and related equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112464990A (en) * 2020-11-03 2021-03-09 中车工业研究院有限公司 Method and device for sensing vibration data based on current and voltage sensor
CN113486931A (en) * 2021-06-21 2021-10-08 南京航空航天大学 Rolling bearing enhancement diagnosis method based on PDA-WGANGP
US20210326661A1 (en) * 2020-04-20 2021-10-21 Robert Bosch Gmbh Determining an explanation of a classification

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210326661A1 (en) * 2020-04-20 2021-10-21 Robert Bosch Gmbh Determining an explanation of a classification
CN112464990A (en) * 2020-11-03 2021-03-09 中车工业研究院有限公司 Method and device for sensing vibration data based on current and voltage sensor
CN113486931A (en) * 2021-06-21 2021-10-08 南京航空航天大学 Rolling bearing enhancement diagnosis method based on PDA-WGANGP

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HOU LIANGSHENG 等: "Fault Diagnosis for Rolling Element Bearing in Dataset Bias Scenario", 《JOURNAL OF SHANGHAI JIAOTONG UNIVERSITY(SCIENCE)》, vol. 28, 4 June 2021 (2021-06-04), pages 638 - 651 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114609994A (en) * 2022-02-24 2022-06-10 天津大学 Fault diagnosis method and device based on multi-granularity regularization rebalance incremental learning
CN114609994B (en) * 2022-02-24 2023-11-07 天津大学 Fault diagnosis method and device based on multi-granularity regularized rebalancing increment learning
CN116226676A (en) * 2023-05-08 2023-06-06 中科航迈数控软件(深圳)有限公司 Machine tool fault prediction model generation method suitable for extreme environment and related equipment
CN116226676B (en) * 2023-05-08 2023-07-21 中科航迈数控软件(深圳)有限公司 Machine tool fault prediction model generation method suitable for extreme environment and related equipment

Similar Documents

Publication Publication Date Title
CN105653444B (en) Software defect fault recognition method and system based on internet daily record data
CN110376522B (en) Motor fault diagnosis method of data fusion deep learning network
CN111562108A (en) Rolling bearing intelligent fault diagnosis method based on CNN and FCMC
CN113946920A (en) Rolling bearing fault diagnosis method with unbalanced data and data set deviation
CN107784276B (en) Microseismic event identification method and device
US20180038909A1 (en) Analog circuit fault diagnosis method using single testable node
CN109727246A (en) Comparative learning image quality evaluation method based on twin network
CN110443117B (en) Wind turbine generator fault diagnosis method
CN109496334A (en) For assessing the device and method of voice quality
CN108537259A (en) Train control on board equipment failure modes and recognition methods based on Rough Sets Neural Networks model
CN105678343A (en) Adaptive-weighted-group-sparse-representation-based diagnosis method for noise abnormity of hydroelectric generating set
Chen et al. Automated function generation of symptom parameters and application to fault diagnosis of machinery under variable operating conditions
CN113505655A (en) Bearing fault intelligent diagnosis method for digital twin system
CN114004252A (en) Bearing fault diagnosis method, device and equipment
CN114509811B (en) Single station rear azimuth estimation method and device based on deep learning
CN108898223A (en) A kind of ocean observation device operating status method for detecting abnormality and device
CN113884844A (en) Transformer partial discharge type identification method and system
Yao et al. Improving rolling bearing fault diagnosis by DS evidence theory based fusion model
CN109828168A (en) Converter method for diagnosing faults based on Density Estimator
CN113032917A (en) Electromechanical bearing fault detection method based on generation countermeasure and convolution cyclic neural network and application system
CN112395684A (en) Intelligent fault diagnosis method for high-speed train running part system
CN117076935B (en) Digital twin-assisted mechanical fault data lightweight generation method and system
CN110852441B (en) Fire disaster early warning method based on improved naive Bayes algorithm
JP2020030138A (en) Signal analysis device and signal analysis method and signal analysis program
CN114169398A (en) Photovoltaic direct-current arc fault identification method and device based on random forest algorithm

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