Computer-Aided Ovarian Tumor Detection for Multi-Center Generalization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current diagnostic models for ovarian tumors using ultrasound images face challenges in generalization across different clinical environments due to variability in patient populations, imaging devices, examination protocols, and technician skill levels, leading to inconsistent performance and biases from factors like image quality and artifacts.

Innovation Solution

A method involving hierarchical annotation, diverse real-world training data, and a leave-one-out cross-validation scheme is employed to train a multi-class neural network, optimizing hyperparameters for robust performance across varied clinical settings, using ultrasound images from multiple centers and incorporating a multi-class focal loss to mitigate biases.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If machine learning models are trained on datasets from a single geographic region or with a single type of imaging device, then the model achieves high accuracy on that specific dataset, but the model fails to generalize effectively when applied to different populations or different ultrasound equipment

Engineering Contradiction:
Improvediagnostic accuracyVSAvoidgeneralization capability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The training process is segmented into multiple iterations, each focusing on a different hold-out center. In each iteration, one center's data is excluded from training and used for validation, ensuring the model learns to generalize across different clinical environments rather than overfitting to a single center's characteristics

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The model is designed to be universal across multiple centers and imaging devices by training on diverse data from many centers and validating on held-out centers. This multi-center training approach makes the model adaptable to different populations, devices, and protocols

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Productivity

If the training dataset is not representative of the diversity of the patient population, then the model training is simpler and faster, but the model effectiveness decreases across a spectrum of clinical contexts

Engineering Contradiction:
Improvetraining efficiencyVSAvoidmodel effectiveness
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

Data from multiple centers is collected and prepared in advance before training begins. This preliminary data aggregation ensures the training dataset is representative of diverse patient populations and clinical contexts, enabling the model to learn robust patterns that generalize across different settings

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If biases are present in the training data from different frequencies of certain diagnoses, variable image quality, and artifacts, then the model learns these biases during training, but the diagnostic accuracy and reliability are significantly skewed

Engineering Contradiction:
Improvediagnostic accuracyVSAvoidbias in training data
Core Design Contradiction:
Measurement precisionVSObject-affected harmful factors

Solution Approach 1:

The validation process converts the potential harm of biased training data into a benefit by using held-out center data to detect and quantify bias. Centers with different characteristics (including those with potentially biased data) serve as independent validation sets, allowing the identification of models that are robust to various biases rather than simply averaging performance across all centers

Inventive Principle:
Principle #22Blessing in disguise (Convert harm into benefit)

Data Source

PatentUS20250217978A1Method and system for a computer-aided detection system to improve generalization and protect against bias
Publication Date: 2025.07.03 INTELLIGYN AB
  • US20250217978A1 patent drawing
  • US20250217978A1 patent drawing
  • US20250217978A1 patent drawing

AI summary

A method for training a multi-class neural network for diagnosing ovarian tumors using ultrasound images includes obtaining ultrasound image data from a plurality of diagnostic centers, annotating each image of the image data, training a series of initial neural networks to perform multi-class classification, evaluating the performance of each initial neural network of the series of initial neural networks; identifying an optimal set of hyperparameter; and training a final neural network using the optimal set of hyperparameters.