TL;DR
This paper presents a knowledge distillation method to create a lightweight, efficient melanoma detection model that outperforms larger pre-trained networks in accuracy and inference time, suitable for clinical deployment.
Contribution
The authors develop a small, performant melanoma detection model using knowledge distillation from a ResNet-50 teacher, achieving high accuracy with significantly fewer parameters.
Findings
DSNet achieves 91.7% accuracy in melanoma detection.
DSNet runs inference in 2.57 seconds, faster than larger models.
DSNet outperforms EfficientNet-B0 in key metrics.
Abstract
Melanoma is regarded as the most threatening among all skin cancers. There is a pressing need to build systems which can aid in the early detection of melanoma and enable timely treatment to patients. Recent methods are geared towards machine learning based systems where the task is posed as image recognition, tag dermoscopic images of skin lesions as melanoma or non-melanoma. Even though these methods show promising results in terms of accuracy, they are computationally quite expensive to train, that questions the ability of these models to be deployable in a clinical setting or memory constraint devices. To address this issue, we focus on building simple and performant models having few layers, less than ten compared to hundreds. As well as with fewer learnable parameters, 0.26 million (M) compared to 42.5M using knowledge distillation with the goal to detect melanoma from dermoscopic…
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
MethodsKnowledge Distillation
