Patch-Embedding Image Clustering for Anomaly Type Separation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional anomaly detection models provide only binary classification outputs, failing to differentiate between various types of anomalous data, which limits their utility in identifying specific defects and requires manual sorting to isolate relevant anomalies.

Innovation Solution

An image clustering anomaly detector extracts patch embeddings from images, determines weighted average distances between these embeddings using a neural network model, and applies hierarchical or spectral clustering to assign images into groups based on anomaly types, enabling differentiated anomaly detection without labeled data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional anomaly detection models are used, then binary classification output is achieved, but differentiation between various types of anomalous data is lost

Engineering Contradiction:
Improveanomaly type differentiationVSAvoidanomaly type information
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent segments the anomaly detection task into multiple clusters, where each cluster represents a different type of anomaly. Instead of a single binary classification, the model divides the anomaly space into distinct groups, allowing differentiation between various anomaly types while maintaining the binary classification framework.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a new dimension to the output space by adding cluster assignments to the binary classification. This transforms the output from a single binary label to a combination of binary classification and cluster membership, enabling anomaly type differentiation without complicating the base detection mechanism.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If manual sorting is applied to isolate particular anomaly types, then specific anomaly types can be identified, but time and productivity are reduced

Engineering Contradiction:
Improveanomaly type identificationVSAvoiddata processing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent enables the anomaly detection system to automatically perform the sorting and classification task that would otherwise require manual intervention. By integrating clustering algorithms, the system self-organizes the anomaly data into meaningful groups, eliminating the need for manual sorting while maintaining anomaly type identification capability.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent replaces the mechanical manual sorting process with an automated computational clustering system. The clustering algorithms automatically group anomalies by type, substituting human labor with algorithmic processing, thereby maintaining precision while dramatically improving productivity.

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

3Ease of operation

If binary classification is used, then simple output is achieved, but meaningful insights about different anomaly types are lost

Engineering Contradiction:
Improveoutput simplicityVSAvoidanomaly type insights
Core Design Contradiction:
Ease of operationVSLoss of information

Solution Approach 1:

The patent merges binary classification with clustering results to create a comprehensive anomaly detection system. By combining the simplicity of binary classification with the informative power of cluster assignments, the system maintains ease of operation while providing meaningful insights about different anomaly types through the additional cluster dimension.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS12505526B2Clustering images for anomaly detection
Publication Date: 2025.12.23 GOOGLE LLC
  • US12505526B2 patent drawing
  • US12505526B2 patent drawing
  • US12505526B2 patent drawing

AI summary

A computer-implemented method includes receiving an anomaly clustering request that requests data processing hardware to assign each image of a plurality of images into one of a plurality of groups. The method also includes obtaining a plurality of images. For each respective image, the method includes extracting a respective set of patch embeddings from the respective image, determining a distance between the respective set of patch embeddings and each other set of patch embeddings, and assigning the respective image into one of the plurality of groups using the distances between the respective set of patch embeddings and each other set of patch embeddings.