Medical Image Denoising Without Clean References Using Image Sequences

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current denoising techniques for medical images, particularly in CT imaging, require clean reference images for training, which are difficult to obtain and result in limited generalization across varying acquisition parameters, leading to sub-optimal performance and over-smoothing or incomplete noise removal.

Innovation Solution

A method that trains a machine-learning model using sequences of connected images, leveraging convolutional memory units and noise models based on acquisition parameters, allowing denoising without clean reference images and adapting to different noise levels.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If clean reference images are used for training, then denoising performance is improved, but obtaining such images requires higher radiation dose and longer acquisition time

Engineering Contradiction:
Improvedenoising performanceVSAvoidradiation dose
Core Design Contradiction:
Measurement precisionVSObject-affected harmful factors

Solution Approach 1:

The system uses the noisy image itself to generate the clean reference image through an identity transformation branch, eliminating the need for separate clean images acquired with high radiation dose. The noisy image passes through a clean image generator that produces the reference without requiring additional patient exposure

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The training image is segmented into multiple branches: one branch processes the noisy image through denoising, while another branch applies identity transformation to generate the clean reference. This segmentation allows the system to create paired training data from single noisy images without requiring separate clean image acquisitions

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If denoising model is trained on images with specific acquisition parameters, then performance on those parameters is improved, but generalization to different acquisition parameters deteriorates

Engineering Contradiction:
Improvedenoising accuracyVSAvoidgeneralization capability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system incorporates acquisition parameters as additional input channels to the neural network. By feeding parameters such as tube voltage, tube current, and slice thickness directly into the model, the network learns to adapt its denoising behavior based on the specific acquisition conditions, enabling generalization across different parameter settings

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The denoising model is designed to handle multiple acquisition scenarios within a single unified architecture. By integrating parameter-based conditioning, the same model can process images acquired with different radiation doses, tube voltages, and other parameters, eliminating the need for separate models for each acquisition protocol

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

3Quantity of substance

If synthetic noise is added to high-quality images for training, then training data is obtained, but the noise model fails when mathematical assumptions do not match acquisition setup

Engineering Contradiction:
Improvetraining dataVSAvoidnoise model accuracy
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

Instead of relying on synthetic noise models that make mathematical assumptions, the system extracts the actual noise characteristics directly from the noisy input image itself. The noise is treated as an inherent property of the input data rather than something to be artificially generated, ensuring the noise model matches the actual acquisition conditions

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system uses acquisition parameters to condition the noise modeling process. By adjusting the noise characteristics based on the actual acquisition parameters (tube voltage, tube current, etc.), the noise model accurately reflects the real noise present in the image rather than relying on generic synthetic noise assumptions

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20250245820A1Controllable no-reference denoising of medical images
Publication Date: 2025.07.31 KONINKLIJKE PHILIPS NV
  • US20250245820A1 patent drawing
  • US20250245820A1 patent drawing
  • US20250245820A1 patent drawing

AI summary

A method for training a machine-learning model for denoising is provided, including retrieving a target image data frame. The target image data frame is one image data frame of a sequence containing imaging data of a subject. The method further includes retrieving at least one prior image data frame and at least one following image data frame of the sequence. Contents of the prior and following image data frames each overlap partially with contents of the target image data frame. The method further includes retrieving acquisition parameters associated with the image data frames of the sequence and generating a prediction for a denoised target image data frame based on the prior and following image data frame. The method trains a machine-learning algorithm based on the prediction and a noise model based on the acquisition parameters. Also provided are a system and denoising method.