CT Body Composition Segmentation With Contrastive Pretraining

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The challenge in medical imaging is the high cost and time required for manual annotation of large datasets, leading to insufficient training data for machine learning models, which results in overfitting and poor generalization, especially in body composition measurements using CT scans.

Innovation Solution

A method using contrastive learning to pretrain an encoder network with unlabeled CT data, followed by a decoder network trained with labeled data, reducing the need for extensive manual labeling and improving segmentation performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If supervised segmentation algorithms are used with large annotated datasets, then segmentation performance is improved, but the cost and time for manual annotation increases significantly

Engineering Contradiction:
Improvesegmentation performanceVSAvoidmanual annotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The encoder network is pre-trained on large unlabeled datasets using self-supervised contrastive learning before the supervised segmentation task. This preliminary action allows the model to learn useful representations without manual annotation, reducing the need for extensive labeled data while maintaining segmentation performance

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent extracts and freezes the encoder weights from the pre-trained model, separating them from the decoder components. This allows the pre-trained features to be reused across multiple segmentation tasks without requiring re-annotation, reducing the manual labeling effort for each new application

Inventive Principle:
Principle #2Taking out (Extraction)

2Quantity of substance

If the training dataset size is small compared to model complexity, then training cost is reduced, but the model overfits and cannot generalize to unseen data

Engineering Contradiction:
Improvetraining data sizeVSAvoidmodel generalization
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The encoder is pre-trained on a large unlabeled dataset before the supervised training phase. This preliminary action allows the model to learn robust features from abundant data without the constraints of limited labeled examples, preventing overfitting when the final supervised training uses a smaller labeled dataset

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The pre-trained encoder acts as an intermediary that transfers knowledge from the large unlabeled dataset to the supervised segmentation task. This knowledge transfer mechanism allows the model to generalize better with limited labeled data by leveraging patterns learned during self-supervised pre-training

Inventive Principle:
Principle #24Intermediary (Mediator)

3Manufacturing precision

If manual labeling effort is increased to 100+ images, then training data quality improves, but the cost becomes too high to justify

Engineering Contradiction:
Improvetraining data qualityVSAvoidannotation cost
Core Design Contradiction:
Manufacturing precisionVSEase of manufacture

Solution Approach 1:

The model performs self-service by pre-training on unlabeled data using contrastive learning objectives. This allows the system to improve its own performance without requiring expensive manual annotation, reducing the need for 100+ labeled images while maintaining training data quality through self-supervised learning signals

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12548163B2Quantification of body composition using contrastive learning in CT images
Publication Date: 2026.02.10 SIEMENS HEALTHINEERS AG
  • US12548163B2 patent drawing
  • US12548163B2 patent drawing
  • US12548163B2 patent drawing

AI summary

Systems and methods for quantification of body composition using contrastive learning in computed tomography (CT) data. A segmentation model is provided that is trained using two stages. An encoder of the segmentation model is pretrained using unlabeled data. The encoder is extended by a decoder which is further trained using labeled data.