WO2023097774A1 - Method and system for generating fault data of industrial robot, terminal, and storage medium - Google Patents

Method and system for generating fault data of industrial robot, terminal, and storage medium Download PDF

Info

Publication number
WO2023097774A1
WO2023097774A1 PCT/CN2021/137927 CN2021137927W WO2023097774A1 WO 2023097774 A1 WO2023097774 A1 WO 2023097774A1 CN 2021137927 W CN2021137927 W CN 2021137927W WO 2023097774 A1 WO2023097774 A1 WO 2023097774A1
Authority
WO
WIPO (PCT)
Prior art keywords
fault data
industrial robot
real
discriminator
generating
Prior art date
Application number
PCT/CN2021/137927
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 WO2023097774A1 publication Critical patent/WO2023097774A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • 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
    • 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 application belongs to the technical field of mechanical engineering, and in particular relates to a method, system, terminal and storage medium for generating fault data of an industrial robot.
  • Fault diagnosis technology studies the response of changes in machine or unit operating status in diagnostic information.
  • most of the fault data obtained from industrial robots belong to the data under normal working conditions, and there are only a small amount of fault precursor data.
  • the effective and available fault data of industrial robots is very scarce, which will greatly affect the training of deep neural networks.
  • the obtained industrial robot fault diagnosis model cannot be practically applied due to weak generalization ability and insufficient expression ability.
  • transfer learning Most of the existing fault data generation technologies use transfer learning or conventional generative adversarial networks for data generation.
  • transfer learning is usually only suitable for processing limited small data sets, and the "knowledge" in other fields is not necessarily feasible in a specific field.
  • Conventional generative adversarial networks use the generator and the discriminator to learn against each other for training, and there is a large distribution difference between the generated fault data and the actual fault data.
  • the present application provides a method, system, terminal and storage medium for generating fault data of industrial robots, aiming to solve one of the above-mentioned technical problems in the prior art at least to a certain extent.
  • a method for generating fault data of an industrial robot comprising:
  • the real fault data set is input into the conditional confrontation generation network for training, and the trained generation confrontation model is obtained;
  • the technical solution adopted in the embodiment of the present application further includes: the generating the real fault data set together with the real fault data using the category label as condition information includes:
  • the training of the real fault data set input condition against the generation network includes:
  • the real fault data and condition information are input into the generator of the confrontation generating network for training, and the simulated fault data of different categories are generated by the generator;
  • the simulated fault data and condition information are input into a discriminator for training, and the discriminator outputs a discrimination result.
  • the technical solution adopted in the embodiment of the present application also includes: the training of the real fault data set into the conditional adversarial generation network further includes:
  • the generator is updated by stochastic gradient descent method, and the generator is retrained.
  • the technical solution adopted in the embodiment of the present application also includes: the update of the discriminator by using the stochastic gradient descent method is specifically:
  • the discriminator is updated by adding stochastic gradients.
  • the technical solution adopted in the embodiment of the present application also includes: the update of the generator using the stochastic gradient descent method is specifically:
  • the generator is updated by subtracting the stochastic gradient.
  • the loss function of the conditional confrontation generation network is:
  • D represents the discriminator
  • G represents the generator
  • y represents the conditional information
  • y) represents the conditional information and the noise signal is input into the generator G together
  • y))) represents the generator
  • the simulated fault data generated by G is then output to the discriminator D to determine the authenticity
  • y) represents the real fault data x and the condition information y are input to the discriminator D to determine the authenticity
  • log is logarithm.
  • an industrial robot fault data generation system including:
  • Data extraction module used to extract the real fault data of the industrial robot, mark the real fault data with a category label according to the fault category, and use the category label as condition information together with the real fault data to generate a real fault data set;
  • Model training module used to input the real fault data set into the conditional confrontation generation network for training to obtain a trained generation confrontation model
  • Data generation module used to generate different types of industrial robot fault data according to the trained generation confrontation model.
  • a terminal includes a processor and a memory coupled to the processor, wherein,
  • the memory stores program instructions for realizing the method for generating fault data of an industrial robot
  • the processor is configured to execute the program instructions stored in the memory to control the generation of industrial robot fault data.
  • a storage medium storing program instructions executable by a processor, and the program instructions are used to execute the method for generating fault data of an industrial robot.
  • the beneficial effect of the embodiment of the present application lies in that the industrial robot fault data generation method, system, terminal and storage medium of the embodiment of the present application mark different types of real fault data with category labels, and use the category labels as
  • the condition information is input into the condition generation confrontation network, so as to control the condition generation confrontation network to generate different types of fault data of the core components of industrial robots, so that the generated data can be controlled, the quality of fault data generation is improved, and the faults of the core components of industrial robots are expanded.
  • the data helps to improve the efficiency of monitoring the operating status of industrial robots and the accuracy of system fault diagnosis.
  • the embodiment of the present application introduces the hyperparameter k, so that the training speed of the discriminator is accelerated, and the training efficiency of the conditional generative adversarial network is higher.
  • Fig. 1 is the flow chart of the industrial robot fault data generating method of the embodiment of the present application
  • Fig. 2 is the structural representation of the industrial robot fault data generating system of the embodiment of the present application
  • FIG. 3 is a schematic diagram of a terminal structure in an embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
  • the industrial robot fault data generation method of the embodiment of the present application uses a conditional confrontation generation network to generate fault data.
  • This method adopts the idea of "game theory” and generates a small amount of The real fault data and fault category labels of the conditional generative confrontation network are used for confrontation training, and finally a powerful generative confrontation model is obtained, and then the fault data similar to the real fault data structure distribution of industrial robots is generated by the generative confrontation model, which solves the problem of industrial robots.
  • the problem of insufficient fault data improves the generalization ability and expression ability of the industrial robot fault diagnosis model, and at the same time enhances the practicability of the industrial robot fault diagnosis model.
  • FIG. 1 is a flowchart of a method for generating fault data of an industrial robot according to an embodiment of the present application.
  • the industrial robot fault data generating method of the embodiment of the present application comprises the following steps:
  • S10 Extract the real fault data of the core components of the industrial robot, classify the real fault data, label each real fault data according to the classification results, and use the category labels as condition information together with the real fault data to generate a real fault data set;
  • the generation process of the real fault data set specifically includes the following steps:
  • S12 classify the real fault data into fault categories, and put a category label on each real fault data in the real fault data set;
  • conditional processing method of the category label is as follows: digitize the category label, for example: name the first type of fault data as 1, the second type of fault data as 2, and so on, so that the real fault data and The label information after conditional processing is input into the conditional confrontation generation network together.
  • S20 Input the real fault data set into the conditional confrontation generation network for training, and use the generator of the conditional confrontation generation network to form a joint hidden layer representation of the input real fault data and condition information, and generate different types of simulated fault data;
  • the generation adversarial loss of the conditional adversarial generation network is a loss function, and the distribution error between the simulated fault data generated by the generator and the marked real fault data is measured through the loss function, and the generator and the discriminator are optimized.
  • the loss function is defined as:
  • D represents the discriminator
  • G represents the generator
  • y represents the conditional information (category label)
  • y) represents the conditional information
  • the noise signal is input into the generator G together
  • y)) ) means that the simulated fault data generated by the generator G is output to the discriminator D to determine the authenticity. Represents the probability that the data comes from real fault data after being judged by the discriminator D, Represents the probability that the data comes from the simulated fault data generated by the random noise generator G after being judged by the discriminator D.
  • the maximum and minimum strategy is selected for network training, so that the ability of the discriminator D to distinguish authenticity becomes stronger and stronger, and the generation quality of the generator G is more and more similar to the real fault data x.
  • the logarithm log is added for the convenience of calculation.
  • the optimizer updates the discriminator by adding stochastic gradients.
  • the optimizer updates the generator by subtracting the stochastic gradient.
  • the hyperparameter k by introducing the hyperparameter k, first train the discriminator k times, and then train the generator once, until the distribution difference between the simulated fault data generated by the generator and the real fault data gradually decreases.
  • the difference in real data makes the distribution difference between the generated fault data output by the network and the real fault data gradually decrease. Updating the discriminator by accelerating training makes the conditional adversarial generative network converge faster.
  • S70 cyclically execute S20 to S60, until the number of training times of the conditional confrontation generation network reaches the preset number of times, and obtain the trained generation confrontation model;
  • S80 Input the random noise and the conditionalized category labels into the trained generative confrontation model, and generate different categories of fault data similar to the real fault data structure distribution of the industrial robot through the generative confrontation model.
  • the industrial robot fault data generation method of the embodiment of the present application labels different categories of real fault data, and inputs the category labels as condition information into the condition generation adversarial network, so as to control the condition generation adversarial network to generate different categories
  • the fault data of core components of industrial robots makes the generated data controllable, improves the quality of fault data generation, expands the fault data of core components of industrial robots, and helps to improve the efficiency of monitoring the operating status of industrial robots and the accuracy of system fault diagnosis .
  • the embodiment of the present application introduces the hyperparameter k, so that the training speed of the discriminator is accelerated, and the training efficiency of the conditional generative adversarial network is higher.
  • FIG. 2 is a schematic structural diagram of an industrial robot fault data generation system according to an embodiment of the present application.
  • the industrial robot fault data generation system 40 of the embodiment of the present application includes:
  • Data extraction module 41 used to extract the real fault data of the industrial robot, mark the real fault data with category labels according to the fault category, and use the category labels as condition information together with the real fault data to generate a real fault data set;
  • Model training module 42 used to input the real fault data set into the conditional confrontation generation network for training, and obtain the trained generation confrontation model
  • Data generating module 43 used to generate different types of industrial robot fault data according to the trained generative confrontation model.
  • FIG. 3 is a schematic diagram of a terminal structure in an embodiment of the present application.
  • the terminal 50 includes a processor 51 and a memory 52 coupled to the processor 51 .
  • the memory 52 stores program instructions for realizing the above-mentioned method for generating fault data of an industrial robot.
  • the processor 51 is used to execute the program instructions stored in the memory 52 to control the generation of industrial robot fault data.
  • the processor 51 may also be referred to as a CPU (Central Processing Unit, central processing unit).
  • the processor 51 may be an integrated circuit chip with signal processing capability.
  • the processor 51 can also be a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components .
  • a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
  • FIG. 4 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
  • the storage medium of the embodiment of the present application stores a program file 61 capable of realizing all the above-mentioned methods, wherein the program file 61 can be stored in the above-mentioned storage medium in the form of a software product, and includes several instructions to make a computer device (which can It is a personal computer, a server, or a network device, etc.) or a processor (processor) that executes all or part of the steps of the methods in various embodiments of the present invention.
  • a computer device which can It is a personal computer, a server, or a network device, etc.
  • processor processor
  • 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. , or terminal devices such as computers, servers, mobile phones, and tablets.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Automation & Control Theory (AREA)
  • Manipulator (AREA)

