Material Classification Using Dynamic Magnification Synthesis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Material classification systems based on texture struggle to recognize materials at different magnifications, as it is impractical to predetermine a set of training images that can work for all possible magnifications.

Innovation Solution

The system dynamically generates a collection of images of known materials at the magnification factor of an unknown material, allowing for classification by matching the query image against this dynamically generated collection, which includes synthesizing and reducing image sizes using algorithms like downsampling or quilting.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If the classifier uses predetermined training texture images at high magnification, then the classification can be performed, but the system cannot recognize materials at different magnifications

Engineering Contradiction:
Improveability to recognize materials at different magnificationsVSAvoidneed to predetermine training images at every possible magnification
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system dynamically generates training images at the required magnification level rather than using static predetermined images. The image generation module creates synthetic texture images based on material models, allowing the system to adapt to any magnification factor needed for classification without requiring pre-computed images for all possible magnifications.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the magnification parameter dynamically during the classification process. By adjusting the magnification factor of generated training images to match the query image's magnification level, the system can handle materials captured at various magnifications using the same classification framework without requiring separate models for each magnification.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If the system generates images dynamically at the query image's magnification, then classification accuracy improves, but image processing time increases

Engineering Contradiction:
Improveclassification accuracyVSAvoidimage processing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary generation of training images at the required magnification before the actual classification matching process. By pre-generating the training images and extracting their features in advance, the time-consuming image generation is completed before classification, allowing the matching process to proceed more efficiently without waiting for dynamic generation during classification.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates synthetic copies of material textures at the required magnification using learned material models rather than processing actual captured images through complex transformations. This copying approach generates training images faster than processing real images, as the synthetic generation can be performed efficiently based on material parameters rather than requiring complex image warping and resampling operations.

Inventive Principle:
Principle #26Copying

3Ease of manufacture

If the system uses a database of predetermined high-magnification images, then the training data is ready, but the query images at lower magnification cannot be properly matched

Engineering Contradiction:
Improvereadiness of training dataVSAvoidmatching accuracy between query and training images
Core Design Contradiction:
Ease of manufactureVSMeasurement precision

Solution Approach 1:

The system dynamically adjusts the magnification of training images to match the query image's magnification level. Instead of using fixed high-magnification training images, the system generates training images at the specific magnification required for each query, ensuring that the magnification parameters of training and query images are aligned for accurate matching.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system introduces an intermediary magnification transformation process that bridges the gap between predetermined high-magnification training images and low-magnification query images. By generating training images at the query's magnification level as an intermediate step, the system creates a direct matchable representation that facilitates accurate comparison without requiring the query image to be transformed to high magnification.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS9262443B2Classifying materials using texture
Publication Date: 2016.02.16 CANON KK
  • US9262443B2 patent drawing
  • US9262443B2 patent drawing
  • US9262443B2 patent drawing

AI summary

An unknown material is classified using texture. A database of predetermined images is accessed, each of a known material and each captured at a magnification factor that is relatively high. A query image of the unknown material is received. The query image is captured at a second magnification factor that is relatively lower than the magnification factors of the predetermined images. A collection of images of the known materials is dynamically generated at the second magnification factor. The received query image is matched against the dynamically generated collection of images, and the unknown material is classified in correspondence to a match between the received image and the dynamically generated collection of images.