U-Net Segmentation with Dilated Convolution Modules

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current medical image segmentation methods face challenges with small datasets, leading to over-fitting and poor performance on testing sets, especially in capturing detailed information and varying scales of segmentation targets.

Innovation Solution

A medical image segmentation method based on U-Net that incorporates a generative adversarial network to expand the dataset and a multi-scale feature fusion approach using Dilated Convolution Modules to connect shallow and deep feature maps, enhancing segmentation accuracy across different scales.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If traditional image segmentation methods are used, then the segmentation process is simple, but the segmentation accuracy is poor and deep semantic category information is ignored

Engineering Contradiction:
Improvesegmentation process complexityVSAvoidsegmentation accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent replaces traditional mechanical segmentation algorithms with a deep learning neural network system. The U-Net architecture with multi-scale feature fusion substitutes conventional edge-based or threshold-based segmentation methods, enabling the system to automatically learn and extract deep semantic category information from medical images, thereby significantly improving segmentation accuracy.

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

Solution Approach 2:

The patent introduces multi-scale feature fusion by processing images at multiple resolutions and scales simultaneously. This dimensional approach allows the network to capture both fine-grained local details and global contextual information, resolving the contradiction between simple processing and high accuracy by operating across multiple spatial dimensions.

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

2Measurement precision

If deep learning methods are used, then segmentation accuracy is improved, but the model complexity increases and requires large datasets

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

Solution Approach 1:

The patent divides the complex segmentation task into multiple processing stages within the U-Net architecture: encoding phase for feature extraction, decoding phase for reconstruction, and skip connections for detail preservation. This segmentation of the processing pipeline manages model complexity by organizing functions into modular, manageable components while maintaining high segmentation accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent employs multi-scale feature fusion that processes images at multiple resolutions simultaneously. This approach enriches the training data dimensionality without requiring external datasets, allowing the model to learn robust features across different scales and reducing the need for large external datasets while maintaining high accuracy.

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

3Loss of information

If U-Net with skip connections is used, then detailed information is preserved, but semantic gap between shallow and deep networks increases

Engineering Contradiction:
Improvedetail information preservationVSAvoidsemantic gap between layers
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The patent introduces multi-scale feature fusion that operates across multiple spatial dimensions and resolutions. By processing and fusing features at different scales, the system bridges the semantic gap between shallow and deep networks, allowing detailed local information and global semantic information to interact effectively across multiple dimensional levels.

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

Solution Approach 2:

The patent merges features from multiple scales and levels within the U-Net architecture. The multi-scale feature fusion module combines shallow detailed features with deep semantic features across different resolutions, effectively merging information from various network depths and reducing the semantic gap through integrated multi-dimensional feature representation.

Inventive Principle:
Principle #5Merging (Combining)

4Reliability

If data set expansion is performed, then over-fitting is reduced, but training time and computational resources increase

Engineering Contradiction:
Improveover-fitting reductionVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent performs data expansion by processing and augmenting images across multiple scales and resolutions internally. This multi-dimensional data generation approach creates diverse training samples from limited input data without requiring external data sources or extensive computational resources, reducing over-fitting while maintaining efficient training time.

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

Solution Approach 2:

The system performs self-service data augmentation by generating multi-scale versions of input images through its own processing pipeline. The U-Net architecture itself creates the training data diversity it needs by processing images at multiple resolutions and fusing features across scales, eliminating the need for external data sources or heavy computational data generation processes.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11580646B2Medical image segmentation method based on U-Net
Publication Date: 2023.02.14 NANJING UNIV OF POSTS & TELECOMM
  • US11580646B2 patent drawing
  • US11580646B2 patent drawing

AI summary

A medical image segmentation method based on a U-Net, including: sending real segmentation image and original image to a generative adversarial network for data enhancement to generate a composite image with a label; then putting the composite image into original data set to obtain an expanded data set, and sending the expanded data set to improved multi-feature fusion segmentation network for training. A Dilated Convolution Module is added between the shallow and deep feature skip connections of the segmentation network to obtain receptive fields with different sizes, which enhances the fusion of detail information and deep semantics, improves the adaptability to the size of the segmentation target, and improves the medical image segmentation accuracy. The over-fitting problem that occurs when training the segmentation network is alleviated by using the expanded data set of the generative adversarial network.