paper-with-me

Papers

Leveraging Knowledge Distillation for Lightweight Skin Cancer Classification: Balancing Accuracy and Computational Efficiency

2024-06-24 · Niful Islam, Khan Md Hasib, Fahmida Akter Joti, Asif Karim, Sami Azam

Skin cancer is a major concern to public health, accounting for one-third of the reported cancers. If not detected early, the cancer has the potential for severe consequences. Recognizing the critical need for effective skin cancer classification, we address the limitations of existing models, which are often too large to deploy in areas with limited computational resources. In response, we present a knowledge distillation based approach for creating a lightweight yet high-performing classifier. The proposed solution involves fusing three models, namely ResNet152V2, ConvNeXtBase, and ViT Base, to create an effective teacher model. The teacher model is then employed to guide a lightweight student model of size 2.03 MB. This student model is further compressed to 469.77 KB using 16-bit quantization, enabling smooth incorporation into edge devices. With six-stage image preprocessing, data augmentation, and a rigorous ablation study, the model achieves an impressive accuracy of 98.75% on the HAM10000 dataset and 98.94% on the Kaggle dataset in classifying benign and malignant skin cancers. With its high accuracy and compact size, our model appears to be a potential choice for accurate skin cancer classification, particularly in resource-constrained settings.

📄 PDF Abstract BibTeX arXiv:2406.17051

Code (0)

등록된 구현이 없습니다.

Tasks

Cancer ClassificationComputational EfficiencyData AugmentationKnowledge DistillationQuantizationSkin Cancer Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

SSD-KD: A Self-supervised Diverse Knowledge Distillation Method for Lightweight Skin Lesion Classification Using Dermoscopic Images

2022-03-22 · Yongwei Wang, Yuheng Wang, Tim K. Lee, Chunyan Miao 외

Skin cancer is one of the most common types of malignancy, affecting a large population and causing a heavy economic burden worldwide. Over the last few years, computer-aided diagnosis has been rapidly developed and make…

Knowledge DistillationLesion ClassificationSkin Lesion Classification

SkinDistilViT: Lightweight Vision Transformer for Skin Lesion Classification

2023-08-16 · Vlad-Constantin Lungu-Stan, Dumitru-Clementin Cercel, Florin Pop

Skin cancer is a treatable disease if discovered early. We provide a production-specific solution to the skin cancer classification problem that matches human performance in melanoma identification by training a vision t…

Cancer ClassificationClassificationCPUGPU+4

DCSNet: A Lightweight Knowledge Distillation-Based Model with Explainable AI for Lung Cancer Diagnosis from Histopathological Images

2025-05-14 · Sadman Sakib Alif, Nasim Anzum Promise, Fiaz Al Abid, Aniqua Nusrat Zereen

Lung cancer is a leading cause of cancer-related deaths globally, where early detection and accurate diagnosis are critical for improving survival rates. While deep learning, particularly convolutional neural networks (C…

DiagnosticKnowledge DistillationLung Cancer DiagnosisMedical Image Analysis

The Role of Masking for Efficient Supervised Knowledge Distillation of Vision Transformers

2023-02-21 · Seungwoo Son, Jegwang Ryu, Namhoon Lee, Jaeho Lee

Knowledge distillation is an effective method for training lightweight vision models. However, acquiring teacher supervision for training samples is often costly, especially from large-scale models like vision transforme…

Knowledge Distillation

Double-Condensing Attention Condenser: Leveraging Attention in Deep Learning to Detect Skin Cancer from Skin Lesion Images

2023-11-20 · Chi-en Amy Tai, Elizabeth Janes, Chris Czarnecki, Alexander Wong

Skin cancer is the most common type of cancer in the United States and is estimated to affect one in five Americans. Recent advances have demonstrated strong performance on skin cancer detection, as exemplified by state …