paper-with-me

홈 › Papers

Pick the Best Pre-trained Model: Towards Transferability Estimation for Medical Image Segmentation

2023-07-22 · Yuncheng Yang, Meng Wei, Junjun He, Jie Yang, Jin Ye, Yun Gu

Transfer learning is a critical technique in training deep neural networks for the challenging medical image segmentation task that requires enormous resources. With the abundance of medical image data, many research institutions release models trained on various datasets that can form a huge pool of candidate source models to choose from. Hence, it's vital to estimate the source models' transferability (i.e., the ability to generalize across different downstream tasks) for proper and efficient model reuse. To make up for its deficiency when applying transfer learning to medical image segmentation, in this paper, we therefore propose a new Transferability Estimation (TE) method. We first analyze the drawbacks of using the existing TE algorithms for medical image segmentation and then design a source-free TE framework that considers both class consistency and feature variety for better estimation. Extensive experiments show that our method surpasses all current algorithms for transferability estimation in medical image segmentation. Code is available at https://github.com/EndoluminalSurgicalVision-IMR/CCFV

📄 PDF Abstract BibTeX arXiv:2307.11958

Code (1)

endoluminalsurgicalvision-imr/ccfv 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSegmentationSemantic SegmentationTransfer Learning

Similar Papers 제목 키워드 기반

On dataset transferability in medical image classification

2024-12-28 · Dovile Juodelyte, Enzo Ferrante, Yucheng Lu, Prabhant Singh 외

Current transferability estimation methods designed for natural image datasets are often suboptimal in medical image classification. These methods primarily focus on estimating the suitability of pre-trained source model…

BenchmarkingClassificationimage-classificationImage Classification+1

KITE: A Kernel-based Improved Transferability Estimation Method

2024-05-01 · Yunhui Guo

Transferability estimation has emerged as an important problem in transfer learning. A transferability estimation method takes as inputs a set of pre-trained models and decides which pre-trained model can deliver the bes…

Model SelectionTransfer Learning

ETran: Energy-Based Transferability Estimation

2023-08-03 · ICCV 2023 1 · Mohsen Gholami, Mohammad Akbari, Xinglu Wang, Behnam Kamranian 외

This paper addresses the problem of ranking pre-trained models for object detection and image classification. Selecting the best pre-trained model by fine-tuning is an expensive and time-consuming task. Previous works ha…

Classificationimage-classificationImage ClassificationObject+4

How to choose your best allies for a transferable attack?

2023-04-05 · ICCV 2023 1 · Thibault Maho, Seyed-Mohsen Moosavi-Dezfooli, Teddy Furon

The transferability of adversarial examples is a key issue in the security of deep neural networks. The possibility of an adversarial example crafted for a source model fooling another targeted model makes the threat of …

Implicit Modeling for Transferability Estimation of Vision Foundation Models

2025-10-27 · Yaoyan Zheng, Huiqun Wang, Nan Zhou, Di Huang arxiv

Transferability estimation identifies the best pre-trained models for downstream tasks without incurring the high computational cost of full fine-tuning. This capability facilitates deployment and advances the pre-traini…