HDKD: Hybrid Data-Efficient Knowledge Distillation Network for Medical Image Classification
Omar S. EL-Assiouti, Ghada Hamed, Dina Khattab, Hala M. Ebied

TL;DR
This paper introduces HDKD, a hybrid knowledge distillation method that combines CNN and transformer models for medical image classification, improving accuracy and efficiency with a novel lightweight convolutional block.
Contribution
The paper proposes a novel hybrid distillation framework using a CNN teacher and a hybrid student, enabling effective feature transfer without additional computational costs.
Findings
HDKD outperforms state-of-the-art models on medical datasets.
The hybrid student leverages both CNN and transformer strengths.
The lightweight MBCSA block enhances efficiency and performance.
Abstract
Vision Transformers (ViTs) have achieved significant advancement in computer vision tasks due to their powerful modeling capacity. However, their performance notably degrades when trained with insufficient data due to lack of inherent inductive biases. Distilling knowledge and inductive biases from a Convolutional Neural Network (CNN) teacher has emerged as an effective strategy for enhancing the generalization of ViTs on limited datasets. Previous approaches to Knowledge Distillation (KD) have pursued two primary paths: some focused solely on distilling the logit distribution from CNN teacher to ViT student, neglecting the rich semantic information present in intermediate features due to the structural differences between them. Others integrated feature distillation along with logit distillation, yet this introduced alignment operations that limits the amount of knowledge transferred…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification · AI in cancer detection · Medical Imaging and Analysis
MethodsSoftmax · Attention Is All You Need · Knowledge Distillation
