CN115239717B - Defect detection device in industrial detection - Google Patents

Defect detection device in industrial detection Download PDF

Info

Publication number
CN115239717B
CN115239717B CN202211154478.0A CN202211154478A CN115239717B CN 115239717 B CN115239717 B CN 115239717B CN 202211154478 A CN202211154478 A CN 202211154478A CN 115239717 B CN115239717 B CN 115239717B
Authority
CN
China
Prior art keywords
tensor
encoder
discrimination result
channel
discriminator
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211154478.0A
Other languages
Chinese (zh)
Other versions
CN115239717A (en
Inventor
林方正
张志琦
赵何
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Zhiyun Tiangong Technology Co ltd
Original Assignee
Jiangsu Zhiyun Tiangong Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Zhiyun Tiangong Technology Co ltd filed Critical Jiangsu Zhiyun Tiangong Technology Co ltd
Priority to CN202211154478.0A priority Critical patent/CN115239717B/en
Publication of CN115239717A publication Critical patent/CN115239717A/en
Application granted granted Critical
Publication of CN115239717B publication Critical patent/CN115239717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4007Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4046Scaling of whole images or parts thereof, e.g. expanding or contracting using neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]

Landscapes

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

Abstract

The invention relates to the technical field of industrial detection, and provides a defect detection device in industrial detection, which comprises: an extractor for obtaining a multi-channel tensor; generating an confrontation model, wherein the confrontation model comprises an encoder, a generator and a discriminator, the encoder is used for generating a single-channel tensor, the generator is used for generating a multi-dimensional feature tensor according to the multi-channel tensor, the discriminator is used for discriminating the multi-channel tensor and the single-channel tensor to generate a first discrimination result, and the multi-dimensional feature tensor and the single-channel tensor are discriminated to generate a second discrimination result, so that the generated confrontation model carries out model training according to the first discrimination result and the second discrimination result; and the discriminator is also used for discriminating according to the multi-channel tensor and the multi-dimensional feature tensor after the model training is finished and generating a third discrimination result. The invention effectively sums the advantages of the extractor and the encoder, realizes double promotion of feature extraction and sampling rate, and further improves the accuracy of defect detection.

Description

