A hierarchical chest X-ray classifier reports AUROC 0.903 on CheXpert with a penalty loss, but the penalty uses a hard indicator with zero gradient, so the claimed dependency enforcement is not realized by the equations.
VisualCheXbert: Addressing the Discrepancy Between Radiology Report Labels and Image Labels
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Automatic extraction of medical conditions from free-text radiology reports is critical for supervising computer vision models to interpret medical images. In this work, we show that radiologists labeling reports significantly disagree with radiologists labeling corresponding chest X-ray images, which reduces the quality of report labels as proxies for image labels. We develop and evaluate methods to produce labels from radiology reports that have better agreement with radiologists labeling images. Our best performing method, called VisualCheXbert, uses a biomedically-pretrained BERT model to directly map from a radiology report to the image labels, with a supervisory signal determined by a computer vision model trained to detect medical conditions from chest X-ray images. We find that VisualCheXbert outperforms an approach using an existing radiology report labeler by an average F1 score of 0.14 (95% CI 0.12, 0.17). We also find that VisualCheXbert better agrees with radiologists labeling chest X-ray images than do radiologists labeling the corresponding radiology reports by an average F1 score across several medical conditions of between 0.12 (95% CI 0.09, 0.15) and 0.21 (95% CI 0.18, 0.24).
fields
cs.CV 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Clinically-Inspired Hierarchical Multi-Label Classification of Chest X-rays with a Penalty-Based Loss Function
A hierarchical chest X-ray classifier reports AUROC 0.903 on CheXpert with a penalty loss, but the penalty uses a hard indicator with zero gradient, so the claimed dependency enforcement is not realized by the equations.