paper-with-me

홈 › Papers

Enhancing pretraining efficiency for medical image segmentation via transferability metrics

2024-10-24 · Gábor Hidy, Bence Bakos, András Lukács

In medical image segmentation tasks, the scarcity of labeled training data poses a significant challenge when training deep neural networks. When using U-Net-style architectures, it is common practice to address this problem by pretraining the encoder part on a large general-purpose dataset like ImageNet. However, these methods are resource-intensive and do not guarantee improved performance on the downstream task. In this paper we investigate a variety of training setups on medical image segmentation datasets, using ImageNet-pretrained models. By examining over 300 combinations of models, datasets, and training methods, we find that shorter pretraining often leads to better results on the downstream task, providing additional proof to the well-known fact that the accuracy of the model on ImageNet is a poor indicator for downstream performance. As our main contribution, we introduce a novel transferability metric, based on contrastive learning, that measures how robustly a pretrained model is able to represent the target data. In contrast to other transferability scores, our method is applicable to the case of transferring from ImageNet classification to medical image segmentation. We apply our robustness score by measuring it throughout the pretraining phase to indicate when the model weights are optimal for downstream transfer. This reduces pretraining time and improves results on the target task.

📄 PDF Abstract BibTeX arXiv:2410.18677

Code (1)

aielte-research/MedSegPretrainImageNet 공식 구현 pytorch

Tasks

Contrastive LearningImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

AnatoMask: Enhancing Medical Image Segmentation with Reconstruction-guided Self-masking

2024-07-09 · Yuheng Li, Tianyu Luan, Yizhou Wu, Shaoyan Pan 외

Due to the scarcity of labeled data, self-supervised learning (SSL) has gained much attention in 3D medical image segmentation, by extracting semantic representations from unlabeled data. Among SSL strategies, Masked ima…

Image SegmentationMedical Image SegmentationSelf-Supervised LearningSemantic Segmentation

Self-Supervised Pretraining for 2D Medical Image Segmentation

2022-09-01 · András Kalapos, Bálint Gyires-Tóth

Supervised machine learning provides state-of-the-art solutions to a wide range of computer vision problems. However, the need for copious labelled training data limits the capabilities of these algorithms in scenarios w…

Cardiac SegmentationImage SegmentationMedical Image SegmentationSegmentation+2

Pretraining Deformable Image Registration Networks with Random Images

2025-05-30 · Junyu Chen, Shuwen Wei, Yihao Liu, Aaron Carass 외

Recent advances in deep learning-based medical image registration have shown that training deep neural networks~(DNNs) does not necessarily require medical images. Previous work showed that DNNs trained on randomly gener…

Computational EfficiencyImage RegistrationMedical Image Registration

Enhancing 3D Medical Image Understanding with Pretraining Aided by 2D Multimodal Large Language Models

2025-09-11 · Qiuhui Chen, Xuancheng Yao, Huping Ye, Yi Hong arxiv

Understanding 3D medical image volumes is critical in the medical field, yet existing 3D medical convolution and transformer-based self-supervised learning (SSL) methods often lack deep semantic comprehension. Recent adv…

Self-Supervised LearningRepresentation Learning

Swin-UMamba: Mamba-based UNet with ImageNet-based pretraining

2024-02-05 · Jiarun Liu, Hao Yang, Hong-Yu Zhou, Yan Xi 외

Accurate medical image segmentation demands the integration of multi-scale information, spanning from local features to global dependencies. However, it is challenging for existing methods to model long-range global info…

Image SegmentationMambaMedical Image AnalysisMedical Image Segmentation+1