Attention-Scored Whole-Slide Image Tiles for Interpretable Quality Control

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing machine learning models for whole-slide image analysis lack understanding of their decision-making processes and may generate inaccurate results due to focusing on biologically irrelevant parts of the image, leading to time-consuming and unreliable diagnostic processes.

Innovation Solution

A quality control technique using attention-based machine learning models that subdivide whole-slide images into tiles, assign attention scores to each tile, and select a subset based on these scores to determine biological relevance, generating pass/fail indications.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If machine learning models analyze whole-slide images to generate diagnostic predictions, then diagnostic accuracy can be improved, but the models lack interpretability and may focus on biologically irrelevant areas

Engineering Contradiction:
Improvediagnostic accuracyVSAvoidmodel interpretability
Core Design Contradiction:
ReliabilityVSLoss of information

Solution Approach 1:

The whole-slide image is divided into multiple smaller image tiles that are processed independently by the machine learning model. Each tile is assigned an attention score indicating its importance to the prediction. This segmentation allows the model to focus on and interpret specific regions of interest within the larger image, providing both diagnostic accuracy and interpretability by highlighting which tiles drove the prediction.

Inventive Principle:
Principle #1Segmentation

2Reliability

If machine learning models review entire whole-slide images, then comprehensive analysis is achieved, but computational resources and processing time increase significantly

Engineering Contradiction:
Improveanalysis completenessVSAvoidprocessing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

By dividing the large whole-slide image into smaller tiles, the computational burden is distributed across multiple smaller processing units rather than analyzing the entire image at once. This allows parallel processing and reduces the computational resources required for each individual tile analysis while maintaining comprehensive coverage through aggregation of tile-level predictions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Instead of processing every pixel and region of the entire slide uniformly, the model processes only the necessary tiles that contain diagnostically relevant information. The attention mechanism identifies and processes only the subset of tiles needed for accurate diagnosis, avoiding unnecessary computational effort on irrelevant regions.

Inventive Principle:
Principle #16Partial or excessive action

3Loss of time

If models focus on specific regions of interest, then processing time is reduced, but may miss important contextual information from other areas

Engineering Contradiction:
Improveprocessing timeVSAvoiddiagnostic accuracy
Core Design Contradiction:
Loss of timeVSReliability

Solution Approach 1:

The image is segmented into tiles that are processed in parallel, allowing the model to efficiently identify and focus on the most relevant tiles for diagnosis while maintaining the ability to incorporate contextual information from surrounding areas. The segmentation enables selective processing of high-value regions without completely ignoring contextual neighborhoods.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20250336190A1Attention-based methods and systems for improving quality control of whole-slide image predictions
Publication Date: 2025.10.30 TEMPUS AI INC
  • US20250336190A1 patent drawing
  • US20250336190A1 patent drawing
  • US20250336190A1 patent drawing

AI summary

A method involves receiving a whole-slide image, processing it with a machine learning model to generate a prediction, determining attention scores for image tiles, selecting a subset based on these scores, and generating a pass/fail indication. A system includes processors and memory to perform these steps. A non-transitory computer-readable medium contains instructions for executing these processes.