Defect detection device in industrial detection
Technical Field
The invention relates to the technical field of industrial detection, in particular to a defect detection device and a defect detection method in industrial detection.
Background
When the defects of industrial products are detected, the commonly used artificial neural network model can only effectively identify the types of the trained defects. In other words, if a defect does not exist in the training dataset or the probability of the defect is very low, the trained model cannot effectively identify the defect. In industrial production, new or rare defects do occur due to instability of the production line and equipment. As described above, since such defects cannot be effectively trained, the artificial neural network recognition effect is far lower than expected.
At present, the anomaly detection research aiming at industrial quality inspection is rare, and the anomaly detection research facing to an open data set is relatively common. The algorithms published at present basically follow a two-step framework of sampling-discrimination. Within this framework, the related pathways can be divided into two categories: firstly, sampling an image by using a convolutional neural network, and performing two-classification discrimination on the acquired image characteristic data by using a machine learning algorithm to judge a normal or abnormal image; second, a GAN (generic adaptive Networks) model is used to provide a capability of generating a good-quality image, and the generated image and the input image are determined by a discriminator in the model to predict whether the input image is abnormal.
Both approaches show some anomaly detection capability when tested against public data sets, but have a number of problems. In the first approach, although normal data is required for training the sampled model, the precision of performing the second classification on the sampled feature data is affected by the existing abnormal data amount, normal data amount and the proportion thereof, and the performance on novel abnormal defects is poor. The second approach usually requires a plurality of neural network models to be trained simultaneously due to the adopted GAN, and this training method requires a large amount of data to be supplied on one hand, and on the other hand, the conditions of 'pattern collapse' and the like which directly affect the training quality of the generator may occur during training.
Disclosure of Invention
In order to solve the above technical problems, a first objective of the present invention is to provide a defect detection apparatus in industrial detection, which effectively sums the advantages of an extractor and an encoder, realizes dual promotion of feature extraction and sampling rate, and further improves the accuracy of defect detection.
The second purpose of the invention is to provide a defect detection method in industrial detection.
The technical scheme adopted by the invention is as follows:
an embodiment of the first aspect of the present invention provides a defect detecting apparatus in industrial inspection, including: an extractor for receiving an industrial inspection image and down-sampling the industrial inspection image to obtain a multi-channel tensor; generating an countermeasure model, wherein the generated countermeasure model comprises an encoder, a generator and a discriminator, an input end of the encoder is connected with an output end of the extractor and an input end of the discriminator, an output end of the encoder is respectively connected with an input end of the generator and an input end of the discriminator, the encoder is used for performing feature extraction on the multi-channel tensor to generate a single-channel tensor, the generator is used for generating a multi-dimensional feature tensor according to the multi-channel tensor, the multi-dimensional feature tensor is the same as the multi-channel tensor in size, the discriminator is used for discriminating the multi-channel tensor and the single-channel tensor to generate a first discrimination result, the first discrimination result is fed back to the encoder, the multi-dimensional feature tensor and the single-channel tensor are discriminated to generate a second discrimination result, and the second discrimination result is fed back to the generator, so that the generated countermeasure model is trained according to the first discrimination result and the second discrimination result; and the discriminator is also used for discriminating according to the multi-channel tensor and the multi-dimensional feature tensor after model training is finished and generating a third discrimination result so as to detect defects according to the third discrimination result.
The defect detection device in industrial detection provided by the invention can also have the following additional technical characteristics:
according to an embodiment of the invention, the extractor comprises a CNN (Convolutional Neural Network) implementation.
According to an embodiment of the present invention, the encoder is a transform (a method for extracting data features without using a convolutional neural network) encoder.
According to one embodiment of the invention, when the encoder, the generator and the discriminator are subjected to model training, the industrial detection image is a good-quality image.
The embodiment of the second aspect of the invention provides a defect detection method in industrial detection, which comprises the following steps: receiving an industrial detection image and down-sampling the industrial detection image to obtain a multi-channel tensor; performing feature extraction on the multi-channel tensor to obtain a single-channel tensor; generating a multi-dimensional feature tensor according to the multi-channel tensor, wherein the multi-dimensional feature tensor is the same as the multi-channel tensor in size; judging the multi-channel tensor and the single-channel tensor to generate a first judgment result; judging the multi-dimensional feature tensor and the single-channel tensor to generate a second judgment result; performing model training according to the first judgment result and the second judgment result; and after model training is finished, judging according to the multi-channel tensor and the multi-dimensional feature tensor and generating a third judgment result so as to detect defects according to the third judgment result.
The defect detection method in industrial detection provided by the invention can also have the following additional technical characteristics:
according to one embodiment of the invention, the industrial detection image is a good product image when model training is performed.
The invention has the beneficial effects that:
the invention firstly utilizes the extractor to carry out incomplete feature extraction, the extracted result is trained by a generating network consisting of the encoder, the generator and the discriminator, the encoder and the extractor are separated, the extractor does not participate in the training process of generating the network and only serves as an image scaling tool, the retention rate of the features in the process of reducing the size of the graph is effectively improved, the output multi-channel tensor is used as input data of the encoder, the encoder participates in the training process and continuously optimizes the super parameters of the encoder, the features of the original image can be maximally retained in sampling, the features entering the discriminator and the generator can better reflect the original image and the problem of mode collapse of the generator can be solved, therefore, the advantages of the extractor and the encoder are effectively integrated, the dual improvement of feature extraction and sampling rate is realized, and the accuracy of defect detection is further improved.
The CNN is adopted to replace the linear scaling of the graph, so that the retention rate of the features in the process of reducing the size of the graph can be effectively improved.
By taking the Transformer as an encoder, the efficiency and the precision of a feature extraction stage can be obviously improved, and the efficiency and the precision optimization of the integral model reasoning can be actively influenced.
Drawings
FIG. 1 is a schematic configuration diagram of a defect detecting apparatus in industrial inspection according to a first embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a defect detecting apparatus in industrial inspection according to a second embodiment of the present invention;
FIG. 3 is a schematic diagram of a Transformer according to one embodiment of the invention;
FIG. 4 is a flow diagram of a method of defect detection in industrial inspection, according to one embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic configuration diagram of a defect detection apparatus in industrial inspection according to an embodiment of the present invention, and fig. 2 is a schematic configuration diagram of a defect detection apparatus in industrial inspection according to a second embodiment of the present invention. As shown in fig. 1 and 2, the defect detecting apparatus includes: and the extractor T generates a confrontation model, and the generation of the confrontation model comprises an encoder E, a generator G and a discriminator D.
The extractor T is used for receiving the industrial detection image and down-sampling the industrial detection image to obtain a multi-channel tensor; input terminal of encoder E and output terminal of extractor TThe input with arbiter D links to each other, encoder E's output links to each other with arbiter D's input and generator G's input respectively, encoder E is used for carrying out the feature extraction to the multichannel tensor to generate the single channel tensor, generator G is used for generating multidimensional feature tensor according to the multichannel tensor, and multidimensional feature tensor is the same with the size of multichannel tensor, like figure 1, arbiter D is used for distinguishing multichannel tensor and single channel tensor in order to generate first discrimination
Figure DEST_PATH_IMAGE001
And the first judgment result is compared with the second judgment result
Figure 367993DEST_PATH_IMAGE001
Feeding back to the encoder E, and judging the multi-dimensional feature tensor and the single-channel tensor to generate a second judgment result
Figure DEST_PATH_IMAGE002
And the second judgment result is used
Figure 707969DEST_PATH_IMAGE002
Feeding back to the generator G to generate a confrontation model according to the first discrimination result
Figure 989171DEST_PATH_IMAGE001
And a second discrimination result
Figure 87445DEST_PATH_IMAGE002
Carrying out model training; as shown in fig. 2, the discriminator D is further configured to discriminate according to the multi-channel tensor and the multi-dimensional feature tensor and generate a third discrimination result after the model training is completed, so as to discriminate according to the third discrimination result
Figure DEST_PATH_IMAGE003
And carrying out defect detection.
Further, in an embodiment of the present invention, the extractor is implemented by CNN. The encoder is a transform encoder. And when the encoder, the generator and the discriminator are subjected to model training, the industrial detection image is a good product image.
Specifically, as shown in fig. 1, the original image (industrial inspection image) is represented as
Figure DEST_PATH_IMAGE004
Will be
Figure 394493DEST_PATH_IMAGE004
By means of extractors
Figure DEST_PATH_IMAGE005
Down-sampling to obtain
Figure DEST_PATH_IMAGE006
Is shown as
Figure DEST_PATH_IMAGE007
. The extractor T may adopt an incomplete CNN classifier structure, which may implement incomplete extraction of image features, and the result obtained after extraction should be a small-sized multi-channel tensor, which can store more defect information when processing a defective industrial detection image, compared with linear scaling of an original image. The extractor T may be trained or trained separately in advance.
Scaled multi-channel tensor
Figure 783666DEST_PATH_IMAGE007
Input to a transform encoder E to obtain a single channel tensor, represented in FIG. 1 as
Figure DEST_PATH_IMAGE008
. In deep learning based computer vision, as shown in fig. 3, a standard Transformer is divided into three parts: graph partitioning flattening, transform encoder, and multi-layer perceptron, the encoder E in this application uses the transform encoder in fig. 3. Because the image after the zooming of the extractor T is already a multi-channel small-size tensor, which is similar to the output structure after the graph segmentation and flattening processing in FIG. 3, meanwhile, the invention also adopts a discriminator D to replace the function of the multi-layer perceptron in FIG. 3. Accordingly, the present inventionMore efficient feature extraction can be achieved by using a Transformer encoder. The output of the Transformer encoder E is
Figure 753214DEST_PATH_IMAGE008
Figure 515896DEST_PATH_IMAGE008
Is a single channel tensor that contains the feature data of the input image and may contain more accurate defect information than the result after sampling by CNN.
Output of the encoder E
Figure 496360DEST_PATH_IMAGE008
Also as an input value to the generator G, expressed as
Figure DEST_PATH_IMAGE009
I.e. the single-channel tensor expression of the input generator G is
Figure 608498DEST_PATH_IMAGE009
Generator G is based on
Figure 113560DEST_PATH_IMAGE009
Expression of the generated multidimensional feature tensor is
Figure DEST_PATH_IMAGE010
Figure 989854DEST_PATH_IMAGE010
Should be in accordance with the multi-channel tensor
Figure 749124DEST_PATH_IMAGE007
The same is true. In the invention, the generator G does not generate a three-channel or single-channel image, but generates an AND
Figure 680434DEST_PATH_IMAGE007
A corresponding multi-dimensional feature tensor.
The discriminator D carries out two times of classification discrimination in the training process, the firstInput of sub-discrimination encoder
Figure 423524DEST_PATH_IMAGE007
And output
Figure 378274DEST_PATH_IMAGE008
Is shown as
Figure DEST_PATH_IMAGE011
Feeding back the judgment result to the encoder; input to the second decision generator G
Figure 962358DEST_PATH_IMAGE010
And output
Figure 561440DEST_PATH_IMAGE009
Is shown as
Figure DEST_PATH_IMAGE012
And the judged result is fed back to the generator G.
That is, the whole work flow of the defect detecting apparatus is divided into a training phase and an inference phase (detection phase), as shown in fig. 1, in the training phase, only the encoder E, the generator G and the discriminator D participate in the training loop, the extractor T does not participate in the training loop, and in the training process, the discriminator performs discrimination twice, that is, the first discrimination result is the above-mentioned first discrimination result
Figure DEST_PATH_IMAGE013
And a second discrimination result
Figure DEST_PATH_IMAGE014
And carrying out parameter optimization according to the judgment result to further complete model training, and in the training process, adopting a good product image for the industrial detection image so that the generator G can generate the good product image after inputting any tensor, and the discriminator D can better identify abnormity.
After the training is completed, as shown in fig. 2, in the inference stage, the industrial detection image of the industrial field is input into the extractor T, and the extractor T generates the corresponding multi-channel tensor
Figure 100481DEST_PATH_IMAGE007
Inputting X into a discriminator D while performing multi-channel tensor
Figure 630162DEST_PATH_IMAGE007
Inputting the data into an encoder E, generating a corresponding single-channel tensor, inputting the single-channel tensor into a generator G, and generating a corresponding multi-dimensional feature tensor by the generator G
Figure 754239DEST_PATH_IMAGE010
Will be
Figure 89667DEST_PATH_IMAGE010
Input to a discriminator D based on the multi-channel tensor
Figure 541771DEST_PATH_IMAGE007
And multi-dimensional feature tensor
Figure 163290DEST_PATH_IMAGE010
Generating a third discrimination result
Figure DEST_PATH_IMAGE015
Comparing the difference between the input numerical value and the generated numerical value, and judging that the input image is a good product image if the input numerical value and the generated numerical value are close to each other; if not, the image is judged to be abnormal. Thereby, defect detection is completed.
In short, the training stage is based on the first discrimination result
Figure DEST_PATH_IMAGE016
And a second discrimination result
Figure DEST_PATH_IMAGE017
Training the generation countermeasure model according to the third discrimination result in the inference stage
Figure DEST_PATH_IMAGE018
And (5) detecting.
In summary, according to the defect detection apparatus in industrial detection in the embodiment of the present invention, an extractor is first used to perform incomplete feature extraction, an extracted result is trained by a generation network composed of an encoder, a generator and a discriminator thereof, the encoder is separated from the extractor, the extractor does not participate in a training process of generating the network, and is only used as an image scaling tool, so that a retention rate of features in a process of reducing a graphic size is effectively improved, a multi-channel tensor output by the extractor is used as input data of the encoder, the encoder participates in the training process, and continuously optimizes a hyper-parameter of the encoder, so that features of an original image can be retained to the maximum extent in sampling, the features entering the discriminator and the generator can better reflect the original image, and a problem of "mode collapse" of the generator can be solved, thereby advantages of the extractor and the encoder are effectively integrated, double improvements of feature extraction and sampling rate are realized, and accuracy of defect detection is further improved; the CNN is adopted to replace the linear scaling of the graph, so that the retention rate of the features in the process of reducing the size of the graph can be effectively improved; by using the Transformer as an encoder, the efficiency and the precision of a feature extraction stage can be obviously improved, and the efficiency and the precision optimization of the integral model reasoning can be positively influenced.
Based on the defect detection device in industrial detection, the invention also provides a defect detection method in industrial detection. Since the method embodiment of the present invention is based on the apparatus embodiment, details that are not disclosed in the method embodiment may refer to the method embodiment, and are not described again in the present invention.
Fig. 4 is a flowchart of a defect detection method in industrial inspection according to an embodiment of the present invention, as shown in fig. 4, the method includes the steps of:
s1, receiving an industrial detection image and down-sampling the industrial detection image to obtain a multi-channel tensor.
And S2, performing feature extraction on the multi-channel tensor to obtain a single-channel tensor.
And S3, generating a multi-dimensional feature tensor according to the multi-channel tensor, wherein the multi-dimensional feature tensor and the multi-channel tensor have the same size.
And S4, judging the multi-channel tensor and the single-channel tensor to generate a first judgment result.
And S5, judging the multi-dimensional feature tensor and the single-channel tensor to generate a second judgment result.
And S6, performing model training according to the first judgment result and the second judgment result.
And S7, after the model training is finished, judging according to the multi-channel tensor and the multi-dimensional feature tensor to generate a third judgment result, and detecting the defects according to the third judgment result.
According to one embodiment of the invention, the industrial detection image is a good-quality image when model training is carried out.
According to the defect detection method in industrial detection provided by the embodiment of the invention, training and judgment are carried out according to the multi-channel tensor, the single-channel tensor and the generated multi-dimensional feature tensor which correspond to the industrial detection image, so that the features of the original image can be retained to the maximum extent in sampling, the problem of mode collapse of a generator can be solved, double promotion of feature extraction and sampling rate can be realized, and the accuracy of defect detection is further improved.
In the description of the present invention, the terms "first" and "second" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. The meaning of "plurality" is two or more unless explicitly defined otherwise.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Moreover, various embodiments or examples and features of various embodiments or examples described in this specification can be combined and combined by one skilled in the art without being mutually inconsistent. In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. If implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (4)

