IVCVAug 23, 2021

Efficient Medical Image Segmentation Based on Knowledge Distillation

arXiv:2108.09987v1168 citations
Originality Incremental advance
AI Analysis

This work addresses the need for faster and more storage-efficient medical image segmentation, which is crucial for real-world clinical applications, though it is incremental as it builds on existing knowledge distillation methods.

The paper tackles the problem of high computational complexity and storage in medical image segmentation by proposing an efficient architecture using knowledge distillation to train a lightweight network, achieving up to 32.6% improvement in segmentation capability while maintaining runtime efficiency.

Recent advances have been made in applying convolutional neural networks to achieve more precise prediction results for medical image segmentation problems. However, the success of existing methods has highly relied on huge computational complexity and massive storage, which is impractical in the real-world scenario. To deal with this problem, we propose an efficient architecture by distilling knowledge from well-trained medical image segmentation networks to train another lightweight network. This architecture empowers the lightweight network to get a significant improvement on segmentation capability while retaining its runtime efficiency. We further devise a novel distillation module tailored for medical image segmentation to transfer semantic region information from teacher to student network. It forces the student network to mimic the extent of difference of representations calculated from different tissue regions. This module avoids the ambiguous boundary problem encountered when dealing with medical imaging but instead encodes the internal information of each semantic region for transferring. Benefited from our module, the lightweight network could receive an improvement of up to 32.6% in our experiment while maintaining its portability in the inference phase. The entire structure has been verified on two widely accepted public CT datasets LiTS17 and KiTS19. We demonstrate that a lightweight network distilled by our method has non-negligible value in the scenario which requires relatively high operating speed and low storage usage.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes