paper-with-me

Papers

MoCo-CXR: MoCo Pretraining Improves Representation and Transferability of Chest X-ray Models

2020-10-11 · Hari Sowrirajan, Jingbo Yang, Andrew Y. Ng, Pranav Rajpurkar

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 non-MoCo-CXR-pretrained counterpart. We find that MoCo-CXR-pretraining provides the most benefit with limited labeled training data. Finally, we demonstrate similar results on a target Tuberculosis dataset unseen during pretraining, indicating that MoCo-CXR-pretraining endows models with representations and transferability that can be applied across chest X-ray datasets and tasks.

📄 PDF Abstract BibTeX arXiv:2010.05352

Code (2)

stanfordmlgroup/MoCo-CXR 공식 구현 pytorch
stanfordmlgroup/MedSelect pytorch

Tasks

Contrastive Learningimage-classificationImage ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
InfoNCE 설명 없음
Batch Normalization 설명 없음
MoCo 설명 없음

Similar Papers 제목 키워드 기반

MoCo-Pretraining Improves Representations and Transferability of Chest X-ray Models

2021-01-01 · Hari Sowrirajan, Jing Bo Yang, Andrew Y. Ng, Pranav Rajpurkar

Self-supervised approaches such as Momentum Contrast (MoCo) can leverage unlabeled data to produce pretrained models for subsequent fine-tuning on labeled data. While MoCo has demonstrated promising results on natural im…

image-classificationImage ClassificationTransfer Learning

Learning Speaker Embedding with Momentum Contrast

2020-01-07 · Ke Ding, Xuanji He, Guanglu Wan

Speaker verification can be formulated as a representation learning task, where speaker-discriminative embeddings are extracted from utterances of variable lengths. Momentum Contrast (MoCo) is a recently proposed unsuper…

Representation LearningSpeaker Verification

Molecule-Morphology Contrastive Pretraining for Transferable Molecular Representation

2023-04-27 · Cuong Q. Nguyen, Dante Pertusi, Kim M. Branson

Image-based profiling techniques have become increasingly popular over the past decade for their applications in target identification, mechanism-of-action inference, and assay development. These techniques have generate…

Molecular Property Predictionmolecular representationProperty Prediction

MoCo-Transfer: Investigating out-of-distribution contrastive learning for limited-data domains

2023-11-15 · YuWen Chen, Helen Zhou, Zachary C. Lipton

Medical imaging data is often siloed within hospitals, limiting the amount of data available for specialized model development. With limited in-domain data, one might hope to leverage larger datasets from related domains…

Contrastive Learning

VideoMoCo: Contrastive Video Representation Learning with Temporally Adversarial Examples

2021-03-10 · CVPR 2021 1 · Tian Pan, Yibing Song, Tianyu Yang, Wenhao Jiang 외

MoCo is effective for unsupervised image representation learning. In this paper, we propose VideoMoCo for unsupervised video representation learning. Given a video sequence as an input sample, we improve the temporal fea…

Action RecognitionContrastive LearningRepresentation LearningSelf-Supervised Action Recognition Linear