1. A defect detecting apparatus in industrial inspection, comprising:
an extractor for receiving an industrial inspection image and down-sampling the industrial inspection image to obtain a multi-channel tensor;
generating an countermeasure model, wherein the generated countermeasure model comprises an encoder, a generator and a discriminator, an input end of the encoder is connected with an output end of the extractor and an input end of the discriminator, an output end of the encoder is respectively connected with an input end of the generator and an input end of the discriminator, the encoder is used for performing feature extraction on the multi-channel tensor to generate a single-channel tensor, the generator is used for generating a multi-dimensional feature tensor according to the single-channel tensor, the multi-dimensional feature tensor is the same as the multi-channel tensor in size, the discriminator is used for discriminating the multi-channel tensor and the single-channel tensor to generate a first discrimination result, the first discrimination result is fed back to the encoder, the multi-dimensional feature tensor and the single-channel tensor are discriminated to generate a second discrimination result, and the second discrimination result is fed back to the generator, so that the generated countermeasure model is trained according to the first discrimination result and the second discrimination result;
and the discriminator is also used for discriminating according to the multi-channel tensor and the multi-dimensional feature tensor after model training is finished and generating a third discrimination result so as to detect defects according to the third discrimination result.
2. The apparatus for detecting defects in industrial inspection according to claim 1, wherein the extractor is implemented by CNN.
3. The apparatus of claim 1, wherein the encoder is a transform encoder.
4. The apparatus of claim 1, wherein the industrial inspection image is a good image when the encoder, the generator and the discriminator are model-trained.
CN202211154478.0A 2022-09-22 2022-09-22 Defect detection device in industrial detection Active CN115239717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211154478.0A CN115239717B (en) 2022-09-22 2022-09-22 Defect detection device in industrial detection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211154478.0A CN115239717B (en) 2022-09-22 2022-09-22 Defect detection device in industrial detection

