Video Pretraining Advances 3D Deep Learning on Chest CT Tasks
Pretraining on large natural image classification datasets such as ImageNet has aided model development on data-scarce 2D medical tasks. 3D medical tasks often have much less data than 2D medical tasks, prompting practitioners to rely on pretrained 2D models to featurize slices. However, these 2D models have been surpassed by 3D models on 3D computer vision benchmarks since they do not natively leverage cross-sectional or temporal information. In this study, we explore whether natural video pretraining for 3D models can enable higher performance on smaller datasets for 3D medical tasks. We demonstrate video pretraining improves the average performance of seven 3D models on two chest CT datasets, regardless of finetuning dataset size, and that video pretraining allows 3D models to outperform 2D baselines. Lastly, we observe that pretraining on the large-scale out-of-domain Kinetics dataset improves performance more than pretraining on a typically-sized in-domain CT dataset. Our results show consistent benefits of video pretraining across a wide array of architectures, tasks, and training dataset sizes, supporting a shift from small-scale in-domain pretraining to large-scale out-of-domain pretraining for 3D medical tasks. Our code is available at: https://github.com/rajpurkarlab/chest-ct-pretraining
Code (1)
Tasks
Deep Learningimage-classificationImage ClassificationSimilar Papers 제목 키워드 기반
ViPTT-Net: Video pretraining of spatio-temporal model for tuberculosis type classification from chest CT scans
Pretraining has sparked groundswell of interest in deep learning workflows to learn from limited data and improve generalization. While this is common for 2D image classification tasks, its application to 3D medical imag…
Classificationimage-classificationImage ClassificationAdaptive Multi-Agent Reasoning for Text-to-Video Retrieval
The rise of short-form video platforms and the emergence of multimodal large language models (MLLMs) have amplified the need for scalable, effective, zero-shot text-to-video retrieval systems. While recent advances in la…
Video RetrievalMoCo-CXR: MoCo Pretraining Improves Representation and Transferability of Chest X-ray Models
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 a…
Contrastive Learningimage-classificationImage ClassificationTransfer LearningMoCo-Pretraining Improves Representations and Transferability of Chest X-ray Models
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 LearningCheXtransfer: Performance and Parameter Efficiency of ImageNet Models for Chest X-Ray Interpretation
Deep learning methods for chest X-ray interpretation typically rely on pretrained models developed for ImageNet. This paradigm assumes that better ImageNet architectures perform better on chest X-ray tasks and that Image…