Abstract

The present application relates to a method and system for generating fault data of an industrial robot, a terminal, and a storage medium. The method comprises: extracting real fault data of an industrial robot, labeling category tags for the real fault data according to fault categories, and using the category tags as condition information and generating a real fault data set together by the condition information and the real fault data; inputting the real fault data set into a conditional adversarial generative network for training to obtain a trained generative adversarial model; and generating different categories of fault data of the industrial robot according to the trained generative adversarial model. Embodiments of the present application improve the quality of fault data generation, expand fault data of a core part of an industrial robot, and facilitate the improvement of the efficiency of industrial robot operation state monitoring and the accuracy of system fault diagnosis.

Description

工业机器人故障数据生成方法、系统、终端以及存储介质Industrial robot fault data generation method, system, terminal and storage medium 技术领域technical field
本申请属于机械工程技术领域,特别涉及一种工业机器人故障数据生成方法、系统、终端以及存储介质。The application belongs to the technical field of mechanical engineering, and in particular relates to a method, system, terminal and storage medium for generating fault data of an industrial robot.
背景技术Background technique
近年来,工业机器人在神经网络、机器视觉等技术的加持下,朝着高度拟人化与智能化方向发展。由于工业机器人可以昼夜不停的高效率生产,保证企业整个产品生产系统的安全、使工业机器人保持高效工作状态也得到了企业与研究人员的普遍重视。对于企业来说,一旦工业机器人的系统发生故障,会导致整条生产线的生产停滞。如果故障机器人得不到及时的维修处理,机器人故障可能会演变成巨大的生产事故,甚至对企业工作人员的生命安全造成威胁。由于机器人故障会造成无法预知的后果,开展工业机器人故障诊断系统的研究,减少企业在处理工业机器人故障所消耗的人力物力资源显得尤为重要。In recent years, with the support of technologies such as neural networks and machine vision, industrial robots have developed towards a highly anthropomorphic and intelligent direction. Because industrial robots can produce efficiently around the clock, ensuring the safety of the entire product production system of an enterprise and keeping industrial robots in an efficient working state has also received widespread attention from enterprises and researchers. For enterprises, once the industrial robot system fails, it will cause the production of the entire production line to stagnate. If the faulty robot is not repaired in time, the robot failure may turn into a huge production accident, and even pose a threat to the life safety of the company's staff. Since robot failure will cause unpredictable consequences, it is particularly important to carry out research on industrial robot fault diagnosis systems and reduce the human and material resources consumed by enterprises in dealing with industrial robot faults.
故障诊断技术研究的是机器或机组运行状态的变化在诊断信息中的反应。然而,从工业机器人得到的故障数据大多数属于正常工况下的数据,仅有少量的故障前兆数据,有效可用的工业机器人故障数据非常稀少,这将在 很大程度上影响深度神经网络的训练效果,导致获得的工业机器人故障诊断模型因泛化能力弱与表达能力不足而无法实际应用。Fault diagnosis technology studies the response of changes in machine or unit operating status in diagnostic information. However, most of the fault data obtained from industrial robots belong to the data under normal working conditions, and there are only a small amount of fault precursor data. The effective and available fault data of industrial robots is very scarce, which will greatly affect the training of deep neural networks. As a result, the obtained industrial robot fault diagnosis model cannot be practically applied due to weak generalization ability and insufficient expression ability.
现有的故障数据生成技术大多都是利用迁移学习或者常规的生成对抗式网络进行数据生成。迁移学习的缺点在于通常只适合于处理有限的小数据集,且其他领域的“知识”在某个特定领域并不一定可行。常规的生成对抗网络利用生成器与判断器相互对抗学习来进行训练,生成的故障数据与实际故障数据存在较大的分布差异。Most of the existing fault data generation technologies use transfer learning or conventional generative adversarial networks for data generation. The disadvantage of transfer learning is that it is usually only suitable for processing limited small data sets, and the "knowledge" in other fields is not necessarily feasible in a specific field. Conventional generative adversarial networks use the generator and the discriminator to learn against each other for training, and there is a large distribution difference between the generated fault data and the actual fault data.
发明内容Contents of the invention
本申请提供了一种工业机器人故障数据生成方法、系统、终端以及存储介质,旨在至少在一定程度上解决现有技术中的上述技术问题之一。The present application provides a method, system, terminal and storage medium for generating fault data of industrial robots, aiming to solve one of the above-mentioned technical problems in the prior art at least to a certain extent.
为了解决上述问题,本申请提供了如下技术方案:In order to solve the above problems, the application provides the following technical solutions:
一种工业机器人故障数据生成方法,包括:A method for generating fault data of an industrial robot, comprising:
提取工业机器人的真实故障数据,根据故障类别为所述真实故障数据标注类别标签,将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集;Extracting the real fault data of the industrial robot, marking the real fault data with a category label according to the fault category, and using the category label as condition information together with the real fault data to generate a real fault data set;
将所述真实故障数据集输入条件对抗生成网络进行训练,得到训练好的生成对抗模型;The real fault data set is input into the conditional confrontation generation network for training, and the trained generation confrontation model is obtained;
根据所述训练好的生成对抗模型生成不同类别的工业机器人故障数据。Generate different types of industrial robot fault data according to the trained generation confrontation model.
本申请实施例采取的技术方案还包括:所述将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集包括:The technical solution adopted in the embodiment of the present application further includes: the generating the real fault data set together with the real fault data using the category label as condition information includes:
对所述真实故障数据进行时频域特征提取,根据提取的特征形成真实故障数据集;Carrying out time-frequency domain feature extraction on the real fault data, and forming a real fault data set according to the extracted features;
对所述真实故障数据进行故障类别分类,并为所述真实故障数据集中的每个真实故障数据打上类别标签;classify the real fault data into fault categories, and put a category label on each real fault data in the real fault data set;
对所述类别标签进行条件化处理,将所述条件化处理后的类别标签作为条件信息和所述真实故障数据组成新的真实故障数据集。Perform conditional processing on the category labels, and use the conditional processed category labels as condition information and the real fault data to form a new real fault data set.
本申请实施例采取的技术方案还包括:所述将所述真实故障数据集输入条件对抗生成网络进行训练包括:The technical solution adopted in the embodiment of the present application also includes: the training of the real fault data set input condition against the generation network includes:
将所述真实故障数据和条件信息输入条件对抗生成网络的生成器进行训练,通过所述生成器生成不同类别的仿真故障数据;The real fault data and condition information are input into the generator of the confrontation generating network for training, and the simulated fault data of different categories are generated by the generator;
将所述仿真故障数据与条件信息一同输入判别器进行训练,通过判别器输出判别结果。The simulated fault data and condition information are input into a discriminator for training, and the discriminator outputs a discrimination result.
本申请实施例采取的技术方案还包括:所述将所述真实故障数据集输入条件对抗生成网络进行训练还包括:The technical solution adopted in the embodiment of the present application also includes: the training of the real fault data set into the conditional adversarial generation network further includes:
采用随机梯度下降法对所述判别器进行更新,并基于超参数k判断所述判别器的训练次数是否达到k次,如果没有达到k次,则再次对所述判别器进行训练;如果达到k次,Using the stochastic gradient descent method to update the discriminator, and judge whether the number of training times of the discriminator reaches k times based on the hyperparameter k, if it does not reach k times, then train the discriminator again; if it reaches k Second-rate,
采用随机梯度下降法对所述生成器进行更新,并重新对所述生成器进行训练。The generator is updated by stochastic gradient descent method, and the generator is retrained.
本申请实施例采取的技术方案还包括:所述采用随机梯度下降法对所述判别器进行更新具体为:The technical solution adopted in the embodiment of the present application also includes: the update of the discriminator by using the stochastic gradient descent method is specifically:
通过加上随机梯度对所述判别器进行更新。The discriminator is updated by adding stochastic gradients.
本申请实施例采取的技术方案还包括:所述采用随机梯度下降法对所述生成器进行更新具体为:The technical solution adopted in the embodiment of the present application also includes: the update of the generator using the stochastic gradient descent method is specifically:
通过减去随机梯度对所述生成器进行更新。The generator is updated by subtracting the stochastic gradient.
本申请实施例采取的技术方案还包括:所述条件对抗生成网络的损失函数为:The technical solution adopted in the embodiment of the present application also includes: the loss function of the conditional confrontation generation network is:
Figure PCTCN2021137927-appb-000001
Figure PCTCN2021137927-appb-000001
其中,D代表判别器,G代表生成器,y代表条件信息,G(z|y)代表条件信息与噪声信号一起输入到生成器G中,D(G(z|y)))代表生成器G生成的仿真故障数据再输出到判别器D中判别真伪,D(x|y)代表真实故障数据x与条件信息y一起输入到判别器D中判别真伪;
Figure PCTCN2021137927-appb-000002
代表经过判别器D判断后该数据来自于真实故障数据的概率,
Figure PCTCN2021137927-appb-000003
代表经过判别器D判断后该数据来自于生成器G生成的仿真故障数据的概率;log为对数。
Among them, D represents the discriminator, G represents the generator, y represents the conditional information, G(z|y) represents the conditional information and the noise signal is input into the generator G together, and D(G(z|y))) represents the generator The simulated fault data generated by G is then output to the discriminator D to determine the authenticity, and D(x|y) represents the real fault data x and the condition information y are input to the discriminator D to determine the authenticity;
Figure PCTCN2021137927-appb-000002
Represents the probability that the data comes from real fault data after being judged by the discriminator D,
Figure PCTCN2021137927-appb-000003
Represents the probability that the data comes from the simulated fault data generated by the generator G after being judged by the discriminator D; log is logarithm.
本申请实施例采取的另一技术方案为:一种工业机器人故障数据生成系统,包括:Another technical solution adopted in the embodiment of the present application is: an industrial robot fault data generation system, including:
数据提取模块:用于提取工业机器人的真实故障数据,根据故障类别为所述真实故障数据标注类别标签,将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集;Data extraction module: used to extract the real fault data of the industrial robot, mark the real fault data with a category label according to the fault category, and use the category label as condition information together with the real fault data to generate a real fault data set;
模型训练模块:用于将所述真实故障数据集输入条件对抗生成网络进行训练,得到训练好的生成对抗模型;Model training module: used to input the real fault data set into the conditional confrontation generation network for training to obtain a trained generation confrontation model;
数据生成模块:用于根据所述训练好的生成对抗模型生成不同类别的工业机器人故障数据。Data generation module: used to generate different types of industrial robot fault data according to the trained generation confrontation model.
本申请实施例采取的又一技术方案为:一种终端,所述终端包括处理器、与所述处理器耦接的存储器,其中,Another technical solution adopted by the embodiment of the present application is: a terminal, the terminal includes a processor and a memory coupled to the processor, wherein,
所述存储器存储有用于实现所述工业机器人故障数据生成方法的程序指令;The memory stores program instructions for realizing the method for generating fault data of an industrial robot;
所述处理器用于执行所述存储器存储的所述程序指令以控制工业机器人故障数据生成。The processor is configured to execute the program instructions stored in the memory to control the generation of industrial robot fault data.
本申请实施例采取的又一技术方案为:一种存储介质,存储有处理器可运行的程序指令,所述程序指令用于执行所述工业机器人故障数据生成方法。Another technical solution adopted in the embodiment of the present application is: a storage medium storing program instructions executable by a processor, and the program instructions are used to execute the method for generating fault data of an industrial robot.
相对于现有技术,本申请实施例产生的有益效果在于:本申请实施例的工业机器人故障数据生成方法、系统、终端以及存储介质通过对不同类别的真实故障数据打上类别标签,将类别标签作为条件信息输入到条件生成对抗网络中,以此控制条件生成对抗网络生成不同类别的工业机器人核心部件故障数据,使得生成数据可控,提高了故障数据的生成质量,扩展了工业机器人核心部件的故障数据,有助于提高工业机器人的运行状态监测效率与系统故障诊断的准确度。同时,本申请实施例通过引入超参数k,使得判别器的训练速度加快,条件生成对抗网络的训练效率更高。Compared with the prior art, the beneficial effect of the embodiment of the present application lies in that the industrial robot fault data generation method, system, terminal and storage medium of the embodiment of the present application mark different types of real fault data with category labels, and use the category labels as The condition information is input into the condition generation confrontation network, so as to control the condition generation confrontation network to generate different types of fault data of the core components of industrial robots, so that the generated data can be controlled, the quality of fault data generation is improved, and the faults of the core components of industrial robots are expanded. The data helps to improve the efficiency of monitoring the operating status of industrial robots and the accuracy of system fault diagnosis. At the same time, the embodiment of the present application introduces the hyperparameter k, so that the training speed of the discriminator is accelerated, and the training efficiency of the conditional generative adversarial network is higher.
附图说明Description of drawings
图1是本申请实施例的工业机器人故障数据生成方法的流程图;Fig. 1 is the flow chart of the industrial robot fault data generating method of the embodiment of the present application;
图2为本申请实施例的工业机器人故障数据生成系统结构示意图;Fig. 2 is the structural representation of the industrial robot fault data generating system of the embodiment of the present application;
图3为本申请实施例的终端结构示意图;FIG. 3 is a schematic diagram of a terminal structure in an embodiment of the present application;
图4为本申请实施例的存储介质的结构示意图。FIG. 4 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
具体实施方式Detailed ways
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。In order to make the purpose, technical solution and advantages of the present application clearer, the present application will be further described in detail below in conjunction with the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present application, not to limit the present application.
针对现有技术的不足,本申请实施例的工业机器人故障数据生成方法使用基于条件对抗生成网络生成故障数据,该方法采用了“博弈论”的思想,根据条件生成对抗网络的结构特性,将少量的真实故障数据与故障类别标签通过条件生成对抗网络进行对抗训练,最终得到一个强大的生成对抗模型,进而通过生成对抗模型生成与工业机器人的真实故障数据结构分布相似的故障数据,解决了工业机器人故障数据不足的问题,提高了工业机器人故障诊断模型的泛化能力和表达能力,同时增强了工业机器人故障诊断模型的实用性。In view of the deficiencies in the prior art, the industrial robot fault data generation method of the embodiment of the present application uses a conditional confrontation generation network to generate fault data. This method adopts the idea of "game theory" and generates a small amount of The real fault data and fault category labels of the conditional generative confrontation network are used for confrontation training, and finally a powerful generative confrontation model is obtained, and then the fault data similar to the real fault data structure distribution of industrial robots is generated by the generative confrontation model, which solves the problem of industrial robots. The problem of insufficient fault data improves the generalization ability and expression ability of the industrial robot fault diagnosis model, and at the same time enhances the practicability of the industrial robot fault diagnosis model.
具体地,请参阅图1,是本申请实施例的工业机器人故障数据生成方法的流程图。本申请实施例的工业机器人故障数据生成方法包括以下步骤:Specifically, please refer to FIG. 1 , which is a flowchart of a method for generating fault data of an industrial robot according to an embodiment of the present application. The industrial robot fault data generating method of the embodiment of the present application comprises the following steps:
S10:提取工业机器人核心部件的真实故障数据,对真实故障数据进行分类,根据分类结果为各个真实故障数据打上类别标签,将类别标签作为条件信息与真实故障数据一起生成真实故障数据集;S10: Extract the real fault data of the core components of the industrial robot, classify the real fault data, label each real fault data according to the classification results, and use the category labels as condition information together with the real fault data to generate a real fault data set;
本步骤中,真实故障数据集的生成过程具体包括以下步骤:In this step, the generation process of the real fault data set specifically includes the following steps:
S11:对提取的真实故障数据进行时频域特征提取,根据提取的特征形成真实故障数据集;S11: Perform time-frequency domain feature extraction on the extracted real fault data, and form a real fault data set according to the extracted features;
S12:对真实故障数据进行故障类别分类,并为真实故障数据集中的每个真实故障数据打上类别标签;S12: classify the real fault data into fault categories, and put a category label on each real fault data in the real fault data set;
S13:对类别标签进行条件化处理,将类别标签作为条件信息与真实故障数据一同组成新的真实故障数据集;S13: Carry out conditional processing on the category label, and use the category label as condition information together with the real fault data to form a new real fault data set;
其中,类别标签的条件化处理方式具体为:将类别标签进行数字化,例如:将第一类故障数据命名为1、第二类故障数据命名为2,以此类推,从而在将真实故障数据与条件化处理后的标签信息一起输入条件对抗生成网络。Among them, the conditional processing method of the category label is as follows: digitize the category label, for example: name the first type of fault data as 1, the second type of fault data as 2, and so on, so that the real fault data and The label information after conditional processing is input into the conditional confrontation generation network together.
S20:将真实故障数据集输入条件对抗生成网络进行训练,通过条件对抗生成网络的生成器将输入的真实故障数据和条件信息组成联合隐层表征,并生成不同类别的仿真故障数据;S20: Input the real fault data set into the conditional confrontation generation network for training, and use the generator of the conditional confrontation generation network to form a joint hidden layer representation of the input real fault data and condition information, and generate different types of simulated fault data;
本步骤中,条件对抗生成网络的生成对抗损失为损失函数,通过损失函数衡量生成器生成的仿真故障数据和标注的真实故障数据之间的分布误差,并对生成器和判别器进行优化。该损失函数定义为:In this step, the generation adversarial loss of the conditional adversarial generation network is a loss function, and the distribution error between the simulated fault data generated by the generator and the marked real fault data is measured through the loss function, and the generator and the discriminator are optimized. The loss function is defined as:
Figure PCTCN2021137927-appb-000004
Figure PCTCN2021137927-appb-000004
其中,D代表判别器,G代表生成器,y代表条件信息(类别标签),G(z|y)代表条件信息与噪声信号一起输入到生成器G中,D(G(z|y)))代表生成器G生成的仿真故障数据再输出到判别器D中判别真伪,D(x|y)代表真实故障数据x与条件信息y一起输入到判别器D中判别真伪。
Figure PCTCN2021137927-appb-000005
代表经过判别器D判断后该数据来自于真实故障数据的概率,
Figure PCTCN2021137927-appb-000006
代表经过判别器D判断后该数据来自于随机噪声生成器G生成的仿真故障数据的概率。本申请实施例选取最大最小策略进行网络训练,使得判别器D判别真伪的能力越 来越强,生成器G的生成质量越来越和真实故障数据x相似。加入对数l og是为了方便计算。
Among them, D represents the discriminator, G represents the generator, y represents the conditional information (category label), G(z|y) represents the conditional information and the noise signal is input into the generator G together, D(G(z|y)) ) means that the simulated fault data generated by the generator G is output to the discriminator D to determine the authenticity.
Figure PCTCN2021137927-appb-000005
Represents the probability that the data comes from real fault data after being judged by the discriminator D,
Figure PCTCN2021137927-appb-000006
Represents the probability that the data comes from the simulated fault data generated by the random noise generator G after being judged by the discriminator D. In the embodiment of the present application, the maximum and minimum strategy is selected for network training, so that the ability of the discriminator D to distinguish authenticity becomes stronger and stronger, and the generation quality of the generator G is more and more similar to the real fault data x. The logarithm log is added for the convenience of calculation.
S30:将生成器生成的仿真故障数据与条件信息一同输入判别器进行训练,通过判别器输出判别结果;S30: Input the simulated fault data and condition information generated by the generator into the discriminator for training, and output the discrimination result through the discriminator;
S40:通过优化器采用随机梯度下降法对判别器进行更新;S40: Updating the discriminator by using the stochastic gradient descent method through the optimizer;
本步骤中,优化器通过加上随机梯度来更新判别器。In this step, the optimizer updates the discriminator by adding stochastic gradients.
S50:基于超参数k判断判别器的训练次数是否达到k次,如果没有达到k次,则重新执行S30;如果达到k次,则执行S60;S50: Based on the hyperparameter k, it is judged whether the number of training times of the discriminator reaches k times, if not, re-execute S30; if it reaches k times, execute S60;
S60:通过优化器采用随机梯度下降法对生成器进行更新,并重新执行S20;S60: Update the generator by using the stochastic gradient descent method through the optimizer, and re-execute S20;
本申请实施例中,优化器通过减去随机梯度来更新生成器。本申请实施例通过引入超参数k,先训练k次判别器,再训练1次生成器,直到生成器生成的仿真故障数据与真实故障数据的分布差异逐渐减小判别器判断生成的故障数据与真实数据的差异,使网络输出的生成故障数据与真实故障数据的分布差异逐渐减小。通过加速训练更新判别器,使得条件对抗生成网络收敛更快。In the embodiment of this application, the optimizer updates the generator by subtracting the stochastic gradient. In the embodiment of the present application, by introducing the hyperparameter k, first train the discriminator k times, and then train the generator once, until the distribution difference between the simulated fault data generated by the generator and the real fault data gradually decreases. The difference in real data makes the distribution difference between the generated fault data output by the network and the real fault data gradually decrease. Updating the discriminator by accelerating training makes the conditional adversarial generative network converge faster.
S70:循环执行S20至S60,直到条件对抗生成网络的训练次数达到预设次数,得到训练好的生成对抗模型;S70: cyclically execute S20 to S60, until the number of training times of the conditional confrontation generation network reaches the preset number of times, and obtain the trained generation confrontation model;
S80:将随机噪声与条件化处理后的类别标签输入到训练好的生成对抗模型,通过生成对抗模型生成不同类别的与工业机器人的真实故障数据结构分布相似的故障数据。S80: Input the random noise and the conditionalized category labels into the trained generative confrontation model, and generate different categories of fault data similar to the real fault data structure distribution of the industrial robot through the generative confrontation model.
基于上述,本申请实施例的工业机器人故障数据生成方法通过对不同类别的真实故障数据打上类别标签,将类别标签作为条件信息输入到条件生成对抗网络中,以此控制条件生成对抗网络生成不同类别的工业机器人核心部件故障数据,使得生成数据可控,提高了故障数据的生成质量,扩展了工业机器人核心部件的故障数据,有助于提高工业机器人的运行状态监测效率与系统故障诊断的准确度。同时,本申请实施例通过引入超参数k,使得判别器的训练速度加快,条件生成对抗网络的训练效率更高。Based on the above, the industrial robot fault data generation method of the embodiment of the present application labels different categories of real fault data, and inputs the category labels as condition information into the condition generation adversarial network, so as to control the condition generation adversarial network to generate different categories The fault data of core components of industrial robots makes the generated data controllable, improves the quality of fault data generation, expands the fault data of core components of industrial robots, and helps to improve the efficiency of monitoring the operating status of industrial robots and the accuracy of system fault diagnosis . At the same time, the embodiment of the present application introduces the hyperparameter k, so that the training speed of the discriminator is accelerated, and the training efficiency of the conditional generative adversarial network is higher.
请参阅图2,为本申请实施例的工业机器人故障数据生成系统结构示意图。本申请实施例的工业机器人故障数据生成系统40包括:Please refer to FIG. 2 , which is a schematic structural diagram of an industrial robot fault data generation system according to an embodiment of the present application. The industrial robot fault data generation system 40 of the embodiment of the present application includes:
数据提取模块41:用于提取工业机器人的真实故障数据,根据故障类别为真实故障数据标注类别标签,将类别标签作为条件信息与真实故障数据一起生成真实故障数据集;Data extraction module 41: used to extract the real fault data of the industrial robot, mark the real fault data with category labels according to the fault category, and use the category labels as condition information together with the real fault data to generate a real fault data set;
模型训练模块42:用于将真实故障数据集输入条件对抗生成网络进行训练,得到训练好的生成对抗模型;Model training module 42: used to input the real fault data set into the conditional confrontation generation network for training, and obtain the trained generation confrontation model;
数据生成模块43:用于根据训练好的生成对抗模型生成不同类别的工业机器人故障数据。Data generating module 43: used to generate different types of industrial robot fault data according to the trained generative confrontation model.
请参阅图3,为本申请实施例的终端结构示意图。该终端50包括处理器51、与处理器51耦接的存储器52。Please refer to FIG. 3 , which is a schematic diagram of a terminal structure in an embodiment of the present application. The terminal 50 includes a processor 51 and a memory 52 coupled to the processor 51 .
存储器52存储有用于实现上述工业机器人故障数据生成方法的程序指令。The memory 52 stores program instructions for realizing the above-mentioned method for generating fault data of an industrial robot.
处理器51用于执行存储器52存储的程序指令以控制工业机器人故障数据生成。The processor 51 is used to execute the program instructions stored in the memory 52 to control the generation of industrial robot fault data.
其中,处理器51还可以称为CPU(Central Processing Unit,中央处理单元)。处理器51可能是一种集成电路芯片,具有信号的处理能力。处理器51还可以是通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。Wherein, the processor 51 may also be referred to as a CPU (Central Processing Unit, central processing unit). The processor 51 may be an integrated circuit chip with signal processing capability. The processor 51 can also be a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components . A general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
请参阅图4,为本申请实施例的存储介质的结构示意图。本申请实施例的存储介质存储有能够实现上述所有方法的程序文件61,其中,该程序文件61可以以软件产品的形式存储在上述存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本发明各个实施方式方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质,或者是计算机、服务器、手机、平板等终端设备。Please refer to FIG. 4 , which is a schematic structural diagram of a storage medium according to an embodiment of the present application. The storage medium of the embodiment of the present application stores a program file 61 capable of realizing all the above-mentioned methods, wherein the program file 61 can be stored in the above-mentioned storage medium in the form of a software product, and includes several instructions to make a computer device (which can It is a personal computer, a server, or a network device, etc.) or a processor (processor) that executes all or part of the steps of the methods in various embodiments of the present invention. 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. , or terminal devices such as computers, servers, mobile phones, and tablets.
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本申请。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本申请中所定义的一般原理可以在不脱离本申请的精神或范围的情况下,在其它实施例中实现。因此,本申请将不会被限制于本申请所示的这些实施例,而是要符合与本申请所公开的原理和新颖特点相一致的最宽的范围。The above description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the general principles defined in this application may be implemented in other embodiments without departing from the spirit or scope of the application. Therefore, the present application will not be limited to the embodiments shown in the present application, but is to be accorded the widest scope consistent with the principles and novel features disclosed in the present application.

