Medical Image Label Prediction With Segmentation-Based Explanations

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing artificial intelligence systems for digital image classification, particularly in medical imaging, lack explainability, making it difficult for users to understand the reasoning behind predictions and comply with regulatory requirements for transparency.

Innovation Solution

A method involving a segmentation neural network and a classification neural network, optimized through a learning phase using cost functions to maximize label quality, probability of background classification, and sparsity, providing explainable predictions by associating pixel classifications with image labels.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a multilayer neural network is used for automatic image classification, then predictive accuracy is improved, but explainability deteriorates (the system becomes a black box)

Engineering Contradiction:
Improvepredictive accuracyVSAvoidexplainability
Core Design Contradiction:
Measurement precisionVSLoss of information

Solution Approach 1:

The patent introduces an intermediary explanation module that acts as a mediator between the neural network's internal representations and the user. This module generates human-interpretable explanations by analyzing which image regions most influenced the prediction, using techniques like gradient-based sensitivity analysis or attention mechanisms to highlight relevant areas without altering the core prediction engine.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the image into multiple regions and processes each region through the neural network separately, then aggregates the results. This segmentation approach allows the system to identify which specific regions contributed to the final prediction, providing explainability while maintaining the power of deep learning for accurate classification.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If the neural network processes all pixels in the image, then predictive accuracy is improved, but processing time increases

Engineering Contradiction:
Improvepredictive accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent extracts and processes only the most relevant portions of the image rather than all pixels. By identifying and focusing on salient regions that contain diagnostic information, the system reduces the amount of data to be processed while maintaining predictive accuracy, thereby decreasing processing time.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial processing by focusing computational resources on the most informative regions of the image rather than uniformly processing all pixels. This selective approach uses sufficient (but not excessive) processing on critical areas to achieve accurate predictions with reduced overall computation time.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12536784B2Prediction of labels for digital images, especially medical ones, and supply of explanations associated with these labels
Publication Date: 2026.01.27 UNIV BREST BRETAGNE OCCIDENTALE
  • US12536784B2 patent drawing
  • US12536784B2 patent drawing

AI summary

Method for the prediction of labels associated with a digital image, comprising a prediction phase consisting of:supplying the image to a segmentation neural network configured to predict a classification of the pixels of the image into a first set of classes; andsupplying at least part of this classification to a classification neural network configured to predict a set of labels for said image, based on the classification P of the pixels;said segmentation and classification neural networks being determined by a learning phase comprising, for each image of a training set, the first and second steps; and determining a location of the background of said image, based on the classification of the pixels, and optimizing the weights of the neural networks according to a set of cost functions configured, by iteration, to maximize the quality of the set of labels as a function of labels previously established and associated with the image, and to maximize the probability of not predicting any label for the background.