Meta-Learning Initialization for Image Anomaly Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Developing machine-learning models for detecting object anomalies, such as defects in electrical assets, is hindered by the lack of sufficient labeled training data, which is costly and time-consuming to obtain.

Innovation Solution

A meta-learning approach is employed to generate initial training tasks using visual similarity searches, extracting prior knowledge to efficiently learn anomaly detection tasks with limited labeled data, utilizing a classification neural network and meta-learning algorithms like Reptile to update parameters.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional supervised learning is used to train anomaly detection models, then detection accuracy can be improved, but the cost and time required for data labeling increases significantly

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoiddata labeling time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary action by training on normal data first to establish a baseline understanding of normal patterns, then uses this pre-trained model to detect anomalies without requiring extensive labeled anomaly data. This preliminary training on abundant normal data prepares the model for subsequent anomaly detection tasks.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system introduces an intermediary approach by using unsupervised learning techniques and anomaly scoring mechanisms that bridge the gap between having no labeled anomaly data and achieving accurate anomaly detection. The intermediary step involves learning normal patterns and then identifying deviations from these patterns as anomalies.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If more labeled training data is collected to improve model performance, then detection reliability increases, but the cost of expert labeling increases

Engineering Contradiction:
Improvedetection reliabilityVSAvoidlabeled data quantity
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The system enables self-service by allowing the model to learn from unlabeled data through unsupervised learning techniques. The model automatically identifies patterns and anomalies without requiring human expert intervention for labeling, thereby reducing dependency on manually labeled datasets while maintaining detection reliability.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system applies partial action by using only the necessary portion of labeled data (minimal anomaly labels) combined with abundant unlabeled normal data. This approach achieves effective anomaly detection without requiring excessive labeled data, leveraging the model's ability to learn normal patterns from unlabeled data and identify deviations as anomalies.

Inventive Principle:
Principle #16Partial or excessive action

3Manufacturing precision

If extensive expert labeling is performed to obtain adequate training examples, then manufacturing precision of the model improves, but productivity decreases

Engineering Contradiction:
Improvemodel training precisionVSAvoidmodel development productivity
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The system replaces the mechanical process of manual expert labeling with automated machine learning techniques. Instead of relying on human experts to manually label data, the system uses unsupervised learning, semi-supervised learning, and anomaly detection algorithms to automatically identify patterns and anomalies, thereby maintaining model training precision while dramatically improving development productivity.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The system changes the parameters of the learning process by transitioning from fully supervised learning (requiring extensive labeled data) to unsupervised or semi-supervised learning approaches. This parameter change allows the model to learn effectively from unlabeled data, maintaining training precision while eliminating the bottleneck of manual labeling and improving overall productivity.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12511730B2Meta-learning for detecting object anomaly from images
Publication Date: 2025.12.30 X DEVELOPMENT LLC
  • US12511730B2 patent drawing
  • US12511730B2 patent drawing
  • US12511730B2 patent drawing

AI summary

Methods, computer systems, and apparatus, including computer programs encoded on computer storage media, for training a classification neural network. The system generates, from a set of object-specific data, one or more meta-learning datasets for one or more respective initial training tasks. The system determines values for a set of meta parameters by performing meta-learning with a classification neural network on the one or more meta-learning datasets. The system obtains a set of labeled training examples for a characteristic-detection task. The system determines based at least on one of the values for the set of meta parameters and using the set of labeled training examples, target values for the network parameters for the classification neural network to perform the characteristic-detection task.