Volumetric medical image segmentation through dual self-distillation in U-shaped networks
Soumyanil Banerjee, Nicholas Summerfield, Ming Dong, Carri Glide-Hurst
TL;DR
This work tackles improving 3D medical image segmentation by introducing Dual Self-Distillation (DSD) for U-shaped networks. The method combines deep supervision from ground-truth labels to decoder outputs with encoder–decoder self-distillation, where the deepest encoder/decoder teachers guide shallower layers via KL-divergence, implemented through lightweight bottleneck modules. Across MMWHS, BraTS, and Hippocampus datasets, DSD consistently boosts Dice scores and reduces boundary errors with negligible increases in parameters and training time, outperforming comparable self-distillation approaches like MISSU. Overall, DSD offers a versatile, efficient training strategy that enhances segmentation quality for diverse U-shaped backbones without requiring large pretrained teachers.
Abstract
U-shaped networks and its variants have demonstrated exceptional results for medical image segmentation. In this paper, we propose a novel dual self-distillation (DSD) framework in U-shaped networks for volumetric medical image segmentation. DSD distills knowledge from the ground-truth segmentation labels to the decoder layers. Additionally, DSD also distills knowledge from the deepest decoder and encoder layer to the shallower decoder and encoder layers respectively of a single U-shaped network. DSD is a general training strategy that could be attached to the backbone architecture of any U-shaped network to further improve its segmentation performance. We attached DSD on several state-of-the-art U-shaped backbones, and extensive experiments on various public 3D medical image segmentation datasets (cardiac substructure, brain tumor and Hippocampus) demonstrated significant improvement over the same backbones without DSD. On average, after attaching DSD to the U-shaped backbones, we observed an increase of 2.82\%, 4.53\% and 1.3\% in Dice similarity score, a decrease of 7.15 mm, 6.48 mm and 0.76 mm in the Hausdorff distance, for cardiac substructure, brain tumor and Hippocampus segmentation, respectively. These improvements were achieved with negligible increase in the number of trainable parameters and training time. Our proposed DSD framework also led to significant qualitative improvements for cardiac substructure, brain tumor and Hippocampus segmentation over the U-shaped backbones. The source code is publicly available at https://github.com/soumbane/DualSelfDistillation.
