WO2023029229A1 - Device state detection method and related apparatus - Google Patents

Device state detection method and related apparatus Download PDF

Info

Publication number
WO2023029229A1
WO2023029229A1 PCT/CN2021/131934 CN2021131934W WO2023029229A1 WO 2023029229 A1 WO2023029229 A1 WO 2023029229A1 CN 2021131934 W CN2021131934 W CN 2021131934W WO 2023029229 A1 WO2023029229 A1 WO 2023029229A1
Authority
WO
WIPO (PCT)
Prior art keywords
state
feature
reconstructed
features
sequence
Prior art date
Application number
PCT/CN2021/131934
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 WO2023029229A1 publication Critical patent/WO2023029229A1/en

Links

Images

Classifications

    • 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
    • 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/08Learning methods

Definitions

  • the present application relates to the field of machine learning, and in particular, relates to a device status detection method and a related device.
  • the sensor is used to collect the equipment state sequence of industrial equipment, the black box is modeled based on the deep neural network, and end-to-end training is carried out, and the industrial equipment health status contained in the massive data is excavated from the spatial dimension and the time dimension. information.
  • the inventors have found that the related technology does not make full use of the features within the local perception field of view of the data to be analyzed.
  • Embodiments of the present application provide a device state detection method and a related device.
  • the present application provides a device state detection method, which can be applied to a data processing device, and the data processing device can be configured with a first detection model, and the first detection model can include a first encoder , a first decoder and a plurality of recurrent neural networks, the method may include:
  • the plurality of state feature sets may have a preset order, and each state feature set may have respective state information of a plurality of components of the device to be detected;
  • each of the encoding sequences may include a plurality of encoding features in the preset order, and the plurality of encoding features may respectively correspond to different sets of the state features;
  • sequence to be reconstructed For each of the coded sequences, feature extraction is performed on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the sequence to be reconstructed may include a plurality of features to be reconstructed , the plurality of features to be reconstructed may respectively correspond to different sets of state features;
  • the health status of the device to be detected can be determined.
  • the first encoder may include multiple convolutional layers, and the first encoder performs feature extraction on the multiple state feature sets from the spatial dimension to obtain multiple A coding sequence, which can include:
  • coding features may respectively have different feature scales, and may be respectively obtained from different convolutional layers;
  • the multiple coded sequences can be obtained by classifying the respective coded features of the multiple state feature sets according to feature scales.
  • the first decoder may include a plurality of deconvolution layers respectively corresponding to a plurality of cyclic neural networks, and for each of the state feature sets, all the state feature sets are treated as The reconstructed feature is input to the first decoder for reconstruction, and the reconstructed feature set of the state feature set is obtained, which may include:
  • all the features to be reconstructed in the state feature set are respectively input to the corresponding deconvolution layers for reconstruction, and the obtained The reconstructed feature set of the state feature set.
  • obtaining multiple state feature sets of the device to be detected may include: obtaining a first state sequence of the device to be detected, wherein the first state sequence may include multiple state characteristics of the device to be detected state data of each component;
  • the covariance matrix of all the data segments is used as a plurality of state feature sets of the device to be detected.
  • determining the health status of the device to be detected according to the difference between the multiple state feature sets and the respective reconstructed feature sets may include:
  • the first mean square error is greater than a first threshold, there is an abnormality in the device to be detected.
  • the data processing device may also be configured with a second detection model of the target component, the second detection model may include a second encoder and a second decoder, and the method may further include:
  • the second state sequence includes state data of the target component
  • the second features to be reconstructed of the second state sequence include one of time domain features, frequency domain features and time-frequency domain features of the second state sequence or combination;
  • a health state of the target component is determined based on a difference between the second state sequence and the reconstructed sequence.
  • determining the health state of the target component according to the difference between the second state sequence and the reconstruction sequence may include:
  • the embodiment of the present application may provide a device state detection apparatus, which is applied to a data processing device, and the data processing device may be configured with a first detection model, and the first detection model may include a first An encoder, a first decoder, and a plurality of recurrent neural networks, the device state detection device may include:
  • a feature acquisition module configured to acquire a plurality of state feature sets of the device to be detected, the plurality of state feature sets may have a preset order, and each state feature set may have a plurality of components of the device to be detected status information;
  • the feature extraction module is configured to perform feature extraction on the plurality of state feature sets from the spatial dimension through the first encoder to obtain a plurality of encoding sequences with different feature scales, wherein the plurality of encoding sequences Can respectively correspond to different cyclic neural networks, each of the encoding sequences can include a plurality of encoding features in the preset order, and the plurality of encoding features can respectively correspond to different sets of the state features;
  • the feature extraction module is further configured to, for each of the coded sequences, perform feature extraction on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the to-be-reconstructed sequence
  • the reconstruction sequence may include multiple features to be reconstructed, and the multiple features to be reconstructed may respectively correspond to different sets of state features;
  • the feature reconstruction module is configured to, for each of the state feature sets, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain the reconstruction of the state feature set Construct feature set;
  • a state detection module configured to determine the health state of the device to be detected according to the difference between the plurality of state feature sets and the respective reconstructed feature sets.
  • the embodiments of the present application may provide a data processing device, the data processing device may include a processor and a memory, the memory may store a computer program, and the computer program may be executed by the processor During execution, the device status detection method described above is realized.
  • the embodiments of the present application may provide a computer storage medium, where the computer storage medium may store a computer program, and when the computer program is executed by a processor, implement the device state detection method.
  • the data processing device combines the autoencoder with multiple recurrent neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and According to the difference between multiple state feature sets and their respective reconstruction feature sets, the health status of the device to be detected is determined; since the features to be reconstructed of the autoencoder are encoded by multiple cyclic neural networks for multiple encoding sequences of different feature scales The feature mining is carried out separately, so the information related to the equipment health status contained in the equipment status sequence can be fully explored, so as to achieve the purpose of improving the detection accuracy.
  • FIG. 1 is a schematic structural diagram of a data processing device provided in an embodiment of the present application.
  • FIG. 2 is one of the schematic flow diagrams of the device state detection method provided by the embodiment of the present application.
  • FIG. 3 is a schematic structural diagram of the first detection model provided by the embodiment of the present application.
  • FIG. 4 is the second schematic flow diagram of the device status detection method provided by the embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a second detection model provided in an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of an apparatus for detecting device status provided by an embodiment of the present application.
  • Icons 120-memory; 130-processor; 140-communication device; 201-feature acquisition module; 202-feature extraction module; 203-feature reconstruction module; 204-state detection module.
  • the equipment state sequence collected by the sensor of industrial equipment is used, the black box is modeled based on the deep neural network, and end-to-end training is carried out, and the industrial equipment health contained in the massive data is excavated from the spatial dimension and the time dimension. status information.
  • the deep neural network pays more attention to the feature information in the global field of view, while ignoring the feature information in the local perception field of view. Therefore, the device state sequence is not fully explored. Information related to the health status of the device contained in the .
  • an embodiment of the present application provides a device state detection method applied to a data processing device.
  • the data processing device combines an autoencoder with multiple cyclic neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and according to the multiple state feature sets and their respective reconstructed
  • the difference between the structural feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are obtained by feature mining of multiple encoding sequences of different feature scales by multiple cyclic neural networks, it can be Fully explore the information related to the equipment health status contained in the equipment status sequence.
  • the device status detection method is applicable to different types of devices to be detected.
  • the device to be detected may be an industrial robot, a machine tool, a gate control device, a train, an unmanned aerial vehicle, and the like.
  • the data processing device can select different types of devices according to the type of the device to be detected.
  • the data processing device may be a server communicatively connected to the device to be detected.
  • the type of this server can be, but not limited to, Web (website) server, FTP (File Transfer Protocol, file transfer protocol) server, data processing server etc.
  • the server can be a single server or a group of servers. Server groups can be centralized or distributed (for example, the servers can be a distributed system). In some embodiments, the server may be local or remote relative to the user terminal.
  • the server can be implemented on a cloud platform; only as an example, the cloud platform can include private cloud, public cloud, hybrid cloud, community cloud (Community Cloud), distributed cloud, inter-cloud (Inter-Cloud), Multi-Cloud, etc., or any combination of them.
  • a server may be implemented on an electronic device having one or more components.
  • the data processing device may also be a user terminal communicatively connected to the device to be detected.
  • the specific type of the user terminal may be, but not limited to, a mobile terminal, a tablet computer, a laptop computer, or a built-in device in a motor vehicle, etc., or any combination thereof.
  • the mobile terminal may include smart home devices, wearable devices, smart mobile devices, virtual reality devices, or augmented reality devices, etc., or any combination thereof.
  • smart home devices may include smart lighting devices, control devices for smart electrical devices, smart monitoring devices, smart TVs, smart cameras, or walkie-talkies, etc., or any combination thereof.
  • wearable devices may include smart bracelets, smart shoelaces, smart glasses, smart helmets, smart watches, smart clothing, smart backpacks, smart accessories, etc., or any combination thereof.
  • the smart mobile device may include a smart phone, a personal digital assistant (Personal Digital Assistant, PDA), a game device, a navigation device, or a point of sale (Point of Sale, POS) device, etc., or any combination thereof.
  • PDA Personal Digital Assistant
  • PDA Personal Digital Assistant
  • game device a navigation device
  • POS point of sale
  • the data processing device includes a memory 120 , a processor 130 , and a communication device 140 .
  • the components of the memory 120 , the processor 130 and the communication device 140 are directly or indirectly electrically connected to each other to realize data transmission or interaction.
  • these components can be electrically connected to each other through one or more communication buses or signal lines.
  • the memory 120 can be, but not limited to, random access memory (Random Access Memory, RAM), read-only memory (Read Only Memory, ROM), programmable read-only memory (Programmable Read-Only Memory, PROM), Erasable Programmable Read-Only Memory (EPROM), Electric Erasable Programmable Read-Only Memory (EEPROM), etc.
  • RAM Random Access Memory
  • ROM read-only memory
  • PROM Programmable Read-Only Memory
  • EPROM Erasable Programmable Read-Only Memory
  • EEPROM Electric Erasable Programmable Read-Only Memory
  • the communication device 140 is used to send and receive data through the network.
  • the network may include a wired network, a wireless network, an optical fiber network, a telecommunication network, an intranet, the Internet, a local area network (Local Area Network, LAN), a wide area network (Wide Area Network, WAN), a wireless local area network (Wireless Local Area Networks, WLAN), metropolitan area network (Metropolitan Area Network, MAN), wide area network (Wide Area Network, WAN), public switched telephone network (Public Switched Telephone Network, PSTN), Bluetooth network, ZigBee network, or near field communication ( Near Field Communication, NFC) network, etc., or any combination thereof.
  • a network may include one or more network access points.
  • a network may include wired or wireless network access points, such as base stations and/or network switching nodes, through which one or more components of the service request processing system may connect to the network to exchange data and/or information.
  • the processor 130 may be an integrated circuit chip with signal processing capabilities, and the processor may include one or more processing cores (for example, a single-core processor or a multi-core processor).
  • the above-mentioned processor may include a central processing unit (Central Processing Unit, CPU), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an application specific instruction set processor (Application Specific Instruction-set Processor, ASIP), graphics processing Unit (Graphics Processing Unit, GPU), Physical Processing Unit (Physics Processing Unit, PPU), Digital Signal Processor (Digital Signal Processor, DSP), Field Programmable Gate Array (Field Programmable Gate Array, FPGA), Programmable Logic Device (Programmable Logic Device, PLD), controller, microcontroller unit, reduced instruction set computer (Reduced Instruction Set Computing, RISC), or microprocessor, etc., or any combination thereof.
  • CPU Central Processing Unit
  • ASIC Application Specific Integrated Circuit
  • ASIP application specific instruction set processor
  • graphics processing Unit Graphics Processing Unit, GPU
  • Physical Processing Unit Physical
  • the device status detection method running in the data processing device will be described in detail below.
  • a neural network model combining an autoencoder and multiple cyclic neural networks is called a first detection model, where the autoencoder includes a first encoder and a first decoder.
  • FIG. 2 it is a schematic flowchart of the device state detection method, and each step of the method will be described in detail below in conjunction with FIG. 2 .
  • the method may include:
  • Step S101 acquiring multiple state feature sets of the device to be detected.
  • the multiple state feature sets have a preset order, and each state feature set has state information of multiple components of the device to be detected.
  • this embodiment is based on this finding, and uses the first detection model to discover the linkage relationship contained in the corresponding state data of multiple components, so as to determine the health status of the device to be detected.
  • the data processing device can obtain the first state sequence of the device to be detected, wherein the first The status sequence may include status data for each component of the device to be tested.
  • the data processing device splits the first state sequence into multiple data segments; and for each data segment, obtains the covariance matrix of the data segment; finally, uses the covariance matrix of all the data segments as multiple data segments of the device to be detected State feature set.
  • the above-mentioned industrial robot is used as the equipment to be tested for exemplary description below. It is assumed that the industrial robot can include 6 degrees of freedom, and each degree of freedom corresponds to a driving motor.
  • the data processing device periodically collects the state of the six driving motors synchronously through the sensor, and obtains the respective state data of the six driving motors, which can be expressed as:
  • M1 represents the state sequence of the first driving motor, Indicates the state data collected by the first driving motor at time t; the representation of the corresponding state sequences of other driving motors is the same as that of the first driving motor, and will not be described in this embodiment.
  • the types of state data collected in this example may include at least one of the current, rotational speed, and rotation angle of the driving motors during operation; and, the types of state data between the driving motors may be all or partially the same.
  • the types of state data of the first driven motor may include current, rotational speed, and rotation angle; while the types of state data of the second driven motor may include current and rotational speed. Therefore, those skilled in the art may make adaptive adjustments as needed, and this embodiment of the present application does not make specific limitations.
  • the data processing device may intercept the state sequence of the driving motor through a time window to obtain multiple sequence fragments of the driving motor.
  • this embodiment adopts the sliding window method to intercept the state sequence, which can not only make the intercepted sequence fragments relatively continuous, but also avoid the influence of the interception scale on the data. distribution, and more sequence fragments can be obtained.
  • a sliding window of the same scale may be selected for each driving motor.
  • the data processing device classifies the sequence fragments at the same sequence position into one category to obtain multiple data fragments.
  • the first data segment can be expressed as:
  • the second piece of data can be represented as:
  • each of the above data fragments includes the respective state data of a plurality of drive motors.
  • the data processing device uses the covariance matrix between the sequence fragments in the data fragments as a state feature set. It should be understood that the covariance matrix carries the state information of each driving motor, including the autocorrelation among state data of a single driving motor and the correlation among multiple driving motors.
  • step S102 feature extraction is performed on multiple state feature sets from the spatial dimension by the first encoder to obtain multiple encoded sequences with different feature scales.
  • multiple encoding sequences may respectively correspond to different cyclic neural networks
  • each encoding sequence may include multiple encoding features in a preset order
  • multiple encoding features may respectively correspond to different state feature sets.
  • the first encoder may include multiple convolutional layers.
  • the data processing device sequentially extracts features from the state feature set through multiple convolutional layers to obtain multiple coding features of the state feature set; wherein, the multiple coding features of the state feature set can have different The feature scales of , and are obtained from different convolutional layers.
  • the data processing device classifies the coding features of the multiple state feature sets according to the feature scale to obtain multiple coding sequences.
  • the encoder may include 4 convolutional layers, and it is assumed that the number of state feature sets of the industrial robot is 5.
  • these five state feature sets are denoted as state feature set A, state feature set B, state feature set C, state feature set D, and state feature set E.
  • the data processing device can input it to a plurality of convolutional layers connected in series to obtain 4 coding features of the state feature set.
  • the data processing device in the process of processing the state feature set A through multiple convolutional layers of the encoder, not only inputs the encoded features output by each convolutional layer to the adjacent next convolutional layer , and also copied a copy of the encoding features output by each convolutional layer to construct multiple encoding sequences.
  • the data processing device classifies the above 20 coding features according to the feature scales, and divides the coding features from the same convolutional layer into one category; therefore, Four encoding sets can be obtained, and each encoding set includes five encoding features, corresponding to different state feature sets.
  • the preset order corresponds to the interception order of the data segments, and also reflects the collection order of the state data. Therefore, for each coding set, the data processing device sorts the coding features corresponding to the state feature set in order to obtain the corresponding coding sequences, that is, 4 coding sets can obtain 4 coding sequences.
  • Step S103 for each coded sequence, extract the features of the coded sequence from the time dimension through the corresponding cyclic neural network, and obtain the sequence to be reconstructed.
  • sequence to be reconstructed may include multiple features to be reconstructed, and the multiple features to be reconstructed may respectively correspond to different state feature sets.
  • the above-mentioned multiple recurrent neural networks may be four LSTM (Long Short-term Memory, long short-term memory) networks in FIG. 3 .
  • the data processing device sequentially inputs the 5 coded features in the coded sequence into the corresponding LSTM network in a preset order to obtain 5 features to be reconstructed.
  • the five features to be reconstructed correspond to different state feature sets of industrial robots.
  • Step S104 for each state feature set, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain the reconstructed feature set of the state feature set.
  • the first decoder may include multiple deconvolution layers respectively corresponding to multiple cyclic neural networks.
  • the data processing device inputs all the features to be reconstructed in the state feature set to the corresponding deconvolution layers for reconstruction, and obtains the state feature set The reconstruction feature set of .
  • the first decoder in FIG. 3 may include four sequentially connected deconvolution layers, each corresponding to a different LSTM network.
  • the four LSTM networks will respectively output a feature to be reconstructed of the state feature set A, that is, a total of 4 features to be reconstructed can be obtained.
  • the data processing device can respectively input the four features to be reconstructed into the corresponding deconvolution layers for reconstruction, so as to obtain the reconstructed feature set corresponding to the state feature set A.
  • state feature set B, state feature set C, state feature set D, and state feature set E can all obtain their own reconstructed feature sets.
  • the data processing equipment will splice the two and input them to the next deconvolution layer.
  • the input features of the deconvolution layer include the output features of the adjacent previous deconvolution layer and the features to be reconstructed corresponding to the output of the LSTM network.
  • Step S105 according to the difference between the plurality of state feature sets and the respective reconstruction feature sets, determine the health status of the device to be detected.
  • the first detection model is obtained by training the sample state feature set when the device to be detected is working normally. Therefore, assuming that the device to be detected is not abnormal, the first detection model can separate the multiple state features Perform reconstruction so that the difference between multiple state feature sets and their respective reconstructed feature sets does not exceed the set first threshold; on the contrary, if the device to be detected is abnormal, it is difficult for the first detection model to separate the multiple state features performing reconstruction; making the difference between the plurality of state feature sets and the respective reconstructed feature sets greater than a set first threshold.
  • the data processing device can obtain the first mean square error between multiple state feature sets and their respective reconstructed feature sets; if the first mean square error is greater than the first threshold, the device to be detected exists abnormal.
  • the data processing device combines the autoencoder with multiple recurrent neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and reconstructs the The difference between the structural feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are obtained by feature mining of multiple encoding sequences of different feature scales by multiple cyclic neural networks, it can be Fully explore the information related to the health status of the equipment contained in the equipment status sequence to achieve the purpose of improving the detection accuracy.
  • the first detection model provided in this embodiment can be based on The way of self-monitoring realizes the detection of the health status of industrial equipment.
  • the data processing device is further configured with a second detection model for the target component, where the model may include a second encoder and a second decoder.
  • the device state detection method may also include:
  • Step S106 acquiring the second state sequence of the target component.
  • the second status sequence includes status data of the target component.
  • the working state data of the drive motor may include any one of current, rotational speed, and rotation angle.
  • the data processing device periodically collects the current of the driving motor when it is working, and uses a sliding window to intercept the collected current data to obtain the second state sequence of the driving motor.
  • the state data is obtained by standardizing the original state data of the target component.
  • the data can be normalized using the z-score (zero-mean normalization) method.
  • the original data is scaled so that the scaled data falls within the interval with a mean of 0 and a standard deviation of 1.
  • the expression of the z-score method is as follows:
  • x i represents the i-th original state data
  • N represents the total amount of original state data
  • is the average value of the original state data
  • is the standard deviation of the original state data
  • z represents the standardized state data.
  • Step S107 performing feature extraction on the second state sequence by the second encoder to obtain the first feature to be reconstructed.
  • the second encoder in order to explore the feature information of the state data in the time dimension, can select an LSTM network and a PCA (Principal Component Analysis, principal component analysis) model, while the second decoder can Select the LSTM network.
  • PCA Principal Component Analysis, principal component analysis
  • Step S108 acquiring the second features to be reconstructed of the second state sequence.
  • the second feature to be reconstructed includes one or a combination of time domain features, frequency domain features, and time-frequency domain features of the second state sequence.
  • the time-domain feature vector F t can be obtained by splicing the above 10 kinds of parameters together, and the corresponding expression is:
  • the effective value that is, the root mean square value of the current data, mainly describes the effective power of the current.
  • the square root amplitude is used to describe the overall amplitude of current vibration and reflects the true level of current vibration.
  • the peak-to-peak value indicates the difference between the maximum value and the minimum value of the current data in the second state sequence, and is mainly used to describe the span range of the current.
  • Crest factor which is used to describe the shock condition present in the current.
  • the margin index is used to describe the wear of the machine corresponding to the current, and is more sensitive to impact faults.
  • the skewness index the statistical average of the third-order moment of the vibration signal, is mainly used to describe the asymmetry of the current.
  • the kurtosis index the fourth-order moment statistical average of the current data, is mainly used to describe the magnitude of the impact on the current.
  • the form factor is used to represent the original shape properties of the current data waveform and has nothing to do with the amplitude.
  • the pulse factor is used to indicate the impact of the current. Although the sensitivity is not as good as the kurtosis index, it can complement the kurtosis index.
  • Parseval's theorem whether it is a real signal or a complex signal (that is, the state data of the target component in this embodiment), the integral of the square of the signal amplitude is equal to the square of the modulus of the signal's energy equal to the signal spectral density.
  • the corresponding expression can be expressed as:
  • the data processing device first obtains the spectrogram of the second state sequence through a Fast Fourier Transform (FFT) method, and then takes the frequency axis of the spectrogram as the time axis to integrate the spectrogram. In this way, the frequency domain feature xf en of the second state sequence is obtained.
  • FFT Fast Fourier Transform
  • the data processing equipment uses EMD (Empirical Mode Decomposition, empirical mode decomposition) method and STFT (short-time Fourier Transform, short-time Fourier transform) method to perform time-frequency analysis on the second state sequence, and obtain the time-frequency domain characteristics .
  • EMD Empirical Mode Decomposition, empirical mode decomposition
  • STFT short-time Fourier Transform, short-time Fourier transform
  • the data processing device obtains n IMFs (Intrinsic Mode Function, intrinsic mode function) of the correlation between the second state sequence and the fault of the target component by the EMD method; then, the energy, energy, and The four types of eigenvalues are variance, skewness index and kurtosis index. Finally, the standard deviation of instantaneous frequency and the signal-to-noise ratio of instantaneous frequency are obtained by using the STFT method.
  • IMFs Intrinsic Mode Function, intrinsic mode function
  • n IMFs represents the energy of n IMFs
  • Identify n IMF skewness indicators Indicates the kurtosis index of n IMFs
  • ⁇ std is the standard deviation of the instantaneous frequency
  • SNR indicates the signal-to-noise ratio of the instantaneous frequency.
  • Step S109 input the concatenated features of the first feature to be reconstructed and the second feature to be reconstructed into the second decoder for reconstruction to obtain a reconstructed sequence of the second state sequence.
  • FIG. 5 it is a schematic diagram of a possible structure of the second detection model.
  • the data processing device inputs the second state sequence to the LSTM encoding network and the PCA model to obtain the first feature to be reconstructed; the above-mentioned time domain feature, frequency domain feature and time-frequency domain feature are used as the second feature to be reconstructed; A feature to be reconstructed and a second feature to be reconstructed are input to the LSTM decoding network to obtain a reconstructed sequence of the second state sequence.
  • Step S110 according to the difference between the second state sequence and the reconstruction sequence, determine the health state of the target component.
  • the second detection model is also trained in advance through the sample state sequence of the target component when it works normally. Therefore, assuming that the target device is not abnormal, the second detection model can use the first The second state sequence is reconstructed so that the second mean square error between the second state sequence and the reconstructed sequence is not greater than the second threshold; on the contrary, if the target component is abnormal, it is difficult for the second detection model to carry out the second state sequence Reconstructing; making a second mean square error between the second state sequence and the reconstructed sequence greater than a second threshold.
  • first detection model and the second detection model are complementary to each other, and any abnormality detected by any one of the detection models is regarded as an abnormality in the device to be detected.
  • the influence of the error factor is also considered, and a threshold range with a second threshold is provided to improve the fault tolerance, and the expression is as follows:
  • X represents the sample state sequence
  • reconstructed sequence of sample state sequences represents the mean variance between the two
  • represents the standard deviation between the two Indicates the range of the second threshold.
  • the abnormality score when an abnormality occurs is calculated by the following expression Used to measure the severity of anomalies:
  • this embodiment also provides related devices of the method.
  • the device state detection device may include at least one functional module that can be stored in a memory in the form of software. As shown in Figure 6, from the functional division, the device status detection device may include:
  • the feature acquisition module 201 is configured to acquire multiple state feature sets of the device to be detected, the multiple state feature sets have a preset order, and each state feature set has status information of multiple components of the device to be detected.
  • the feature acquisition module 201 is configured to implement step S101 in FIG. 2 .
  • step S101 for a detailed description of the feature acquisition module 201 , refer to the detailed description of step S101 .
  • the feature extraction module 202 is configured to perform feature extraction on multiple state feature sets from the spatial dimension through the first encoder to obtain multiple encoding sequences with different feature scales, wherein the multiple encoding sequences correspond to different cycles
  • each encoding sequence includes multiple encoding features with a preset order, and the multiple encoding features correspond to different state feature sets.
  • the feature extraction module 202 is further configured to perform feature extraction on the encoded sequence from the time dimension through the corresponding cyclic neural network for each encoded sequence to obtain the sequence to be reconstructed, wherein the sequence to be reconstructed includes a plurality of Features, multiple features to be reconstructed correspond to different state feature sets.
  • the feature extraction module 202 is configured to implement steps S102-S103 in FIG. 2 .
  • steps S102-S103 For a detailed description of the feature extraction module 202, refer to the detailed description of steps S102-S103.
  • the feature reconstruction module 203 is configured to, for each state feature set, input all features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain a reconstructed feature set of the state feature set.
  • the feature reconstruction module 203 is configured to implement step S104 in FIG. 2 .
  • the feature reconstruction module 203 refers to the detailed description of step S104 .
  • the state detection module 204 is configured to determine the health state of the device to be detected according to the difference between the multiple state feature sets and the respective reconstructed feature sets.
  • the state detection module 204 is configured to implement step S105 in FIG. 2 .
  • step S105 For a detailed description of the state detection module 204 , refer to the detailed description of step S105 .
  • the device status detection device may also include other software function modules for implementing other steps or sub-steps of the device status detection method; of course, the above-mentioned feature acquisition module 201, feature extraction module 202, feature reconstruction module 203 And the state detection module 204 can also be used to implement other steps or sub-steps of the device state detection method; those skilled in the art can make appropriate adjustments according to different module division standards, which are not specifically limited in this embodiment.
  • This embodiment may also provide a data processing device.
  • the data processing device may include a processor and a memory, and the memory stores a computer program. When the computer program is executed by the processor, the device state detection method is implemented.
  • This embodiment may also provide a computer storage medium, where a computer program may be stored in the computer storage medium, and when the computer program is executed by a processor, the device status detection method described above may be implemented.
  • the data processing device combines the autoencoder with multiple recurrent neural networks, and uses the autoencoder to combine multiple state feature sets of the device to be detected Reconstruct separately, and determine the health status of the device to be detected according to the difference between multiple state feature sets and their respective reconstructed feature sets; since the features to be reconstructed of the autoencoder are analyzed by multiple cyclic neural networks for different features Multiple coding sequences of the scale are obtained by feature mining respectively. Therefore, the information related to the health status of the equipment contained in the equipment status sequence can be fully explored to achieve the purpose of improving the detection accuracy.
  • each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified function or action , or may be implemented by a combination of dedicated hardware and computer instructions.
  • each functional module in each embodiment of the present application may be integrated to form an independent part, each module may exist independently, or two or more modules may be integrated to form an independent part.
  • the functions are implemented in the form of software function modules and sold or used as independent products, they can be stored in a computer-readable storage medium.
  • the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. .
  • This application discloses a device state detection method and related devices.
  • the data processing device combines an autoencoder with multiple cyclic neural networks, and reconstructs multiple state feature sets of the device to be detected through the autoencoder, and according to multiple The difference between each state feature set and their respective reconstruction feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are respectively processed by multiple cyclic neural networks for multiple encoding sequences of different feature scales Therefore, the information related to the health status of the equipment contained in the equipment status sequence can be fully explored to achieve the purpose of improving the detection accuracy.
  • the device status detection method and related devices of the present application are reproducible and can be applied in various industrial applications.
  • the device state detection method of the present application can be applied to various data processing devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)