Publications (2)

Publication Number Publication Date
CN115239717A CN115239717A (en) 2022-10-25
CN115239717B true CN115239717B (en) 2023-01-03

Family

ID=83667420

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211154478.0A Active CN115239717B (en) 2022-09-22 2022-09-22 Defect detection device in industrial detection

Country Status (1)

Country Link
CN (1) CN115239717B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112017182A (en) * 2020-10-22 2020-12-01 北京中鼎高科自动化技术有限公司 Industrial-grade intelligent surface defect detection method
CN113554630A (en) * 2021-07-30 2021-10-26 西安电子科技大学 Chip surface defect detection method, system, computer device and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114266308A (en) * 2021-12-21 2022-04-01 浙江网商银行股份有限公司 Detection model training method and device, and image detection method and device
CN114491083B (en) * 2022-04-01 2022-07-15 江苏智云天工科技有限公司 Knowledge graph library construction method and knowledge graph library construction device in industrial detection

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112017182A (en) * 2020-10-22 2020-12-01 北京中鼎高科自动化技术有限公司 Industrial-grade intelligent surface defect detection method
CN113554630A (en) * 2021-07-30 2021-10-26 西安电子科技大学 Chip surface defect detection method, system, computer device and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
(无监督)基于无监督学习的模板缺陷检测方法研究;视觉菜鸟Leonardo;《https://blog.csdn.net/qq_60609496/article/details/126739264》;20220907;第1-6页 *
Semi-supervised learning with GAN for automatic defect detection from images;Gaowei Zhang 等;《Automation in Construction》;20210522;第1-12页 *

