SkinDistilViT: Lightweight Vision Transformer for Skin Lesion Classification
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 transformer on melanoma medical images annotated by experts. Since inference cost, both time and memory wise is important in practice, we employ knowledge distillation to obtain a model that retains 98.33% of the teacher's balanced multi-class accuracy, at a fraction of the cost. Memory-wise, our model is 49.60% smaller than the teacher. Time-wise, our solution is 69.25% faster on GPU and 97.96% faster on CPU. By adding classification heads at each level of the transformer and employing a cascading distillation process, we improve the balanced multi-class accuracy of the base model by 2.1%, while creating a range of models of various sizes but comparable performance. We provide the code at https://github.com/Longman-Stan/SkinDistilVit.
Code (1)
Tasks
Cancer ClassificationClassificationCPUGPUKnowledge DistillationLesion ClassificationSkin Cancer ClassificationSkin Lesion ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
LiwTERM: A Lightweight Transformer-Based Model for Dermatological Multimodal Lesion Detection
Skin cancer is the most common type of cancer in the world, accounting for approximately 30% of all diagnosed tumors. Early diagnosis reduces mortality rates and prevents disfiguring effects in different body regions. In…
imbalanced classificationLesion ClassificationLesion DetectionSkin Lesion ClassificationAViT: Adapting Vision Transformers for Small Skin Lesion Segmentation Datasets
Skin lesion segmentation (SLS) plays an important role in skin lesion analysis. Vision transformers (ViTs) are considered an auspicious solution for SLS, but they require more training data compared to convolutional neur…
Lesion SegmentationSkin Lesion SegmentationMedLiteNet: Lightweight Hybrid Medical Image Segmentation Model
Accurate skin-lesion segmentation remains a key technical challenge for computer-aided diagnosis of skin cancer. Convolutional neural networks, while effective, are constrained by limited receptive fields and thus strugg…
Medical Image SegmentationLesion SegmentationExploring Advances in Transformers and CNN for Skin Lesion Diagnosis on Small Datasets
Skin cancer is one of the most common types of cancer in the world. Different computer-aided diagnosis systems have been proposed to tackle skin lesion diagnosis, most of them based in deep convolutional neural networks.…
LesionAid: Vision Transformers-based Skin Lesion Generation and Classification
Skin cancer is one of the most prevalent forms of human cancer. It is recognized mainly visually, beginning with clinical screening and continuing with the dermoscopic examination, histological assessment, and specimen c…
ClassificationData AugmentationEdge-computingExplainable Artificial Intelligence (XAI)+1