paper-with-me

홈 › Papers

Multi-Task Multi-Scale Contrastive Knowledge Distillation for Efficient Medical Image Segmentation

2024-06-05 · Risab Biswas

This thesis aims to investigate the feasibility of knowledge transfer between neural networks for medical image segmentation tasks, specifically focusing on the transfer from a larger multi-task "Teacher" network to a smaller "Student" network. In the context of medical imaging, where the data volumes are often limited, leveraging knowledge from a larger pre-trained network could be useful. The primary objective is to enhance the performance of a smaller student model by incorporating knowledge representations acquired by a teacher model that adopts a multi-task pre-trained architecture trained on CT images, to a more resource-efficient student network, which can essentially be a smaller version of the same, trained on a mere 50% of the data than that of the teacher model. To facilitate knowledge transfer between the two models, we devised an architecture incorporating multi-scale feature distillation and supervised contrastive learning. Our study aims to improve the student model's performance by integrating knowledge representations from the teacher model. We investigate whether this approach is particularly effective in scenarios with limited computational resources and limited training data availability. To assess the impact of multi-scale feature distillation, we conducted extensive experiments. We also conducted a detailed ablation study to determine whether it is essential to distil knowledge at various scales, including low-level features from encoder layers, for effective knowledge transfer. In addition, we examine different losses in the knowledge distillation process to gain insights into their effects on overall performance.

📄 PDF Abstract BibTeX arXiv:2406.03173

Code (1)

risabbiswas/knowledge-distillation-in-medical-image-segmentation 공식 구현 pytorch

Tasks

Contrastive LearningImage SegmentationKnowledge DistillationMedical Image SegmentationSemantic SegmentationTransfer Learning

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 제목 키워드 기반

TCGL: Temporal Contrastive Graph for Self-supervised Video Representation Learning

2021-12-07 · Yang Liu, Keze Wang, Lingbo Liu, Haoyuan Lan 외

Video self-supervised learning is a challenging task, which requires significant expressive power from the model to leverage rich spatial-temporal knowledge and generate effective supervisory signals from large amounts o…

Action RecognitionContrastive LearningGraph LearningRepresentation Learning+3

Contrastive Representation Distillation via Multi-Scale Feature Decoupling

2025-02-09 · Cuipeng Wang, Tieyuan Chen, Haipeng Wang

Knowledge distillation is a technique aimed at enhancing the performance of a small student network without increasing its parameter size by transferring knowledge from a large, pre-trained teacher network. In the featur…

Knowledge DistillationTransfer Learning

Improving Generalization on Cybersecurity Tasks with Multi-Modal Contrastive Learning

2026-03-20 · Jianan Huang, Rodolfo V. Valentim, Luca Vassio, Matteo Boffa 외 arxiv

The use of ML in cybersecurity has long been impaired by generalization issues: Models that work well in controlled scenarios fail to maintain performance in production. The root cause often lies in ML algorithms learnin…

Contrastive Learning

UNIMO: Towards Unified-Modal Understanding and Generation via Cross-Modal Contrastive Learning

2020-12-31 · ACL 2021 5 · Wei Li, Can Gao, guocheng niu, Xinyan Xiao 외

Existed pre-training methods either focus on single-modal tasks or multi-modal tasks, and cannot effectively adapt to each other. They can only utilize single-modal data (i.e. text or image) or limited multi-modal data (…

Contrastive LearningCross-Modal RetrievalImage Captioning

CoLLD: Contrastive Layer-to-layer Distillation for Compressing Multilingual Pre-trained Speech Encoders

2023-09-14 · Heng-Jui Chang, Ning Dong, Ruslan Mavlyutov, Sravya Popuri 외

Large-scale self-supervised pre-trained speech encoders outperform conventional approaches in speech recognition and translation tasks. Due to the high cost of developing these large models, building new encoders for new…

Contrastive LearningKnowledge DistillationModel Compressionspeech-recognition+4