Medical Image Classification with Uncertainty Estimation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current deep learning solutions for classifying medical images, such as chest radiographs, face challenges in providing accurate and consistent interpretations due to high label noise and ambiguity, leading to overconfident but poorly generalizing systems, especially when dealing with unseen data.

Innovation Solution

A deep learning network is adapted to output a measure of uncertainty in addition to probabilistic classification, learning to identify evidence for labels through belief masses and accounting for the inherent variability and ambiguity of medical images, allowing for more accurate classification and efficient resource allocation by prioritizing review of images with high uncertainty.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If deep learning solutions are used for classifying medical images, then classification speed is improved, but classification accuracy deteriorates due to overconfidence on ambiguous images

Engineering Contradiction:
Improveclassification speedVSAvoidclassification accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system incorporates uncertainty estimation as feedback to the classification process. The deep learning model outputs both classification predictions and uncertainty measures, allowing the system to identify when it is overconfident and potentially incorrect. This feedback mechanism enables selective human review of uncertain cases while maintaining fast automated classification for confident predictions.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent changes the output parameters of the deep learning model from simple probabilistic classifications to include additional uncertainty metrics. By modifying the model to output multiple parameters (prediction probability and uncertainty measure), the system can distinguish between high-confidence and low-confidence predictions, resolving the contradiction between speed and accuracy.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If human reviewers interpret medical images, then classification accuracy is improved, but productivity deteriorates due to time-consuming review process

Engineering Contradiction:
Improveclassification accuracyVSAvoidreview speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system segments the medical image review process into two distinct pathways: automated classification for high-confidence predictions and human review for uncertain cases. This segmentation allows the system to maintain high accuracy for the majority of straightforward images while reserving human expertise for the minority of ambiguous cases, thereby improving overall productivity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The deep learning system performs self-assessment through uncertainty estimation, automatically identifying which images require human intervention. This self-service capability eliminates the need for humans to review all images, allowing them to focus only on uncertain cases and significantly increasing review efficiency.

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If machine learning models are trained on annotated medical images, then classification capability is improved, but training reliability deteriorates due to label noise and ambiguity

Engineering Contradiction:
Improveclassification capabilityVSAvoidtraining data quality
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The system uses uncertainty estimates as feedback to identify and filter out problematic training labels. By analyzing which images have high uncertainty even after classification, the system can detect label noise and ambiguity in the training data, allowing for more reliable training on cleaned data while maintaining the ability to handle complex cases.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS11275976B2Medical image assessment with classification uncertainty
Publication Date: 2022.03.15 SIEMENS HEALTHINEERS AG
  • US11275976B2 patent drawing
  • US11275976B2 patent drawing
  • US11275976B2 patent drawing

AI summary

Medical images may be classified by receiving a first medical image. The medical image may be applied to a machine learned classifier. The machine learned classifier may be trained on second medical images. A label of the medical image and a measure of uncertainty may be generated. The measure of uncertainty may be compared to a threshold. The first medical image and the label may be output when the measure of uncertainty is within the threshold.