Deep Learning Chest X-Ray Abnormality Detection System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current methods for detecting abnormalities in chest X-rays are subjective, complex, and limited by the availability of trained radiologists, especially in low-resource settings, and previous deep learning algorithms lack scalability and accuracy due to insufficient large-scale high-quality datasets.

Innovation Solution

A fully automated deep learning system trained on 2.5 million chest X-ray images using Natural Language Processing (NLP) for extracting abnormalities, anatomy segmentation, and a hybrid classification plus segmentation network for detecting and localizing abnormalities, which includes a U-Net based anatomy segmenter, ResNeXT-50 with Squeeze-excitation modules, and a weighted sum of cross-entropy loss for confidence scoring.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If automated detection algorithms are applied in low-resource settings, then productivity and accessibility are improved, but reliability and accuracy deteriorate due to lack of expert validation

Engineering Contradiction:
Improvedetection speedVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The detection system is segmented into multiple specialized components: a triage algorithm for priority classification, an abnormality detection algorithm for specific pathology identification, and a confidence scoring system. This segmentation allows each component to be optimized for its specific function while maintaining overall system reliability through modular validation.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces radiologist-in-the-loop validation as an intermediary between automated detection and final diagnosis. Radiologists review and confirm algorithm detections, providing expert validation that bridges the gap between automated speed and human accuracy, particularly in low-resource settings where full specialist availability is limited.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Loss of time

If deep learning algorithms are trained on limited datasets, then development time and cost are reduced, but measurement precision and reliability deteriorate

Engineering Contradiction:
Improvetraining timeVSAvoiddetection accuracy
Core Design Contradiction:
Loss of timeVSMeasurement precision

Solution Approach 1:

The system performs preliminary data curation and annotation before training, using automated preprocessing pipelines to prepare datasets. This preliminary action includes standardizing image formats, applying augmentations, and pre-annotating with available expert labels, which accelerates the training process while maintaining data quality through systematic preparation.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent employs data augmentation techniques that transform training data through parameter changes such as rotations, flips, brightness adjustments, and geometric transformations. This increases the effective size and diversity of training datasets without requiring additional manual annotation, thereby improving model precision while avoiding the time cost of collecting and annotating more raw data.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If complex abnormality detection methods are used, then measurement precision is improved, but device complexity and ease of operation worsen

Engineering Contradiction:
Improveabnormality detection accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The complex detection task is segmented into specialized algorithms for different abnormality types (e.g., pneumonia detection, tuberculosis detection, cardiomegaly detection). Each segment focuses on specific pathology patterns, reducing the complexity of individual algorithms while maintaining high overall precision through targeted detection capabilities.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system incorporates automated confidence scoring and priority triage that self-evaluate detection results without requiring complex manual intervention. The algorithms automatically assess their own confidence levels and prioritize cases for review, reducing operational complexity while maintaining detection precision through systematic self-validation.

Inventive Principle:
Principle #25Self-service

4Reliability

If manual radiologist review is performed, then reliability is improved, but productivity and loss of time deteriorate

Engineering Contradiction:
Improvediagnosis accuracyVSAvoidthroughput volume
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

Automated algorithms perform preliminary detection and triage before radiologist review, pre-processing and prioritizing cases based on abnormality likelihood. This preliminary action filters out many normal or clearly abnormal cases, allowing radiologists to focus their expertise on borderline or complex cases, thereby maintaining high reliability while increasing overall throughput.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

Instead of requiring full radiologist review of all cases, the system applies partial review only to cases that meet specific criteria (low confidence scores, high priority classifications, or ambiguous findings). This partial action approach maintains reliability for critical cases while dramatically increasing productivity by automating routine detections.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS10755413B1Method and system for medical imaging evaluation
Publication Date: 2020.08.25 QURE AI TECH PTE LTD
  • US10755413B1 patent drawing
  • US10755413B1 patent drawing
  • US10755413B1 patent drawing

AI summary

This disclosure generally pertains to methods and systems for processing electronic data obtained from imaging or other diagnostic and evaluative medical procedures. Certain embodiments relate to methods for the development of deep learning algorithms that perform machine recognition of specific features and conditions in imaging and other medical data. Another embodiment provides systems configured to detect and localize medical abnormalities on medical imaging scans by a deep learning algorithm.