Overlapping Particle Segmentation via Synthetic Mask Generation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The generation of ground truth information for training machine-learning models to segment images with overlapping particles is time-consuming and typically requires manual annotation, hindering the efficiency of model training.

Innovation Solution

A method to generate training data by obtaining segmentation masks for non-overlapping particles, simulating overlapping images, and combining these masks to create simulated combination images with accurate segmentation masks, using techniques like minimum pixel value combination and style transfer algorithms.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual annotation is used to generate ground truth information for training machine-learning models, then segmentation accuracy can be achieved, but the process becomes extremely time-consuming and inefficient

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidtime-consuming annotation process
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent uses style transfer algorithms to copy the visual characteristics and appearance of real microscopy images onto synthetic segmented images. This allows the model to learn from manually annotated real images while generating additional training data synthetically, reducing the time required for manual annotation while maintaining segmentation accuracy through style-consistent training examples

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The patent performs preliminary segmentation on real images to create ground truth masks before applying style transfer. This preliminary action generates the base segmented images that are then styled to match real image characteristics, creating a pipeline that reduces subsequent manual annotation needs while maintaining accuracy

Inventive Principle:
Principle #10Preliminary action

2Reliability

If more training data is generated to improve machine-learning model performance, then model robustness increases, but the manual annotation workload increases proportionally

Engineering Contradiction:
Improvemodel robustnessVSAvoidannotation efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The style transfer process creates multiple copies of segmented images with different visual styles that match real microscopy appearances. This generates large volumes of training data from a single manually annotated source, improving model robustness without proportionally increasing manual annotation workload

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The style transfer algorithm serves multiple functions: it transfers visual characteristics, maintains segmentation accuracy, and generates diverse training examples. This multi-functionality allows a single manual annotation to produce numerous training samples, improving productivity while maintaining model reliability

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

3Productivity

If synthetic images are used for training, then data generation efficiency improves, but the model may not generalize well to real microscopy images

Engineering Contradiction:
Improvedata generation efficiencyVSAvoidgeneralization capability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The style transfer algorithm copies the visual characteristics, textures, and appearance patterns of real microscopy images onto synthetic segmented images. This ensures that while the data is generated efficiently synthetically, the model learns to recognize real image characteristics, maintaining generalization capability

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The style transfer process dynamically adjusts image parameters such as color distribution, texture patterns, and intensity characteristics to match real microscopy images. This parameter transformation allows synthetic images to generalize well to real data while maintaining high data generation efficiency

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12505915B2Processing of images containing overlapping particles
Publication Date: 2025.12.23 ROCHE DIAGNOSTICS OPERATIONS INC
  • US12505915B2 patent drawing
  • US12505915B2 patent drawing
  • US12505915B2 patent drawing

AI summary

A computer-implemented method of generating training data to be used to train a machine learning model for generating a segmentation mask of an image containing overlapping particles. Training data is generated from sparse particle images which contain no overlaps. Generating masks for non-overlapping particles is generally not a problem if the particles can be identified clearly; in many cases simple methods such as thresholding already yield usable masks. The sparse images can then be combined to images which contain artificial overlaps. The same can be done for the masks as well which yields a large amount of training data, because of the many combinations which can be created from just a small set of images. The method is simple yet effective and can be adapted to many domains for example by adding style-transfer to the generated images or by including additional augmentation steps.