AI Agent for 3D Medical Image Object Localization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional methods for object localization in 3D medical images face challenges due to variability in anatomy, image orientation, and field-of-view, with existing approaches being non-scalable, difficult to train, and limited in generalizing to various clinical cases.

Innovation Solution

A deep reinforcement-learning based AI agent navigates a nonlinear multi-dimensional parametric space to estimate parameters such as position, orientation, and scale of anatomical objects, using a Markov Decision Process and multi-scale progressive optimization to localize targets efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If atlas-based registration methods are used for object localization, then localization accuracy can be achieved, but the method requires complex non-rigid registration and is not scalable to large three-dimensional volumes

Engineering Contradiction:
Improvelocalization accuracyVSAvoidcomplex non-rigid registration
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the continuous non-linear parameter space into discrete bins along each dimension, transforming the complex continuous optimization problem into a series of simpler discrete classification problems. This segmentation allows the system to avoid complex non-rigid registration while maintaining localization accuracy through multi-resolution binning strategies.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent replaces the mechanical iterative optimization process of atlas-based registration with a data-driven classification approach using convolutional neural networks. The CNN automatically learns the mapping from image features to parameter space bins, substituting the complex mechanical registration process with a learned statistical model that scales better to large volumes.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Adaptability or versatility

If regression-based methods are used for object localization, then the method can learn non-linear mapping from voxels to parameters, but such methods are difficult to train especially where the dataset has large variation in field of view

Engineering Contradiction:
Improvenon-linear mapping capabilityVSAvoidtraining difficulty
Core Design Contradiction:
Adaptability or versatilityVSEase of manufacture

Solution Approach 1:

The patent transforms the regression problem into a classification problem by adding a discrete bin dimension to the parameter space. Instead of directly regressing continuous parameters from variable field-of-view images, the CNN classifies images into discrete bins along each parameter dimension. This dimensional transformation makes the problem more tractable and less sensitive to field-of-view variations during training.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent performs preliminary discretization of the parameter space into bins before the actual localization task. By pre-defining the bin structure and training the CNN to predict bin indices rather than continuous values, the system simplifies the learning task and reduces training difficulty, especially for datasets with large field-of-view variations.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If classification-based methods are used for object localization, then the method can perform localization by discretizing parametric space, but such methods impose dependencies in the parametric search space which can lead to suboptimal solutions

Engineering Contradiction:
Improvelocalization efficiencyVSAvoidlocalization accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent segments the parameter space into multiple independent bins along each dimension, allowing the classification to proceed independently in each dimension. This segmentation reduces the dependencies between parameters during the classification process, enabling more efficient computation while maintaining the ability to capture non-linear relationships through the learned bin boundaries.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs a multi-resolution binning strategy where coarse bins are nested within finer bins. The CNN first classifies into coarse bins, then progressively refines the classification within smaller sub-bins. This nested structure allows the system to efficiently search the parametric space at multiple scales, achieving both computational efficiency and high localization accuracy without imposing strong dependencies between search steps.

Inventive Principle:
Principle #7Nested doll (Nesting)

4Measurement precision

If R-CNN based techniques are used for medical image analysis, then the method can perform object localization, but it requires very large annotated datasets to train and is difficult to generalize

Engineering Contradiction:
Improveobject localization capabilityVSAvoidannotated dataset size
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent designs a universal classification framework that can handle multiple parameter dimensions (spatial coordinates, orientation angles, scale factors) simultaneously through a single CNN model. This multi-functional approach allows the system to generalize better across different anatomical structures and imaging conditions, reducing the need for large annotated datasets compared to specialized R-CNN approaches trained for specific tasks.

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

Data Source

PatentEP3579189B1Adaptive nonlinear optimization of shape parameters for object localization in 3D medical images
Publication Date: 2022.11.09 SIEMENS HEALTHCARE GMBH
  • EP3579189B1 patent drawingFigure 1
  • EP3579189B1 patent drawingFigure 2
  • EP3579189B1 patent drawingFigure 3

AI summary

System and methods are provided for localizing a target object in a medical image. The medical image is discretized into a plurality of images having different resolutions. For each respective image of the plurality of images, starting from a first image and progressing to a last image with the progression increasing in resolution, a sequence of actions is performed for modifying parameters of a target object in the respective image. The parameters of the target object comprise nonlinear parameters of the target object. The sequence of actions is determined by an artificial intelligence agent trained for a resolution of the respective image to optimize a reward function. The target object is localized in the medical image based on the modified parameters of the target object in the last image.