paper-with-me

Papers

Learnable Prompting SAM-induced Knowledge Distillation for Semi-supervised Medical Image Segmentation

2024-12-18 · Kaiwen Huang, Tao Zhou, Huazhu Fu, Yizhe Zhang, Yi Zhou, Chen Gong, Dong Liang

The limited availability of labeled data has driven advancements in semi-supervised learning for medical image segmentation. Modern large-scale models tailored for general segmentation, such as the Segment Anything Model (SAM), have revealed robust generalization capabilities. However, applying these models directly to medical image segmentation still exposes performance degradation. In this paper, we propose a learnable prompting SAM-induced Knowledge distillation framework (KnowSAM) for semi-supervised medical image segmentation. Firstly, we propose a Multi-view Co-training (MC) strategy that employs two distinct sub-networks to employ a co-teaching paradigm, resulting in more robust outcomes. Secondly, we present a Learnable Prompt Strategy (LPS) to dynamically produce dense prompts and integrate an adapter to fine-tune SAM specifically for medical image segmentation tasks. Moreover, we propose SAM-induced Knowledge Distillation (SKD) to transfer useful knowledge from SAM to two sub-networks, enabling them to learn from SAM's predictions and alleviate the effects of incorrect pseudo-labels during training. Notably, the predictions generated by our subnets are used to produce mask prompts for SAM, facilitating effective inter-module information exchange. Extensive experimental results on various medical segmentation tasks demonstrate that our model outperforms the state-of-the-art semi-supervised segmentation approaches. Crucially, our SAM distillation framework can be seamlessly integrated into other semi-supervised segmentation methods to enhance performance. The code will be released upon acceptance of this manuscript at: https://github.com/taozh2017/KnowSAM

📄 PDF Abstract BibTeX arXiv:2412.13742

Code (1)

taozh2017/knowsam 공식 구현 pytorch

Tasks

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentationSemantic SegmentationSemi-supervised Medical Image Segmentation

Methods 이 논문이 사용한 방법론

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.…
SAM 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Cluster-aware Semi-supervised Learning: Relational Knowledge Distillation Provably Learns Clustering

2023-07-20 · NeurIPS 2023 11

Despite the empirical success and practical significance of (relational) knowledge distillation that matches (the relations of) features between teacher and student models, the corresponding theoretical interpretations r…

ClusteringData AugmentationKnowledge Distillation

MV-MR: multi-views and multi-representations for self-supervised learning and knowledge distillation

2023-03-21 · Vitaliy Kinakh, Mariia Drozdova, Slava Voloshynovskiy

We present a new method of self-supervised learning and knowledge distillation based on the multi-views and multi-representations (MV-MR). The MV-MR is based on the maximization of dependence between learnable embeddings…

ClusteringContrastive LearningKnowledge DistillationLinear evaluation+3

Enhancing Knowledge Distillation for LLMs with Response-Priming Prompting

2024-12-18 · Vijay Goyal, Mustafa Khan, Aprameya Tirupati, Harveer Saini 외

Large language models (LLMs) have demonstrated remarkable performance across a wide range of natural language processing (NLP) tasks. However, these models are often difficult to deploy due to significant computational r…

GSM8KKnowledge DistillationTransfer Learning

Learnable Instance Attention Filtering for Adaptive Detector Distillation

2026-03-27 · Chen Liu, Qizhen Lan, Zhicheng Ding, Xinyu Chu 외 arxiv

As deep vision models grow increasingly complex to achieve higher performance, deployment efficiency has become a critical concern. Knowledge distillation (KD) mitigates this issue by transferring knowledge from large te…

Knowledge Distillation

Knowledge Distillation for Road Detection based on cross-model Semi-Supervised Learning

2024-02-07 · Wanli Ma, Oktay Karakus, Paul L. Rosin

The advancement of knowledge distillation has played a crucial role in enabling the transfer of knowledge from larger teacher models to smaller and more efficient student models, and is particularly beneficial for online…

Knowledge DistillationRoad Segmentation