Self-Supervised CNN for 3D Lesion Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current machine learning models struggle to accurately segment necrotic tumors in medical images, particularly in 3D CT scans, due to limited representation in training datasets and the challenge of handling anatomical variations and necrosis, which affects their performance in radiomic analysis and lesion growth studies.

Innovation Solution

A multi-stage training approach using self-supervised contrastive learning, where a deep learning network is pre-trained on unlabeled 3D tumor datasets with RECIST annotations, and then fine-tuned with labeled 2D datasets, incorporating augmentation methods like distance transform-based mask-out and spatial-temporal augmentations to enhance segmentation performance on necrotic tumors.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional supervised learning is used with limited labeled data, then training time is reduced, but segmentation accuracy deteriorates

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidlabeled data quantity
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The model performs self-supervised pretraining on unlabeled 3D tumor data before supervised fine-tuning on labeled data. This preliminary action allows the model to learn robust features from abundant unlabeled data, improving segmentation accuracy while requiring fewer labeled samples for final training

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The training process is segmented into two distinct stages: self-supervised pretraining stage using unlabeled data, and supervised fine-tuning stage using labeled data. This segmentation allows each stage to optimize for its specific purpose, maximizing accuracy while minimizing labeled data requirements

Inventive Principle:
Principle #1Segmentation

2Reliability

If standard data augmentation is applied, then model robustness improves, but performance on necrotic tumors deteriorates

Engineering Contradiction:
Improvemodel robustnessVSAvoidnecrotic tumor segmentation accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The augmentation strategy applies different transformations to different parts of the training process: standard augmentations (rotation, flipping) are applied during pretraining to build robustness, while the model learns to handle necrotic regions through self-supervised contrastive learning that specifically captures local tissue characteristics without being misled by augmentation artifacts

Inventive Principle:
Principle #3Local quality

3Device complexity

If 2D slice-by-slice processing is used, then computational complexity is reduced, but 3D contextual information is lost

Engineering Contradiction:
Improvecomputational complexityVSAvoid3D contextual information
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The model processes data in 3D space during pretraining to capture volumetric contextual information, then projects this 3D understanding back to 2D slices for segmentation. This dimensional transition allows the model to leverage 3D context without the full computational burden of 3D segmentation throughout the entire pipeline

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

4Measurement precision

If contrastive learning with augmentation is implemented, then segmentation accuracy improves, but training time increases

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidtraining time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The self-supervised contrastive learning process continuously optimizes feature representations throughout the pretraining phase using unlabeled data, ensuring that the model develops robust semantic understanding before supervised fine-tuning. This continuous optimization maximizes accuracy gains while the use of unlabeled data prevents training time penalties associated with manual annotation

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentUS12175679B23D segmentation of lesions in CT images using self-supervised pretraining with augmentation
Publication Date: 2024.12.24 MERCK SHARP & DOHME LLC
  • US12175679B2 patent drawing
  • US12175679B2 patent drawing
  • US12175679B2 patent drawing

AI summary

A method or system for training a convolutional neural network (CNN) for medical imaging analysis. The system pre-trains the CNN's encoder using a dataset of unlabeled 3D medical images. Each 3D image includes an annotated slice delineating a boundary of a lesion and multiple non-annotated 2D slices above and below the annotated slice. The system then fine-tunes the pre-trained encoder using an annotated 2D image dataset. The annotated 2D image dataset includes multiple 2D slices of lesions, each including an annotation that delineates a boundary of a corresponding lesion.