Abstract

In a device state detection method and a related apparatus provided in the present application, a data processing device enables an auto-encoder to be combined with a plurality of recurrent neural networks, respectively reconstructs, by means of the auto-encoder, a plurality of state feature sets of a device to be detected, and according to differences between the plurality of state feature sets and the respective reconstructed feature sets, determines a health state of the device to be detected. Because features to be reconstructed of the auto-encoder are obtained by respectively performing feature mining by the plurality of recurrent neural networks on a plurality of encoding sequences having different feature scales, device health state-related information contained in a device state sequence can be fully explored, so as to achieve the purpose of improving the detection precision.

Description

设备状态检测方法及相关装置Equipment status detection method and related device
相关申请的交叉引用Cross References to Related Applications
本申请要求于2021年9月6日提交中国专利局的申请号为202111035618.8、名称为“设备状态检测方法及相关装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of a Chinese patent application with application number 202111035618.8 and titled "Equipment Status Detection Method and Related Devices" filed with the China Patent Office on September 6, 2021, the entire contents of which are incorporated herein by reference.
技术领域technical field
本申请涉及机器学习领域,具体而言,涉及设备状态检测方法及相关装置。The present application relates to the field of machine learning, and in particular, relates to a device status detection method and a related device.
背景技术Background technique
由于工业设备的健康状态对于企业的安全生产与经济效益有着重要意义,因此,提出了基于数据驱动的工业设备健康状态监测方法。该方法中,利用传感器处采集工业设备的设备状态序列,基于深度神经网络进行黑盒的建模,并进行端到端的训练,从空间维度以及时间维度挖掘出海量数据中蕴藏的工业设备健康状态信息。Since the health status of industrial equipment is of great significance to the safe production and economic benefits of enterprises, a data-driven monitoring method for industrial equipment health status is proposed. In this method, the sensor is used to collect the equipment state sequence of industrial equipment, the black box is modeled based on the deep neural network, and end-to-end training is carried out, and the industrial equipment health status contained in the massive data is excavated from the spatial dimension and the time dimension. information.
然而,发明人研究发现,相关技术未充分利用待分析数据的局部感受视野范围内的特征。However, the inventors have found that the related technology does not make full use of the features within the local perception field of view of the data to be analyzed.
发明内容Contents of the invention
本申请实施例提供一种设备状态检测方法及相关装置。Embodiments of the present application provide a device state detection method and a related device.
在一些示例性实施方式中,本申请提供一种设备状态检测方法,可以应用于数据处理设备,所述数据处理设备可以配置有第一检测模型,所述第一检测模型可以包括第一编码器、第一解码器以及多个循环神经网络,所述方法可以包括:In some exemplary embodiments, the present application provides a device state detection method, which can be applied to a data processing device, and the data processing device can be configured with a first detection model, and the first detection model can include a first encoder , a first decoder and a plurality of recurrent neural networks, the method may include:
获取待检测设备的多个状态特征集,所述多个状态特征集可以具有预设顺序,每个所述状态特征集可以具有所述待检测设备多个部件各自的状态信息;Acquiring a plurality of state feature sets of the device to be detected, the plurality of state feature sets may have a preset order, and each state feature set may have respective state information of a plurality of components of the device to be detected;
通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,可以获得具有不同特征尺度的多个编码序列,其中,所述多个编码序列可以分别对应不同的循环神经网络,每个所述编码序列可以包括具有所述预设顺序的多个编码特征,所述多个编码特征可以分别对应不同的所述状态特征集;Through the feature extraction of the multiple state feature sets by the first encoder from the spatial dimension, multiple coded sequences with different feature scales can be obtained, wherein the multiple coded sequences can correspond to different cyclic nerves network, each of the encoding sequences may include a plurality of encoding features in the preset order, and the plurality of encoding features may respectively correspond to different sets of the state features;
针对每个所述编码序列,通过对应的所述循环神经网络从时间维度对所述编码序列进行特征提取,获得待重构序列,其中,所述待重构序列可以包括多个待重构特征,所述多个待重构特征可以分别对应不同的所述状态特征集;For each of the coded sequences, feature extraction is performed on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the sequence to be reconstructed may include a plurality of features to be reconstructed , the plurality of features to be reconstructed may respectively correspond to different sets of state features;
针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集;For each state feature set, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction to obtain a reconstructed feature set of the state feature set;
根据所述多个状态特征集与各自重构特征集之间的差异,可以确定所述待检测设备的 健康状态。According to the difference between the plurality of state feature sets and the respective reconstructed feature sets, the health status of the device to be detected can be determined.
在一些示例性实施方式中,第一编码器可以包括多个卷积层,通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,可以包括:In some exemplary implementations, the first encoder may include multiple convolutional layers, and the first encoder performs feature extraction on the multiple state feature sets from the spatial dimension to obtain multiple A coding sequence, which can include:
针对每个所述状态特征集,通过所述多个卷积层依次对所述状态特征集进行特征提取,获得所述状态特征集的多个编码特征,其中,所述状态特征集的多个编码特征可以分别具有不同的特征尺度,且可以分别获取自不同的所述卷积层;For each state feature set, feature extraction is performed sequentially on the state feature set through the plurality of convolutional layers to obtain a plurality of coding features of the state feature set, wherein the plurality of state feature sets The coding features may respectively have different feature scales, and may be respectively obtained from different convolutional layers;
将所述多个状态特征集各自的编码特征按照特征尺度进行分类,可以获得所述多个编码序列。The multiple coded sequences can be obtained by classifying the respective coded features of the multiple state feature sets according to feature scales.
在一些示例性实施方式中,第一解码器可以包括与多个循环神经网络分别对应的多个反卷积层,所述针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集,可以包括:In some exemplary implementations, the first decoder may include a plurality of deconvolution layers respectively corresponding to a plurality of cyclic neural networks, and for each of the state feature sets, all the state feature sets are treated as The reconstructed feature is input to the first decoder for reconstruction, and the reconstructed feature set of the state feature set is obtained, which may include:
根据所述多个循环神经网络与所述多个反卷积层之间的对应关系,将所述状态特征集全部的待重构特征分别输入到对应的反卷积层进行重构,获得所述状态特征集的重构特征集。According to the corresponding relationship between the plurality of cyclic neural networks and the plurality of deconvolution layers, all the features to be reconstructed in the state feature set are respectively input to the corresponding deconvolution layers for reconstruction, and the obtained The reconstructed feature set of the state feature set.
在一些示例性实施方式中,获取待检测设备的多个状态特征集,可以包括:获取所述待检测设备的第一状态序列,其中,所述第一状态序列可以包括所述待检测设备多个部件各自的状态数据;In some exemplary implementations, obtaining multiple state feature sets of the device to be detected may include: obtaining a first state sequence of the device to be detected, wherein the first state sequence may include multiple state characteristics of the device to be detected state data of each component;
将所述第一状态序列拆分成多个数据片段;splitting the first state sequence into a plurality of data segments;
针对每个所述数据片段,获取所述数据片段的协方差矩阵;For each of the data segments, obtain the covariance matrix of the data segments;
将全部所述数据片段的协方差矩阵,作为所述待检测设备的多个状态特征集。The covariance matrix of all the data segments is used as a plurality of state feature sets of the device to be detected.
在一些示例性实施方式中,根据多个状态特征集与各自重构特征集之间的差异,确定所述待检测设备的健康状态,可以包括:In some exemplary implementations, determining the health status of the device to be detected according to the difference between the multiple state feature sets and the respective reconstructed feature sets may include:
获取所述多个状态特征集与各自重构特征集之间的第一均方误差;Obtaining the first mean square error between the plurality of state feature sets and the respective reconstruction feature sets;
若所述第一均方误差大于第一阈值,则所述待检测设备存在异常。If the first mean square error is greater than a first threshold, there is an abnormality in the device to be detected.
在一些示例性实施方式中,数据处理设备还可以配置有目标部件的第二检测模型,所述第二检测模型可以包括第二编码器以及第二解码器,所述方法还可以包括:In some exemplary embodiments, the data processing device may also be configured with a second detection model of the target component, the second detection model may include a second encoder and a second decoder, and the method may further include:
获取所述目标部件的第二状态序列,其中,所述第二状态序列包括所述目标部件的状态数据;obtaining a second state sequence of the target component, wherein the second state sequence includes state data of the target component;
通过所述第二编码器对所述第二状态序列进行特征提取,获得第一待重构特征;performing feature extraction on the second state sequence by the second encoder to obtain first features to be reconstructed;
获取所述第二状态序列的第二待重构特征,其中所述第二待重构特征包括所述第二状态序列的时域特征、频域特征以及时频域特征中的一种或者其组合;Acquiring the second features to be reconstructed of the second state sequence, wherein the second features to be reconstructed include one of time domain features, frequency domain features and time-frequency domain features of the second state sequence or combination;
将所述第一待重构特征与所述第二待重构特征的拼接特征输入到所述第二解码器进行重构,获得所述第二状态序列的重构序列;inputting the concatenated features of the first feature to be reconstructed and the second feature to be reconstructed into the second decoder for reconstruction to obtain a reconstruction sequence of the second state sequence;
根据所述第二状态序列与所述重构序列之间的差异,确定所述目标部件的健康状态。A health state of the target component is determined based on a difference between the second state sequence and the reconstructed sequence.
在一些示例性实施方式中,根据第二状态序列与重构序列之间的差异,确定所述目标部件的健康状态,可以包括:In some exemplary implementations, determining the health state of the target component according to the difference between the second state sequence and the reconstruction sequence may include:
获取所述第二状态序列与所述重构序列之间的第二均方误差;obtaining a second mean square error between the second state sequence and the reconstructed sequence;
若所述第二均方误差大于第二阈值,则所述目标部件存在异常。If the second mean square error is greater than a second threshold, there is an abnormality in the target component.
在一些示例性实施方式中,本申请实施例可以提供一种设备状态检测装置,应用于数据处理设备,所述数据处理设备可以配置有第一检测模型,所述第一检测模型可以包括第一编码器、第一解码器以及多个循环神经网络,所述设备状态检测装置可以包括:In some exemplary implementations, the embodiment of the present application may provide a device state detection apparatus, which is applied to a data processing device, and the data processing device may be configured with a first detection model, and the first detection model may include a first An encoder, a first decoder, and a plurality of recurrent neural networks, the device state detection device may include:
特征获取模块,配置成用于获取待检测设备的多个状态特征集,所述多个状态特征集可以具有预设顺序,每个所述状态特征集可以具有所述待检测设备多个部件各自的状态信息;A feature acquisition module configured to acquire a plurality of state feature sets of the device to be detected, the plurality of state feature sets may have a preset order, and each state feature set may have a plurality of components of the device to be detected status information;
特征提取模块,配置成用于通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,其中,所述多个编码序列可以分别对应不同的循环神经网络,每个所述编码序列可以包括具有所述预设顺序的多个编码特征,所述多个编码特征可以分别对应不同的所述状态特征集;The feature extraction module is configured to perform feature extraction on the plurality of state feature sets from the spatial dimension through the first encoder to obtain a plurality of encoding sequences with different feature scales, wherein the plurality of encoding sequences Can respectively correspond to different cyclic neural networks, each of the encoding sequences can include a plurality of encoding features in the preset order, and the plurality of encoding features can respectively correspond to different sets of the state features;
所述特征提取模块,还配置成用于针对每个所述编码序列,通过对应的所述循环神经网络从时间维度对所述编码序列进行特征提取,获得待重构序列,其中,所述待重构序列可以包括多个待重构特征,所述多个待重构特征可以分别对应不同的所述状态特征集;The feature extraction module is further configured to, for each of the coded sequences, perform feature extraction on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the to-be-reconstructed sequence The reconstruction sequence may include multiple features to be reconstructed, and the multiple features to be reconstructed may respectively correspond to different sets of state features;
特征重构模块,配置成用于针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集;The feature reconstruction module is configured to, for each of the state feature sets, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain the reconstruction of the state feature set Construct feature set;
状态检测模块,配置成用于根据所述多个状态特征集与各自重构特征集之间的差异,确定所述待检测设备的健康状态。A state detection module configured to determine the health state of the device to be detected according to the difference between the plurality of state feature sets and the respective reconstructed feature sets.
在一些示例性实施方式中,本申请实施例可以提供一种数据处理设备,所述数据处理设备可以包括处理器以及存储器,所述存储器可以存储有计算机程序,所述计算机程序被所述处理器执行时,实现所述的设备状态检测方法。In some exemplary implementations, the embodiments of the present application may provide a data processing device, the data processing device may include a processor and a memory, the memory may store a computer program, and the computer program may be executed by the processor During execution, the device status detection method described above is realized.
在一些示例性实施方式中,本申请实施例可以提供一种计算机存储介质,所述计算机存储介质可以存储有计算机程序,所述计算机程序被处理器执行时,实现所述的设备状态检测方法。In some exemplary implementations, the embodiments of the present application may provide a computer storage medium, where the computer storage medium may store a computer program, and when the computer program is executed by a processor, implement the device state detection method.
相对于相关技术而言,本申请至少具有以下有益效果:Compared with related technologies, the present application has at least the following beneficial effects:
本实施体用的设备状态检测方法及相关装置中,数据处理设备将自编码器与多个循环 神经网络相结合,通过自编码器将待检测设备的多个状态特征集分别进行重构,并依据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态;由于该自编码器的待重构特征由多个循环神经网络对不同特征尺度的多个编码序列分别进行特征发掘获得,因此,能够充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息,以达到提高检测精度的目的。In the device state detection method and related devices used in this embodiment, the data processing device combines the autoencoder with multiple recurrent neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and According to the difference between multiple state feature sets and their respective reconstruction feature sets, the health status of the device to be detected is determined; since the features to be reconstructed of the autoencoder are encoded by multiple cyclic neural networks for multiple encoding sequences of different feature scales The feature mining is carried out separately, so the information related to the equipment health status contained in the equipment status sequence can be fully explored, so as to achieve the purpose of improving the detection accuracy.
附图说明Description of drawings
为了更清楚地说明本申请实施例的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,应当理解,以下附图仅示出了本申请的某些实施例,因此不应被看作是对范围的限定,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他相关的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following will briefly introduce the accompanying drawings used in the embodiments. It should be understood that the following drawings only show some embodiments of the present application, so It should be regarded as a limitation on the scope, and those skilled in the art can also obtain other related drawings based on these drawings without creative work.
图1为本申请实施例提供的数据处理设备的结构示意图;FIG. 1 is a schematic structural diagram of a data processing device provided in an embodiment of the present application;
图2为本申请实施例提供的设备状态检测方法的流程示意图之一;FIG. 2 is one of the schematic flow diagrams of the device state detection method provided by the embodiment of the present application;
图3为本申请实施例提供的第一检测模型的结构示意图;FIG. 3 is a schematic structural diagram of the first detection model provided by the embodiment of the present application;
图4为本申请实施例提供的设备状态检测方法的流程示意图之二;FIG. 4 is the second schematic flow diagram of the device status detection method provided by the embodiment of the present application;
图5为本申请实施例提供的第二检测模型的结构示意图;FIG. 5 is a schematic structural diagram of a second detection model provided in an embodiment of the present application;
图6为本申请实施例提供的设备状态检测装置的结构示意图。FIG. 6 is a schematic structural diagram of an apparatus for detecting device status provided by an embodiment of the present application.
图标:120-存储器;130-处理器;140-通信装置;201-特征获取模块;202-特征提取模块;203-特征重构模块;204-状态检测模块。Icons: 120-memory; 130-processor; 140-communication device; 201-feature acquisition module; 202-feature extraction module; 203-feature reconstruction module; 204-state detection module.
具体实施方式Detailed ways
下使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。通常在此处附图中描述和示出的本申请实施例的组件可以以各种不同的配置来布置和设计。To make the purposes, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the drawings in the embodiments of the present application. Obviously, the described embodiments It is a part of the embodiments of this application, not all of them. The components of the embodiments of the application generally described and illustrated in the figures herein may be arranged and designed in a variety of different configurations.
因此,以下对在附图中提供的本申请的实施例的详细描述并非旨在限制要求保护的本申请的范围,而是仅仅表示本申请的选定实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。Accordingly, the following detailed description of the embodiments of the application provided in the accompanying drawings is not intended to limit the scope of the claimed application, but merely represents selected embodiments of the application. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of this application.
应注意到:相似的标号和字母在下面的附图中表示类似项,因此,一旦某一项在一个附图中被定义,则在随后的附图中不需要对其进行进一步定义和解释。It should be noted that like numerals and letters denote similar items in the following figures, therefore, once an item is defined in one figure, it does not require further definition and explanation in subsequent figures.
在本申请的描述中,需要说明的是,术语“第一”、“第二”、“第三”等仅用于区分描述,而不能理解为指示或暗示相对重要性。此外,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、 方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。In the description of the present application, it should be noted that the terms "first", "second", "third" and so on are only used to distinguish descriptions, and should not be understood as indicating or implying relative importance. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article or apparatus comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements of or also include elements inherent in such a process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or apparatus comprising said element.
应该理解,流程图的操作可以不按顺序实现,没有逻辑的上下文关系的步骤可以反转顺序或者同时实施。此外,本领域技术人员在本申请内容的指引下,可以向流程图添加一个或多个其他操作,也可以从流程图中移除一个或多个操作。It should be understood that the operations of the flowcharts may be performed out of order, and steps that have no logical context may be performed in reverse order or concurrently. In addition, those skilled in the art may add one or more other operations to the flowchart or remove one or more operations from the flowchart under the guidance of the content of the present application.
相关技术中,利用工业设备的传感器所采集的设备状态序列,基于深度神经网络进行黑盒的建模,并进行端到端的训练,从空间维度以及时间维度挖掘出海量数据中蕴藏的工业设备健康状态信息。In related technologies, the equipment state sequence collected by the sensor of industrial equipment is used, the black box is modeled based on the deep neural network, and end-to-end training is carried out, and the industrial equipment health contained in the massive data is excavated from the spatial dimension and the time dimension. status information.
然而,深度神经网络在基于设备状态序列进行特征提取的过程中,更多的是关注全局视野范围内的特征信息,而忽略了局部感受视野范围内的特征信息,因此,未充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息。However, in the process of feature extraction based on the device state sequence, the deep neural network pays more attention to the feature information in the global field of view, while ignoring the feature information in the local perception field of view. Therefore, the device state sequence is not fully explored. Information related to the health status of the device contained in the .
鉴于此,本申请实施例提供一种应用于数据处理设备的设备状态检测方法。该方法中,该数据处理设备将自编码器与多个循环神经网络相结合,通过自编码器将待检测设备的多个状态特征集分别进行重构,并依据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态;由于该自编码器的待重构特征由多个循环神经网络对不同特征尺度的多个编码序列分别进行特征发掘获得,因此,能够充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息。In view of this, an embodiment of the present application provides a device state detection method applied to a data processing device. In this method, the data processing device combines an autoencoder with multiple cyclic neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and according to the multiple state feature sets and their respective reconstructed The difference between the structural feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are obtained by feature mining of multiple encoding sequences of different feature scales by multiple cyclic neural networks, it can be Fully explore the information related to the equipment health status contained in the equipment status sequence.
其中,该设备状态检测方法适用于不同类型的待检测设备。示例性的,该待检测设备可以是工业机器人、机床、闸门控制设备、动车、无人机等。Wherein, the device status detection method is applicable to different types of devices to be detected. Exemplarily, the device to be detected may be an industrial robot, a machine tool, a gate control device, a train, an unmanned aerial vehicle, and the like.
并且,该数据处理设备可以依据待检测设备的类型选取不同类型的设备。在一些实施方式中,该数据处理设备可以是与待检测设备通信连接的服务器。该服务器的类型可以是,但不限于,Web(网站)服务器、FTP(File Transfer Protocol,文件传输协议)服务器、数据处理服务器等。此外,该服务器可以是单个服务器,也可以是服务器组。服务器组可以是集中式的,也可以是分布式的(例如,服务器可以是分布式系统)。在一些实施例中,服务器相对于用户终端,可以是本地的、也可以是远程的。在一些实施例中,服务器可以在云平台上实现;仅作为示例,云平台可以包括私有云、公有云、混合云、社区云(Community Cloud)、分布式云、跨云(Inter-Cloud)、多云(Multi-Cloud)等,或者它们的任意组合。在一些实施例中,服务器可以在具有一个或多个组件的电子设备上实现。Moreover, the data processing device can select different types of devices according to the type of the device to be detected. In some implementations, the data processing device may be a server communicatively connected to the device to be detected. The type of this server can be, but not limited to, Web (website) server, FTP (File Transfer Protocol, file transfer protocol) server, data processing server etc. Also, the server can be a single server or a group of servers. Server groups can be centralized or distributed (for example, the servers can be a distributed system). In some embodiments, the server may be local or remote relative to the user terminal. In some embodiments, the server can be implemented on a cloud platform; only as an example, the cloud platform can include private cloud, public cloud, hybrid cloud, community cloud (Community Cloud), distributed cloud, inter-cloud (Inter-Cloud), Multi-Cloud, etc., or any combination of them. In some embodiments, a server may be implemented on an electronic device having one or more components.
在其他一些实施方式中,该数据处理设备还可以是与待检测设备通信连接的用户终端。该用户终端的具体类型可以是,但不限于,移动终端、平板计算机、膝上型计算机、或机 动车辆中的内置设备等,或其任意组合。在一些实施例中,移动终端可以包括智能家居设备、可穿戴设备、智能移动设备、虚拟现实设备、或增强现实设备等,或其任意组合。在一些实施例中,智能家居设备可以包括智能照明设备、智能电器设备的控制设备、智能监控设备、智能电视、智能摄像机、或对讲机等,或其任意组合。在一些实施例中,可穿戴设备可包括智能手环、智能鞋带、智能玻璃、智能头盔、智能手表、智能服装、智能背包、智能配件等、或其任何组合。在一些实施例中,智能移动设备可以包括智能手机、个人数字助理(Personal Digital Assistant,PDA)、游戏设备、导航设备、或销售点(Point of Sale,POS)设备等,或其任意组合。In some other implementation manners, the data processing device may also be a user terminal communicatively connected to the device to be detected. The specific type of the user terminal may be, but not limited to, a mobile terminal, a tablet computer, a laptop computer, or a built-in device in a motor vehicle, etc., or any combination thereof. In some embodiments, the mobile terminal may include smart home devices, wearable devices, smart mobile devices, virtual reality devices, or augmented reality devices, etc., or any combination thereof. In some embodiments, smart home devices may include smart lighting devices, control devices for smart electrical devices, smart monitoring devices, smart TVs, smart cameras, or walkie-talkies, etc., or any combination thereof. In some embodiments, wearable devices may include smart bracelets, smart shoelaces, smart glasses, smart helmets, smart watches, smart clothing, smart backpacks, smart accessories, etc., or any combination thereof. In some embodiments, the smart mobile device may include a smart phone, a personal digital assistant (Personal Digital Assistant, PDA), a game device, a navigation device, or a point of sale (Point of Sale, POS) device, etc., or any combination thereof.
本实施例还提供该数据处理设备的一种结构示意图。如图1所示,该数据处理设备包括存储器120、处理器130、通信装置140。This embodiment also provides a schematic structural diagram of the data processing device. As shown in FIG. 1 , the data processing device includes a memory 120 , a processor 130 , and a communication device 140 .
该存储器120、处理器130以及通信装置140各元件相互之间直接或间接地电性连接,以实现数据的传输或交互。例如,这些元件相互之间可通过一条或多条通讯总线或信号线实现电性连接。The components of the memory 120 , the processor 130 and the communication device 140 are directly or indirectly electrically connected to each other to realize data transmission or interaction. For example, these components can be electrically connected to each other through one or more communication buses or signal lines.
其中,该存储器120可以是,但不限于,随机存取存储器(Random Access Memory,RAM),只读存储器(Read Only Memory,ROM),可编程只读存储器(Programmable Read-Only Memory,PROM),可擦除只读存储器(Erasable Programmable Read-Only Memory,EPROM),电可擦除只读存储器(Electric Erasable Programmable Read-Only Memory,EEPROM)等。其中,存储器120用于存储程序,该处理器130在接收到执行指令后,执行该程序。Wherein, the memory 120 can be, but not limited to, random access memory (Random Access Memory, RAM), read-only memory (Read Only Memory, ROM), programmable read-only memory (Programmable Read-Only Memory, PROM), Erasable Programmable Read-Only Memory (EPROM), Electric Erasable Programmable Read-Only Memory (EEPROM), etc. Wherein, the memory 120 is used to store a program, and the processor 130 executes the program after receiving an execution instruction.
该通信装置140用于通过网络收发数据。该网络在本实施例中可以包括有线网络、无线网络、光纤网络、远程通信网络、内联网、因特网、局域网(Local Area Network,LAN)、广域网(Wide Area Network,WAN)、无线局域网(Wireless Local Area Networks,WLAN)、城域网(Metropolitan Area Network,MAN)、广域网(Wide Area Network,WAN)、公共电话交换网(Public Switched Telephone Network,PSTN)、蓝牙网络、ZigBee网络、或近场通信(Near Field Communication,NFC)网络等,或其任意组合。在一些实施例中,网络可以包括一个或多个网络接入点。例如,网络可以包括有线或无线网络接入点,例如基站和/或网络交换节点,服务请求处理系统的一个或多个组件可以通过该接入点连接到网络以交换数据和/或信息。The communication device 140 is used to send and receive data through the network. The network may include a wired network, a wireless network, an optical fiber network, a telecommunication network, an intranet, the Internet, a local area network (Local Area Network, LAN), a wide area network (Wide Area Network, WAN), a wireless local area network (Wireless Local Area Networks, WLAN), metropolitan area network (Metropolitan Area Network, MAN), wide area network (Wide Area Network, WAN), public switched telephone network (Public Switched Telephone Network, PSTN), Bluetooth network, ZigBee network, or near field communication ( Near Field Communication, NFC) network, etc., or any combination thereof. In some embodiments, a network may include one or more network access points. For example, a network may include wired or wireless network access points, such as base stations and/or network switching nodes, through which one or more components of the service request processing system may connect to the network to exchange data and/or information.
该处理器130可能是一种集成电路芯片,具有信号的处理能力,并且,该处理器可以包括一个或多个处理核(例如,单核处理器或多核处理器)。仅作为举例,上述处理器可以包括中央处理单元(Central Processing Unit,CPU)、专用集成电路(Application Specific  Integrated Circuit,ASIC)、专用指令集处理器(Application Specific Instruction-set Processor,ASIP)、图形处理单元(Graphics Processing Unit,GPU)、物理处理单元(Physics Processing Unit,PPU)、数字信号处理器(Digital Signal Processor,DSP)、现场可编程门阵列(Field Programmable Gate Array,FPGA)、可编程逻辑器件(Programmable Logic Device,PLD)、控制器、微控制器单元、简化指令集计算机(Reduced Instruction Set Computing,RISC)、或微处理器等,或其任意组合。The processor 130 may be an integrated circuit chip with signal processing capabilities, and the processor may include one or more processing cores (for example, a single-core processor or a multi-core processor). For example only, the above-mentioned processor may include a central processing unit (Central Processing Unit, CPU), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an application specific instruction set processor (Application Specific Instruction-set Processor, ASIP), graphics processing Unit (Graphics Processing Unit, GPU), Physical Processing Unit (Physics Processing Unit, PPU), Digital Signal Processor (Digital Signal Processor, DSP), Field Programmable Gate Array (Field Programmable Gate Array, FPGA), Programmable Logic Device (Programmable Logic Device, PLD), controller, microcontroller unit, reduced instruction set computer (Reduced Instruction Set Computing, RISC), or microprocessor, etc., or any combination thereof.
基于上述关于数据处理设备的相关介绍,下面对数据处理设备中运行的设备状态检测方法进行详细阐述。本实施例中,将自编码器与多个循环神经网络相结合的神经网络模型称作第一检测模型,其中的自编码器包括第一编码器以及第一解码器。如图2所示,为该设备状态检测方法的一种流程示意图,下面结合图2对该方法的各步骤进行详细阐述。如图2所示,该方法可以包括:Based on the above-mentioned relevant introduction about the data processing device, the device status detection method running in the data processing device will be described in detail below. In this embodiment, a neural network model combining an autoencoder and multiple cyclic neural networks is called a first detection model, where the autoencoder includes a first encoder and a first decoder. As shown in FIG. 2 , it is a schematic flowchart of the device state detection method, and each step of the method will be described in detail below in conjunction with FIG. 2 . As shown in Figure 2, the method may include:
步骤S101,获取待检测设备的多个状态特征集。Step S101, acquiring multiple state feature sets of the device to be detected.
其中,多个状态特征集具有预设顺序,每个状态特征集具有待检测设备多个部件各自的状态信息。Wherein, the multiple state feature sets have a preset order, and each state feature set has state information of multiple components of the device to be detected.
本实例中,考虑到待检测设备在工作时,多个部件之间需要相互配合,因此,多个部件的状态数据之间具有特定的联动关系,而该联动关系会以数据分布方式体现。而本实施例则基于这一发现,通过第一检测模型发掘多个部件对应状态数据中蕴藏的这一联动关系,用于确定待检测设备的健康状况。In this example, considering that when the device to be detected is working, multiple components need to cooperate with each other, therefore, the state data of multiple components has a specific linkage relationship, and the linkage relationship will be reflected in the form of data distribution. However, this embodiment is based on this finding, and uses the first detection model to discover the linkage relationship contained in the corresponding state data of multiple components, so as to determine the health status of the device to be detected.
作为一种实现方式,考虑到多个部件的状态数据具有高维的特征空间,需要较高的计算复杂度,因此,该数据处理设备可以获取待检测设备的第一状态序列,其中,第一状态序列可以包括待检测设备多个部件各自的状态数据。As an implementation, considering that the state data of multiple components has a high-dimensional feature space and requires high computational complexity, the data processing device can obtain the first state sequence of the device to be detected, wherein the first The status sequence may include status data for each component of the device to be tested.
该数据处理设备将第一状态序列拆分成多个数据片段;并针对每个数据片段,获取数据片段的协方差矩阵;最后,将全部数据片段的协方差矩阵,作为待检测设备的多个状态特征集。The data processing device splits the first state sequence into multiple data segments; and for each data segment, obtains the covariance matrix of the data segment; finally, uses the covariance matrix of all the data segments as multiple data segments of the device to be detected State feature set.
下面将上述工业机器人作为待检测设备进行示例性说明。假定该工业机器人可以包括6自由度,每个自由度对应一驱动电机。该数据处理设备通过该传感器周期性地对6个驱动电机的状态进行同步采集,获得6个驱动电机各自的状态数据,可以表示为:The above-mentioned industrial robot is used as the equipment to be tested for exemplary description below. It is assumed that the industrial robot can include 6 degrees of freedom, and each degree of freedom corresponds to a driving motor. The data processing device periodically collects the state of the six driving motors synchronously through the sensor, and obtains the respective state data of the six driving motors, which can be expressed as:
Figure PCTCN2021131934-appb-000001
Figure PCTCN2021131934-appb-000001
Figure PCTCN2021131934-appb-000002
Figure PCTCN2021131934-appb-000002
式中,M 1表示第一个驱动电机的状态序列,
Figure PCTCN2021131934-appb-000003
表示第一个驱动电机在t时刻被采集到的状态数据;其他驱动电机对应状态序列的表示方式与第一个驱动电机的表示方式相同,本实施例不再赘述。
In the formula, M1 represents the state sequence of the first driving motor,
Figure PCTCN2021131934-appb-000003
Indicates the state data collected by the first driving motor at time t; the representation of the corresponding state sequences of other driving motors is the same as that of the first driving motor, and will not be described in this embodiment.
本实例采集的状态数据的种类可以包括驱动电机工作时的电流、转速、转动角度等中的至少一种;并且,驱动电机之间状态数据的种类可以全部相同,也可以部分相同。例如,第一个驱动电机的状态数据的种类可以包括电流、转速、转动角度;而第2个驱动的电机的状态数据的种类可以包括电流、转速。因此,本领域技术人员可以根据需要进行适应性调整,本申请实施例不做具体的限定。The types of state data collected in this example may include at least one of the current, rotational speed, and rotation angle of the driving motors during operation; and, the types of state data between the driving motors may be all or partially the same. For example, the types of state data of the first driven motor may include current, rotational speed, and rotation angle; while the types of state data of the second driven motor may include current and rotational speed. Therefore, those skilled in the art may make adaptive adjustments as needed, and this embodiment of the present application does not make specific limitations.
然后,针对每个驱动电机,该数据处理设备可以通过时间窗口对驱动电机的状态序列进行截取,获得该驱动电机的多个序列片段。而应理解的是,相较于对状态序列采取平均分段采的方式,本实施例采用滑动窗口的方式对状态序列进行截取,不仅可以使得截取的序列片段相对连续,避免因为截取尺度影响数据分布,而且可以获得更多序列片段。Then, for each driving motor, the data processing device may intercept the state sequence of the driving motor through a time window to obtain multiple sequence fragments of the driving motor. However, it should be understood that, compared with the method of averaging and segmenting the state sequence, this embodiment adopts the sliding window method to intercept the state sequence, which can not only make the intercepted sequence fragments relatively continuous, but also avoid the influence of the interception scale on the data. distribution, and more sequence fragments can be obtained.
此外,为了保持不同驱动电机之间,序列片段的维度相同,本实施例中可以针对每个驱动电机选取相同尺度的滑动窗口。最后,针对全部驱动电机的序列片段,数据处理设备将相同序列位置的序列片段归为一类,获得多个数据片段。In addition, in order to keep the dimensions of the sequence segments the same among different driving motors, in this embodiment, a sliding window of the same scale may be selected for each driving motor. Finally, for all the sequence fragments of the driving motors, the data processing device classifies the sequence fragments at the same sequence position into one category to obtain multiple data fragments.
假定滑动窗口的尺度为3个状态数据,滑动窗口的步进长度为2个状态数据,则第一个数据片段可以表示为:Assuming that the scale of the sliding window is 3 state data, and the step length of the sliding window is 2 state data, then the first data segment can be expressed as:
Figure PCTCN2021131934-appb-000004
Figure PCTCN2021131934-appb-000004
第二个数据片段可以表示为:The second piece of data can be represented as:
Figure PCTCN2021131934-appb-000005
Figure PCTCN2021131934-appb-000005
以此类推,可以获得其他的数据片段,本实施例不再赘诉。式中,
Figure PCTCN2021131934-appb-000006
表示第一个驱动电机的第一个序列片段,
Figure PCTCN2021131934-appb-000007
表示第一个驱动电机的第二个序列片段;
Figure PCTCN2021131934-appb-000008
表示第二个驱动电机的第一个序列片段,
Figure PCTCN2021131934-appb-000009
表示第二个驱动电机的第二个序列片段;依次类推可以得到其他序列片段的含义,本实施例不在赘述。
By analogy, other data segments can be obtained, which will not be repeated in this embodiment. In the formula,
Figure PCTCN2021131934-appb-000006
represents the first sequence segment of the first driven motor,
Figure PCTCN2021131934-appb-000007
represents the second sequence fragment of the first drive motor;
Figure PCTCN2021131934-appb-000008
represents the first sequence segment of the second drive motor,
Figure PCTCN2021131934-appb-000009
Indicates the second sequence segment of the second drive motor; the meanings of other sequence segments can be obtained by analogy, which will not be described in detail in this embodiment.
因此,上述每个数据片段,包括了多个驱动电机各自的状态数据。为了便于第一检测模型发掘出其中蕴含的健康状态信息,该数据处理设备将数据片段中各序列片段之间协方差矩阵作为一个状态特征集。而应理解的是,该协方差矩阵携带有各驱动电机的状态信息,包括单个驱动电机状态数据之间的自相关性以及多个驱动电机之间的相关性。Therefore, each of the above data fragments includes the respective state data of a plurality of drive motors. In order to facilitate the first detection model to discover the health state information contained therein, the data processing device uses the covariance matrix between the sequence fragments in the data fragments as a state feature set. It should be understood that the covariance matrix carries the state information of each driving motor, including the autocorrelation among state data of a single driving motor and the correlation among multiple driving motors.
步骤S102,通过第一编码器从空间维度对多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列。In step S102, feature extraction is performed on multiple state feature sets from the spatial dimension by the first encoder to obtain multiple encoded sequences with different feature scales.
其中,多个编码序列可以分别对应不同的循环神经网络,每个编码序列可以包括具有预设顺序的多个编码特征,多个编码特征可以分别对应不同的状态特征集。Wherein, multiple encoding sequences may respectively correspond to different cyclic neural networks, each encoding sequence may include multiple encoding features in a preset order, and multiple encoding features may respectively correspond to different state feature sets.
作为一种可能的实施方式,第一编码器可以包括多个卷积层。针对每个状态特征集,该数据处理设备通过多个卷积层依次对状态特征集进行特征提取,获得状态特征集的多个编码特征;其中,状态特征集的多个编码特征可以分别具有不同的特征尺度,且分别获取自不同的卷积层。As a possible implementation manner, the first encoder may include multiple convolutional layers. For each state feature set, the data processing device sequentially extracts features from the state feature set through multiple convolutional layers to obtain multiple coding features of the state feature set; wherein, the multiple coding features of the state feature set can have different The feature scales of , and are obtained from different convolutional layers.
最后,该数据处理设备将多个状态特征集各自的编码特征按照特征尺度进行分类,获得多个编码序列。Finally, the data processing device classifies the coding features of the multiple state feature sets according to the feature scale to obtain multiple coding sequences.
继续以上述工业机器人为例进行示例性说明。如图3所示,该编码器可以包括4个卷积层,并且假定该工业机器人的状态特征集的数量为5个。为了便于描述,将这5个状态特征集分别表示为状态特征集A、状态特征集B、状态特征集C、状态特征集D、状态特征集E。针对每个状态特征集,该数据处理设备可以将其输入到依次串联的多个卷积层,以获得该状态特征集的4个编码特征。Continue to take the above-mentioned industrial robot as an example for illustration. As shown in Figure 3, the encoder may include 4 convolutional layers, and it is assumed that the number of state feature sets of the industrial robot is 5. For the convenience of description, these five state feature sets are denoted as state feature set A, state feature set B, state feature set C, state feature set D, and state feature set E. For each state feature set, the data processing device can input it to a plurality of convolutional layers connected in series to obtain 4 coding features of the state feature set.
以状态特征集A为例,数据处理设备通过编码器的多个卷积层处理状态特征集A的过程中,不仅将每个卷积层输出的编码特征输入到相邻的下一卷积层,还将每个卷积层输出的编码特征复制了一份,用于构建多个编码序列。Taking the state feature set A as an example, in the process of processing the state feature set A through multiple convolutional layers of the encoder, the data processing device not only inputs the encoded features output by each convolutional layer to the adjacent next convolutional layer , and also copied a copy of the encoding features output by each convolutional layer to construct multiple encoding sequences.
因此,该数据处理设备通过状态特征集A可以获得4个不同特征尺度编码特征,即上述5个状态特征集总共可以获得5*4=20个编码特征。Therefore, the data processing device can obtain 4 coding features of different feature scales through the state feature set A, that is, the above 5 state feature sets can obtain 5*4=20 coding features in total.
由于不同的特征尺度分别对应不同的卷积层,因此,该数据处理设备将上述20个编码特征,按照特征尺度进行分类,将源自于同一卷积层的编码特征划分为一类;因此,可以 获得4个编码集,每个编码集包括5个编码特征,分别对应不同的状态特征集。Since different feature scales correspond to different convolutional layers, the data processing device classifies the above 20 coding features according to the feature scales, and divides the coding features from the same convolutional layer into one category; therefore, Four encoding sets can be obtained, and each encoding set includes five encoding features, corresponding to different state feature sets.
并且考虑到不同的状态特征集之间具有预设顺序,该预设顺序对应数据片段的截取顺序,同样反应了状态数据的采集顺序。因此,针对每个编码集,该数据处理设备按照其中各编码特征对应状态特征集的顺序进行排序,获得对应的编码序列,即4个编码集可获得4个编码序列。And considering that there is a preset order among different state feature sets, the preset order corresponds to the interception order of the data segments, and also reflects the collection order of the state data. Therefore, for each coding set, the data processing device sorts the coding features corresponding to the state feature set in order to obtain the corresponding coding sequences, that is, 4 coding sets can obtain 4 coding sequences.
步骤S103,针对每个编码序列,通过对应的循环神经网络从时间维度对编码序列进行特征提取,获得待重构序列。Step S103, for each coded sequence, extract the features of the coded sequence from the time dimension through the corresponding cyclic neural network, and obtain the sequence to be reconstructed.
其中,待重构序列可以包括多个待重构特征,多个待重构特征可以分别对应不同的状态特征集。Wherein, the sequence to be reconstructed may include multiple features to be reconstructed, and the multiple features to be reconstructed may respectively correspond to different state feature sets.
示例性的,上述多个循环神经网络可以是图3中的4个LSTM(Long Short-term Memory,长短期记忆)网络。针对每个编码序列,该数据处理设备将编码序列中的5个编码特征按照预设顺序依次输入到对应的LSTM网络中,获得5个待重构特征。其中,这5个待重构特征分别对应工业机器人不同的状态特征集。Exemplarily, the above-mentioned multiple recurrent neural networks may be four LSTM (Long Short-term Memory, long short-term memory) networks in FIG. 3 . For each coded sequence, the data processing device sequentially inputs the 5 coded features in the coded sequence into the corresponding LSTM network in a preset order to obtain 5 features to be reconstructed. Among them, the five features to be reconstructed correspond to different state feature sets of industrial robots.
步骤S104,针对每个状态特征集,将状态特征集全部的待重构特征输入到第一解码器进行重构,获得状态特征集的重构特征集。Step S104, for each state feature set, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain the reconstructed feature set of the state feature set.
作为一种实现方式,第一解码器可以包括与多个循环神经网络分别对应的多个反卷积层。该数据处理设备根据多个循环神经网络与多个反卷积层之间的对应关系,将状态特征集全部的待重构特征分别输入到对应的反卷积层进行重构,获得状态特征集的重构特征集。As an implementation manner, the first decoder may include multiple deconvolution layers respectively corresponding to multiple cyclic neural networks. According to the corresponding relationship between multiple cyclic neural networks and multiple deconvolution layers, the data processing device inputs all the features to be reconstructed in the state feature set to the corresponding deconvolution layers for reconstruction, and obtains the state feature set The reconstruction feature set of .
示例性的,继续参见图3中的第一解码器,可以包括4个依次串联的反卷积层,分别对应不同的LSTM网络。以工业机器人的状态特征集A为例,4个LSTM网络分别会输出状态特征集A的一个待重构特征,即总共可获得4个待重构特征。该数据处理设备可以将4个待重构特征分别输入到对应的反卷积层进行重构,以获得状态特征集A对应的重构特征集。同理,状态特征集B、状态特征集C、状态特征集D、状态特征集E均可得到各自的重构特征集。Exemplarily, continuing to refer to the first decoder in FIG. 3 , it may include four sequentially connected deconvolution layers, each corresponding to a different LSTM network. Taking the state feature set A of an industrial robot as an example, the four LSTM networks will respectively output a feature to be reconstructed of the state feature set A, that is, a total of 4 features to be reconstructed can be obtained. The data processing device can respectively input the four features to be reconstructed into the corresponding deconvolution layers for reconstruction, so as to obtain the reconstructed feature set corresponding to the state feature set A. Similarly, state feature set B, state feature set C, state feature set D, and state feature set E can all obtain their own reconstructed feature sets.
而为了保持特征不丢失,数据处理设备将两者进行拼接后输入到下一反卷积层。如图3所示,反卷积层的输入特征包括相邻的上一反卷积层的输出特征以及对应LSTM网络输出的待重构特征。In order to keep the features from being lost, the data processing equipment will splice the two and input them to the next deconvolution layer. As shown in Figure 3, the input features of the deconvolution layer include the output features of the adjacent previous deconvolution layer and the features to be reconstructed corresponding to the output of the LSTM network.
步骤S105,根据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态。Step S105, according to the difference between the plurality of state feature sets and the respective reconstruction feature sets, determine the health status of the device to be detected.
需要说明的是,该第一检测模型事先通过待检测设备正常工作时的样本状态特征集进行训练获得,因此,假定该待检测设备未发生异常,第一检测模型则能够将多个状态特征 分别进行重构,使得多个状态特征集与各自重构特征集之间的差异不超过设定的第一阈值;反之,若待检测设备发生异常,第一检测模型则难以将多个状态特征分别进行重构;使得多个状态特征集与各自重构特征集之间的差异大于设定的第一阈值。It should be noted that the first detection model is obtained by training the sample state feature set when the device to be detected is working normally. Therefore, assuming that the device to be detected is not abnormal, the first detection model can separate the multiple state features Perform reconstruction so that the difference between multiple state feature sets and their respective reconstructed feature sets does not exceed the set first threshold; on the contrary, if the device to be detected is abnormal, it is difficult for the first detection model to separate the multiple state features performing reconstruction; making the difference between the plurality of state feature sets and the respective reconstructed feature sets greater than a set first threshold.
因此,作为一种实现方式,该数据处理设备可以获取多个状态特征集与各自重构特征集之间的第一均方误差;若第一均方误差大于第一阈值,则待检测设备存在异常。Therefore, as an implementation, the data processing device can obtain the first mean square error between multiple state feature sets and their respective reconstructed feature sets; if the first mean square error is greater than the first threshold, the device to be detected exists abnormal.
基于上述设计,该数据处理设备将自编码器与多个循环神经网络相结合,通过自编码器将待检测设备的多个状态特征集分别进行重构,并依据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态;由于该自编码器的待重构特征由多个循环神经网络对不同特征尺度的多个编码序列分别进行特征发掘获得,因此,能够充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息,以达到提高检测精度的目的。Based on the above design, the data processing device combines the autoencoder with multiple recurrent neural networks, and reconstructs the multiple state feature sets of the device to be detected through the autoencoder, and reconstructs the The difference between the structural feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are obtained by feature mining of multiple encoding sequences of different feature scales by multiple cyclic neural networks, it can be Fully explore the information related to the health status of the equipment contained in the equipment status sequence to achieve the purpose of improving the detection accuracy.
此外,还值得说明的是,从工业设备采集的状态数据多属于高频时序数据,而且标注数据成本极为高昂,因此,针对工业设备状态数据的特点,本实施例提供的第一检测模型能够以自监督的方式,实现对工业设备的健康状态进行检测。In addition, it is worth noting that most of the state data collected from industrial equipment is high-frequency time series data, and the cost of labeling data is extremely high. Therefore, according to the characteristics of industrial equipment state data, the first detection model provided in this embodiment can be based on The way of self-monitoring realizes the detection of the health status of industrial equipment.
本实施例中,不仅对待检测设备整体的状态进行检测,还分别针对每个部件进行检测。下面从多个部件选取的任意一个目标部件为例,进行详细阐述。本实施例中,为检测目标部件的状态,数据处理设备还针对该目标部件配置有第二检测模型,其中,该模型可以包括第二编码器、第二解码器。In this embodiment, not only the overall state of the device to be detected is detected, but also each component is detected separately. In the following, any target component selected from multiple components is taken as an example to describe in detail. In this embodiment, in order to detect the state of the target component, the data processing device is further configured with a second detection model for the target component, where the model may include a second encoder and a second decoder.
如图4所示,基于上述第二检测模型,该设备状态检测方法还可以包括:As shown in Figure 4, based on the second detection model above, the device state detection method may also include:
步骤S106,获取目标部件的第二状态序列。Step S106, acquiring the second state sequence of the target component.
其中,第二状态序列包括目标部件的状态数据。示例性的,继续以上述工业机器人为例,假定将工业机器人的其中一个驱动电机作为目标部件,则该驱动电机工作的状态数据可以包括电流、转速、转动角度中的任意一种。假定该状态数据的类型为电流,则数据处理设备周期性的对驱动电机工作时的电流进行采集,并采用滑动窗口对采集的电流数据进行截取,获得该驱动电机的第二状态序列。Wherein, the second status sequence includes status data of the target component. Exemplarily, continuing to take the above-mentioned industrial robot as an example, assuming that one of the drive motors of the industrial robot is used as the target component, the working state data of the drive motor may include any one of current, rotational speed, and rotation angle. Assuming that the type of the state data is current, the data processing device periodically collects the current of the driving motor when it is working, and uses a sliding window to intercept the collected current data to obtain the second state sequence of the driving motor.
而为了更好地分析目标部件对应状态数据的分布情况,本实施例中,该状态数据通过对目标部件的原始状态数据进行标准化处理获得。In order to better analyze the distribution of the state data corresponding to the target component, in this embodiment, the state data is obtained by standardizing the original state data of the target component.
作为一种可选的标准化方式,可以使用z-score(zero-mean normalization)方法对数据进行标准化。该方法中,将原始状数据按比例缩放,使得缩放后的数据落在均值为0,标准差为1的区间内。z-score方法的表达式如下:As an optional normalization method, the data can be normalized using the z-score (zero-mean normalization) method. In this method, the original data is scaled so that the scaled data falls within the interval with a mean of 0 and a standard deviation of 1. The expression of the z-score method is as follows:
Figure PCTCN2021131934-appb-000010
Figure PCTCN2021131934-appb-000010
Figure PCTCN2021131934-appb-000011
Figure PCTCN2021131934-appb-000011
Figure PCTCN2021131934-appb-000012
Figure PCTCN2021131934-appb-000012
式中,其中x i表示第i个原始状态数据,N表示原始状态数据的总量,μ为原始状态数据的平均值,σ为原始状态数据的标准差,z表示标准化后的状态数据。 In the formula, x i represents the i-th original state data, N represents the total amount of original state data, μ is the average value of the original state data, σ is the standard deviation of the original state data, and z represents the standardized state data.
需要说明的是,对原始状态数据进行z-score标准化后,数据本身的分布请款并未发生改变,但标准化处理后的状态数据分布区间基本一致,主要分布在[-2,2]区间内;使得之后的算法可以更加专注于分析状态数据本身的分布情况。It should be noted that after the z-score standardization of the original state data, the distribution of the data itself has not changed, but the distribution range of the normalized state data is basically the same, mainly in the interval [-2,2] ; so that the subsequent algorithms can focus more on analyzing the distribution of the state data itself.
步骤S107,通过第二编码器对第二状态序列进行特征提取,获得第一待重构特征。Step S107, performing feature extraction on the second state sequence by the second encoder to obtain the first feature to be reconstructed.
本实施例中,如图5所示,为了发掘状态数据在时间维度的特征信息,第二编码器可以选取LSTM网络以及PCA(Principal Component Analysis,主成分分析)模型,而第二解码器则可以选取LSTM网络。In this embodiment, as shown in Figure 5, in order to explore the feature information of the state data in the time dimension, the second encoder can select an LSTM network and a PCA (Principal Component Analysis, principal component analysis) model, while the second decoder can Select the LSTM network.
其中,LSTM网络的工作原理在于,将目标部件状态数的时间序列依次输入,然后更新它的隐状态,表示为h t=LSTM(h t-1,x t),在一个时间序列的最后一步(记为t 2),LSTM网络包含了之前序列的全部信息(又称为上下文向量),即
Figure PCTCN2021131934-appb-000013
因此,可以用于从时间维度发掘数据中蕴藏的特征信息。
Among them, the working principle of the LSTM network is to input the time series of the state number of the target component in sequence, and then update its hidden state, expressed as h t = LSTM(h t-1 , x t ), in the last step of a time series (denoted as t 2 ), the LSTM network contains all the information of the previous sequence (also known as the context vector), namely
Figure PCTCN2021131934-appb-000013
Therefore, it can be used to explore the characteristic information contained in the data from the time dimension.
步骤S108,获取第二状态序列的第二待重构特征。Step S108, acquiring the second features to be reconstructed of the second state sequence.
其中第二待重构特征包括第二状态序列的时域特征、频域特征以及时频域特征中的一种或者其组合。The second feature to be reconstructed includes one or a combination of time domain features, frequency domain features, and time-frequency domain features of the second state sequence.
时域特征:Time domain features:
可以包括有效值x rms、方根幅值x sra、峰峰值x ppv、波峰因数x cf、裕度指标x cf、偏度指标x skf、峭度指标x kf、波形因数x shf、脉冲因数x if以 及信息熵x en。将上述10种参数拼接在一起可以获得时域特征向量F t,相应的表达式为: Can include rms x rms , root square amplitude x sra , peak-to-peak x ppv , crest factor x cf , margin index x cf , skewness index x skf , kurtosis index x kf , form factor x shf , pulse factor x if and information entropy x en . The time-domain feature vector F t can be obtained by splicing the above 10 kinds of parameters together, and the corresponding expression is:
F t={x rms,x sraxppv,x cf,x mf,x skf,x kf,x shf,x if,x en} F t = {x rms , x sra , xppv , x cf , x mf , x skf , x kf , x shf , x if , x en }
下面再次结合上述工业机器人,以该工业机器人的第二状态序列为例对上述10种参数进行详细解释。由于该工业机器人的第二状态序列包括工业机器人工作时的电流数据,因此各参数的含义如下:The above 10 parameters will be explained in detail by taking the second state sequence of the industrial robot as an example in combination with the above industrial robot again. Since the second state sequence of the industrial robot includes current data when the industrial robot is working, the meanings of the parameters are as follows:
有效值,即电流数据的均方根值,主要描述电流的有效功率。The effective value, that is, the root mean square value of the current data, mainly describes the effective power of the current.
方根幅值,用于描述电流振动的总体幅度大小,反映电流振动的真实水平。The square root amplitude is used to describe the overall amplitude of current vibration and reflects the true level of current vibration.
峰峰值,表示第二状态序列中电流数据的最大值与最小值之差,主要用来刻画电流的跨度范围。The peak-to-peak value indicates the difference between the maximum value and the minimum value of the current data in the second state sequence, and is mainly used to describe the span range of the current.
波峰因数,用于描述电流中存在的冲击情况。Crest factor, which is used to describe the shock condition present in the current.
裕度指标,用于描述电流对应机械的磨损情况,对冲击型故障较为敏感。The margin index is used to describe the wear of the machine corresponding to the current, and is more sensitive to impact faults.
偏度指标,振动信号的三阶矩统计平均,主要用于描述电流的非对称性大小。The skewness index, the statistical average of the third-order moment of the vibration signal, is mainly used to describe the asymmetry of the current.
峭度指标,电流数据的四阶矩统计平均,主要用来描述电流受到的冲击大小。The kurtosis index, the fourth-order moment statistical average of the current data, is mainly used to describe the magnitude of the impact on the current.
波形因数,用于表示电流数据波形的本来形状性质,且与振幅大小无关。The form factor is used to represent the original shape properties of the current data waveform and has nothing to do with the amplitude.
脉冲因数,用来表示电流的冲击情况,虽然敏感度不如峭度指标,但可以与峭度指标互补。The pulse factor is used to indicate the impact of the current. Although the sensitivity is not as good as the kurtosis index, it can complement the kurtosis index.
信息熵,用于描述电流的不确定性程度。Information entropy, used to describe the degree of uncertainty of the current.
频域特征:Frequency domain features:
依据巴塞伐尔定理(Parseval's theorem):无论是实信号或是复信号(即本实施例中目标部件的状态数据),信号振幅的平方的积分等于信号的能量等于信号频谱密度的模的平方。相应的表达式可以表示为:According to Parseval's theorem (Parseval's theorem): whether it is a real signal or a complex signal (that is, the state data of the target component in this embodiment), the integral of the square of the signal amplitude is equal to the square of the modulus of the signal's energy equal to the signal spectral density. The corresponding expression can be expressed as:
Figure PCTCN2021131934-appb-000014
Figure PCTCN2021131934-appb-000014
其中,E表示信号能量,x(t)表示信号时阈值,X(f)表示信号频阈值。因此,本实施例中,数据处理设备先通过快速傅立叶变换(Fast Fourier Transform,FFT)方法得到第二状态序列的频谱图,再将频谱图的频率轴视为时间轴,对频谱图进行积分。如此, 获得该第二状态序列的频域特征xf enAmong them, E represents the signal energy, x(t) represents the signal time threshold, and X(f) represents the signal frequency threshold. Therefore, in this embodiment, the data processing device first obtains the spectrogram of the second state sequence through a Fast Fourier Transform (FFT) method, and then takes the frequency axis of the spectrogram as the time axis to integrate the spectrogram. In this way, the frequency domain feature xf en of the second state sequence is obtained.
时频域特征:Time-frequency domain features:
该数据处理设备利用EMD(Empirical Mode Decomposition,经验模态分解)方法和STFT(short-time Fourier Transform,短时傅里叶变换)方法对第二状态序列进行时频分析,获得该时频域特征。The data processing equipment uses EMD (Empirical Mode Decomposition, empirical mode decomposition) method and STFT (short-time Fourier Transform, short-time Fourier transform) method to perform time-frequency analysis on the second state sequence, and obtain the time-frequency domain characteristics .
首先,该数据处理设备通过EMD方法得到第二状态序列与目标部件故障相关性的n个IMF(Intrinsic Mode Function,本征模函数);然后,通过EMD方法对筛选的n个IMF分别取能量、方差、偏度指标和峰度指标4类特征值,最后,利用STFT方法得到瞬时频率的标准差、瞬时频率的信噪比2类特征值。First, the data processing device obtains n IMFs (Intrinsic Mode Function, intrinsic mode function) of the correlation between the second state sequence and the fault of the target component by the EMD method; then, the energy, energy, and The four types of eigenvalues are variance, skewness index and kurtosis index. Finally, the standard deviation of instantaneous frequency and the signal-to-noise ratio of instantaneous frequency are obtained by using the STFT method.
将上述特征值进行拼接,得到4n+2维的时频域特征向量F tf,相应的表达式为: The above eigenvalues are concatenated to obtain a 4n+2-dimensional time-frequency domain eigenvector F tf , and the corresponding expression is:
Figure PCTCN2021131934-appb-000015
Figure PCTCN2021131934-appb-000015
式中,
Figure PCTCN2021131934-appb-000016
表示n个IMF的能量,
Figure PCTCN2021131934-appb-000017
表示n个IMF的方差,
Figure PCTCN2021131934-appb-000018
标识n个IMF偏度指标,
Figure PCTCN2021131934-appb-000019
表示n个IMF的峰度指标,σ std瞬时频率的标准差,SNR表示瞬时频率的信噪比。
In the formula,
Figure PCTCN2021131934-appb-000016
represents the energy of n IMFs,
Figure PCTCN2021131934-appb-000017
Indicates the variance of n IMFs,
Figure PCTCN2021131934-appb-000018
Identify n IMF skewness indicators,
Figure PCTCN2021131934-appb-000019
Indicates the kurtosis index of n IMFs, σ std is the standard deviation of the instantaneous frequency, and SNR indicates the signal-to-noise ratio of the instantaneous frequency.
步骤S109,将第一待重构特征与第二待重构特征的拼接特征输入到第二解码器进行重构,获得第二状态序列的重构序列。Step S109 , input the concatenated features of the first feature to be reconstructed and the second feature to be reconstructed into the second decoder for reconstruction to obtain a reconstructed sequence of the second state sequence.
如图5所示,为第二检测模型一种可能的结构示意图。该数据处理设备将第二状态序列输入到LSTM编码网络以及PCA模型,获得第一待重构特征;将上述时域特征、频域特征以及时频域特征作为第二待重构特征;将第一待重构特征与第二待重构特征输入到LSTM解码网络,获得第二状态序列的重构序列。As shown in FIG. 5 , it is a schematic diagram of a possible structure of the second detection model. The data processing device inputs the second state sequence to the LSTM encoding network and the PCA model to obtain the first feature to be reconstructed; the above-mentioned time domain feature, frequency domain feature and time-frequency domain feature are used as the second feature to be reconstructed; A feature to be reconstructed and a second feature to be reconstructed are input to the LSTM decoding network to obtain a reconstructed sequence of the second state sequence.
步骤S110,根据第二状态序列与重构序列之间的差异,确定目标部件的健康状态。Step S110, according to the difference between the second state sequence and the reconstruction sequence, determine the health state of the target component.
需要说明的是,与第一检测模型类似,第二检测模型同样事先通过目标部件正常工作时的样本状态序列进行训练获得,因此,假定该目标设备未发生异常,第二检测模型则能够将第二状态序列进行重构,使得第二状态序列与重构序列之间的第二均方误差不大于第二阈值;反之,若目标部件发生异常,第二检测模型则难以将第二状态序列进行重构;使得第二状态序列与重构序列之间的第二均方误差大于第二阈值。It should be noted that, similar to the first detection model, the second detection model is also trained in advance through the sample state sequence of the target component when it works normally. Therefore, assuming that the target device is not abnormal, the second detection model can use the first The second state sequence is reconstructed so that the second mean square error between the second state sequence and the reconstructed sequence is not greater than the second threshold; on the contrary, if the target component is abnormal, it is difficult for the second detection model to carry out the second state sequence Reconstructing; making a second mean square error between the second state sequence and the reconstructed sequence greater than a second threshold.
此外,上述第一检测模型与第二检测模型相互互补,任意一个检测模型检测到异常, 均视为待检测设备发生异常。In addition, the above-mentioned first detection model and the second detection model are complementary to each other, and any abnormality detected by any one of the detection models is regarded as an abnormality in the device to be detected.
本实施例中,还考虑到误差因素的影响,提供有第二阈值的阈值范围以提高容错能力,表达式如下:In this embodiment, the influence of the error factor is also considered, and a threshold range with a second threshold is provided to improve the fault tolerance, and the expression is as follows:
Figure PCTCN2021131934-appb-000020
Figure PCTCN2021131934-appb-000020
式中,X表示样本状态序列,
Figure PCTCN2021131934-appb-000021
表示样本状态序列的重构序列,
Figure PCTCN2021131934-appb-000022
表示两者之的均值方差,
Figure PCTCN2021131934-appb-000023
表示两者之间的标准差,
Figure PCTCN2021131934-appb-000024
表示第二阈值的范围。当第二状态序列与重构序列之间的均方误差位于该范围内,则目标部件正常,反之异常。
In the formula, X represents the sample state sequence,
Figure PCTCN2021131934-appb-000021
represents the reconstructed sequence of sample state sequences,
Figure PCTCN2021131934-appb-000022
represents the mean variance between the two,
Figure PCTCN2021131934-appb-000023
represents the standard deviation between the two,
Figure PCTCN2021131934-appb-000024
Indicates the range of the second threshold. When the mean square error between the second state sequence and the reconstructed sequence is within the range, the target component is normal, otherwise it is abnormal.
并且当检测到目标部件发生异常时,则通过以下表达式计算发生异常时异常分数
Figure PCTCN2021131934-appb-000025
用于衡量异常的严重程度:
And when an abnormality occurs in the target component is detected, the abnormality score when an abnormality occurs is calculated by the following expression
Figure PCTCN2021131934-appb-000025
Used to measure the severity of anomalies:
Figure PCTCN2021131934-appb-000026
Figure PCTCN2021131934-appb-000026
式中,
Figure PCTCN2021131934-appb-000027
表示第二状态序列与重构序列之间的均方误差,
Figure PCTCN2021131934-appb-000028
为符号函数,当
Figure PCTCN2021131934-appb-000029
小于0时,该函数的值为1,当
Figure PCTCN2021131934-appb-000030
等于0时,该函数的值为0,当
Figure PCTCN2021131934-appb-000031
大于0时,该函数的值为1。
In the formula,
Figure PCTCN2021131934-appb-000027
Indicates the mean square error between the second state sequence and the reconstructed sequence,
Figure PCTCN2021131934-appb-000028
is a symbolic function, when
Figure PCTCN2021131934-appb-000029
When it is less than 0, the value of this function is 1, when
Figure PCTCN2021131934-appb-000030
When equal to 0, the value of the function is 0, when
Figure PCTCN2021131934-appb-000031
When greater than 0, the function evaluates to 1.
基于与设备状态检测方法相同的发明构思,本实施例还提供该方法的相关装置。Based on the same inventive concept as the device status detection method, this embodiment also provides related devices of the method.
本实施例还可以提供一种设备状态检测装置,应用于数据处理设备其中,设备状态检测装置可以包括至少一个可以软件形式存储于存储器中的功能模块。如图6所示,从功能上划分,设备状态检测装置可以包括:This embodiment may also provide a device state detection device, which is applied to a data processing device. The device state detection device may include at least one functional module that can be stored in a memory in the form of software. As shown in Figure 6, from the functional division, the device status detection device may include:
特征获取模块201,配置成用于获取待检测设备的多个状态特征集,多个状态特征集具有预设顺序,每个状态特征集具有待检测设备多个部件各自的状态信息。The feature acquisition module 201 is configured to acquire multiple state feature sets of the device to be detected, the multiple state feature sets have a preset order, and each state feature set has status information of multiple components of the device to be detected.
本实施例中,该特征获取模块201配置成用于实现图2中的步骤S101,关于该特征获取模块201的详细描述,可以参见步骤S101的详细描述。In this embodiment, the feature acquisition module 201 is configured to implement step S101 in FIG. 2 . For a detailed description of the feature acquisition module 201 , refer to the detailed description of step S101 .
特征提取模块202,配置成用于通过第一编码器从空间维度对多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,其中,多个编码序列分别对应不同的循环神经网络,每个编码序列包括具有预设顺序的多个编码特征,多个编码特征分别对应不同的状态特征集。The feature extraction module 202 is configured to perform feature extraction on multiple state feature sets from the spatial dimension through the first encoder to obtain multiple encoding sequences with different feature scales, wherein the multiple encoding sequences correspond to different cycles In the neural network, each encoding sequence includes multiple encoding features with a preset order, and the multiple encoding features correspond to different state feature sets.
特征提取模块202,还配置成用于针对每个编码序列,通过对应的循环神经网络从时间维度对编码序列进行特征提取,获得待重构序列,其中,待重构序列包括多个待重构特征,多个待重构特征分别对应不同的状态特征集。The feature extraction module 202 is further configured to perform feature extraction on the encoded sequence from the time dimension through the corresponding cyclic neural network for each encoded sequence to obtain the sequence to be reconstructed, wherein the sequence to be reconstructed includes a plurality of Features, multiple features to be reconstructed correspond to different state feature sets.
本实施例中,该特征提取模块202配置成用于实现图2中的步骤S102-S103,关于该特征提取模块202的详细描述,可以参见步骤S102-S103的详细描述。In this embodiment, the feature extraction module 202 is configured to implement steps S102-S103 in FIG. 2 . For a detailed description of the feature extraction module 202, refer to the detailed description of steps S102-S103.
特征重构模块203,配置成用于针对每个状态特征集,将状态特征集全部的待重构特征输入到第一解码器进行重构,获得状态特征集的重构特征集。The feature reconstruction module 203 is configured to, for each state feature set, input all features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain a reconstructed feature set of the state feature set.
本实施例中,该特征重构模块203配置成用于实现图2中的步骤S104,关于该特征重构模块203的详细描述,可以参见步骤S104的详细描述。In this embodiment, the feature reconstruction module 203 is configured to implement step S104 in FIG. 2 . For a detailed description of the feature reconstruction module 203 , refer to the detailed description of step S104 .
状态检测模块204,配置成用于根据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态。The state detection module 204 is configured to determine the health state of the device to be detected according to the difference between the multiple state feature sets and the respective reconstructed feature sets.
本实施例中,该状态检测模块204配置成用于实现图2中的步骤S105,关于该状态检测模块204的详细描述,可以参见步骤S105的详细描述。In this embodiment, the state detection module 204 is configured to implement step S105 in FIG. 2 . For a detailed description of the state detection module 204 , refer to the detailed description of step S105 .
需要说明的是,该设备状态检测装置还可以包括其他软件功能模块,用于实现设备状态检测方法的其他步骤或者子步骤;当然,上述特征获取模块201、特征提取模块202、特征重构模块203以及状态检测模块204还同样可以用于实现设备状态检测方法的其他步骤或者子步骤;本领域技术人员可以依据不同的模块划分标准进行适当调整,本实施例不做具体的限定。It should be noted that the device status detection device may also include other software function modules for implementing other steps or sub-steps of the device status detection method; of course, the above-mentioned feature acquisition module 201, feature extraction module 202, feature reconstruction module 203 And the state detection module 204 can also be used to implement other steps or sub-steps of the device state detection method; those skilled in the art can make appropriate adjustments according to different module division standards, which are not specifically limited in this embodiment.
本实施例还可以提供一种数据处理设备,数据处理设备可以包括处理器以及存储器,存储器存储有计算机程序,计算机程序被处理器执行时,实现所述的设备状态检测方法。This embodiment may also provide a data processing device. The data processing device may include a processor and a memory, and the memory stores a computer program. When the computer program is executed by the processor, the device state detection method is implemented.
本实施例还可以提供一种计算机存储介质,计算机存储介质可以存储有计算机程序,计算机程序被处理器执行时,实现所述的设备状态检测方法。This embodiment may also provide a computer storage medium, where a computer program may be stored in the computer storage medium, and when the computer program is executed by a processor, the device status detection method described above may be implemented.
综上所述,本申请实施例提供的设备状态检测方法及相关装置中,数据处理设备将自编码器与多个循环神经网络相结合,通过自编码器将待检测设备的多个状态特征集分别进行重构,并依据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态;由于该自编码器的待重构特征由多个循环神经网络对不同特征尺度的多个编码序列分别进行特征发掘获得,因此,能够充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息,以达到提高检测精度的目的。To sum up, in the device state detection method and related devices provided by the embodiment of the present application, the data processing device combines the autoencoder with multiple recurrent neural networks, and uses the autoencoder to combine multiple state feature sets of the device to be detected Reconstruct separately, and determine the health status of the device to be detected according to the difference between multiple state feature sets and their respective reconstructed feature sets; since the features to be reconstructed of the autoencoder are analyzed by multiple cyclic neural networks for different features Multiple coding sequences of the scale are obtained by feature mining respectively. Therefore, the information related to the health status of the equipment contained in the equipment status sequence can be fully explored to achieve the purpose of improving the detection accuracy.
在本申请所提供的实施例中,应该理解到,所揭露的装置和方法,也可以通过其它的方式实现。以上所描述的装置实施例仅仅是示意性的,例如,附图中的流程图和框图显示了根据本申请的多个实施例的装置、方法和计算机程序产品的可能实现的体系架构、功能 和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现方式中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或动作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。In the embodiments provided in this application, it should be understood that the disclosed devices and methods may also be implemented in other ways. The device embodiments described above are only illustrative. For example, the flowcharts and block diagrams in the accompanying drawings show the architecture, functions and possible implementations of devices, methods and computer program products according to multiple embodiments of the present application. operate. In this regard, each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions. It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved. It should also be noted that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented by a dedicated hardware-based system that performs the specified function or action , or may be implemented by a combination of dedicated hardware and computer instructions.
另外,在本申请各个实施例中的各功能模块可以集成在一起形成一个独立的部分,也可以是各个模块单独存在,也可以两个或两个以上模块集成形成一个独立的部分。In addition, each functional module in each embodiment of the present application may be integrated to form an independent part, each module may exist independently, or two or more modules may be integrated to form an independent part.
所述功能如果以软件功能模块的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。If the functions are implemented in the form of software function modules and sold or used as independent products, they can be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. .
以上所述,仅为本申请的各种实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应所述以权利要求的保护范围为准。The above are just various implementations of the present application, but the scope of protection of the present application is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present application. All should be covered within the scope of protection of this application. Therefore, the protection scope of the present application should be based on the protection scope of the claims.
工业实用性Industrial Applicability
本申请公开了设备状态检测方法及相关装置,数据处理设备将自编码器与多个循环神经网络相结合,通过自编码器将待检测设备的多个状态特征集分别进行重构,并依据多个状态特征集与各自重构特征集之间的差异,确定待检测设备的健康状态;由于该自编码器的待重构特征由多个循环神经网络对不同特征尺度的多个编码序列分别进行特征发掘获得,因此,能够充分发掘设备状态序列中蕴藏的与设备健康状态相关的信息,以达到提高检测精度的目的。This application discloses a device state detection method and related devices. The data processing device combines an autoencoder with multiple cyclic neural networks, and reconstructs multiple state feature sets of the device to be detected through the autoencoder, and according to multiple The difference between each state feature set and their respective reconstruction feature sets determines the health status of the device to be detected; since the features to be reconstructed of the autoencoder are respectively processed by multiple cyclic neural networks for multiple encoding sequences of different feature scales Therefore, the information related to the health status of the equipment contained in the equipment status sequence can be fully explored to achieve the purpose of improving the detection accuracy.
此外,可以理解的是,本申请的设备状态检测方法及相关装置是可以重现的,并且可以应用在多种工业应用中。例如,本申请的设备状态检测方法可以应用于各种数据处理设备。In addition, it can be understood that the device status detection method and related devices of the present application are reproducible and can be applied in various industrial applications. For example, the device state detection method of the present application can be applied to various data processing devices.

Claims (10)

  1. 一种设备状态检测方法,其特征在于,应用于数据处理设备,所述数据处理设备配置有第一检测模型,所述第一检测模型包括第一编码器、第一解码器以及多个循环神经网络,所述方法包括:A device state detection method, characterized in that it is applied to a data processing device, the data processing device is configured with a first detection model, and the first detection model includes a first encoder, a first decoder, and a plurality of cyclic neurons network, the method comprising:
    获取待检测设备的多个状态特征集,所述多个状态特征集具有预设顺序,每个所述状态特征集具有所述待检测设备多个部件各自的状态信息;Acquiring a plurality of state feature sets of the device to be detected, the plurality of state feature sets having a preset order, each of the state feature sets having respective state information of a plurality of components of the device to be detected;
    通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,其中,所述多个编码序列分别对应不同的循环神经网络,每个所述编码序列包括具有所述预设顺序的多个编码特征,所述多个编码特征分别对应不同的所述状态特征集;Using the first encoder to perform feature extraction on the plurality of state feature sets from the spatial dimension to obtain a plurality of encoding sequences with different feature scales, wherein the plurality of encoding sequences correspond to different cyclic neural networks respectively, Each of the encoding sequences includes a plurality of encoding features in the preset order, and the plurality of encoding features respectively correspond to different sets of the state features;
    针对每个所述编码序列,通过对应的所述循环神经网络从时间维度对所述编码序列进行特征提取,获得待重构序列,其中,所述待重构序列包括多个待重构特征,所述多个待重构特征分别对应不同的所述状态特征集;For each of the coded sequences, feature extraction is performed on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the sequence to be reconstructed includes a plurality of features to be reconstructed, The plurality of features to be reconstructed respectively correspond to different sets of the state features;
    针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集;For each state feature set, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction to obtain a reconstructed feature set of the state feature set;
    根据所述多个状态特征集与各自重构特征集之间的差异,确定所述待检测设备的健康状态。The health state of the device to be detected is determined according to the difference between the plurality of state feature sets and the respective reconstructed feature sets.
  2. 根据权利要求1所述的设备状态检测方法,其特征在于,所述第一编码器包括多个卷积层,通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,包括:The device state detection method according to claim 1, wherein the first encoder includes a plurality of convolutional layers, and the plurality of state feature sets are respectively characterized from the spatial dimension by the first encoder Extraction, to obtain multiple coded sequences with different feature scales, including:
    针对每个所述状态特征集,通过所述多个卷积层依次对所述状态特征集进行特征提取,获得所述状态特征集的多个编码特征,其中,所述状态特征集的多个编码特征分别具有不同的特征尺度,且分别获取自不同的所述卷积层;For each state feature set, feature extraction is performed sequentially on the state feature set through the plurality of convolutional layers to obtain a plurality of coding features of the state feature set, wherein the plurality of state feature sets The coding features respectively have different feature scales and are respectively obtained from different convolutional layers;
    将所述多个状态特征集各自的编码特征按照特征尺度进行分类,获得所述多个编码序列。Classify the respective coding features of the multiple state feature sets according to feature scales to obtain the multiple coding sequences.
  3. 根据权利要求1或2所述的设备状态检测方法,其特征在于,所述第一解码器包括与所述多个循环神经网络分别对应的多个反卷积层,所述针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集,包括:The device state detection method according to claim 1 or 2, wherein the first decoder includes a plurality of deconvolution layers respectively corresponding to the plurality of cyclic neural networks, and for each of the A state feature set, inputting all features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtaining a reconstructed feature set of the state feature set, including:
    根据所述多个循环神经网络与所述多个反卷积层之间的对应关系,将所述状态特征集全部的待重构特征分别输入到对应的反卷积层进行重构,获得所述状态特征集的重构特征 集。According to the corresponding relationship between the plurality of cyclic neural networks and the plurality of deconvolution layers, all the features to be reconstructed in the state feature set are respectively input to the corresponding deconvolution layers for reconstruction, and the obtained The reconstructed feature set of the state feature set.
  4. 根据权利要求1至3中的任一项所述的设备状态检测方法,其特征在于,所述获取待检测设备的多个状态特征集,包括:The device state detection method according to any one of claims 1 to 3, wherein said obtaining multiple state feature sets of the device to be detected comprises:
    获取所述待检测设备的第一状态序列,其中,所述第一状态序列包括所述待检测设备多个部件各自的状态数据;Acquiring a first state sequence of the device to be tested, wherein the first state sequence includes state data of a plurality of components of the device to be tested;
    将所述第一状态序列拆分成多个数据片段;splitting the first state sequence into a plurality of data segments;
    针对每个所述数据片段,获取所述数据片段的协方差矩阵;For each of the data segments, obtain the covariance matrix of the data segments;
    将全部所述数据片段的协方差矩阵,作为所述待检测设备的多个状态特征集。The covariance matrix of all the data segments is used as a plurality of state feature sets of the device to be detected.
  5. 根据权利要求1至4中的任一项所述的设备状态检测方法,其特征在于,所述根据所述多个状态特征集与各自重构特征集之间的差异,确定所述待检测设备的健康状态,包括:The device state detection method according to any one of claims 1 to 4, wherein the device to be detected is determined according to the difference between the plurality of state feature sets and their respective reconstruction feature sets health status, including:
    获取所述多个状态特征集与各自重构特征集之间的第一均方误差;Obtaining the first mean square error between the plurality of state feature sets and the respective reconstruction feature sets;
    若所述第一均方误差大于第一阈值,则所述待检测设备存在异常。If the first mean square error is greater than a first threshold, there is an abnormality in the device to be detected.
  6. 根据权利要求1至5中的任一项所述的设备状态检测方法,其特征在于,所述数据处理设备还配置有目标部件的第二检测模型,所述第二检测模型包括第二编码器以及第二解码器,所述方法还包括:The device state detection method according to any one of claims 1 to 5, wherein the data processing device is further configured with a second detection model of the target component, and the second detection model includes a second encoder and a second decoder, the method further comprising:
    获取所述目标部件的第二状态序列,其中,所述第二状态序列包括所述目标部件的状态数据;obtaining a second state sequence of the target component, wherein the second state sequence includes state data of the target component;
    通过所述第二编码器对所述第二状态序列进行特征提取,获得第一待重构特征;performing feature extraction on the second state sequence by the second encoder to obtain first features to be reconstructed;
    获取所述第二状态序列的第二待重构特征,其中所述第二待重构特征包括所述第二状态序列的时域特征、频域特征以及时频域特征中的一种或者其组合;Acquiring the second features to be reconstructed of the second state sequence, wherein the second features to be reconstructed include one of time domain features, frequency domain features and time-frequency domain features of the second state sequence or combination;
    将所述第一待重构特征与所述第二待重构特征的拼接特征输入到所述第二解码器进行重构,获得所述第二状态序列的重构序列;inputting the concatenated features of the first feature to be reconstructed and the second feature to be reconstructed into the second decoder for reconstruction to obtain a reconstruction sequence of the second state sequence;
    根据所述第二状态序列与所述重构序列之间的差异,确定所述目标部件的健康状态。A health state of the target component is determined based on a difference between the second state sequence and the reconstructed sequence.
  7. 根据权利要求6所述的设备状态检测方法,其特征在于,所述根据所述第二状态序列与所述重构序列之间的差异,确定所述目标部件的健康状态,包括:The device state detection method according to claim 6, wherein the determining the health state of the target component according to the difference between the second state sequence and the reconstruction sequence comprises:
    获取所述第二状态序列与所述重构序列之间的第二均方误差;obtaining a second mean square error between the second state sequence and the reconstructed sequence;
    若所述第二均方误差大于第二阈值,则所述目标部件存在异常。If the second mean square error is greater than a second threshold, there is an abnormality in the target component.
  8. 一种设备状态检测装置,其特征在于,应用于数据处理设备,所述数据处理设备配置有第一检测模型,所述第一检测模型包括第一编码器、第一解码器以及多个循环神经网络,所述设备状态检测装置包括:A device state detection device, characterized in that it is applied to a data processing device, and the data processing device is configured with a first detection model, and the first detection model includes a first encoder, a first decoder, and a plurality of cyclic neurons network, the device status detection device includes:
    特征获取模块,配置成用于获取待检测设备的多个状态特征集,所述多个状态特征集 具有预设顺序,每个所述状态特征集具有所述待检测设备多个部件各自的状态信息;A feature acquisition module configured to acquire a plurality of state feature sets of the device to be detected, the plurality of state feature sets having a preset order, each of the state feature sets having respective states of a plurality of components of the device to be detected information;
    特征提取模块,配置成用于通过所述第一编码器从空间维度对所述多个状态特征集分别进行特征提取,获得具有不同特征尺度的多个编码序列,其中,所述多个编码序列分别对应不同的循环神经网络,每个所述编码序列包括具有所述预设顺序的多个编码特征,所述多个编码特征分别对应不同的所述状态特征集;The feature extraction module is configured to perform feature extraction on the plurality of state feature sets from the spatial dimension through the first encoder to obtain a plurality of encoding sequences with different feature scales, wherein the plurality of encoding sequences Corresponding to different recurrent neural networks, each of the encoding sequences includes a plurality of encoding features in the preset order, and the plurality of encoding features respectively correspond to different sets of the state features;
    所述特征提取模块,还配置成用于针对每个所述编码序列,通过对应的所述循环神经网络从时间维度对所述编码序列进行特征提取,获得待重构序列,其中,所述待重构序列包括多个待重构特征,所述多个待重构特征分别对应不同的所述状态特征集;The feature extraction module is further configured to, for each of the coded sequences, perform feature extraction on the coded sequence from the time dimension through the corresponding cyclic neural network to obtain a sequence to be reconstructed, wherein the to-be-reconstructed sequence The reconstruction sequence includes a plurality of features to be reconstructed, and the plurality of features to be reconstructed respectively correspond to different sets of state features;
    特征重构模块,配置成用于针对每个所述状态特征集,将所述状态特征集全部的待重构特征输入到所述第一解码器进行重构,获得所述状态特征集的重构特征集;The feature reconstruction module is configured to, for each of the state feature sets, input all the features to be reconstructed in the state feature set to the first decoder for reconstruction, and obtain the reconstruction of the state feature set Construct feature set;
    状态检测模块,配置成用于根据所述多个状态特征集与各自重构特征集之间的差异,确定所述待检测设备的健康状态。A state detection module configured to determine the health state of the device to be detected according to the difference between the plurality of state feature sets and the respective reconstructed feature sets.
  9. 一种数据处理设备,其特征在于,所述数据处理设备包括处理器以及存储器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,实现权利要求1至7中的任意一项所述的设备状态检测方法。A data processing device, characterized in that the data processing device includes a processor and a memory, the memory stores a computer program, and when the computer program is executed by the processor, any one of claims 1 to 7 is realized. A device state detection method described in one item.
  10. 一种计算机存储介质,其特征在于,所述计算机存储介质存储有计算机程序,所述计算机程序被处理器执行时,实现权利要求1至7中的任意一项所述的设备状态检测方法。A computer storage medium, characterized in that the computer storage medium stores a computer program, and when the computer program is executed by a processor, the device state detection method according to any one of claims 1 to 7 is implemented.
PCT/CN2021/131934 2021-09-06 2021-11-19 Device state detection method and related apparatus WO2023029229A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111035618.8A CN113469300B (en) 2021-09-06 2021-09-06 Equipment state detection method and related device
CN202111035618.8 2021-09-06

Publications (1)

Publication Number Publication Date
WO2023029229A1 true WO2023029229A1 (en) 2023-03-09

Family

ID=77867475

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/131934 WO2023029229A1 (en) 2021-09-06 2021-11-19 Device state detection method and related apparatus

Country Status (2)

Country Link
CN (1) CN113469300B (en)
WO (1) WO2023029229A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113657628A (en) * 2021-08-20 2021-11-16 武汉霖汐科技有限公司 Industrial equipment monitoring method and system, electronic equipment and storage medium
CN113469300B (en) * 2021-09-06 2021-12-07 北京航空航天大学杭州创新研究院 Equipment state detection method and related device
CN114298443B (en) * 2022-03-03 2022-06-14 北京航空航天大学杭州创新研究院 Industrial equipment predictive maintenance method and device based on health state index and electronic equipment
CN115270165B (en) * 2022-09-28 2022-12-13 南通佳茂霖智能科技有限公司 Information management method for engineering survey

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200176004A1 (en) * 2018-11-30 2020-06-04 Google Llc Speech coding using auto-regressive generative neural networks
CN111738781A (en) * 2020-07-31 2020-10-02 支付宝(杭州)信息技术有限公司 Deep learning model and method for predicting flow data thereof
CN113067754A (en) * 2021-04-13 2021-07-02 南京航空航天大学 Semi-supervised time series anomaly detection method and system
CN113469300A (en) * 2021-09-06 2021-10-01 北京航空航天大学杭州创新研究院 Equipment state detection method and related device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210065059A1 (en) * 2019-08-27 2021-03-04 Nec Laboratories America, Inc. Monitoring computing system status by implementing a deep unsupervised binary coding network
CN112179691B (en) * 2020-09-04 2021-07-13 西安交通大学 Mechanical equipment running state abnormity detection system and method based on counterstudy strategy
CN112461537B (en) * 2020-10-16 2022-06-17 浙江工业大学 Wind power gear box state monitoring method based on long-time and short-time neural network and automatic coding machine
CN112462261B (en) * 2020-11-25 2022-09-20 创新奇智(广州)科技有限公司 Motor abnormality detection method and device, electronic equipment and storage medium
CN112633476B (en) * 2020-12-24 2023-09-22 东北大学 Engine state monitoring method, system, equipment and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200176004A1 (en) * 2018-11-30 2020-06-04 Google Llc Speech coding using auto-regressive generative neural networks
CN111738781A (en) * 2020-07-31 2020-10-02 支付宝(杭州)信息技术有限公司 Deep learning model and method for predicting flow data thereof
CN113067754A (en) * 2021-04-13 2021-07-02 南京航空航天大学 Semi-supervised time series anomaly detection method and system
CN113469300A (en) * 2021-09-06 2021-10-01 北京航空航天大学杭州创新研究院 Equipment state detection method and related device

Also Published As

Publication number Publication date
CN113469300B (en) 2021-12-07
CN113469300A (en) 2021-10-01

Similar Documents

Publication Publication Date Title
WO2023029229A1 (en) Device state detection method and related apparatus
Sinitsin et al. Intelligent bearing fault diagnosis method combining mixed input and hybrid CNN-MLP model
US11067501B2 (en) Fabric validation using spectral measurement
Aydin et al. An approach for automated fault diagnosis based on a fuzzy decision tree and boundary analysis of a reconstructed phase space
CN111562108A (en) Rolling bearing intelligent fault diagnosis method based on CNN and FCMC
CN112416643A (en) Unsupervised anomaly detection method and unsupervised anomaly detection device
CN111060337B (en) Running equipment real-time fault diagnosis method based on expert system
CN108435819B (en) Energy consumption abnormity detection method for aluminum profile extruder
CN110263767A (en) In conjunction with the intelligent Rotating Shaft Fault method of compressed data acquisition and deep learning
CN114297947B (en) Data-driven wind power system twinning method and system based on deep learning network
CN115015683B (en) Cable production performance test method, device, equipment and storage medium
CN110333078B (en) Rolling bearing degradation state stage determination method
CN112416662A (en) Multi-time series data anomaly detection method and device
Lyu et al. Abnormal events detection based on RP and inception network using distributed optical fiber perimeter system
Poh et al. LSTM and HMM comparison for home activity anomaly detection
Zhang et al. A bearing fault diagnosis method based on multiscale dispersion entropy and GG clustering
Lee et al. MPdist-based missing data imputation for supporting big data analyses in IoT-based applications
CN116956215A (en) Fault diagnosis method and system for transmission system
CN112633368B (en) Flat vibration motor defect detection system and method based on improved multi-granularity cascade forest
Song et al. Fault diagnosis and process monitoring using a statistical pattern framework based on a self-organizing map
CN116541771A (en) Unbalanced sample bearing fault diagnosis method based on multi-scale feature fusion
CN115310499B (en) Industrial equipment fault diagnosis system and method based on data fusion
CN116167008A (en) Abnormal positioning method for internet of things sensing cloud data center based on data enhancement
CN115015120B (en) Fourier infrared spectrometer and temperature drift online correction method thereof
CN105559789B (en) Fall detection system and method

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE