Active Learning Calibration for Selective Data Annotation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing machine learning models, particularly deep neural networks, suffer from poor calibration, requiring complex and expert-intensive data labeling processes, especially for tasks like 3D sensor measurements and medical imaging, and lack efficient methods for active learning to improve model accuracy.

Innovation Solution

A method for active machine learning that includes temperature scaling for model calibration, using an acquisition function based on class probability differences, and iterative training with selective data annotation to enhance model confidence and accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional machine learning models are used without calibration, then the model can make predictions, but the model calibration is poor and confidence does not reflect actual accuracy

Engineering Contradiction:
Improvemodel calibrationVSAvoidconfidence accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent applies temperature scaling by introducing a temperature parameter T that transforms the model's output probabilities. The calibrated probability is computed as P_calibrated(y|x) = exp(log(P_model(y|x))/T), where T is optimized to minimize calibration error. This parameter transformation allows the model to maintain its predictive power while improving the reliability of confidence scores without requiring complex architectural changes.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If extensive data labeling is performed to improve model accuracy, then model performance improves, but resource consumption and time requirements increase significantly

Engineering Contradiction:
Improvemodel accuracyVSAvoidlabeling time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system implements active learning where the model itself identifies which unlabeled data points would be most beneficial to annotate. By computing uncertainty metrics and selecting samples with highest expected information gain, the system autonomously determines its own training needs, reducing reliance on random or manual selection processes and minimizing the time required for effective data labeling.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent implements an iterative active learning loop where the model's predictions and confidence scores on unlabeled data provide feedback for selecting the next batch of samples to annotate. This feedback mechanism allows the system to progressively improve model accuracy by focusing labeling efforts on the most informative samples, thereby reducing overall labeling time and resources required.

Inventive Principle:
Principle #23Feedback

3Reliability

If all available unlabeled data is annotated to improve model performance, then model accuracy improves, but the cost and complexity of the labeling process increases

Engineering Contradiction:
Improvemodel accuracyVSAvoidlabeling process complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent extracts and processes only the most informative subset of unlabeled data for annotation by computing uncertainty metrics and selecting samples based on expected information gain. This extraction approach filters out redundant or low-value samples that would not contribute significantly to model improvement, thereby simplifying the labeling process while maintaining or enhancing model accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

Instead of annotating all available unlabeled data, the system performs partial action by selecting and annotating only the top-k samples with highest uncertainty or expected information gain. This selective approach achieves comparable or superior model performance with significantly reduced labeling effort and process complexity, avoiding the diminishing returns of annotating low-value samples.

Inventive Principle:
Principle #16Partial or excessive action

4Measurement precision

If complex acquisition functions are used for active learning, then data selection may be more accurate, but computational complexity and processing time increase

Engineering Contradiction:
Improvedata selection accuracyVSAvoidacquisition function complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent employs computationally efficient acquisition functions that can be quickly evaluated on large numbers of unlabeled samples. By using uncertainty-based metrics and simple information gain calculations rather than complex Bayesian optimization or ensemble methods, the system achieves effective data selection with minimal computational overhead, making the active learning process scalable to large datasets.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

Data Source

PatentUS12524701B2Device and computer-implemented method for data-efficient active machine learning
Publication Date: 2026.01.13 ROBERT BOSCH GMBH
  • US12524701B2 patent drawing
  • US12524701B2 patent drawing

AI summary

A device and a computer-implemented method for data-efficient active machine learning. Annotated data are provided. A model is trained for a classification of the data as a function of the annotated data. The model trained in this way is calibrated, as a function of the annotated data, with regard to confidence for a correctness of the classification of the annotated data by the model. For unannotated data, the confidence for the correctness of the classification of the unannotated data is determined, using the model calibrated in this way. The unannotated data for the active machine learning whose confidence satisfies a criterion is acquired from the unannotated data.