Hierarchical Neural Network for Real-Time ROI Detection and Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing medical image processing methods face challenges in achieving both high accuracy and real-time processing for region-of-interest detection and classification, particularly in models designed for real-time applications where reducing image resolution compromises detailed structure evaluation.

Innovation Solution

A hierarchical neural network approach that includes a feature extraction network, a detection subnetwork, and a classification subnetwork, where intermediate feature amounts are used for detection and higher resolution feature amounts are utilized for classification, allowing separate training of these components and avoiding redundant feature extraction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If image resolution is reduced for high-speed processing, then processing speed is improved, but classification accuracy deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidclassification accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The neural network is divided into multiple processing stages: a first processing stage performs detection on low-resolution feature amounts for speed, while a second processing stage performs classification on high-resolution feature amounts for accuracy. This segmentation allows each stage to operate at its optimal resolution level.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system processes feature amounts at multiple resolution dimensions simultaneously. Instead of choosing a single resolution, the network maintains and processes both low-resolution and high-resolution feature representations, enabling fast detection and accurate classification to occur in parallel across different resolution dimensions.

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

2Measurement precision

If feature extraction is performed again from high-resolution input image, then classification accuracy is improved, but processing time increases

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

Solution Approach 1:

The feature extraction network pre-processes the input image to generate feature amounts at multiple resolution levels before the detection and classification stages. This preliminary action eliminates the need for repeated feature extraction later, as all required feature representations are already prepared.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system merges multiple feature extraction operations into a single unified feature extraction network that simultaneously generates feature amounts at different resolution levels. This combining of operations prevents redundant processing and reduces overall computation time.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS20250285268A1Medical image processing device, hierarchical neural network, medical image processing method, and program
Publication Date: 2025.09.11 FUJIFILM CORP
  • US20250285268A1 patent drawing
  • US20250285268A1 patent drawing
  • US20250285268A1 patent drawing

AI summary

There are provided a medical image processing device, a hierarchical neural network, a medical image processing method, and a program capable of achieving highly accurate and real-time processable region-of-interest detection and class classification. A medical image processing device acquires a medical image, extracts a first feature amount and a second feature amount having a resolution relatively higher than a resolution of the first feature amount from the medical image by processing the medical image in a feature extraction network of a hierarchical neural network, detects a region of interest included in the medical image by processing the first feature amount in a first subnetwork of the hierarchical neural network, and classifies the region of interest by processing the second feature amount in a second subnetwork of the hierarchical neural network.