MoCo-CXR: MoCo Pretraining Improves Representation and Transferability of Chest X-ray Models
Hari Sowrirajan, Jingbo Yang, Andrew Y. Ng, Pranav Rajpurkar

TL;DR
This paper introduces MoCo-CXR, a contrastive learning pretraining method for chest X-ray models that enhances their representation quality and transferability, especially with limited labeled data.
Contribution
MoCo-CXR adapts the Momentum Contrast method for medical imaging, improving chest X-ray model initialization and transferability across datasets and tasks.
Findings
Pretrained models outperform non-pretrained on pathology detection.
MoCo-CXR benefits are greatest with limited labeled data.
Transferability demonstrated on unseen tuberculosis dataset.
Abstract
Contrastive learning is a form of self-supervision that can leverage unlabeled data to produce pretrained models. While contrastive learning has demonstrated promising results on natural image classification tasks, its application to medical imaging tasks like chest X-ray interpretation has been limited. In this work, we propose MoCo-CXR, which is an adaptation of the contrastive learning method Momentum Contrast (MoCo), to produce models with better representations and initializations for the detection of pathologies in chest X-rays. In detecting pleural effusion, we find that linear models trained on MoCo-CXR-pretrained representations outperform those without MoCo-CXR-pretrained representations, indicating that MoCo-CXR-pretrained representations are of higher-quality. End-to-end fine-tuning experiments reveal that a model initialized via MoCo-CXR-pretraining outperforms its…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Domain Adaptation and Few-Shot Learning · Radiomics and Machine Learning in Medical Imaging
MethodsContrastive Learning · InfoNCE · Batch Normalization · Momentum Contrast
