Pyramid Attention Network for Medical Image Disease Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current AI models for medical image identification lack accuracy and adaptability, often failing to effectively identify diseases due to the subtlety of features in medical images.

Innovation Solution

A method utilizing a convolutional neural network (CNN) combined with a pyramid attention network to preprocess medical images into feature maps, which are then classified into training and verification sets to enhance the accuracy of disease identification by outputting confidence values for disease detection.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a standard convolutional neural network is used for disease identification, then the model structure is simple, but the identification accuracy is low due to inability to capture subtle disease features

Engineering Contradiction:
Improvedisease identification accuracyVSAvoidmodel structure complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model is segmented into multiple functional modules: CNN feature extraction layer, pyramid attention mechanism layer, and classification layer. The pyramid attention mechanism is further divided into multiple levels (P1, P2, P3, P4) that process different feature scales independently, allowing the system to capture subtle disease features at various resolutions without overwhelming complexity

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The pyramid attention mechanism introduces a dimensional transformation by processing features at multiple scales (different resolutions) simultaneously. This multi-scale dimensional approach allows the model to capture both fine-grained subtle features and broader contextual information, significantly improving disease identification accuracy beyond standard single-scale CNNs

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

2Adaptability or versatility

If the model is trained on fixed specification medical images, then training is straightforward, but the model lacks adaptability to different medical image specifications

Engineering Contradiction:
Improveadaptability to different image specificationsVSAvoidtraining process simplicity
Core Design Contradiction:
Adaptability or versatilityVSEase of manufacture

Solution Approach 1:

The pyramid attention mechanism is designed with universal applicability across different image specifications. The multi-level pyramid structure (P1-P4) can process features at various scales, making the model adaptable to different medical image resolutions and formats. The attention weights are learned dynamically during training, allowing the same model architecture to function effectively across diverse input specifications

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The model employs dynamic feature weighting through the attention mechanism, where attention weights are learned and adjusted during training based on the input data characteristics. This dynamic adaptation allows the model to automatically adjust to different image specifications without requiring separate training for each format, maintaining both adaptability and training simplicity

Inventive Principle:
Principle #15Dynamics

3Measurement precision

If human medical staff perform disease identification, then the process requires minimal technology, but subtle disease features are easily overlooked

Engineering Contradiction:
Improvedetection of subtle featuresVSAvoidAI model complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The pyramid attention mechanism applies local quality enhancement by generating attention maps that highlight specific local regions of the medical image where disease features are present. The attention mechanism focuses computational resources on diagnostically relevant areas, enabling the detection of subtle local features that would be easily overlooked by human observers, while the modular architecture keeps the overall system complexity manageable

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12027270B2Method of training model for identification of disease, electronic device using method, and non-transitory storage medium
Publication Date: 2024.07.02 FULIAN PRESION ELECTRONICS (TIANJIN) CO LTD
  • US12027270B2 patent drawing
  • US12027270B2 patent drawing
  • US12027270B2 patent drawing

AI summary

A method training an AI model in disease identification establishes a disease identifying model, the model includes a convolutional neural network and a pyramid attention network. The pyramid attention network receives output of the convolutional neural network. The method obtains feature map sample set, the sample set being classified into training sets and verification sets. The method inputs each training set into the disease identifying model to train the model and outputs values of degree of confidence in correct identification of diseases. The method further verifies the trained models according to the verification sets. An electronic device and a non-transitory storage medium are also disclosed.