paper-with-me

Papers

Knowledge Distillation from Cross Teaching Teachers for Efficient Semi-Supervised Abdominal Organ Segmentation in CT

2022-11-11 · Jae Won Choi

For more clinical applications of deep learning models for medical image segmentation, high demands on labeled data and computational resources must be addressed. This study proposes a coarse-to-fine framework with two teacher models and a student model that combines knowledge distillation and cross teaching, a consistency regularization based on pseudo-labels, for efficient semi-supervised learning. The proposed method is demonstrated on the abdominal multi-organ segmentation task in CT images under the MICCAI FLARE 2022 challenge, with mean Dice scores of 0.8429 and 0.8520 in the validation and test sets, respectively.

📄 PDF Abstract BibTeX arXiv:2211.05942

Code (1)

jwc-rad/mislight 공식 구현 pytorch

Tasks

Image SegmentationKnowledge DistillationMedical Image SegmentationOrgan SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
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 제목 키워드 기반

Highlight Every Step: Knowledge Distillation via Collaborative Teaching

2019-07-23 · Haoran Zhao, Xin Sun, Junyu Dong, Changrui Chen 외

High storage and computational costs obstruct deep neural networks to be deployed on resource-constrained devices. Knowledge distillation aims to train a compact student network by transferring knowledge from a larger pr…

Knowledge Distillation

Unified and Effective Ensemble Knowledge Distillation

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Ensemble knowledge distillation can extract knowledge from multiple teacher models and encode it into a single student model. Many existing methods learn and distill the student model on labeled data only. However, the t…

Knowledge DistillationTransfer Learning

Interactive Knowledge Distillation

2020-07-03 · Shipeng Fu, Zhen Li, Jun Xu, Ming-Ming Cheng 외

Knowledge distillation is a standard teacher-student learning framework to train a light-weight student network under the guidance of a well-trained large teacher network. As an effective teaching strategy, interactive t…

image-classificationImage ClassificationKnowledge Distillation

Teaching to Teach by Structured Dark Knowledge

2018-09-27 · Ziliang Chen, Keze Wang, Liang Lin

To educate hyper deep learners, \emph{Curriculum Learnings} (CLs) require either human heuristic participation or self-deciding the difficulties of training instances. These coaching manners are blind to the coherent str…

Diversity

Cross-Space Distillation: Teaching One-Step Students with Modern Diffusion Teachers

2026-06-30 · Anh Nguyen, Ngan Nguyen, Duc Vu, Trung Dao 외 hf

Modern one-step diffusion models achieve impressive quality through distribution-based timestep distillation. Yet, they rely on a critical assumption: Teacher and Student must inhabit the same latent space. This Shared-S…