paper-with-me

홈 › Papers

Video Pretraining Advances 3D Deep Learning on Chest CT Tasks

2023-04-02 · Alexander Ke, Shih-Cheng Huang, Chloe P O'Connell, Michal Klimont, Serena Yeung, Pranav Rajpurkar

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

📄 PDF Abstract BibTeX arXiv:2304.00546

Code (1)

rajpurkarlab/chest-ct-pretraining 공식 구현 pytorch

Tasks

Deep Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

ViPTT-Net: Video pretraining of spatio-temporal model for tuberculosis type classification from chest CT scans

2021-05-26 · Hasib Zunair, Aimon Rahman, Nabeel Mohammed

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 Classification

Adaptive Multi-Agent Reasoning for Text-to-Video Retrieval

2025-12-02 · Jiaxin Wu, Xiao-Yong Wei, Qing Li arxiv

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 Retrieval

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 a…

Contrastive Learningimage-classificationImage ClassificationTransfer Learning

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

CheXtransfer: Performance and Parameter Efficiency of ImageNet Models for Chest X-Ray Interpretation

2021-01-18 · Alexander Ke, William Ellsworth, Oishi Banerjee, Andrew Y. Ng 외

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…