Claims (10)

  1. 一种工业机器人故障数据生成方法,其特征在于,包括:A method for generating fault data of an industrial robot, comprising:
    提取工业机器人的真实故障数据,根据故障类别为所述真实故障数据标注类别标签,将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集;Extracting the real fault data of the industrial robot, marking the real fault data with a category label according to the fault category, and using the category label as condition information together with the real fault data to generate a real fault data set;
    将所述真实故障数据集输入条件对抗生成网络进行训练,得到训练好的生成对抗模型;The real fault data set is input into the conditional confrontation generation network for training, and the trained generation confrontation model is obtained;
    根据所述训练好的生成对抗模型生成不同类别的工业机器人故障数据。Generate different types of industrial robot fault data according to the trained generation confrontation model.
  2. 根据权利要求1所述的工业机器人故障数据生成方法,其特征在于,所述将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集包括:The method for generating fault data of an industrial robot according to claim 1, wherein said generating a real fault data set with said category label as condition information together with said real fault data comprises:
    对所述真实故障数据进行时频域特征提取,根据提取的特征形成真实故障数据集;Carrying out time-frequency domain feature extraction on the real fault data, and forming a real fault data set according to the extracted features;
    对所述真实故障数据进行故障类别分类,并为所述真实故障数据集中的每个真实故障数据打上类别标签;classify the real fault data into fault categories, and put a category label on each real fault data in the real fault data set;
    对所述类别标签进行条件化处理,将所述条件化处理后的类别标签作为条件信息和所述真实故障数据组成新的真实故障数据集。Perform conditional processing on the category labels, and use the conditional processed category labels as condition information and the real fault data to form a new real fault data set.
  3. 根据权利要求2所述的工业机器人故障数据生成方法,其特征在于,所述将所述真实故障数据集输入条件对抗生成网络进行训练包括:The method for generating fault data of an industrial robot according to claim 2, wherein said inputting said real fault data set into a conditional confrontation generation network for training comprises:
    将所述真实故障数据和条件信息输入条件对抗生成网络的生成器进行训练,通过所述生成器生成不同类别的仿真故障数据;The real fault data and condition information are input into the generator of the confrontation generating network for training, and the simulated fault data of different categories are generated by the generator;
    将所述仿真故障数据与条件信息一同输入判别器进行训练,通过判别器输出判别结果。The simulated fault data and condition information are input into a discriminator for training, and the discriminator outputs a discrimination result.
  4. 根据权利要求3所述的工业机器人故障数据生成方法,其特征在于,所述将所述真实故障数据集输入条件对抗生成网络进行训练还包括:The method for generating fault data of an industrial robot according to claim 3, wherein said inputting said real fault data set into a conditional confrontation generation network for training further comprises:
    采用随机梯度下降法对所述判别器进行更新,并基于超参数k判断所述判别器的训练次数是否达到k次,如果没有达到k次,则再次对所述判别器进行训练;如果达到k次,Using the stochastic gradient descent method to update the discriminator, and judge whether the number of training times of the discriminator reaches k times based on the hyperparameter k, if it does not reach k times, then train the discriminator again; if it reaches k Second-rate,
    采用随机梯度下降法对所述生成器进行更新,并重新对所述生成器进行训练。The generator is updated by stochastic gradient descent method, and the generator is retrained.
  5. 根据权利要求4所述的工业机器人故障数据生成方法,其特征在于,所述采用随机梯度下降法对所述判别器进行更新具体为:The method for generating fault data of an industrial robot according to claim 4, wherein the updating of the discriminator by using the stochastic gradient descent method is specifically:
    通过加上随机梯度对所述判别器进行更新。The discriminator is updated by adding stochastic gradients.
  6. 根据权利要求4所述的工业机器人故障数据生成方法,其特征在于,所述采用随机梯度下降法对所述生成器进行更新具体为:The method for generating fault data of an industrial robot according to claim 4, wherein the updating of the generator by using the stochastic gradient descent method is specifically:
    通过减去随机梯度对所述生成器进行更新。The generator is updated by subtracting the stochastic gradient.
  7. 根据权利要求1至6任一项所述的工业机器人故障数据生成方法,其特征在于,所述条件对抗生成网络的损失函数为:The method for generating fault data of an industrial robot according to any one of claims 1 to 6, wherein the loss function of the conditional confrontation generation network is:
    Figure PCTCN2021137927-appb-100001
    Figure PCTCN2021137927-appb-100001
    其中,D代表判别器,G代表生成器,y代表条件信息,G(z|y)代表条件信息与噪声信号一起输入到生成器G中,D(G(z|y)))代表生成器G生成的仿真故障数据再输出到判别器D中判别真伪,D(x|y)代表真实故障数据x与条件信息y一起输入到判别器D中判别真伪;
    Figure PCTCN2021137927-appb-100002
    代表经过判别器D判断后该 数据来自于真实故障数据的概率,
    Figure PCTCN2021137927-appb-100003
    代表经过判别器D判断后该数据来自于生成器G生成的仿真故障数据的概率;log为对数。
    Among them, D represents the discriminator, G represents the generator, y represents the conditional information, G(z|y) represents the conditional information and the noise signal is input into the generator G together, and D(G(z|y))) represents the generator The simulated fault data generated by G is then output to the discriminator D to determine the authenticity, and D(x|y) represents the real fault data x and the condition information y are input to the discriminator D to determine the authenticity;
    Figure PCTCN2021137927-appb-100002
    Represents the probability that the data comes from real fault data after being judged by the discriminator D,
    Figure PCTCN2021137927-appb-100003
    Represents the probability that the data comes from the simulated fault data generated by the generator G after being judged by the discriminator D; log is logarithm.
  8. 一种工业机器人故障数据生成系统,其特征在于,包括:An industrial robot fault data generating system is characterized in that it comprises:
    数据提取模块:用于提取工业机器人的真实故障数据,根据故障类别为所述真实故障数据标注类别标签,将所述类别标签作为条件信息与所述真实故障数据一起生成真实故障数据集;Data extraction module: used to extract the real fault data of the industrial robot, mark the real fault data with a category label according to the fault category, and use the category label as condition information together with the real fault data to generate a real fault data set;
    模型训练模块:用于将所述真实故障数据集输入条件对抗生成网络进行训练,得到训练好的生成对抗模型;Model training module: used to input the real fault data set into the conditional confrontation generation network for training to obtain a trained generation confrontation model;
    数据生成模块:用于根据所述训练好的生成对抗模型生成不同类别的工业机器人故障数据。Data generation module: used to generate different types of industrial robot fault data according to the trained generation confrontation model.
  9. 一种终端,其特征在于,所述终端包括处理器、与所述处理器耦接的存储器,其中,A terminal, characterized in that the terminal includes a processor and a memory coupled to the processor, wherein,
    所述存储器存储有用于实现权利要求1-7任一项所述的工业机器人故障数据生成方法的程序指令;The memory is stored with program instructions for realizing the method for generating industrial robot fault data according to any one of claims 1-7;
    所述处理器用于执行所述存储器存储的所述程序指令以控制工业机器人故障数据生成。The processor is configured to execute the program instructions stored in the memory to control the generation of industrial robot fault data.
  10. 一种存储介质,其特征在于,存储有处理器可运行的程序指令,所述程序指令用于执行权利要求1至7任一项所述工业机器人故障数据生成方法。A storage medium, characterized in that it stores program instructions executable by a processor, and the program instructions are used to execute the method for generating fault data of an industrial robot according to any one of claims 1 to 7.
