Self-Supervised Chest X-Ray Analysis Using Transferable Visual Words

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current medical imaging technologies face challenges in accurately classifying chest X-ray images without relying on pre-trained ImageNet models, and existing methods require costly expert annotation and are prone to misdiagnosis due to the complexity of anatomical structures, which can lead to devastating consequences.

Innovation Solution

The implementation of a self-supervised machine-learning model using transferable visual words, which combines the strengths of Convolutional Neural Networks (CNNs) and Bag of Visual Words (BoVW) models to automatically extract consistent and recurrent anatomical patterns as supervision signals, reducing the need for expert annotation and improving image representation in medical imaging.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If pre-trained ImageNet models are used for chest X-ray classification, then model performance is improved, but annotation cost and complexity increase

Engineering Contradiction:
Improveclassification accuracyVSAvoidmodel complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the ImageNet model into two parts: (1) a frozen pre-trained feature extractor that captures general visual patterns, and (2) a new classification head that is trained from scratch on chest X-ray data. This segmentation allows the system to benefit from pre-trained features while adapting to domain-specific classification requirements, reducing the need for full model fine-tuning and associated annotation costs

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary feature extraction using the pre-trained ImageNet model before final classification. By pre-processing images through the frozen CNN layers, the system extracts transferable visual features that are then fed to a simpler classification layer, reducing the overall training complexity and annotation requirements for the full model

Inventive Principle:
Principle #10Preliminary action

2Reliability

If expert annotation is used for training, then diagnostic accuracy is improved, but time and cost increase significantly

Engineering Contradiction:
Improvediagnostic accuracyVSAvoidannotation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent implements self-supervised learning where the model automatically generates supervision signals from the data itself through contrastive learning. By treating augmented views of the same image as positive pairs and different images as negative pairs, the system creates its own training labels without requiring expert annotation, thereby maintaining diagnostic accuracy while eliminating time-consuming manual labeling

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent performs preliminary self-supervised pre-training on unlabeled chest X-ray data to learn robust visual representations before any potential fine-tuning. This preliminary learning phase allows the model to capture domain-specific features without requiring annotated data, reducing the subsequent need for expert annotation while maintaining diagnostic performance

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If complex anatomical structures are analyzed, then diagnostic precision is improved, but misdiagnosis risk increases

Engineering Contradiction:
Improveanatomical structure recognitionVSAvoiddiagnosis reliability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent implements contrastive learning with explicit positive and negative pairing mechanisms that provide structured feedback to the model. By consistently pairing similar anatomical structures across different views and patients as positive examples, and different structures as negative examples, the model learns more reliable discrimination patterns, reducing misdiagnosis risk while maintaining precision in recognizing complex anatomical features

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent performs preliminary learning of anatomical structure representations through self-supervised contrastive training before final diagnostic classification. This preliminary phase allows the model to learn robust, generalizable features of anatomical structures without overfitting to specific diagnostic labels, thereby improving both precision and reliability when analyzing complex anatomical patterns

Inventive Principle:
Principle #10Preliminary action

4Adaptability or versatility

If training from scratch is performed, then model adaptability is improved, but training time and computational resources increase

Engineering Contradiction:
Improvedomain adaptationVSAvoidtraining time
Core Design Contradiction:
Adaptability or versatilityVSLoss of time

Solution Approach 1:

The patent performs preliminary training using self-supervised contrastive learning on unlabeled chest X-ray data to pre-adapt the model to the medical imaging domain. This preliminary domain adaptation phase allows the model to learn medical-specific visual patterns without requiring labeled data or extensive computational resources, reducing both training time and resource requirements while maintaining high domain adaptability for subsequent diagnostic tasks

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11436725B2Systems, methods, and apparatuses for implementing a self-supervised chest x-ray image analysis machine-learning model utilizing transferable visual words
Publication Date: 2022.09.06 THE ARIZONA BOARD OF REGENTS ON BEHALF OF THE UNIV OF ARIZONA
  • US11436725B2 patent drawing
  • US11436725B2 patent drawing
  • US11436725B2 patent drawing

AI summary

Not only is annotating medical images tedious and time consuming, but it also demands costly, specialty-oriented expertise, which is not easily accessible. To address this challenge, a new self-supervised framework is introduced: TransVW (transferable visual words), exploiting the prowess of transfer learning with convolutional neural networks and the unsupervised nature of visual word extraction with bags of visual words, resulting in an annotation-efficient solution to medical image analysis. TransVW was evaluated using NIH ChestX-ray14 to demonstrate its annotation efficiency. When compared with training from scratch and ImageNet-based transfer learning, TransVW reduces the annotation efforts by 75% and 12%, respectively, in addition to significantly accelerating the convergence speed. More importantly, TransVW sets new records: achieving the best average AUC on all 14 diseases, the best individual AUC scores on 10 diseases, and the second best individual AUC scores on 3 diseases. This performance is unprecedented, because heretofore no self-supervised learning method has outperformed ImageNet-based transfer learning and no annotation reduction has been reported for self-supervised learning. These achievements are contributable to a simple yet powerful observation: The complex and recurring anatomical structures in medical images are natural visual words, which can be automatically extracted, serving as strong yet free supervision signals for CNNs to learn generalizable and transferable image representation via self-supervision.