Global-Local Feature Reconstruction for Medical Image Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing medical image segmentation methods, such as U-Net, suffer from insufficient global feature extraction, long-distance feature dependency modeling, and insufficient recovery of spatial information, leading to inaccurate segmentation results.

Innovation Solution

A global and local feature reconstruction network is introduced, incorporating a global feature reconstruction module (GFR) to transfer semantic information from high-level to low-level features and a local feature reconstruction module (LFR) for dynamic upsampling, enhancing feature fusion and spatial information recovery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If simple skip connections are used to fuse features at different levels, then the network structure remains simple, but global context extraction capability is insufficient

Engineering Contradiction:
Improvenetwork structureVSAvoidglobal context information
Core Design Contradiction:
Device complexityVSLoss of information

Solution Approach 1:

The patent introduces a global feature reconstruction module as an intermediary component that receives high-level semantic features and reconstructs them to low-level spatial resolutions, mediating between encoder and decoder features to enhance global context extraction without significantly complicating the overall network structure

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The feature fusion process is segmented into distinct functional modules: global feature reconstruction module for capturing global context, local feature reconstruction module for preserving spatial details, and feature fusion module for combining them, allowing each module to specialize in specific aspects of feature processing

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If non-local module is used to model long-range features dynamically, then pixel-level feature representation is enhanced, but computational complexity increases significantly

Engineering Contradiction:
Improvepixel-level feature representationVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSPower

Solution Approach 1:

The attention mechanism is segmented into channel attention (SE module) and spatial attention modules, processing features in stages rather than computing all pixel pairs simultaneously, reducing peak computational complexity while maintaining pixel-level representation quality

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses partial attention mechanisms that focus computational resources on relevant feature channels and spatial locations rather than computing attention for all feature pairs, achieving sufficient pixel-level representation with reduced computational burden

Inventive Principle:
Principle #16Partial or excessive action

3Loss of information

If SE module is used to extract global spatial features, then channel features are enhanced, but spatial awareness for pixel-level segmentation is insufficient

Engineering Contradiction:
Improveglobal spatial featuresVSAvoidspatial awareness
Core Design Contradiction:
Loss of informationVSMeasurement precision

Solution Approach 1:

The attention mechanism is divided into separate channel attention (SE module) and spatial attention modules, where channel attention enhances feature representations and spatial attention restores spatial awareness, with each module performing its specialized function in sequence

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The network maintains continuous feature flow through skip connections that preserve spatial information from encoder to decoder, ensuring that spatial awareness is continuously maintained throughout the network rather than being lost and recovered

Inventive Principle:
Principle #20Continuity of useful action

4Ease of manufacture

If nearest neighbor or bilinear interpolation is used for feature upsampling, then implementation is simple, but spatial information recovery is insufficient

Engineering Contradiction:
Improveimplementation simplicityVSAvoidspatial information recovery
Core Design Contradiction:
Ease of manufactureVSManufacturing precision

Solution Approach 1:

Traditional mechanical interpolation methods (nearest neighbor, bilinear) are replaced with a learnable local feature reconstruction module that uses convolutional operations to dynamically reconstruct spatial features, achieving superior spatial information recovery while maintaining implementation simplicity through modular design

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

5Manufacturing precision

If transposed convolution is used for upsampling, then spatial information is recovered, but semantic information at different locations is ignored

Engineering Contradiction:
Improvespatial information recoveryVSAvoidsemantic information processing
Core Design Contradiction:
Manufacturing precisionVSAdaptability or versatility

Solution Approach 1:

The upsampling process is segmented into semantic feature processing by the global feature reconstruction module followed by spatial detail recovery by the local feature reconstruction module, allowing each module to optimize for its specific function without compromise

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12380678B2Global and local feature reconstruction network-based medical image segmentation method
Publication Date: 2025.08.05 SUZHOU UNIV
  • US12380678B2 patent drawing
  • US12380678B2 patent drawing
  • US12380678B2 patent drawing

AI summary

The invention provides a global and local feature reconstruction network-based medical image segmentation method, device, apparatus and a computer storage medium. In the invention, a global feature reconstruction GFR module introduces semantic information from high-level into low-level features through a global descriptor, to eliminate a semantic gap between features in different levels, and a feature map is reconstructed by using a cross-level global descriptor, to implement long-distance feature dependency modeling. A local feature reconstruction LFR module implements dynamic upsampling of features based on the guidance of a low-stage feature map. Local features are dynamically reconstructed, so that spatial detail information in the low-stage feature map is transferred to a high-stage feature map, thereby implementing spatial information recovery of features, overcoming the problems such as insufficient global feature extraction and long-distance feature dependency modeling capabilities and insufficient recovery of spatial information of a feature map in a U-shaped encoder-decoder network.