PCT/CN2021/137927 2021-11-30 2021-12-14 Method and system for generating fault data of industrial robot, terminal, and storage medium WO2023097774A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111443103.1A CN114326655A (en) 2021-11-30 2021-11-30 Industrial robot fault data generation method, system, terminal and storage medium
CN202111443103.1 2021-11-30

Publications (1)

Publication Number Publication Date
WO2023097774A1 true WO2023097774A1 (en) 2023-06-08

Family

ID=81048184

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/137927 WO2023097774A1 (en) 2021-11-30 2021-12-14 Method and system for generating fault data of industrial robot, terminal, and storage medium

Country Status (2)

Country Link
CN (1) CN114326655A (en)
WO (1) WO2023097774A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116936108A (en) * 2023-09-19 2023-10-24 之江实验室 Unbalanced data-oriented disease prediction system
CN116975741A (en) * 2023-09-13 2023-10-31 山东理工昊明新能源有限公司 Internet of things-based energy equipment fault prediction method and device and electronic equipment
CN117669388A (en) * 2024-01-30 2024-03-08 武汉理工大学 Fault sample generation method, device and computer medium
CN117669388B (en) * 2024-01-30 2024-05-31 武汉理工大学 Fault sample generation method, device and computer medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114757286A (en) * 2022-04-19 2022-07-15 中科航迈数控软件(深圳)有限公司 Multi-class fault data generation method based on conditional countermeasure generation network
CN115169506A (en) * 2022-09-06 2022-10-11 中铁第四勘察设计院集团有限公司 Method and system for rapidly diagnosing faults of power supply and transformation key equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200202221A1 (en) * 2018-12-20 2020-06-25 Shandong University Of Science And Technology Fault detection method and system based on generative adversarial network and computer program
CN111445147A (en) * 2020-03-27 2020-07-24 中北大学 Generative confrontation network model evaluation method for mechanical fault diagnosis
CN112016395A (en) * 2020-07-14 2020-12-01 华北电力大学(保定) CGAN-CNN-based synchronous motor rotor turn-to-turn short circuit fault discrimination method
CN113128338A (en) * 2021-03-15 2021-07-16 西安理工大学 Intelligent diagnosis method for printing machine roller fault under small sample
CN113191429A (en) * 2021-04-29 2021-07-30 国网河北省电力有限公司电力科学研究院 Power transformer bushing fault diagnosis method and device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109889452B (en) * 2019-01-07 2021-06-11 中国科学院计算技术研究所 Network background flow generation method and system based on condition generation type countermeasure network
CN110414601A (en) * 2019-07-30 2019-11-05 南京工业大学 Photovoltaic module method for diagnosing faults, system and equipment based on depth convolution confrontation network
CN110659582A (en) * 2019-08-29 2020-01-07 深圳云天励飞技术有限公司 Image conversion model training method, heterogeneous face recognition method, device and equipment
CN112699288A (en) * 2020-12-31 2021-04-23 天津工业大学 Recipe generation method and system based on condition-generation type confrontation network
CN112649198B (en) * 2021-01-05 2023-04-18 西交思创智能科技研究院(西安)有限公司 Intelligent fault diagnosis method, system and equipment for quasi-unbalanced rolling bearing and application

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200202221A1 (en) * 2018-12-20 2020-06-25 Shandong University Of Science And Technology Fault detection method and system based on generative adversarial network and computer program
CN111445147A (en) * 2020-03-27 2020-07-24 中北大学 Generative confrontation network model evaluation method for mechanical fault diagnosis
CN112016395A (en) * 2020-07-14 2020-12-01 华北电力大学(保定) CGAN-CNN-based synchronous motor rotor turn-to-turn short circuit fault discrimination method
CN113128338A (en) * 2021-03-15 2021-07-16 西安理工大学 Intelligent diagnosis method for printing machine roller fault under small sample
CN113191429A (en) * 2021-04-29 2021-07-30 国网河北省电力有限公司电力科学研究院 Power transformer bushing fault diagnosis method and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116975741A (en) * 2023-09-13 2023-10-31 山东理工昊明新能源有限公司 Internet of things-based energy equipment fault prediction method and device and electronic equipment
CN116975741B (en) * 2023-09-13 2024-01-19 山东理工昊明新能源有限公司 Internet of things-based energy equipment fault prediction method and device and electronic equipment
CN116936108A (en) * 2023-09-19 2023-10-24 之江实验室 Unbalanced data-oriented disease prediction system
CN116936108B (en) * 2023-09-19 2024-01-02 之江实验室 Unbalanced data-oriented disease prediction system
CN117669388A (en) * 2024-01-30 2024-03-08 武汉理工大学 Fault sample generation method, device and computer medium
CN117669388B (en) * 2024-01-30 2024-05-31 武汉理工大学 Fault sample generation method, device and computer medium

