Diffusion Tensor Image Harmonization via Machine Learning Lookup

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for harmonizing diffusion tensor images from different MRI scanners are inefficient and require significant computational and monetary costs, as they need to learn a separate image transformation for each scanner, making it impractical for large datasets.

Innovation Solution

A machine learning model is used to determine a corresponding image transformation that can be applied to diffusion tensor images to harmonize them with a reference scanner, allowing for efficient harmonization without knowing the specific MRI scanner, and automatically learning transformations for each scanner.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If existing techniques are used to harmonize diffusion tensor images, then harmonization accuracy is improved, but processing time and computational cost increase significantly

Engineering Contradiction:
Improveharmonization accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary action by pre-computing and storing harmonization transformations in a lookup table during system initialization. When a diffusion tensor image needs harmonization, the system simply retrieves the pre-computed transformation from the lookup table based on the scanner identifier, rather than computing it in real-time. This eliminates the need for lengthy computational processes during actual image harmonization while maintaining accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates a copy of the reference diffusion tensor image characteristics and stores them in a lookup table. Instead of repeatedly analyzing reference images to determine transformations, the system copies the essential transformation parameters into a reusable database structure that can be quickly accessed for multiple images from the same scanner.

Inventive Principle:
Principle #26Copying

2Measurement precision

If existing techniques are used to harmonize diffusion tensor images, then scanner-specific accuracy is improved, but device complexity and computational resources increase

Engineering Contradiction:
Improvescanner-specific harmonization accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system segments the harmonization process into two distinct phases: an offline training phase where scanner-specific transformations are computed and stored in the lookup table, and an online inference phase where transformations are simply retrieved. This segmentation allows complex computational work to be performed once during setup, while routine operations remain simple and efficient.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system changes the state of transformation parameters from being dynamically computed to being pre-computed and stored. By transforming the parameters into a static lookup format during system initialization, the system eliminates the need for complex real-time computations while preserving scanner-specific accuracy characteristics.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If harmonization is performed for each scanner individually, then measurement accuracy is improved, but productivity decreases

Engineering Contradiction:
Improveharmonization accuracyVSAvoidprocessing throughput
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The system creates a universal lookup table that serves multiple functions: it stores harmonization transformations for multiple different scanners, provides quick retrieval for batch processing, and maintains scanner-specific accuracy for each device. This single multi-functional structure replaces what would otherwise require multiple separate processing pipelines.

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

Solution Approach 2:

The system performs the computationally intensive scanner-specific harmonization analysis in advance during system setup, storing results in the lookup table. This preliminary action enables rapid batch processing of multiple images from different scanners without repeating the complex analysis, thereby improving productivity while maintaining accuracy.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11768265B2Harmonizing diffusion tensor images using machine learning
Publication Date: 2023.09.26 OMNISCIENT NEUROTECH PTY LTD
  • US11768265B2 patent drawing
  • US11768265B2 patent drawing
  • US11768265B2 patent drawing

AI summary

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for harmonizing diffusion tensor images. One of the methods includes obtaining a diffusion tensor image; determining a set of RISH features for the diffusion tensor image; processing a model input generated from the set of RISH features using a machine learning model to generate a model output identifying an image transformation from a set of image transformations, wherein each image transformation in the set of image transformations corresponds to a respective different first MRI scanner and represents a transformation that, when applied to first diffusion tensor images captured by the first MRI scanner, harmonizes the first diffusion tensor images with second diffusion tensor images captured by a reference MRI scanner; and processing the diffusion tensor image using the identified image transformation to generate a harmonized diffusion tensor image.