Medical Imaging Backbone Training With Self-Supervised Pretraining

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The lack of sufficient publicly available medical domain data and the high subjectivity and workload in manual radiology image analysis hinder effective detection of abnormalities, necessitating improved training methods for backbone neural networks.

Innovation Solution

A framework for training backbone neural networks using self-supervised learning with medical data sets and updating them with supervised training signals, allowing for efficient use of limited labeled data across healthcare organizations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual annotation by human experts is used to create training data, then the quality and accuracy of training data are improved, but the time and labor required increase significantly

Engineering Contradiction:
Improvetraining data qualityVSAvoidannotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system uses self-supervised learning where the neural network automatically generates its own training data and annotations by analyzing medical images and generating synthetic labeled data, eliminating the need for human experts to manually annotate images. The model trains on unlabeled medical images by learning representations that enable it to perform downstream tasks without human intervention.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system creates synthetic training data by generating artificial medical images or augmenting existing images through transformations, copying the essential features and patterns from real medical data to create training samples that mimic real-world conditions without requiring actual annotated patient data.

Inventive Principle:
Principle #26Copying

2Reliability

If large amounts of labeled training data are collected, then the performance of detection algorithms is improved, but the cost and complexity of data collection increase

Engineering Contradiction:
Improvedetection algorithm performanceVSAvoiddata collection system complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The neural network system generates its own training data through self-supervised learning mechanisms, automatically creating labeled datasets from unlabeled medical images. This self-generating capability provides large amounts of training data without requiring complex external data collection infrastructure or manual annotation processes.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system transforms unlabeled medical images into labeled training data by applying various parameter changes and augmentations, such as image transformations, synthetic overlays, and generated variations, to create diverse training samples that maintain the essential diagnostic features while providing ground truth labels.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If foundation models trained on public data are used, then generalizability is improved, but the applicability to specific medical domains with limited data is reduced

Engineering Contradiction:
Improvemodel generalizabilityVSAvoidavailable training data
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The system segments the training process into two distinct phases: a pre-training phase on large amounts of unlabeled medical images to build general representations and a fine-tuning phase on smaller labeled datasets specific to the target medical domain. This segmentation allows the model to achieve both generalizability from public data and domain-specific accuracy from specialized data.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary self-supervised pre-training on large volumes of unlabeled medical images before the actual task-specific training. This preliminary action establishes a robust foundation of medical image representations that can be efficiently adapted to specific domains with limited labeled data, avoiding the need to start from scratch with scarce annotations.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250299050A1Backbone neural network training
Publication Date: 2025.09.25 SIEMENS HEALTHINEERS AG
  • US20250299050A1 patent drawing
  • US20250299050A1 patent drawing
  • US20250299050A1 patent drawing

AI summary

A framework for training a backbone neural network. The framework includes training a first backbone neural network using a first medical data set and self-supervised learning, the first medical data set having a first modality. The framework trains a first downstream neural network by applying the trained first backbone neural network to a second medical data set to provide a first feature vector, the second medical data set having the first modality. The first downstream neural network is trained with the first feature vector as input data and labels associated with the second medical data set. The trained first backbone neural network is updated based on a supervised training signal generated during the training of the first downstream neural network.