Also Published As

Publication number Publication date
CN114326655A (en) 2022-04-12

Similar Documents

Publication Publication Date Title
WO2023097774A1 (en) Method and system for generating fault data of industrial robot, terminal, and storage medium
Huang et al. Real-time fault detection for IIoT facilities using GBRBM-based DNN
Wang et al. LightLog: A lightweight temporal convolutional network for log anomaly detection on the edge
US20220405645A1 (en) Machine Learning-Based Infrastructure Anomaly And Incident Detection Using Multi-Dimensional Machine Metrics
JP7266674B2 (en) Image classification model training method, image processing method and apparatus
US11443234B2 (en) Machine learning data processing pipeline
US20180121792A1 (en) Differentiable set to increase the memory capacity of recurrent neural networks
CN111291096A (en) Data set construction method and device, storage medium and abnormal index detection method
Xiaoqing et al. Network intrusion detection method based on Agent and SVM
Rusiecki Standard dropout as remedy for training deep neural networks with label noise
CN117829209A (en) Abnormal operation detection method, computing device and computer program for process equipment
US20200074277A1 (en) Fuzzy input for autoencoders
WO2023174189A1 (en) Method and apparatus for classifying nodes of graph network model, and device and storage medium
JP6770709B2 (en) Model generator and program for machine learning.
WO2024011885A1 (en) Voice wakeup method and apparatus, electronic device, and storage medium
WO2024040870A1 (en) Text image generation, training, and processing methods, and electronic device
Song et al. Toward Robustness in Multi-label Classification: A Data Augmentation Strategy against Imbalance and Noise
Li et al. Momentum based on adaptive bold driver
CN115223574B (en) Voice information processing method, model training method, awakening method and device
EP4339817A1 (en) Anomalous command line entry detection
US11924027B1 (en) Detecting network operation validation anomalies in conglomerate-application-based ecosystems systems and methods
US11886827B1 (en) General intelligence for tabular data
US11609936B2 (en) Graph data processing method, device, and computer program product
US20240127297A1 (en) Systems and methods for generic aspect-based sentiment analysis
CN114896986B (en) Method and device for enhancing training data of semantic recognition model

Legal Events

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

Ref document number: 21966198

Country of ref document: EP

Kind code of ref document: A1