paper-with-me

Papers

Task-Specific Knowledge Distillation from the Vision Foundation Model for Enhanced Medical Image Segmentation

2025-03-10 · Pengchen Liang, Haishan Huang, Bin Pu, Jianguo Chen, Xiang Hua, Jing Zhang, Weibo Ma, Zhuangzhuang Chen, Yiwei Li, Qing Chang

Large-scale pre-trained models, such as Vision Foundation Models (VFMs), have demonstrated impressive performance across various downstream tasks by transferring generalized knowledge, especially when target data is limited. However, their high computational cost and the domain gap between natural and medical images limit their practical application in medical segmentation tasks. Motivated by this, we pose the following important question: "How can we effectively utilize the knowledge of large pre-trained VFMs to train a small, task-specific model for medical image segmentation when training data is limited?" To address this problem, we propose a novel and generalizable task-specific knowledge distillation framework. Our method fine-tunes the VFM on the target segmentation task to capture task-specific features before distilling the knowledge to smaller models, leveraging Low-Rank Adaptation (LoRA) to reduce the computational cost of fine-tuning. Additionally, we incorporate synthetic data generated by diffusion models to augment the transfer set, enhancing model performance in data-limited scenarios. Experimental results across five medical image datasets demonstrate that our method consistently outperforms task-agnostic knowledge distillation and self-supervised pretraining approaches like MoCo v3 and Masked Autoencoders (MAE). For example, on the KidneyUS dataset, our method achieved a 28% higher Dice score than task-agnostic KD using 80 labeled samples for fine-tuning. On the CHAOS dataset, it achieved an 11% improvement over MAE with 100 labeled samples. These results underscore the potential of task-specific knowledge distillation to train accurate, efficient models for medical image segmentation in data-constrained settings.

📄 PDF Abstract BibTeX arXiv:2503.06976

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

MoCo v3 MoCo v3 aims to stabilize training of self-supervised ViTs. MoCo v3 is an incremental improvement of MoCo v1/2. Two crops are used for each image under random data…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
MAE 설명 없음
Batch Normalization 설명 없음
InfoNCE 설명 없음
MoCo 설명 없음

Similar Papers 제목 키워드 기반

DSFedMed: Dual-Scale Federated Medical Image Segmentation via Mutual Distillation Between Foundation and Lightweight Models

2026-01-22 · Hanwen Zhang, Qiaojin Shen, Yuxi Liu, Yuesheng Zhu 외 arxiv

Foundation Models (FMs) have demonstrated strong generalization across diverse vision tasks. However, their deployment in federated settings is hindered by high computational demands, substantial communication overhead, …

Medical Image SegmentationKnowledge DistillationGeneral Knowledge

Towards a Unified Foundation Model: Jointly Pre-Training Transformers on Unpaired Images and Text

2021-12-14 · Qing Li, Boqing Gong, Yin Cui, Dan Kondratyuk 외

In this paper, we explore the possibility of building a unified foundation model that can be adapted to both vision-only and text-only tasks. Starting from BERT and ViT, we design a unified transformer consisting of moda…

image-classificationImage ClassificationKnowledge DistillationNatural Language Understanding

Generalizable Knowledge Distillation from Vision Foundation Models for Semantic Segmentation

2026-03-03 · Chonghua Lv, Dong Zhao, Shuang Wang, Dou Quan 외 arxiv

Knowledge distillation (KD) has been widely applied in semantic segmentation to compress large models, but conventional approaches primarily preserve in-domain accuracy while neglecting out-of-domain generalization, whic…

Representation LearningKnowledge DistillationSemantic SegmentationDomain Generalization

Towards Efficient Task-Driven Model Reprogramming with Foundation Models

2023-04-05 · Shoukai Xu, Jiangchao Yao, Ran Luo, Shuhai Zhang 외

Vision foundation models exhibit impressive power, benefiting from the extremely large model capacity and broad training data. However, in practice, downstream scenarios may only support a small model due to the limited …

Knowledge DistillationTransfer Learning

Knowledge Transfer from Vision Foundation Models for Efficient Training of Small Task-specific Models

2023-11-30 · Raviteja Vemulapalli, Hadi Pouransari, Fartash Faghri, Sachin Mehta 외

Vision Foundation Models (VFMs) pretrained on massive datasets exhibit impressive performance on various downstream tasks, especially with limited labeled target data. However, due to their high inference compute cost, t…

Image RetrievalRetrievalTransfer Learning