Related Experiment Video
Updated: Aug 27, 2026

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
Published on: November 30, 2022
Semi-supervised medical image segmentation via Cross Reliable Knowledge Distillation
Dingcan Hu1, Shuqi Dong1, Hengbo Liu1
1The School of Life Science and Technology, University of Electronic Science and Technology of China, Chengdu, 610054, China.
Abstract:
Semi-supervised medical image segmentation aims to alleviate the dependence on large-scale annotations by exploiting unlabeled data. However, existing methods often lack effective mechanisms for leveraging semantic knowledge from labeled data and enabling reliable knowledge interaction among unlabeled perturbation branches. To address this, we propose Cross Reliable Knowledge Distillation (CRKD), a semi-supervised framework for medical images. Specifically, we first introduce a Class Semantic Distillation (CSD) module, which transfers class-level semantic knowledge from labeled data to unlabeled representations through class prototype alignment in the feature space, facilitating discriminative feature learning. Then, we propose a Low-Entropy Consistency (LEC) module that dynamically emphasizes reliable low-entropy regions, improving pixel-level prediction consistency under diverse perturbations. Finally, we develop a Cross Knowledge Distillation (CKD) module, consisting of Cross Pixel Knowledge Distillation (CPKD) and Cross Feature Knowledge Distillation (CFKD), which enables reliability-aware bidirectional knowledge transfer in both feature and pixel spaces, allowing perturbation branches to collaboratively correct uncertain representations and predictions without introducing additional network architectures. Extensive experiments demonstrate the effectiveness of CRKD, achieving significant performance gains and robust generalization across diverse imaging modalities and lesion types. Code is available at https://github.com/eeaesa/CRKD.