Machine Learning Model Training Using Similarity Coefficients

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The annotation process for training machine-learning models to detect ambiguous image features like dents is inconsistent and prone to errors due to the subjective nature of human annotation and the lack of temporal cues, leading to contradictory patterns and increased false positives.

Innovation Solution

A method involving the generation of similarity coefficients between predicted feature regions and groundtruth regions, with a dynamic threshold to determine a loss value, allowing the machine-learning model to be trained effectively while avoiding over-training on ambiguous features.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If annotators manually annotate ambiguous dents without temporal cues, then the annotation process is simple and fast, but the annotations become inconsistent and contradictory

Engineering Contradiction:
Improveannotation speedVSAvoidannotation consistency
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system performs preliminary action by providing temporal sequence information and contextual frames before the annotation process. The training data includes sequential frames with temporal metadata, allowing the model to learn consistent dent detection patterns across time rather than making isolated annotations. This preliminary contextualization resolves the inconsistency issue while maintaining efficient processing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback through iterative training where the model's predictions are continuously compared with ground truth annotations and temporal context. The loss function incorporates temporal consistency constraints, providing feedback signals that adjust the model's detection criteria. This feedback mechanism ensures that annotations become consistent across multiple frames while maintaining high productivity.

Inventive Principle:
Principle #23Feedback

2Adaptability or versatility

If the machine-learning model is forced to learn ambiguous dent patterns, then the model learns comprehensive patterns, but it increases false positives and becomes overly sensitive

Engineering Contradiction:
Improvepattern learning capabilityVSAvoiddetection accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system applies local quality by differentiating between high-confidence and low-confidence dent detections based on local characteristics such as temporal consistency, spatial stability, and visual prominence. The loss function applies different weighting to different regions and temporal frames, allowing the model to learn comprehensive patterns while filtering out ambiguous false positives. This localized quality assessment maintains detection accuracy.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system changes parameters dynamically through adaptive thresholding and configurable loss weights. The training process adjusts detection sensitivity parameters based on the specific characteristics of each frame and dent type. This parameter flexibility allows the model to learn comprehensive patterns when needed while reducing false positives by adjusting thresholds, thus maintaining high reliability.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If frames are selected randomly for annotation without temporal sequence, then the annotation process is simpler and faster, but the model cannot learn temporal patterns for consistent dent location

Engineering Contradiction:
Improveannotation efficiencyVSAvoiddent location accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system performs preliminary action by organizing training data into temporal sequences with metadata about frame order and time intervals. This preliminary structuring of data allows the model to learn temporal patterns for consistent dent location while maintaining efficient processing. The temporal context is prepared in advance, enabling the model to leverage it during training without adding complexity to the annotation process.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system adds another dimension by incorporating temporal information as a new feature space alongside spatial coordinates. The model learns dent detection not only in terms of x-y position but also in terms of temporal consistency across frames. This dimensional expansion improves location accuracy by adding temporal context while maintaining annotation efficiency through structured data processing.

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

4Reliability

If multiple annotators annotate the same frame to improve consistency, then the reliability of annotations improves, but the time required and complexity of the process increases

Engineering Contradiction:
Improveannotation consistencyVSAvoidannotation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system implements self-service by using the model itself to generate annotations that can be directly used for training. The model's predictions, when combined with temporal context and loss function optimization, provide consistent annotations without requiring multiple human annotators. This self-service approach maintains high reliability through algorithmic consistency while eliminating the time loss associated with multi-annotator processes.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system replaces the mechanical system of human annotation with an automated machine-learning based annotation system. The model uses computational methods to generate consistent annotations that reflect temporal patterns and spatial relationships. This substitution maintains annotation reliability through algorithmic consistency while dramatically reducing the time required compared to manual multi-annotator processes.

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

Data Source

PatentUS20250182463A1Method of training machine-learning model
Publication Date: 2025.06.05 AIRBUS (SAS)
  • US20250182463A1 patent drawing
  • US20250182463A1 patent drawing
  • US20250182463A1 patent drawing

AI summary

A method of training a machine-learning model to identify image features is disclosed including: a. receiving a set of predicted feature regions from the machine-learning model, each predicted feature region comprising a prediction of a feature in training image data; b. generating a set of similarity coefficients, each similarity coefficient indicative of a similarity between a predicted feature region and a corresponding groundtruth region which overlaps with the predicted feature region; c. determining a loss value based on the similarity coefficients and a threshold; and d. training the machine-learning model on a basis of the loss value, wherein a.-d. are repeated, each repeat comprising a respective training epoch; in one or more of the training epochs, the set of similarity coefficients comprises one or more similarity coefficients less than the threshold, and the loss value is based on a difference between the threshold and each similarity coefficient less than the threshold.