WeCKD: Weakly-supervised Chained Distillation Network for Efficient Multimodal Medical Imaging
Md. Abdur Rahman, Mohaimenul Azam Khan Raiaan, Sami Azam, Asif Karim, Jemima Beissbarth, Amanda Leach
TL;DR
We address the challenge of limited labeled data in medical imaging by introducing WeCKD, a weakly-supervised chain-based knowledge distillation framework that transfers knowledge through a sequence of three interconnected models. Each stage trains on a small data subset while receiving softened predictions from its predecessor, guided by an attention-refinement module and temperature-annealed KD losses. Across six diverse datasets (otoscopic, MRI, microscopic), WeCKD achieves up to a +23.42% cumulative accuracy gain over a single backbone trained on the same limited data, approaching or matching fully supervised baselines in several cases without preprocessing. The approach demonstrates strong cross-modality generalization and efficiency, offering a practical path for deploying accurate medical image classifiers under labeling constraints, with future extensions to ViT backbones and unsupervised settings.
Abstract
Knowledge distillation (KD) has traditionally relied on a static teacher-student framework, where a large, well-trained teacher transfers knowledge to a single student model. However, these approaches often suffer from knowledge degradation, inefficient supervision, and reliance on either a very strong teacher model or large labeled datasets. To address these, we present the first-ever Weakly-supervised Chain-based KD network (WeCKD) that redefines knowledge transfer through a structured sequence of interconnected models. Unlike conventional KD, it forms a progressive distillation chain, where each model not only learns from its predecessor but also refines the knowledge before passing it forward. This structured knowledge transfer further enhances feature learning and addresses the limitations of one-step KD. Each model in the chain is trained on only a fraction of the dataset and shows that effective learning can be achieved with minimal supervision. Extensive evaluation on six imaging datasets across otoscopic, microscopic, and magnetic resonance imaging modalities shows that it generalizes and outperforms existing methods. Furthermore, the proposed distillation chain resulted in cumulative accuracy gains of up to +23% over a single backbone trained on the same limited data, which highlights its potential for real-world adoption.
