paper-with-me

Papers

Exploring Generalizable Distillation for Efficient Medical Image Segmentation

2022-07-26 · Xingqun Qi, Zhuojie Wu, Min Ren, Muyi Sun, Caifeng Shan, Zhenan Sun

Efficient medical image segmentation aims to provide accurate pixel-wise predictions for medical images with a lightweight implementation framework. However, lightweight frameworks generally fail to achieve superior performance and suffer from poor generalizable ability on cross-domain tasks. In this paper, we explore the generalizable knowledge distillation for the efficient segmentation of cross-domain medical images. Considering the domain gaps between different medical datasets, we propose the Model-Specific Alignment Networks (MSAN) to obtain the domain-invariant representations. Meanwhile, a customized Alignment Consistency Training (ACT) strategy is designed to promote the MSAN training. Considering the domain-invariant representative vectors in MSAN, we propose two generalizable knowledge distillation schemes for cross-domain distillation, Dual Contrastive Graph Distillation (DCGD) and Domain-Invariant Cross Distillation (DICD). Specifically, in DCGD, two types of implicit contrastive graphs are designed to represent the intra-coupling and inter-coupling semantic correlations from the perspective of data distribution. In DICD, the domain-invariant semantic vectors from the two models (i.e., teacher and student) are leveraged to cross-reconstruct features by the header exchange of MSAN, which achieves improvement in the generalization of both the encoder and decoder in the student model. Furthermore, a metric named Frechet Semantic Distance (FSD) is tailored to verify the effectiveness of the regularized domain-invariant features. Extensive experiments conducted on the Liver and Retinal Vessel Segmentation datasets demonstrate the superiority of our method, in terms of performance and generalization on lightweight frameworks.

📄 PDF Abstract BibTeX arXiv:2207.12995

Code (1)

xingqunqi-lab/gkd-framework 공식 구현 pytorch

Tasks

DecoderImage SegmentationKnowledge DistillationMedical Image SegmentationRetinal Vessel SegmentationSegmentationSemantic 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.…

Similar 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 외

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

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentation+1

Generalizable Medical Image Segmentation via Random Amplitude Mixup and Domain-Specific Image Restoration

2022-08-08 · Ziqi Zhou, Lei Qi, Yinghuan Shi

For medical image analysis, segmentation models trained on one or several domains lack generalization ability to unseen domains due to discrepancies between different data acquisition policies. We argue that the degenera…

Image RestorationImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

Depthwise-Dilated Convolutional Adapters for Medical Object Tracking and Segmentation Using the Segment Anything Model 2

2025-07-19 · Guoping Xu, Christopher Kabat, You Zhang arxiv

Recent advances in medical image segmentation have been driven by deep learning; however, most existing methods remain limited by modality-specific designs and exhibit poor adaptability to dynamic medical imaging scenari…

Medical Image SegmentationVideo Object TrackingVideo SegmentationTumor Segmentation

Contrastive Domain Disentanglement for Generalizable Medical Image Segmentation

2022-05-13 · Ran Gu, Jiangshan Lu, Jingyang Zhang, Wenhui Lei 외

Efficiently utilizing discriminative features is crucial for convolutional neural networks to achieve remarkable performance in medical image segmentation and is also important for model generalization across multiple do…

DisentanglementDomain GeneralizationImage SegmentationMedical Image Segmentation+2

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

2024-12-18 · Kaiwen Huang, Tao Zhou, Huazhu Fu, Yizhe Zhang 외

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…

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentation+2