Domain Adaptation Model for Image Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current imaging systems face significant performance drops due to changes in sensor sources and domains, failing to effectively adapt and utilize multi-modal information for accurate classification and segmentation across different geographic and temporal scenarios.

Innovation Solution

A system and method utilizing a domain adaptation model trained with machine learning algorithms, specifically deep learning, to characterize features in images by adapting from source domain images to target domain images, incorporating additional data from sensors like radar and lidar for improved confidence levels and multi-task learning.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a classification model is trained only on source domain images, then the model can be trained with available labeled data, but the model performance drops significantly when applied to target domain images due to domain differences

Engineering Contradiction:
Improvemodel performanceVSAvoiddomain adaptability
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary domain adaptation training before actual deployment by pre-processing target domain images with the source domain model to generate pseudo labels. This preliminary action creates an adapted model that is ready for target domain application, preventing performance drops when the model encounters new domains.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Pseudo labels serve as an intermediary between source domain labeled data and target domain images. The system uses the source domain model to generate pseudo labels for target domain images, which then serve as training labels to adapt the model to the target domain, bridging the domain gap without requiring expensive manual annotation.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If manual annotation is performed for target domain images to improve classification accuracy, then the model can achieve high accuracy on target domain, but the time and cost for data preparation increases significantly

Engineering Contradiction:
Improveclassification accuracyVSAvoiddata preparation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system enables self-service annotation by using the trained source domain model to automatically generate pseudo labels for target domain images. This self-service approach eliminates the need for manual annotation of target domain data, significantly reducing data preparation time and cost while still achieving acceptable classification accuracy.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system copies the labeling pattern from source domain data to target domain data through pseudo label generation. By copying the classification logic and applying it to generate labels for target domain images, the system avoids the time-consuming manual annotation process while maintaining consistent classification standards across domains.

Inventive Principle:
Principle #26Copying

3Productivity

If the system uses only optical image data for training, then the training process is simple and fast, but the system fails to leverage additional sensor information that could improve perception in the target domain

Engineering Contradiction:
Improvetraining speedVSAvoidmulti-modal information
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The system achieves multi-functionality by designing a unified domain adaptation framework that can handle both single-modal (optical images only) and multi-modal (optical images plus radar/lidar) data. This universal approach allows the system to leverage additional sensor information when available to improve perception accuracy, while maintaining training efficiency by falling back to optical images only when other sensors are unavailable.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS11113829B2Domain adaptation for analysis of images
Publication Date: 2021.09.07 GM GLOBAL TECHNOLOGY OPERATIONS LLC
  • US11113829B2 patent drawing
  • US11113829B2 patent drawing
  • US11113829B2 patent drawing

AI summary

A system for analyzing images includes a processing device including a receiving module configured to receive an image associated with a target domain, and a domain adaptation module configured to characterize one or more features represented in the received image based on a domain adaptation model. The domain adaptation model is generated using a machine learning algorithm to train the domain adaptation model, and the machine learning algorithm is configured to train the domain adaptation model based on one or more source domain images associated with a source domain, one or more previously acquired images associated with the target domain, and acquired characterization data associated with the target domain. The system also includes an output module configured to output the received image with characterization data identifying one or more features characterized by the domain adaptation module.