Automated organ segmentation via anatomy detection and voxel-level classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Healthcare facilities face challenges in providing quality care due to economic, technological, and administrative hurdles, including time-consuming and resource-intensive image processing and analysis tasks that are impractical for humans to manage alone, especially with the need for accurate and efficient segmentation of medical images for diagnosis and treatment.

Innovation Solution

The implementation of an image data processing system using machine learning techniques, specifically deep learning and convolutional neural networks, for automated image segmentation, which includes an anatomy detector, bounding box generator, and voxel-level segmenter to identify and classify objects in medical images, reducing manual effort and improving accuracy and speed.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If automated image segmentation using machine learning is implemented, then productivity and diagnostic efficiency are improved, but device complexity and computational resource requirements increase

Engineering Contradiction:
Improveimage processing speedVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The image processing system is divided into distinct functional modules: an anatomy detector that identifies anatomical structures, a bounding box generator that defines regions of interest, and a voxel-level segmenter that performs detailed segmentation. This modular segmentation allows each component to specialize in specific tasks, improving overall processing efficiency while making the complex system more manageable and maintainable

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The bounding box serves as an intermediary element between the anatomy detector and the voxel-level segmenter. By first generating bounding boxes around potential regions of interest, the system reduces the computational burden on the segmenter, which only needs to process limited regions rather than entire images, thus improving productivity without proportionally increasing complexity

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If manual image analysis is performed, then measurement precision and diagnostic accuracy can be maintained, but loss of time and reduced productivity occur

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

Solution Approach 1:

The system incorporates feedback mechanisms where the anatomy detector provides initial segmentation results that are refined by the bounding box generator and subsequently by the voxel-level segmenter. Each stage uses feedback from previous stages to improve accuracy, allowing the system to achieve high measurement precision through iterative refinement rather than requiring extensive manual review

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The anatomy detector performs preliminary analysis to identify anatomical structures and generate bounding boxes before the detailed voxel-level segmentation occurs. This preliminary action filters out irrelevant regions and prepares data structures that facilitate more accurate and efficient final segmentation, reducing the time needed for detailed analysis while maintaining precision

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If comprehensive image analysis is performed on entire images, then measurement precision is improved, but loss of time and computational resources increase

Engineering Contradiction:
Improveobject identification accuracyVSAvoidanalysis time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system extracts and isolates specific regions of interest using bounding boxes generated by the bounding box generator. By taking out only the relevant anatomical regions from the full image for detailed voxel-level segmentation, the system maintains high measurement precision for object identification while dramatically reducing the computational time and resources required compared to analyzing entire images

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS11810302B2Automated organ risk segmentation machine learning methods and systems
Publication Date: 2023.11.07 GE PRECISION HEALTHCARE LLC
  • US11810302B2 patent drawing
  • US11810302B2 patent drawing
  • US11810302B2 patent drawing

AI summary

Certain examples provide an image data processing system including an anatomy detector to detect an anatomy in an image and to remove items not included in the anatomy from the image. The example system includes a bounding box generator to generate a bounding box around a region of interest in the anatomy. The example system includes a voxel-level segmenter to classify image data within the bounding box at the voxel level to identify an object in the region of interest. The example system includes an output imager to output an indication of the object identified in the region of interest segmented in the image.