Gated Spatiotemporal Unit for Irregular Image Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image segmentation techniques, such as region growing and CNNs, struggle to accurately identify and segment irregularly-shaped objects in medical images due to their reliance on pixel adjacency and regularity, leading to incorrect boundary detection and failure in recognizing shapes with varying geometry and intensity.

Innovation Solution

A gated spatiotemporal unit is introduced, combining principles of RNNs and CNNs to propagate information over both time and space, allowing nodes to update their internal states based on previous states and neighboring nodes, and utilizing an image pyramid for efficient data propagation across different resolutions.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If region growing is used to segment objects in medical images, then simple and fast segmentation is achieved, but incorrect spreading occurs across boundaries due to tiny connections between adjacent bright pixels

Engineering Contradiction:
Improvesegmentation speedVSAvoidboundary detection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

A gating mechanism is introduced as an intermediary between pixel regions to control information flow. The gate decides whether to allow propagation between adjacent pixels based on learned boundary conditions, preventing incorrect spreading while maintaining efficient segmentation. This resolves the contradiction by adding a control layer that enables fast segmentation without boundary errors.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The model uses feedback through recurrent neural networks to continuously refine segmentation boundaries. By iteratively updating pixel representations and using feedback loops to adjust gating decisions, the system achieves precise boundary detection while maintaining computational efficiency through learned stopping conditions.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If CNNs are used to identify objects with regularity, then accurate classification of regular shapes is achieved, but failure to recognize irregular shapes occurs due to reliance on pixel adjacency and regularity patterns

Engineering Contradiction:
Improveobject classification accuracyVSAvoidability to recognize irregular shapes
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The model transitions from static CNN filters to dynamic recurrent neural networks with gating mechanisms. This allows the system to adapt its processing behavior based on local image characteristics, enabling accurate recognition of both regular and irregular shapes by dynamically adjusting what features to emphasize at each location.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The gating mechanism dynamically changes parameters (gate opening/closing) based on local intensity variations and boundary conditions. This allows the model to adapt its sensitivity to pixel adjacency differently across the image, maintaining high accuracy for regular shapes while gaining versatility to handle irregular shapes with varying geometry and intensity patterns.

Inventive Principle:
Principle #35Parameter changes

3Ease of manufacture

If traditional region growing spreads pixels to adjacent regions, then simple implementation is maintained, but loss of information occurs when tiny connections cause incorrect region merging

Engineering Contradiction:
Improveimplementation simplicityVSAvoidboundary information loss
Core Design Contradiction:
Ease of manufactureVSLoss of information

Solution Approach 1:

A gating mechanism serves as an intermediary that filters information flow between regions. Instead of blindly spreading pixels, the gate evaluates boundary conditions and selectively allows or blocks information propagation, preventing loss of boundary information while maintaining the simplicity of a automated segmentation process.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The model replaces the mechanical region growing process with a learned gating system. Instead of relying on fixed intensity thresholding and adjacency rules, the system uses neural network-based gating decisions that preserve boundary information by intelligently controlling what information flows between regions based on learned patterns.

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

Data Source

PatentUS10776923B2Segmenting irregular shapes in images using deep region growing
Publication Date: 2020.09.15 GUERBET SA
  • US10776923B2 patent drawing
  • US10776923B2 patent drawing
  • US10776923B2 patent drawing

AI summary

A system for determining a region of interest in an image. The system includes a memory and an electronic processor. The electronic processor included in the system is connected to the memory and is configured to initialize internal states of nodes of a spatial lattice. Each node of the spatial lattice corresponds to a pixel of the image and is connected to at least one node representing a neighboring pixel of the image. The electronic processor is also configured to iteratively update, using a neural network, the internal states of each nodes in the spatial lattice using spatially gated propagation and identify the region of interest within the image based on the internal states of the nodes at a convergence of the spatial lattice.