Multi-network Classification Model for Pulmonary Nodule Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current medical imaging systems, such as CT and PET, face challenges in accurately and efficiently classifying small structures like pulmonary nodules due to inconsistencies and errors caused by human analysis, and existing computer-aided diagnosis systems struggle with distinguishing malignancies from benign lesions.

Innovation Solution

A system and method utilizing a classification model that includes a backbone network, segmentation network, and density classification network, trained with a focal loss function, to determine target classifications of structures in medical images by combining backbone, segmentation, and density features, and adjusting weights for improved robustness.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If a simple classification model is used, then the device complexity is reduced, but the measurement precision and reliability of structure classification deteriorate

Engineering Contradiction:
Improveclassification model complexityVSAvoidclassification accuracy
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The classification model is segmented into three distinct networks: a backbone network for extracting structural features, a segmentation network for determining spatial boundaries, and a density classification network for analyzing density characteristics. Each network specializes in a specific aspect of classification, improving overall accuracy while maintaining manageable complexity through modular design.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system employs a composite classification approach by integrating multiple types of features (backbone features from structural analysis, segmentation features from spatial analysis, and density features from density analysis) into a unified classification model. This composite feature integration enables more accurate classification of small structures like pulmonary nodules compared to single-feature models.

Inventive Principle:
Principle #40Composite materials

2Ease of operation

If traditional classification methods are used, then the ease of operation is maintained, but the reliability and diagnostic accuracy deteriorate

Engineering Contradiction:
Improvesystem usabilityVSAvoiddiagnostic accuracy
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system implements automated classification through the multi-network architecture, where the backbone network automatically extracts features, the segmentation network automatically determines boundaries, and the density network automatically analyzes density characteristics. This self-service automation eliminates manual analysis while maintaining high reliability through the integrated multi-feature approach.

Inventive Principle:
Principle #25Self-service

3Device complexity

If uniform weights are used in the loss function, then the device complexity is reduced, but the reliability deteriorates due to class imbalance

Engineering Contradiction:
Improveloss function complexityVSAvoidclassification reliability
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The loss function applies local quality by assigning different weights to different candidate classifications based on their frequency and importance. Rather than using uniform weights, the system tailors the weight for each classification category to address class imbalance, with higher weights given to rarer or more critical classifications like malignancies, thereby improving overall classification reliability.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11270157B2System and method for classification determination
Publication Date: 2022.03.08 SHANGHAI UNITED IMAGING INTELLIGENCE CO LTD
  • US11270157B2 patent drawing
  • US11270157B2 patent drawing
  • US11270157B2 patent drawing

AI summary

The present disclosure provides a system and method for classification determination of a structure. The method may include obtaining image data representing a structure of a subject. The method may also include determining a plurality of candidate classifications of the structure and their respective probabilities by inputting the image data into a classification model. The classification model may include a backbone network for determining a backbone feature of the structure, a segmentation network for determining a segmentation feature of the structure, and a density classification network for determining a density feature of the structure. The method may further include determining a target classification of the structure based on at least a part of the probabilities of the plurality of candidate classifications.