WO2024052264A1 - Examination of components for faults by means of a component analyzer - Google Patents

Examination of components for faults by means of a component analyzer Download PDF

Info

Publication number
WO2024052264A1
WO2024052264A1 PCT/EP2023/074145 EP2023074145W WO2024052264A1 WO 2024052264 A1 WO2024052264 A1 WO 2024052264A1 EP 2023074145 W EP2023074145 W EP 2023074145W WO 2024052264 A1 WO2024052264 A1 WO 2024052264A1
Authority
WO
WIPO (PCT)
Prior art keywords
routine
component
data
routines
defects
Prior art date
Application number
PCT/EP2023/074145
Other languages
German (de)
French (fr)
Inventor
Tobias Masiak
Georg Schneider
Patrick Trampert
Felix Schmidt
Original Assignee
Zf Friedrichshafen Ag
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 Zf Friedrichshafen Ag filed Critical Zf Friedrichshafen Ag
Publication of WO2024052264A1 publication Critical patent/WO2024052264A1/en

Links

Classifications

    • 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
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/09Supervised learning

Definitions

  • the present invention relates to a method for examining components for defects using a component analyzer and a component analyzer.
  • a method for examining components for defects using a component analyzer comprising a Kl routine for object analysis and a Kl routine for detecting and classifying defects that are known to the component analyzer from data sets and/or a Kl routine for Detection of anomalies that are not known to the component analyzer from data sets, the Kl routines being fed with sensor data or processed sensor data relating to a component to be examined as input data and annotated data relating to the component to be examined as output data containing a result of the respective routine generate, wherein at least one Kl routine is trained with annotated output data of at least one of the other Kl routines; as well as
  • a component analyzer for examining components for defects with a holder in which the component is positioned during the examination; at least one sensor, in particular an optical sensor, to generate sensor data relating to a component to be examined; a control device to control the sensor such that it automatically generates the sensor data; an interface to a Kl module with at least one Kl routine for object analysis, at least one Kl routine for detecting and classifying defects that are known to the Kl module from data sets, and at least one Kl routine for detecting anomalies are not known to the Kl module from data sets, whereby the Kl routines of the Kl module Modules interact with each other; and with means for sorting examined components according to their examination results.
  • a sensor also known as a detector, (measurement or measuring) transducer or (measuring) probe, is a technical component that detects certain physical, chemical properties or states, e.g. B. temperature, humidity, pressure, speed, brightness, acceleration, pH value, ionic strength, electrochemical potential and / or the material nature of its environment can be recorded qualitatively or quantitatively as a measurement variable. These variables are recorded using physical or chemical effects and converted as sensor data into an electrical signal that can be further processed. Sensors include camera, lidar, radar, TOF and other sensor technologies, such as acoustic sensors.
  • Computer program products typically include a sequence of instructions that, when the program is loaded, causes the hardware to perform a specific procedure that results in a specific result.
  • Machine learning or artificial intelligence is a generic term for the “artificial” generation of knowledge from experience: an artificial system learns from examples and can generalize them after the learning phase has ended. To do this, machine learning algorithms build a model that is based on training data. This means that the examples are not simply memorized, but patterns and regularities are recognized in the learning data. The system can also assess unknown data (learning transfer) or fail to learn unknown data (overfitting).
  • a Kl routine is a computer program section that is implemented using artificial intelligence.
  • Object analysis refers to determining the properties of a component. This includes, for example, object classification, i.e. the division of components into different groups/classes according to their type and/or properties, the measurement of an object, or object recognition, i.e. the classification of components according to their type and/or properties.
  • object classification i.e. the division of components into different groups/classes according to their type and/or properties
  • object recognition i.e. the classification of components according to their type and/or properties.
  • Training manifests itself in a quantitative assessment of the distribution of training data.
  • An AI uses the training data to learn what distribution of sensor data is to be expected in the future.
  • Anomalies are defects that are not known to a Kl routine. These can, for example, be defects that occur rarely or are caused by a change in the manufacturing process. Anomaly detection can be achieved using statistical methods in conjunction with artificial intelligence by first determining a distribution of sensor data. If the distribution deviates from the expected distribution by more than a predetermined standard deviation factor, it may be useful to detect an anomaly.
  • the distribution of expected training data can be determined as a reference and/or patterns are determined in the data based on historical data, which can be classified at least into the normal classes through appropriate annotations and optionally classified as abnormal.
  • One way to train a Kl is error feedback. In the early training phase, a class makes mistakes. To correct the error, the triggers of the deviations (errors) between the generated assignment (actual output data) and the solution assignment (target output data) are traced back and controlling factors are changed in such a way that the assignment errors become smaller.
  • training data is data pairs consisting of input data that is to be processed by the KL and target output data that is to be determined by the KL.
  • the Kl is adjusted based on a comparison of target output data with the actual output data determined by the Kl, which results in a training effect.
  • An examination result can, for example, be the classification of a component into quality classes, such as good/not good, or a probability for the quality of a component.
  • a result space can contain any number of classes
  • the components of a component analyzer include hardware and/or software modules, comprising hardware and/or software modules for regulating and/or controlling industrial manufacturing processes.
  • the hardware modules include electronic units, integrated circuits, embedded systems, microcontrollers, multiprocessor systems-on-chip, central processors and/or hardware accelerators, for example graphics processors, data storage units and connectivity elements, for example WLAN modules, RFID modules, Bluetooth modules, NFC modules.
  • the Kl modules are executed as functional software in the cloud infrastructure.
  • the commands of the computer programs according to the invention include machine instructions, source text or object code written in assembly language, an object-oriented programming language, for example C++, or in a procedural programming language, for example C.
  • the computer programs are hardware-independent application programs that, for example, via a data carrier or a data carrier signal is provided using Software Over The Air technology.
  • the basic idea of the invention is a component analyzer or a method for examining components using several Kl routines, each of which is specialized for individual special tasks.
  • At least one Kl routine for object analysis there are at least one Kl routine for object analysis, at least one Kl routine for detecting and classifying defects that are known to the component analyzer from data sets, and / or at least one Kl routine for detecting anomalies that are not known to the component analyzer from data sets are.
  • the invention comprises at least two Kl modules
  • the Kl routines interact with each other, which means that the Kl routines learn from each other. For example, it can be provided that if the Kl routine detects a previously unknown anomaly, this deviation will also be recognized in the future by a Kl routine for detecting and classifying defects. Furthermore, it is provided that the Kl routines can process output data from other Kl routines. For example, it can be provided that a result of a Kl routine for object analysis is further processed by a Kl routine for detecting and classifying defects.
  • the Kl routines are fed with sensor data or processed sensor data relating to a component to be examined and generate annotated output data for these sensor data with conclusions that the respective Kl routine has determined.
  • the annotated data is at least partially checked by a human editor.
  • the component analyzer has a human-machine interface. It can be provided that a further Kl routine is provided for determining the reliability of output data and that the annotated data is presented to a human processor for checking, provided that the reliability determined for the annotated output data falls below a predetermined threshold value.
  • the output data of the Kl routine for detecting anomalies is generally checked by a human processor, provided that the output data contains recognized anomalies. This means that newly occurring defects can be checked and production coordinators can be informed about new defects that have arisen. The human editor can also decide whether other Kl routines are trained with the respective annotated source data.
  • a first examination result is generated by means of at least a first Kl routine regarding the quality of a component, while the component analyzer has access to the component and the component is prepared by the component analyzer for sorting according to quality classes or is sorted according to quality class.
  • the component analyzer decides on the quality of a component within the clock frequency.
  • the component analyzer can therefore also ensure or at least prepare for the sorting out of rejects.
  • a second examination result is generated using at least a second Kl routine regarding the quality of a component if the component was sorted into a positive quality class based on the first examination result, the second examination result being generated while the component analyzer does not has access to the component.
  • a batch containing components that were sorted into a positive quality class based on the first test result is retrieved if a second test result corresponding to a negative quality class was generated for at least one component of the batch.
  • optical sensor data relating to a component to be examined are transformed to a predetermined size and at least one Kl routine is fed with the transformed sensor data.
  • Image data with a fixed size is often easier to process by a Kl routine.
  • changes to image data to a fixed size were often not considered, as this often results in the loss of interpretability for human editors, as a transformation to a fixed size causes distortions, for example.
  • Kl routines can deal with distortions and distortions do not reduce the reliability of the results of a Kl routine.
  • the Kl routine for object analysis is fed with optical sensor data and the fed Kl routine generates image sections relating to relevant features of a component as output data. It is intended that the output data (annotated image sections) be annotated with annotations by the Kl routine for object analysis.
  • Kl routines which are downstream in the examination process of the Kl routines for object analysis, can use this result and, for example, assess the relevance of abnormalities in sensor data based on the object analysis.
  • At least one Kl routine for detecting and classifying defects and/or at least one Kl routine for detecting anomalies is fed with annotated image sections.
  • each of the Kl routines for detecting and classifying defects is provided, each of the Kl routines for detecting and classifying defects of a predetermined type and/or specialized in a predetermined location of defects is.
  • one Kl routine can be specialized for the detection of scratches and another Kl routine for the detection of breakage damage.
  • another Kl routine may inspect a coating, a weld, or other local features in a specific local area of the component.
  • a computer program product carries out the steps of a method according to the preceding description when the computer program product runs on a computer.
  • the computer program product causes an effect, namely the interaction of several Kl routines, which improves the reliability of the detection of rejects in a component analyzer.
  • Figure 1 is a schematic block diagram of an embodiment of the invention
  • Figure 2 shows a schematic principle sketch of an embodiment of the invention.
  • Figure 1 shows a schematic block diagram according to a method for examining components for errors using a component analyzer.
  • the method includes a Kl routine for object analysis K1, as well as a Kl routine for detecting and classifying defects K2 and a Kl routine for detecting anomalies K3.
  • the Kl routines K2 and K3 are downstream of the Kl routine K1.
  • the Kl module with the Kl routines K1, K2, K3 is fed with sensor data S relating to a component to be examined and from this generates output data containing annotated data relating to the component to be examined. Furthermore, the Kl routines K2 and K3 are fed with the annotated output data of the Kl routine K1.
  • At least one Kl routine is trained with annotated output data of at least one other Kl routine.
  • the training can take place during ongoing operations or on an event-related basis.
  • FIG. 2 shows a schematic block diagram of a component analyzer for examining components for errors.
  • the component analyzer comprises a receptacle 1 in which the component is positioned during the examination, at least one sensor 2 to generate sensor data relating to a component to be examined, a control device 3 to control the sensor in such a way that it automatically generates the sensor data, an interface 4 to a Kl module 5 with at least one Kl routine K1 for object analysis, at least one Kl routine K2 for detecting and classifying defects, and at least one Kl routine K3 for detecting anomalies.
  • the component analyzer has means 6 for sorting examined components according to their examination results.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Molecular Biology (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Investigating Materials By The Use Of Optical Means Adapted For Particular Applications (AREA)
  • Automatic Analysis And Handling Materials Therefor (AREA)

Abstract

The invention relates to a method for examining components for faults by means of a component analyzer, the method comprising an AI routine (K1) for object analysis and an AI routine (K2) for recognizing and classifying defects which are known to the component analyzer from data sets, and/or an AI routine (K3) for recognizing anomalies that are not known to the component analyzer from data sets, wherein the AI routines are supplied with sensor data or processed sensor data regarding a component to be examined, as input data, and generate, as output data, annotated data regarding the component to be examined, containing a result of the routine in question, and wherein at least one AI routine is trained using annotated output data from at least one of the other AI routines.

Description

Untersuchung von Bauteilen auf Fehler mittels eines Bauteilanalysators Examining components for defects using a component analyzer
GEBIET DER ERFINDUNG FIELD OF THE INVENTION
Die vorliegende Erfindung betrifft ein Verfahren zur Untersuchung von Bauteilen auf Fehler mittels eines Bauteilanalysators sowie einen Bauteilanalysator. The present invention relates to a method for examining components for defects using a component analyzer and a component analyzer.
ZUSAMMENFASSUNG DER ERFINDUNG SUMMARY OF THE INVENTION
Demgemäß ist vorgesehen: Accordingly it is provided:
- ein Verfahren zur Untersuchung von Bauteilen auf Fehler mittels eines Bauteilanalysators, wobei das Verfahren eine Kl-Routine zur Objektanalyse und eine Kl-Routine zur Erkennung und Klassifikation von Mängeln, die dem Bauteilanalysator aus Datensätzen bekannt sind, und/oder eine Kl-Routine zur Erkennung von Anomalien, die dem Bauteilanalysator aus Datensätzen nicht bekannt sind, aufweist, wobei die Kl-Routinen mit Sensordaten oder verarbeiteten Sensordaten betreffend ein zu untersuchendes Bauteil als Eingangsdaten gespeist werden und als Ausgangsdaten annotierte Daten betreffend das zu untersuchende Bauteil enthaltend ein Ergebnis der jeweiligen Routine generieren, wobei wenigstens eine Kl-Routine mit annotierten Ausgangsdaten wenigstens einer der anderen Kl-Routinen trainiert wird; sowie - a method for examining components for defects using a component analyzer, the method comprising a Kl routine for object analysis and a Kl routine for detecting and classifying defects that are known to the component analyzer from data sets and/or a Kl routine for Detection of anomalies that are not known to the component analyzer from data sets, the Kl routines being fed with sensor data or processed sensor data relating to a component to be examined as input data and annotated data relating to the component to be examined as output data containing a result of the respective routine generate, wherein at least one Kl routine is trained with annotated output data of at least one of the other Kl routines; as well as
- ein Bauteilanalysator zur Untersuchung von Bauteilen auf Fehler mit einer Aufnahme, in welcher das Bauteil während der Untersuchung positioniert ist; wenigstens einem Sensor, insbesondere optischen Sensor, um Sensordaten betreffend ein zu untersuchendes Bauteil zu generieren; einem Steuergerät, um den Sensor derart zu steuern, dass dieser die Sensordaten automatisch generiert; einer Schnittstelle zu einem Kl-Modul mit wenigstens einer Kl- Routine zur Objektanalyse, wenigstens einer Kl-Routine zur Erkennung und Klassifikation von Mängeln, die dem Kl-Modul aus Datensätzen bekannt sind, und wenigstens einer Kl-Routine zum Erkennen von Anomalien, die dem Kl- Modul aus Datensätzen nicht bekannt sind, wobei die Kl-Routinen des Kl- Moduls miteinander in Wechselwirkung stehen; und mit Mitteln zum Sortieren von untersuchten Bauteilen entsprechend deren Untersuchungsergebnissen. - a component analyzer for examining components for defects with a holder in which the component is positioned during the examination; at least one sensor, in particular an optical sensor, to generate sensor data relating to a component to be examined; a control device to control the sensor such that it automatically generates the sensor data; an interface to a Kl module with at least one Kl routine for object analysis, at least one Kl routine for detecting and classifying defects that are known to the Kl module from data sets, and at least one Kl routine for detecting anomalies are not known to the Kl module from data sets, whereby the Kl routines of the Kl module Modules interact with each other; and with means for sorting examined components according to their examination results.
Ein Sensor, auch als Detektor, (Messgrößen- oder Mess-)Aufnehmer oder (Mess-)Fühler bezeichnet, ist ein technisches Bauteil, das bestimmte physikalische, chemische Eigenschaften oder Zustände, z. B. Temperatur, Feuchtigkeit, Druck, Geschwindigkeit, Helligkeit, Beschleunigung, pH-Wert, lonenstärke, elektrochemisches Potential und/oder die stoffliche Beschaffenheit seiner Umgebung qualitativ oder als Messgröße quantitativ erfassen kann. Diese Größen werden mittels physikalischer oder chemischer Effekte erfasst und als Sensordaten in ein weiterverarbeitbares elektrisches Signal umgeformt. Sensoren sind beispielsweise Kamera, Lidar, Radar, TOF und weitere Sensortechnologien, beispielsweise Akustiksensoren. A sensor, also known as a detector, (measurement or measuring) transducer or (measuring) probe, is a technical component that detects certain physical, chemical properties or states, e.g. B. temperature, humidity, pressure, speed, brightness, acceleration, pH value, ionic strength, electrochemical potential and / or the material nature of its environment can be recorded qualitatively or quantitatively as a measurement variable. These variables are recorded using physical or chemical effects and converted as sensor data into an electrical signal that can be further processed. Sensors include camera, lidar, radar, TOF and other sensor technologies, such as acoustic sensors.
Computerprogrammprodukte umfassen in der Regel eine Folge von Befehlen, durch die die Hardware bei geladenem Programm veranlasst wird, ein bestimmtes Verfahren durchzuführen, das zu einem bestimmten Ergebnis führt. Computer program products typically include a sequence of instructions that, when the program is loaded, causes the hardware to perform a specific procedure that results in a specific result.
Maschinelles Lernen oder künstliche Intelligenz (Kl) ist ein Oberbegriff für die „künstliche“ Generierung von Wissen aus Erfahrung: Ein künstliches System lernt aus Beispielen und kann diese nach Beendigung der Lernphase verallgemeinern. Dazu bauen Algorithmen beim maschinellen Lernen ein Modell auf, das auf Trainingsdaten beruht. Das heißt, es werden nicht einfach die Beispiele auswendig gelernt, sondern Muster und Gesetzmäßigkeiten in den Lerndaten erkannt. So kann das System auch unbekannte Daten beurteilen (Lerntransfer) oder aber am Lernen unbekannter Daten scheitern (Überanpassung; englisch overfitting). Machine learning or artificial intelligence (Kl) is a generic term for the “artificial” generation of knowledge from experience: an artificial system learns from examples and can generalize them after the learning phase has ended. To do this, machine learning algorithms build a model that is based on training data. This means that the examples are not simply memorized, but patterns and regularities are recognized in the learning data. The system can also assess unknown data (learning transfer) or fail to learn unknown data (overfitting).
Bei künstlicher Intelligenz bzw. maschinellen Lernen spielen Art und Mächtigkeit der Wissensrepräsentation eine wichtige Rolle. Man unterscheidet zwischen symbolischen Ansätzen, in denen das Wissen - sowohl die Beispiele als auch die induzierten Regeln - explizit repräsentiert ist, und nicht-symbolischen Ansätzen, wie neuronalen Netzen, denen zwar ein berechenbares Verhalten „antrainiert“ wird, die jedoch keinen Einblick in die erlernten Lösungswege erlauben; hier ist Wissen implizit repräsentiert. Eine Kl-Routine ist ein Computerprogrammabschnitt, welcher mittels künstlicher Intelligenz implementiert ist. In artificial intelligence or machine learning, the type and power of knowledge representation play an important role. A distinction is made between symbolic approaches, in which the knowledge - both the examples and the induced rules - is explicitly represented, and non-symbolic approaches, such as neural networks, which are "trained" to behave in a predictable manner, but which do not provide any insight into it allow learned solutions; Knowledge is implicitly represented here. A Kl routine is a computer program section that is implemented using artificial intelligence.
Objektanalyse bezeichnet das Feststellen von Eigenschaften eines Bauteils. Dies umfasst z.B. die Objektklassifikation, also die Unterteilung von Bauteilen in unterschiedliche Gruppen/Klassen nach deren Art und/oder Eigenschaften, die Vermessung eines Objekts, oder die Objekterkennung, also die Klassifikation von Bauteilen nach deren Art und/oder Eigenschaften. Object analysis refers to determining the properties of a component. This includes, for example, object classification, i.e. the division of components into different groups/classes according to their type and/or properties, the measurement of an object, or object recognition, i.e. the classification of components according to their type and/or properties.
Wenn einem Bauteilanalysator bzw. einer Kl-Routine Mängel bekannt sind, ist davon auszugehen, dass die Kl-Routine in der Vergangenheit bereits Sensordaten betreffend vergleichbare Mängel verarbeitet hat, oder dass die Kl-Routine hierauf bereits trainiert wurde. If defects are known to a component analyzer or a Kl routine, it can be assumed that the Kl routine has already processed sensor data regarding comparable defects in the past, or that the Kl routine has already been trained for this.
Das Trainieren manifestiert sich in einer quantitativen Beurteilung der Verteilung der Trainingsdaten. Eine Kl lernt anhand der Trainingsdaten, welche Verteilung von Sensordaten für die Zukunft zu erwarten ist. Training manifests itself in a quantitative assessment of the distribution of training data. An AI uses the training data to learn what distribution of sensor data is to be expected in the future.
Anomalien sind Mängel, die einer Kl-Routine nicht bekannt sind. Dabei kann es sich z.B. um Mängel handeln, die selten auftreten oder ihre Ursache in einer Änderung des Fertigungsprozess haben. Die Erkennung von Anomalien lässt sich mit statistischen Methoden in Verbindung mit künstlicher Intelligenz realisieren, indem zunächst eine Verteilung von Sensordaten ermittelt wird. Weicht die Verteilung mehr als ein vorbestimmter Faktor der Standardabweichung von der erwarteten Verteilung ab, kann es sinnvoll sein, eine Anomalie zu erkennen. Anomalies are defects that are not known to a Kl routine. These can, for example, be defects that occur rarely or are caused by a change in the manufacturing process. Anomaly detection can be achieved using statistical methods in conjunction with artificial intelligence by first determining a distribution of sensor data. If the distribution deviates from the expected distribution by more than a predetermined standard deviation factor, it may be useful to detect an anomaly.
Im Rahmen der Anomalieerkennung kann die Verteilung von zu erwartenden Trainingsdaten, z.B. bzgl. fehlerfreien Bauteilen oder bzgl. Bauteilen mit bekannten Fehlern als Referenz bestimmt und/oder Muster werden in den Daten bestimmt basierend auf historischen Daten, die durch entsprechende Annotierungen wenigstens in die Klassen normal und optional anormal klassifiziert sind. Eine Möglichkeit eine Kl zu trainieren, ist die Fehlerrückführung. In der frühen Trainingsphase macht eine Kl Fehler. Zur Korrektur des Fehlers werden die Auslöser der Abweichungen (Fehler) zwischen erzeugter Zuordnung (Ist-Ausgangsdaten) und Lösungszuordnung (Soll-Ausgangsdaten) zurückverfolgt und steuernde Faktoren jeweils so verändert, dass die Zuordnungsfehler kleiner werden. As part of anomaly detection, the distribution of expected training data, e.g. regarding error-free components or components with known errors, can be determined as a reference and/or patterns are determined in the data based on historical data, which can be classified at least into the normal classes through appropriate annotations and optionally classified as abnormal. One way to train a Kl is error feedback. In the early training phase, a class makes mistakes. To correct the error, the triggers of the deviations (errors) between the generated assignment (actual output data) and the solution assignment (target output data) are traced back and controlling factors are changed in such a way that the assignment errors become smaller.
Trainingsdaten sind in dieser Anmeldung Datenpaare aus Eingangsdaten, die von der Kl zu verarbeiten sind, sowie Soll-Ausgangsdaten, die von der Kl zu ermitteln sind. Während des Trainings wird die Kl aufgrund eines Vergleichs von Soll-Aus- gangsdaten mit den von der Kl ermittelten Ist-Ausgangsdaten angepasst, wodurch sich ein Trainingseffekt einstellt. In this application, training data is data pairs consisting of input data that is to be processed by the KL and target output data that is to be determined by the KL. During training, the Kl is adjusted based on a comparison of target output data with the actual output data determined by the Kl, which results in a training effect.
Ein Untersuchungsergebnis kann z.B. die Klassifikation eines Bauteils in Güteklassen, etwa gut/nicht gut, sein oder eine Wahrscheinlichkeit für die Güte eines Bauteils sein. Ein Ergebnisraum kann beliebig viele Klassen enthalten An examination result can, for example, be the classification of a component into quality classes, such as good/not good, or a probability for the quality of a component. A result space can contain any number of classes
Die Komponenten eines Bauteilanalysators umfassen Hardware- und/oder Softwaremodule, umfassend Hardware- und/oder Softwaremodule zur Regelung und/oder Steuerung industrieller Fertigungsprozesse. Die Hardwaremodule umfassen Elektronikeinheiten, integrierte Schaltkreise, eingebettete Systeme, Mikrocontroller, Mul- tiprozessor-Systems-on-Chip, Zentralprozessoren und/oder Hardwarebeschleuniger, beispielsweise Graphikprozessoren, Datenspeichereinheiten und Konnektivitätselemente, beispielsweise WLAN-Module, RFID-Module, Bluetooth-Module, NFC-Mo- dule. Nach einem Aspekt der Erfindung werden die Kl-Module als Funktionssoftware in der Cloud-Infrastruktur ausgeführt. The components of a component analyzer include hardware and/or software modules, comprising hardware and/or software modules for regulating and/or controlling industrial manufacturing processes. The hardware modules include electronic units, integrated circuits, embedded systems, microcontrollers, multiprocessor systems-on-chip, central processors and/or hardware accelerators, for example graphics processors, data storage units and connectivity elements, for example WLAN modules, RFID modules, Bluetooth modules, NFC modules. According to one aspect of the invention, the Kl modules are executed as functional software in the cloud infrastructure.
Die Befehle der erfindungsgemäßen Computerprogramme umfassen Maschinenbefehle, Quelltext oder Objektcode geschrieben in Assemblersprache, einer objektorientierten Programmiersprache, beispielsweise C++, oder in einer prozeduralen Programmiersprache, beispielsweise C. Die Computerprogramme sind nach einem Aspekt der Erfindung hardwareunabhängige Anwendungsprogramme, die beispielsweise über einen Datenträger oder ein Datenträgersignal mittels Software Over The Air Technologie bereitgestellt wird. Die grundlegende Idee der Erfindung ist ein Bauteilanalysator bzw. ein Verfahren zur Untersuchung von Bauteilen mittels mehreren Kl-Routinen, die jeweils auf einzelne Spezialaufgaben spezialisiert sind. Dabei sind wenigstens eine Kl-Routine zur Objektanalyse, wenigstens eine Kl-Routine zur Erkennung und Klassifikation von Mängeln, die dem Bauteilanalysator aus Datensätzen bekannt sind, und/oder wenigstens eine Kl-Routine zur Erkennung von Anomalien, die dem Bauteilanalysator aus Datensätzen nicht bekannt sind. The commands of the computer programs according to the invention include machine instructions, source text or object code written in assembly language, an object-oriented programming language, for example C++, or in a procedural programming language, for example C. According to one aspect of the invention, the computer programs are hardware-independent application programs that, for example, via a data carrier or a data carrier signal is provided using Software Over The Air technology. The basic idea of the invention is a component analyzer or a method for examining components using several Kl routines, each of which is specialized for individual special tasks. There are at least one Kl routine for object analysis, at least one Kl routine for detecting and classifying defects that are known to the component analyzer from data sets, and / or at least one Kl routine for detecting anomalies that are not known to the component analyzer from data sets are.
Grundgedanke der Erfindung ist auch die Wechselwirkung zwischen verschiedenen Kl-Modulen. Dementsprechend umfasst die Erfindung wenigstens zwei Kl-Module- The basic idea of the invention is also the interaction between different Kl modules. Accordingly, the invention comprises at least two Kl modules
Dabei ist vorgesehen, dass die Kl-Routinen miteinander in Wechselwirkung stehen, das bedeutet, dass die Kl-Routinen gegenseitig voneinander lernen. Beispielsweise kann vorgesehen sein, dass wenn die Kl-Routine eine bislang unbekannte Anomalie erkennt, diese Abweichung zukünftig auch von einer Kl-Routine zur Erkennung und Klassifikation von Mängeln erkannt wird. Des Weiteren ist vorgesehen, dass die Kl- Routinen Ausgangsdaten anderer Kl-Routinen verarbeiten können. Beispielsweise kann vorgesehen sein, dass ein Ergebnis einer Kl-Routine zur Objektanalyse von einer Kl-Routine zur Erkennung und Klassifikation von Mängeln weiterverarbeitet wird. It is intended that the Kl routines interact with each other, which means that the Kl routines learn from each other. For example, it can be provided that if the Kl routine detects a previously unknown anomaly, this deviation will also be recognized in the future by a Kl routine for detecting and classifying defects. Furthermore, it is provided that the Kl routines can process output data from other Kl routines. For example, it can be provided that a result of a Kl routine for object analysis is further processed by a Kl routine for detecting and classifying defects.
Ferner ist vorgesehen, dass die Kl-Routinen mit Sensordaten oder verarbeiteten Sensordaten betreffend ein zu untersuchendes Bauteil gespeist werden und zu diesen Sensordaten annotierte Ausgangsdaten mit Schlussfolgerungen, die die jeweilige Kl-Routine festgestellt hat, generieren. Furthermore, it is provided that the Kl routines are fed with sensor data or processed sensor data relating to a component to be examined and generate annotated output data for these sensor data with conclusions that the respective Kl routine has determined.
Vorteilhafte Ausgestaltungen und Weiterbildungen ergeben sich aus den weiteren Unteransprüchen sowie aus der Beschreibung unter Bezugnahme auf die Figuren der Zeichnung. Advantageous refinements and further developments result from the further subclaims and from the description with reference to the figures in the drawing.
Gemäß einer bevorzugten Weiterbildung der Erfindung werden die annotierten Daten wenigstens teilweise von einem menschlichen Bearbeiter überprüft. Zu diesem Zweck weist der Bauteilanalysator eine Mensch-Maschine-Schnittstelle auf. Dabei kann vorgesehen sein, dass eine weitere Kl-Routine zur Ermittlung einer Zuverlässigkeit von Ausgangsdaten vorgesehen ist und die annotierten Daten einem menschlichen Bearbeiter zur Überprüfung vorgelegt werden, sofern die zu den annotierten Ausgangsdaten ermittelte Zuverlässigkeit einen vorbestimmten Schwellwert unterschreitet. According to a preferred development of the invention, the annotated data is at least partially checked by a human editor. For this purpose, the component analyzer has a human-machine interface. It can be provided that a further Kl routine is provided for determining the reliability of output data and that the annotated data is presented to a human processor for checking, provided that the reliability determined for the annotated output data falls below a predetermined threshold value.
Alternativ kann vorgesehen sein, dass Ausgangsdaten der Kl-Routine zur Erkennung von Anomalien grundsätzlich von einem menschlichen Bearbeiter überprüft werden, sofern die Ausgangsdaten erkannte Anomalien enthalten. Somit lassen sich neu aufgetretene Mängel überprüfen bzw. Koordinatoren einer Fertigung über neu aufgetretene Mängel informieren. Der menschliche Bearbeiter kann auch darüber entscheiden, ob andere Kl-Routinen mit jeweiligen annotierten Ausgangsdaten trainiert werden. Alternatively, it can be provided that the output data of the Kl routine for detecting anomalies is generally checked by a human processor, provided that the output data contains recognized anomalies. This means that newly occurring defects can be checked and production coordinators can be informed about new defects that have arisen. The human editor can also decide whether other Kl routines are trained with the respective annotated source data.
Gemäß einer bevorzugten Weiterbildung der Erfindung wird ein erstes Untersuchungsergebnis mittels wenigstens einer ersten Kl-Routine betreffend die Güte eines Bauteils generiert, während der Bauteilanalysator Zugriff auf das Bauteil hat und das Bauteil von dem Bauteilanalysator zur Sortierung nach Güteklassen vorbereitet wird oder nach Güteklasse sortiert wird. According to a preferred development of the invention, a first examination result is generated by means of at least a first Kl routine regarding the quality of a component, while the component analyzer has access to the component and the component is prepared by the component analyzer for sorting according to quality classes or is sorted according to quality class.
Das bedeutet, dass der Bauteilanalysator innerhalb der Taktfrequenz über die Güte eines Bauteils entscheidet. Somit kann der Bauteilanalysator auch die Aussortierung von Ausschuss gewährleisten oder zumindest vorbereiten. This means that the component analyzer decides on the quality of a component within the clock frequency. The component analyzer can therefore also ensure or at least prepare for the sorting out of rejects.
Dabei ist es auch zweckmäßig, wenn ein zweites Untersuchungsergebnis mittels wenigstens einer zweiten Kl-Routine betreffend die Güte eines Bauteils generiert wird, wenn das Bauteil aufgrund des ersten Untersuchungsergebnis in eine positive Güteklasse einsortiert wurde, wobei das zweite Untersuchungsergebnis generiert wird, während der Bauteilanalysator keinen Zugriff auf das Bauteil hat. It is also expedient if a second examination result is generated using at least a second Kl routine regarding the quality of a component if the component was sorted into a positive quality class based on the first examination result, the second examination result being generated while the component analyzer does not has access to the component.
Somit ist es möglich, weitere Untersuchungen der Sensordaten durchzuführen, nachdem ein Bauteil sich nicht mehr in dem Bauteilanalysator befindet. Somit lässt sich gewährleisten, dass die Taktfrequenz nicht verlangsamt wird, um auf die Ergebnisse der Kl-Routinen zu warten. Stattdessen kann vorgesehen sein, Untersuchungen, für die eine längere Laufzeit erforderlich sind, durchzuführen, während ein Bauteil weitertransportiert oder weiterverarbeitet wird. This makes it possible to carry out further examinations of the sensor data after a component is no longer in the component analyzer. So you can ensure that the clock frequency is not slowed down to wait for the results of the Kl routines. Instead, it can be planned to carry out examinations that require a longer period of time while a component is being transported or further processed.
Dabei ist es auch zweckmäßig, wenn eine Charge enthaltend Bauteile, die aufgrund des ersten Untersuchungsergebnis in eine positive Güteklasse einsortiert wurden, zurückgeholt wird, wenn zu wenigstens einem Bauteil der Charge ein zweites Untersuchungsergebnis entsprechend einer negativen Güteklasse generiert wurde. It is also expedient if a batch containing components that were sorted into a positive quality class based on the first test result is retrieved if a second test result corresponding to a negative quality class was generated for at least one component of the batch.
Dabei kann vorgesehen sein, die gesamte Charge zu verwerfen, oder zu untersuchen, welches Bauteil der Charge ein negatives zweites Untersuchungsergebnis generiert hat. Provision can be made to discard the entire batch or to examine which component of the batch generated a negative second test result.
Gemäß einer bevorzugten Weiterbildung der Erfindung werden optische Sensordaten betreffend ein zu untersuchendes Bauteil auf eine vorbestimmte Größe transformiert und wenigstens eine Kl-Routine wird mit den transformierten Sensordaten gespeist. According to a preferred development of the invention, optical sensor data relating to a component to be examined are transformed to a predetermined size and at least one Kl routine is fed with the transformed sensor data.
Bilddaten mit einer festen Größe sind von einer Kl-Routine häufig einfacher zu verarbeiten. In der Vergangenheit wurden derartige Veränderungen von Bilddaten auf eine feste Größe oft nicht in Erwägung gezogen, da hierdurch häufig die Interpretierbar- keit für menschliche Bearbeiter verloren geht, da eine Transformation auf eine feste Größe z.B. Verzerrungen verursacht. Versuche haben jedoch ergeben, dass Kl-Rou- tinen mit Verzerrungen umgehen können und Verzerrungen die Zuverlässigkeit von Ergebnissen einer Kl-Routine nicht reduzieren. Image data with a fixed size is often easier to process by a Kl routine. In the past, such changes to image data to a fixed size were often not considered, as this often results in the loss of interpretability for human editors, as a transformation to a fixed size causes distortions, for example. However, experiments have shown that Kl routines can deal with distortions and distortions do not reduce the reliability of the results of a Kl routine.
Gemäß einer bevorzugten Weiterbildung der Erfindung wird die Kl-Routine zur Objektanalyse mit optischen Sensordaten gespeist und die gespeiste Kl-Routine generiert Bildausschnitte bezüglich relevanter Merkmale eines Bauteils als Ausgangsdaten. Dabei ist vorgesehen, dass die Ausgangsdaten (annotierte Bildausschnitte) von der Kl-Routine zur Objektanalyse mit Annotierungen annotiert werden. According to a preferred development of the invention, the Kl routine for object analysis is fed with optical sensor data and the fed Kl routine generates image sections relating to relevant features of a component as output data. It is intended that the output data (annotated image sections) be annotated with annotations by the Kl routine for object analysis.
Die Annotierungen können beispielsweise Informationen darüber enthalten, um welches Bauteil es sich handelt. Kl-Routinen, die im Untersuchungsverfahren der Kl- Routinen zur Objektanalyse nachgelagert sind, können auf dieses Ergebnis zurückgreifen und beispielsweise die Relevanz von Auffälligkeiten in Sensordaten aufgrund der Objektanalyse beurteilen. The annotations can, for example, contain information about which component it is. Kl routines, which are downstream in the examination process of the Kl routines for object analysis, can use this result and, for example, assess the relevance of abnormalities in sensor data based on the object analysis.
Dabei ist es auch zweckmäßig, wenn wenigstens eine Kl-Routine zur Erkennung und Klassifikation von Mängeln und/oder wenigstens eine Kl-Routine zur Erkennung von Anomalien mit annotierten Bildausschnitten gespeist wird. It is also useful if at least one Kl routine for detecting and classifying defects and/or at least one Kl routine for detecting anomalies is fed with annotated image sections.
Somit kann auch gewährleistet werden, dass ein Bauteilanalysator eine Vielzahl von in ihrer Art unterschiedlichen Bauteilen untersucht, ohne dass hierfür Maßnahmen zur Umstellung des Bauteilanalysators erforderlich sind. This can also ensure that a component analyzer examines a large number of components that are different in nature, without the need for measures to change the component analyzer.
Gemäß einer bevorzugten Weiterbildung der Erfindung sind wenigstens zwei, insbesondere eine Vielzahl, Kl-Routinen zur Erkennung und Klassifikation von Mängeln vorgesehen, wobei jede der Kl-Routinen zur Erkennung und Klassifikation von Mängeln einer vorbestimmten Art und/oder auf einen vorbestimmten Ort von Mängeln spezialisiert ist. Beispielsweise kann eine Kl-Routine auf die Erkennung von Kratzern und eine weitere Kl-Routine auf die Erkennung von Bruchschäden spezialisiert sein. Alternativ oder zusätzlich kann eine andere Kl-Routine eine Beschichtung, eine Schweißnaht oder andere örtliche Merkmale in einem bestimmten örtlichen Bereich des Bauteils überprüfen. According to a preferred development of the invention, at least two, in particular a plurality, Kl routines for detecting and classifying defects are provided, each of the Kl routines for detecting and classifying defects of a predetermined type and/or specialized in a predetermined location of defects is. For example, one Kl routine can be specialized for the detection of scratches and another Kl routine for the detection of breakage damage. Alternatively or additionally, another Kl routine may inspect a coating, a weld, or other local features in a specific local area of the component.
Ein Computerprogrammprodukt gemäß einem Verfahren einer Ausführungsform der Erfindung führt die Schritte eines Verfahrens gemäß der vorangehenden Beschreibung aus, wenn das Computerprogrammprodukt auf einem Computer läuft. Wenn das betreffende Programm auf einem Computer zum Einsatz kommt, ruft das Computerprogrammprodukt einen Effekt hervor, nämlich die Wechselwirkung mehrerer Kl-Routinen, welche die Zuverlässigkeit der Erkennung von Ausschuss in einem Bau- teilanalysator verbessert. A computer program product according to a method of an embodiment of the invention carries out the steps of a method according to the preceding description when the computer program product runs on a computer. When the program in question is used on a computer, the computer program product causes an effect, namely the interaction of several Kl routines, which improves the reliability of the detection of rejects in a component analyzer.
INHALTSANGABE DER ZEICHNUNGEN Die vorliegende Erfindung wird nachfolgend anhand der in den schematischen Figuren der Zeichnungen angegebenen Ausführungsbeispiele näher erläutert. Es zeigen dabei: CONTENTS OF THE DRAWINGS The present invention is explained in more detail below using the exemplary embodiments shown in the schematic figures of the drawings. It shows:
Figur 1 ein schematisches Blockdiagramm einer Ausführungsform der Erfindung; Figure 1 is a schematic block diagram of an embodiment of the invention;
Figur 2 eine schematische Prinzipskizze einer Ausführungsform der Erfindung. Figure 2 shows a schematic principle sketch of an embodiment of the invention.
Die beiliegenden Zeichnungen sollen ein weiteres Verständnis der Ausführungsformen der Erfindung vermitteln. Sie veranschaulichen Ausführungsformen und dienen im Zusammenhang mit der Beschreibung der Erklärung von Prinzipien und Konzepten der Erfindung. Andere Ausführungsformen und viele der genannten Vorteile ergeben sich im Hinblick auf die Zeichnungen. Die Elemente der Zeichnungen sind nicht notwendigerweise maßstabsgetreu zueinander gezeigt. The accompanying drawings are intended to provide further understanding of embodiments of the invention. They illustrate embodiments and, in connection with the description, serve to explain principles and concepts of the invention. Other embodiments and many of the advantages mentioned arise with regard to the drawings. The elements of the drawings are not necessarily shown to scale to one another.
In den Figuren der Zeichnungen sind gleiche, funktionsgleiche und gleichwirkende Elemente, Merkmale und Komponenten - sofern nicht anders ausgeführt ist - jeweils mit denselben Bezugszeichen versehen. In the figures of the drawings, identical, functionally identical and identically effective elements, features and components are each provided with the same reference numerals, unless stated otherwise.
BESCHREIBUNG VON AUSFÜHRUNGSBEISPIELEN DESCRIPTION OF EMBODIMENTS
Figur 1 zeigt ein schematisches Blockdiagramm gemäß eines Verfahrens zur Untersuchung von Bauteilen auf Fehler mittels eines Bauteilanalysators. Das Verfahren umfasst eine Kl-Routine zur Objektanalyse K1 , sowie eine Kl-Routine zur Erkennung und Klassifikation von Mängeln K2 und eine Kl-Routine zur Erkennung von Anomalien K3. Die Kl-Routinen K2 und K3 sind der Kl-Routine K1 nachgelagert. Figure 1 shows a schematic block diagram according to a method for examining components for errors using a component analyzer. The method includes a Kl routine for object analysis K1, as well as a Kl routine for detecting and classifying defects K2 and a Kl routine for detecting anomalies K3. The Kl routines K2 and K3 are downstream of the Kl routine K1.
Das Kl-Modul mit den Kl-Routinen K1 , K2, K3 wird mit Sensordaten S betreffend ein zu untersuchendes Bauteil gespeist und generiert hieraus Ausgangsdaten enthaltend annotierte Daten betreffend das zu untersuchende Bauteil. Ferner werden die Kl-Routinen K2 und K3 mit den annotierten Ausgangsdaten der Kl-Routine K1 gespeist. The Kl module with the Kl routines K1, K2, K3 is fed with sensor data S relating to a component to be examined and from this generates output data containing annotated data relating to the component to be examined. Furthermore, the Kl routines K2 and K3 are fed with the annotated output data of the Kl routine K1.
Dabei ist auch vorgesehen, dass wenigstens eine Kl-Routine mit annotierten Ausgangsdaten wenigstens einer anderen Kl-Routine trainiert wird. Das Training kann während des laufenden Betriebs oder anlassbezogen erfolgen. It is also provided that at least one Kl routine is trained with annotated output data of at least one other Kl routine. The training can take place during ongoing operations or on an event-related basis.
Figur 2 zeigt ein schematisches Blockdiagramm eines Bauteilanalysators zur Untersuchung von Bauteilen auf Fehler. Der Bauteilanalysator umfasst eine Aufnahme 1 , in welcher das Bauteil während der Untersuchung positioniert ist, wenigstens einen Sensor 2, um Sensordaten betreffend ein zu untersuchendes Bauteil zu generieren, ein Steuergerät 3, um den Sensor derart zu steuern, dass dieser die Sensordaten automatisch generiert, einer Schnittstelle 4 zu einem Kl-Modul 5 mit wenigstens einer Kl Routine K1 zur Objektanalyse, wenigstens einer Kl-Routine K2 zur Erkennung und Klassifikation von Mängeln, und wenigstens einer Kl-Routine K3 zum Erkennen von Anomalien. Ferner weist der Bauteilanalysator Mittel 6 zum Sortieren von untersuchten Bauteilen entsprechend deren Untersuchungsergebnissen auf. Figure 2 shows a schematic block diagram of a component analyzer for examining components for errors. The component analyzer comprises a receptacle 1 in which the component is positioned during the examination, at least one sensor 2 to generate sensor data relating to a component to be examined, a control device 3 to control the sensor in such a way that it automatically generates the sensor data, an interface 4 to a Kl module 5 with at least one Kl routine K1 for object analysis, at least one Kl routine K2 for detecting and classifying defects, and at least one Kl routine K3 for detecting anomalies. Furthermore, the component analyzer has means 6 for sorting examined components according to their examination results.
Bezuqszeichen reference symbol
K1 Kl-Routine K1 Kl routine
K2 Kl-Routine K2 Kl routine
K3 Kl-Routine K3 Kl routine
S Sensordaten S sensor data
A Ausgangsdaten A Initial data
1 Aufnahme 1 shot
2 Sensor 2 sensors
3 Steuergerät 3 control unit
4 Schnittstelle 4 interface
5 Kl-Modul 5 Kl module
6 Mittel 6 means
10 Bauteilanalysator 10 component analyzer

Claims

Patentansprüche Patent claims
1 . Verfahren zur Untersuchung von Bauteilen auf Fehler mittels eines Bauteilanalysators, wobei das Verfahren eine Kl-Routine (K1 ) zur Objektanalyse und eine Kl-Routine (K2) zur Erkennung und Klassifikation von Mängeln, die dem Bauteilanalysator aus Datensätzen bekannt sind und/oder eine Kl-Routine (K3) zur Erkennung von Anomalien, die dem Bauteilanalysator aus Datensätzen nicht bekannt sind, aufweist, wobei die Kl-Routinen mit Sensordaten oder verarbeiteten Sensordaten betreffend ein zu untersuchendes Bauteil als Eingangsdaten gespeist werden und als Ausgangsdaten annotierte Daten betreffend das zu untersuchende Bauteil enthaltend ein Ergebnis der jeweiligen Routine generieren, wobei wenigstens eine Kl-Routine mit annotierten Ausgangsdaten wenigstens einer der anderen Kl-Routinen trainiert wird. 1 . Method for examining components for defects using a component analyzer, the method comprising a Kl routine (K1) for object analysis and a Kl routine (K2) for detecting and classifying defects that are known to the component analyzer from data sets and/or a Kl -Routine (K3) for detecting anomalies that are not known to the component analyzer from data sets, the Kl routines being fed with sensor data or processed sensor data relating to a component to be examined as input data and annotated data relating to the component to be examined as output data containing a result of the respective routine, wherein at least one Kl routine is trained with annotated output data of at least one of the other Kl routines.
2. Verfahren nach Anspruch 1 , wobei die annotierten Daten wenigstens teilweise von einem menschlichen Bearbeiter überprüft werden. 2. The method according to claim 1, wherein the annotated data is at least partially checked by a human editor.
3. Verfahren nach einem der vorstehenden Ansprüche, wobei ein erstes Untersuchungsergebnis mittels wenigstens einer ersten 3. Method according to one of the preceding claims, wherein a first examination result is obtained by means of at least a first
Kl-Routine betreffend die Güte eines Bauteils generiert wird, während der Bauteilanalysator Zugriff auf das Bauteil hat, und das Bauteil von dem Bauteilanalysator zur Sortierung nach Güteklassen vorbereitet wird oder nach Güteklassen sortiert wird. Kl routine regarding the quality of a component is generated while the component analyzer has access to the component, and the component is prepared by the component analyzer for sorting according to quality classes or is sorted according to quality classes.
4. Verfahren nach Anspruch 3, wobei ein zweites Untersuchungsergebnis mittels wenigstens einer zweiten Kl- Routine betreffend die Güte eines Bauteils generiert wird, wenn das Bauteil aufgrund des ersten Untersuchungsergebnisses in eine positive Güteklasse einsortiert wurde, wobei das zweite Untersuchungsergebnis generiert wird, während der Bauteilanalysator keinen Zugriff auf das Bauteil hat. 4. The method according to claim 3, wherein a second examination result is determined by means of at least a second classification Routine regarding the quality of a component is generated when the component has been sorted into a positive quality class based on the first examination result, with the second examination result being generated while the component analyzer has no access to the component.
5. Verfahren nach Anspruch 4, wobei eine Charge enthaltend Bauteile, die aufgrund des ersten Untersuchungsergebnisses in eine positive Güteklasse einsortiert wurden, zurückgeholt wird, wenn zu wenigstens einem Bauteil der Charge ein zweites Untersuchungsergebnis entsprechend einer negativen Güteklasse generiert wurde. 5. The method according to claim 4, wherein a batch containing components that were sorted into a positive quality class based on the first test result is retrieved if a second test result corresponding to a negative quality class was generated for at least one component of the batch.
6. Verfahren nach einem der vorstehenden Ansprüche, wobei optische Sensordaten betreffend ein zu untersuchendes Bauteil auf eine vorbestimmte Größe transformiert werden, und wenigstens eine Kl-Routine mit transformierten Sensordaten gespeist wird. 6. The method according to any one of the preceding claims, wherein optical sensor data relating to a component to be examined are transformed to a predetermined size, and at least one Kl routine is fed with transformed sensor data.
7. Verfahren nach einem der vorstehenden Ansprüche, wobei die Kl-Routine zur Objektanalyse mit optischen Sensordaten gespeist wird und Bildausschnitte bezüglich relevanter Merkmale eines Bauteils als Ausgangsdaten generiert werden, wobei die Ausgangsdaten, nachfolgend als annotierte Bildausschnitte bezeichnet, von der Kl-Routine zur Objektanalyse mit Annotierungen annotiert werden. 7. The method according to any one of the preceding claims, wherein the Kl routine for object analysis is fed with optical sensor data and image sections relating to relevant features of a component are generated as output data, the output data, hereinafter referred to as annotated image sections, from the Kl routine for object analysis be annotated with annotations.
8. Verfahren nach Anspruch 7, wobei wenigstens eine Kl-Routine zur Erkennung und Klassifikation von Mängeln und/oder wenigstens eine Kl-Routine zur Erkennung von Anomalien mit annotierten Bildausschnitten gespeist werden. 8. The method according to claim 7, wherein at least one Kl routine for detecting and classifying defects and / or at least one Kl routine for detecting anomalies are fed with annotated image sections.
9. Verfahren nach einem der vorstehenden Ansprüche, wobei wenigstens zwei, insbesondere eine Vielzahl, Kl-Routinen zur Erkennung und Klassifikation von Mängeln vorgesehen sind, wobei jede der Kl-Routinen zur Erkennung und Klassifikation von Mängeln einer vorbestimmten Art, vorbestimmten Ursache und/oder auf einen vorbestimmten Ort von Mängeln spezialisiert ist. 9. The method according to any one of the preceding claims, wherein at least two, in particular a plurality, Kl routines are provided for the detection and classification of defects, each of the Kl routines for the detection and classification of defects of a predetermined type, predetermined cause and / or specializes in a predetermined location of defects.
10. Bauteilanalysator (10) zur Untersuchung von Bauteilen auf Fehler mit10. Component analyzer (10) for examining components for errors
- einer Aufnahme (1 ), in welcher das Bauteil während der Untersuchung positioniert ist; - a receptacle (1) in which the component is positioned during the examination;
- wenigstens einem Sensor (2), insbesondere optischen Sensor, um Sensordaten betreffend ein zu untersuchendes Bauteil zu generieren; - at least one sensor (2), in particular an optical sensor, in order to generate sensor data relating to a component to be examined;
- einem Steuergerät (3), um den Sensor derart zu steuern, dass dieser die Sensordaten automatisch generiert; - a control device (3) to control the sensor in such a way that it automatically generates the sensor data;
- einer Schnittstelle (4) zu einem Kl-Modul (5) mit wenigstens einer Kl-Routine (K1 ) zur Objektanalyse, wenigstens einer Kl-Routine (K2) zur Erkennung und Klassifikation von Mängeln, die dem Kl-Modul aus Datensätzen bekannt sind, und wenigstens einer Kl-Routine (K3) zum Erkennen von Anomalien, die dem Kl-Modul aus Datensätzen nicht bekannt sind, wobei die Kl-Routinen des Kl-Moduls miteinander in Wechselwirkung stehen; und mit - an interface (4) to a Kl module (5) with at least one Kl routine (K1) for object analysis, at least one Kl routine (K2) for detecting and classifying defects that are known to the Kl module from data sets , and at least one Kl routine (K3) for detecting anomalies that are not known to the Kl module from data sets, the Kl routines of the Kl module interacting with one another; and with
- Mitteln (6) zum Sortieren von untersuchten Bauteilen entsprechend deren Untersuchungsergebnissen. - Means (6) for sorting examined components according to their examination results.
11 . Computerprogrammprodukt mit Programmcode-Mitteln, um das Verfahren gemäß einem der Ansprüche 1 -9 durchzuführen. 11. Computer program product with program code means to carry out the method according to one of claims 1 -9.
PCT/EP2023/074145 2022-09-06 2023-09-04 Examination of components for faults by means of a component analyzer WO2024052264A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
DE102022209247.3A DE102022209247A1 (en) 2022-09-06 2022-09-06 Examining components for defects using a component analyzer
DE102022209247.3 2022-09-06

Publications (1)

Publication Number Publication Date
WO2024052264A1 true WO2024052264A1 (en) 2024-03-14

Family

ID=87971794

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2023/074145 WO2024052264A1 (en) 2022-09-06 2023-09-04 Examination of components for faults by means of a component analyzer

Country Status (2)

Country Link
DE (1) DE102022209247A1 (en)
WO (1) WO2024052264A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102019110721A1 (en) * 2019-04-25 2020-10-29 Carl Zeiss Industrielle Messtechnik Gmbh WORKFLOW FOR TRAINING A CLASSIFICATOR FOR QUALITY INSPECTION IN MEASUREMENT TECHNOLOGY
US20210142456A1 (en) * 2019-11-12 2021-05-13 Bright Machines, Inc. Image Analysis System for Testing in Manufacturing
WO2021142475A1 (en) * 2020-01-12 2021-07-15 Neurala, Inc. Systems and methods for anomaly recognition and detection using lifelong deep neural networks

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102019110721A1 (en) * 2019-04-25 2020-10-29 Carl Zeiss Industrielle Messtechnik Gmbh WORKFLOW FOR TRAINING A CLASSIFICATOR FOR QUALITY INSPECTION IN MEASUREMENT TECHNOLOGY
US20210142456A1 (en) * 2019-11-12 2021-05-13 Bright Machines, Inc. Image Analysis System for Testing in Manufacturing
WO2021142475A1 (en) * 2020-01-12 2021-07-15 Neurala, Inc. Systems and methods for anomaly recognition and detection using lifelong deep neural networks

Also Published As

Publication number Publication date
DE102022209247A1 (en) 2024-03-07

Similar Documents

Publication Publication Date Title
EP3767403B1 (en) Machine learning based shape and surface measurement for monitoring production
EP2870482B1 (en) Method for identifying and distinguishing materials for a production process, and corresponding system
DE102018128158A1 (en) DEVICE FOR INSPECTION OF THE APPEARANCE PICTURE
DE102019110721A1 (en) WORKFLOW FOR TRAINING A CLASSIFICATOR FOR QUALITY INSPECTION IN MEASUREMENT TECHNOLOGY
DE102018103244B4 (en) image processing system
WO2023041458A2 (en) Computer-implemented method, modules, and system for detecting anomalies in industrial manufacturing processes
DE102019217613A1 (en) METHOD OF DIAGNOSING AN ENGINE CONDITION AND DIAGNOSTIC MODELING METHOD FOR THEREOF
DE102020126554A1 (en) MICROSCOPY SYSTEM AND METHOD OF VERIFYING INPUT DATA
EP4258179A1 (en) Method and computer program for monitoring an artificial intelligence
EP3282399A1 (en) Method for the improved detection of process anomalies of a technical installation and corresponding diagnostic system
EP0581023A1 (en) Method for analysing a component of a medical sample
DE102020101490A1 (en) Sensor system and method
EP3847517B1 (en) Method and device and method for producing a product and computer program product
DE102019120696A1 (en) Apparatus and method for tire testing
DE19636074C2 (en) Learning-capable image processing system for classification
DE102008032885A1 (en) Method and device for checking and determining states of a sensor
WO2024052264A1 (en) Examination of components for faults by means of a component analyzer
EP3779790A1 (en) Optical quality control
DE19753620C1 (en) Method for recognizing deviations of the surface shape from a predetermined shape by means of a three-dimensional measurement value acquisition and subsequent processing with an artificial neural network
WO2020216622A1 (en) Detecting and removing noise in labels of learning data for trainable modules
AT519777B1 (en) Method for recognizing the normal operating state of a work process
DE102021211610A1 (en) Method for training a neural learning model for detecting production errors
EP4170448A1 (en) Process signal reconstruction and anomaly detection in laser machining processes
Mueller et al. Intelligent real time inspection of rivet quality supported by human-robot-collaboration
EP1755013A2 (en) Method for verifying manufactured parts

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: 23765471

Country of ref document: EP

Kind code of ref document: A1