Also Published As

Publication number Publication date
CN115239717A (en) 2022-10-25

Similar Documents

Publication Publication Date Title
CN114549522B (en) Textile quality detection method based on target detection
CN111931868B (en) Time series data abnormity detection method and device
CN116205919B (en) Hardware part production quality detection method and system based on artificial intelligence
CN114600154B (en) BBP-assisted defect detection procedure for SEM images
AU2014360023B2 (en) Automatic fault diagnosis method and device for sorting machine
US20200402221A1 (en) Inspection system, image discrimination system, discrimination system, discriminator generation system, and learning data generation device
CN116758491B (en) Printing monitoring image analysis method and system applied to 3D printing
KR20220022091A (en) Automatic optimization of an examination recipe
Lutz et al. Evaluation of deep learning for semantic image segmentation in tool condition monitoring
CN112597831A (en) Signal abnormity detection method based on variational self-encoder and countermeasure network
US9672677B2 (en) Method and apparatus for detecting magnetic signal of paper money
CN117131110B (en) Method and system for monitoring dielectric loss of capacitive equipment based on correlation analysis
WO2023226706A1 (en) Defect detection method and apparatus
CN110599458A (en) Underground pipe network detection and evaluation cloud system based on convolutional neural network
CN115793590A (en) Data processing method and platform suitable for system safety operation and maintenance
CN116777917B (en) Defect detection method and system for optical cable production
CN115239717B (en) Defect detection device in industrial detection
CN114020811A (en) Data anomaly detection method and device and electronic equipment
CN117197591A (en) Data classification method based on machine learning
CN111695582A (en) Flutter texture detection method and device
CN116228682A (en) Radiographic image weld defect identification method based on multi-branch convolutional neural network
CN112419304B (en) Multi-stage target detection method and device for one-dimensional data
CN114821187A (en) Image anomaly detection and positioning method and system based on discriminant learning
CN113920547A (en) Glove detection method and system based on neural network
CN113919396A (en) Vibration signal and image characteristic machine tool cutter wear state monitoring method based on semi-supervised learning

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant