Image Segmentation via Grayscale Feature Extraction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current medical imaging systems face challenges in accurately and efficiently segmenting images, particularly in distinguishing target regions from background regions, due to variations in grayscale values and noise in medical images.

Innovation Solution

A system and method that divide images into blocks, extract grayscale features, determine a segmentation threshold based on these features, and segment the image using a fitting technique to improve the accuracy and efficiency of image processing.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional image segmentation methods are used, then the process is simple, but the accuracy of distinguishing target regions from background regions deteriorates due to grayscale variations and noise

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The image is divided into multiple image blocks, and grayscale features are extracted from each block separately. This local segmentation approach allows the system to handle grayscale variations and noise more effectively by processing smaller, more manageable regions independently, thereby improving segmentation accuracy without requiring overly complex global processing methods.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system determines a segmentation threshold based on grayscale features (mean and standard deviation) extracted from image blocks. By dynamically adjusting the threshold according to local grayscale characteristics rather than using a fixed global threshold, the method adapts to varying image conditions and improves accuracy while maintaining reasonable processing complexity.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If image segmentation is performed on the entire image at once, then the process is straightforward, but the efficiency deteriorates due to large computational load

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidprocessing complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The image is divided into multiple image blocks for parallel processing. By extracting grayscale features from each block independently and determining local thresholds, the system reduces the computational load on any single processing unit and enables parallel execution, thereby improving overall processing efficiency while maintaining manageable complexity for each processing step.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs segmentation on image blocks rather than the entire image at once. This partial action approach processes smaller regions with simpler computations, and the results are combined to form the complete segmentation, improving efficiency by avoiding the need to process the full image with the same computational intensity.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If grayscale features are extracted from the entire image, then the feature representation is comprehensive, but the time consumption increases

Engineering Contradiction:
Improvefeature extraction accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

Grayscale features are extracted from each image block separately rather than processing the entire image as one unit. This segmentation allows for faster local computations and enables parallel processing of multiple blocks, reducing total processing time while maintaining comprehensive feature representation through the aggregation of features from all blocks.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system extracts grayscale features from representative image blocks rather than every pixel in the entire image. This partial sampling approach provides sufficient feature information for accurate threshold determination while significantly reducing the computational time required compared to processing the complete image.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS12159444B2Systems and methods for image processing based on grayscale features
Publication Date: 2024.12.03 SHANGHAI UNITED IMAGING HEALTHCARE
  • US12159444B2 patent drawing
  • US12159444B2 patent drawing
  • US12159444B2 patent drawing

AI summary

A method may include obtaining an image of a subject and determining a plurality of image blocks in the image. The method may also include extracting grayscale features from each of the plurality of image blocks and determining, based on the grayscale features, a segmentation threshold. The method may further include segmenting, based on the segmentation threshold, the image.