Radiology Report Classification Model Using Sparse Representation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Manual data labeling for radiology reports is time-consuming and prone to errors, especially when dealing with large datasets containing multiple imaging modalities and anatomical regions, requiring efficient automated methods to classify imaging modality and anatomical focus accurately.

Innovation Solution

Developing a machine learning-based classification model using logistic regression and other classifiers to predict labels for radiology reports, which involves selecting a subset of reports, assigning labels, extracting sparse representation matrices, and learning correlations between features and labels to build a classification model that can automatically infer imaging modality and anatomical focus.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual data labeling is performed for radiology reports, then labeling accuracy can be ensured, but time consumption and labor effort increase significantly

Engineering Contradiction:
Improvelabeling accuracyVSAvoidtime consumption
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary automated classification of radiology reports using machine learning models to predict anatomical focus and modality labels before manual review. This preliminary action filters out clearly correct predictions, leaving only ambiguous cases for manual labeling, thereby reducing time consumption while maintaining accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

A machine learning classification model serves as an intermediary between raw radiology reports and final labeled data. The model processes reports automatically and provides predicted labels that can be reviewed or accepted, acting as a mediator that reduces the burden of manual labeling while ensuring quality control.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If manual review of radiology reports is performed to determine modality and anatomy, then classification accuracy improves, but productivity decreases for large datasets

Engineering Contradiction:
Improveclassification accuracyVSAvoidprocessing speed
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

Instead of manually reviewing all radiology reports, the system applies partial manual review only to cases where the machine learning model's confidence is below a threshold or predictions are ambiguous. This partial action maintains high classification accuracy for clear cases while improving overall productivity for large datasets.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The classification task is segmented into two stages: automated machine learning classification for all reports, followed by selective manual review only for uncertain cases. This segmentation allows the system to achieve high productivity through automation while maintaining accuracy through targeted human intervention.

Inventive Principle:
Principle #1Segmentation

3Productivity

If automated machine learning classification is used for radiology reports, then productivity increases, but measurement precision may decrease without proper validation

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidprediction accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system implements feedback mechanisms where manually reviewed and corrected labels are used to retrain and improve the machine learning model. This continuous feedback loop ensures that prediction accuracy improves over time while maintaining high processing efficiency through automated classification.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The machine learning model performs preliminary classification of all radiology reports before any manual review. This preliminary action establishes a baseline level of automated processing that maintains productivity while allowing subsequent validation and refinement to improve measurement precision.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11699508B2Method and apparatus for selecting radiology reports for image labeling by modality and anatomical region of interest
Publication Date: 2023.07.11 MERATIVE US LP
  • US11699508B2 patent drawing
  • US11699508B2 patent drawing
  • US11699508B2 patent drawing

AI summary

Systems and methods for developing a classification model for classifying medical reports, such as radiology reports. One method includes selecting, from a corpus of reports, a training set and a testing set, assigning labels of a modality and an anatomical focus to the reports in both sets, and extracting a sparse representation matrix for each set based on features in the training set. The method also includes learning, with one or more electronic processors, a correlation between the features of the training set and the corresponding labels using a machine learning classifier, thereby building a classification model and testing the classification model on the reports in the testing set for accuracy using the sparse representation matrix of the testing set. The method further includes predicting, with the classification model, labels of an anatomical focus and a modality for remaining reports in the corpus not included in the sets.