Multi-task Network for Chest X-ray Abnormality Classification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Automated diagnosis of chest X-rays is challenging due to high inter-rater variability, error rates in annotations, limited data availability, and image quality issues, leading to overconfident systems with poor generalization on unseen data.

Innovation Solution

A multi-task network system that includes an imaging database, normalization module, and confidence module, which processes chest X-ray images to remove variability, predicts abnormality classification scores, and generates segmented masks, using a combination of encoder and decoder networks with global loss optimization, and a confidence module to map scores to discrete classifications.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If machine learning-based systems are developed for automated chest X-ray diagnosis, then diagnostic efficiency and workflow prioritization are improved, but the systems exhibit overconfidence and poor generalization on unseen data due to high inter-rater variability, annotation errors, and limited data availability

Engineering Contradiction:
Improvediagnostic efficiencyVSAvoidgeneralization capability
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system segments the diagnostic task into multiple independent binary classification problems, each targeting a specific abnormality type. This segmentation allows the model to focus on detecting individual pathologies separately, reducing the complexity of learning from noisy, multi-label annotations and improving generalization to unseen data while maintaining high diagnostic efficiency.

Inventive Principle:
Principle #1Segmentation

2Adaptability or versatility

If automated diagnosis systems are trained to detect multiple pathologies simultaneously, then comprehensive screening capability is improved, but the systems become overconfident due to high inter-rater variability and annotation errors

Engineering Contradiction:
Improvemulti-pathology detection capabilityVSAvoidclassification confidence accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

The system divides multi-pathology detection into separate binary classification tasks for each abnormality type. This segmentation prevents the model from becoming overconfident by treating each pathology detection independently with its own confidence score, rather than forcing a single multi-class classification that amplifies errors from inter-rater variability and annotation inconsistencies.

Inventive Principle:
Principle #1Segmentation

3Measurement precision

If deep learning networks are used for abnormality classification, then detection accuracy is improved, but the systems require large amounts of annotated data which is limited in availability

Engineering Contradiction:
Improveabnormality detection accuracyVSAvoidannotated data availability
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

By segmenting the classification task into multiple binary problems, the system reduces the effective data requirement for each individual classifier compared to training a single multi-class classifier on limited multi-label data. Each binary classifier can be trained more effectively with available annotations, improving overall detection accuracy despite data limitations.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The binary classification framework serves multiple functions: it enables detection of individual pathologies, provides calibrated confidence scores, and can be combined to achieve comprehensive multi-pathology screening. This universal approach maximizes the utility of limited annotated data across multiple diagnostic objectives.

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

Data Source

PatentUS10691980B1Multi-task learning for chest X-ray abnormality classification
Publication Date: 2020.06.23 SIEMENS HEALTHINEERS AG
  • US10691980B1 patent drawing
  • US10691980B1 patent drawing
  • US10691980B1 patent drawing

AI summary

Systems and methods are provided for automatic classification of multiple abnormalities that are visible in chest X-ray images. The systems and methods are based on a deep learning architecture that predicts, in addition to classification scores of abnormalities, lung/heart masks, and the location of certain abnormalities. By training a multi-task network to improve all the results, the network and the resulting abnormality classification is improved. Normalization of the chest X-ray images is also used to improve the accuracy and efficiency of the multi-task network.