Medical Image Segmentation With Refined Pseudo-Labels

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Image segmentation is challenging in domains with limited labeled data, as manual annotation is time-consuming and resource-intensive, hindering the development of high-performance segmentation models.

Innovation Solution

A semi-supervised approach using a student-teacher model structure, where a teacher model generates initial masks, which are refined by a pretrained foundation model, and used as pseudo-ground-truth labels to tune the student model, with the teacher model updated as an exponential moving average of the student model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual annotation is used to obtain labeled data, then the quality and accuracy of segmentation models can be improved, but the time consumption and resource requirements increase significantly

Engineering Contradiction:
Improvesegmentation model accuracyVSAvoidannotation time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The teacher model is pre-trained on available labeled data to generate initial segmentation masks before the main training process. This preliminary action creates pseudo-ground-truth labels that can be used to train the student model, reducing the need for extensive manual annotation while maintaining segmentation accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

A teacher-student model framework is introduced as an intermediary mechanism. The teacher model generates initial predictions that serve as pseudo-labels for the student model, which then refines these predictions through self-training. This intermediary system enables the model to learn from unlabeled data, significantly reducing manual annotation requirements while preserving segmentation quality.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If more labeled data is collected to improve segmentation performance, then model reliability can be enhanced, but the cost and complexity of data preparation increase

Engineering Contradiction:
Improvesegmentation model reliabilityVSAvoiddata preparation complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The student model performs self-training by using the teacher model's predictions as pseudo-ground-truth labels. The system automatically generates and refines its own training data through iterative learning, eliminating the need for extensive manual data preparation. This self-service mechanism enhances model reliability by enabling effective training on large amounts of unlabeled data without increasing data preparation complexity.

Inventive Principle:
Principle #25Self-service

3Measurement precision

If a pretrained foundation model is used to refine masks, then segmentation precision can be improved, but the computational resources required increase

Engineering Contradiction:
Improvemask accuracyVSAvoidcomputational energy
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

Instead of applying the pretrained foundation model to all images in the dataset, the approach selectively applies it only to generate initial masks for the teacher model. The student model then performs the bulk of the refinement work through self-training on pseudo-labeled data. This partial application of the computationally intensive foundation model reduces overall energy consumption while maintaining high mask accuracy.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The pretrained foundation model is used in advance to initialize the teacher model with high-quality segmentation capabilities. This preliminary action establishes a strong baseline that the student model can build upon, allowing the system to achieve high precision without repeatedly invoking the computationally expensive foundation model during the main training process.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250371714A1Semi-supervised image segmentation for medical decision making
Publication Date: 2025.12.04 NEC LABORATORIES AMERICA INC
  • US20250371714A1 patent drawing
  • US20250371714A1 patent drawing
  • US20250371714A1 patent drawing

AI summary

Methods and systems for image segmentation include initializing a student model and a teacher model using a labeled dataset. An initial mask is generated for an unlabeled image using the teacher model. The initial mask is refined to generate a refined mask using a pretrained foundation model. The student model is tuned using the unlabeled image and the refined mask as a pseudo-ground truth label. The teacher model is updated using the tuned student model.