Segmentation Boundary Smoothing After Image Size Conversion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The boundary of segmented regions becomes conspicuous when a segmentation result after size conversion is applied to the original image, particularly in three-dimensional medical images with varying pixel spacings.

Innovation Solution

An image processing apparatus and method that utilizes a neural network to segment a size-converted image into regions, applies an interpolation calculation to convert class images back to the original image size, and derives the segmentation result based on pixel values to smooth the boundaries.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If the image size is reduced for segmentation processing, then processing speed is improved, but boundary quality deteriorates (jaggies become conspicuous)

Engineering Contradiction:
Improvesegmentation processing speedVSAvoidboundary quality of segmented region
Core Design Contradiction:
ProductivityVSManufacturing precision

Solution Approach 1:

The patent divides the processing into two stages: first segmenting the downsampled image to obtain rough boundaries, then processing each segmented region separately by upsampling with boundary smoothing. This segmentation approach allows different processing strategies for different regions, improving overall boundary quality while maintaining processing efficiency.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies local quality improvement by performing boundary smoothing specifically at the boundaries of segmented regions during the upsampling process, rather than uniformly processing the entire image. This targeted approach maintains high boundary quality where it matters most while preserving the computational benefits of downsampling.

Inventive Principle:
Principle #3Local quality

2Measurement precision

If the image size is converted to match Pixel Spacing in all directions, then segmentation accuracy is improved, but processing complexity increases

Engineering Contradiction:
Improvesegmentation accuracyVSAvoidimage processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent changes the pixel spacing parameter by converting the image size to match Pixel Spacing in all directions before segmentation. This parameter adjustment ensures uniform sampling density, which improves segmentation accuracy by eliminating artifacts caused by anisotropic pixel spacing.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent performs preliminary image size conversion to match Pixel Spacing before the segmentation process. This preliminary action prepares the image data in advance, ensuring that the segmentation algorithm operates on uniformly spaced data, which simplifies the segmentation process and improves accuracy.

Inventive Principle:
Principle #10Preliminary action

3Productivity

If segmentation is performed on downsampled image and result is applied to original image, then processing efficiency is improved, but boundary smoothness deteriorates

Engineering Contradiction:
Improvesegmentation processing efficiencyVSAvoidsmoothness of segmented region boundary
Core Design Contradiction:
ProductivityVSShape

Solution Approach 1:

The patent introduces dynamic boundary smoothing during the upsampling process, where the boundary of each segmented region is adaptively smoothed based on local image characteristics. This dynamic processing maintains the computational efficiency of downsampling while improving boundary smoothness in the final result.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent introduces an intermediate processing step where segmented regions from the downsampled image are used as guides for upsampling the original image. This intermediary approach allows the efficient downsampling segmentation to benefit the high-resolution original image without directly transferring the jagged boundaries.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12632920B2Image processing apparatus, method, and program for smoothing boundary of segmented region
Publication Date: 2026.05.19 FUJIFILM CORP
  • US12632920B2 patent drawing
  • US12632920B2 patent drawing
  • US12632920B2 patent drawing

AI summary

A processor is configured to convert a size of a target image to derive a size-converted image, segment the size-converted image into regions of at least one class by using a segmentation model constructed by machine-learning a neural network to derive a plurality of class images in which a pixel value of each pixel represents class-likeness for the at least one class, convert a size of at least one class image into the size of the target image to derive at least one converted class image, and segment the target image based on a pixel value in each pixel of the at least one converted class image.