paper-with-me

Papers

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 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.

📄 PDF Abstract BibTeX arXiv:2308.08669

Code (1)

longman-stan/skindistilvit 공식 구현 pytorch

Tasks

Cancer ClassificationClassificationCPUGPUKnowledge DistillationLesion ClassificationSkin Cancer ClassificationSkin Lesion Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

LiwTERM: A Lightweight Transformer-Based Model for Dermatological Multimodal Lesion Detection

2024-10-18 · SIBGRAPI Conference on Graphics, Patterns and Images (SIBGRAPI) 2024 10 · Luis A. Souza; André G. C. Pacheco; Gabriel G. de Angelo; Thiago Oliveira-Santos; Christoph Palm; João P. Papa

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 Classification

AViT: Adapting Vision Transformers for Small Skin Lesion Segmentation Datasets

2023-07-26 · Siyi Du, Nourhan Bayasi, Ghassan Hamarneh, Rafeef Garbi

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 Segmentation

MedLiteNet: Lightweight Hybrid Medical Image Segmentation Model

2025-09-03 · Pengyang Yu, Haoquan Wang, Gerard Marks, Tahar Kechadi 외 arxiv

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 Segmentation

Exploring Advances in Transformers and CNN for Skin Lesion Diagnosis on Small Datasets

2022-05-30 · Leandro M. de Lima, Renato A. Krohling

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

2023-02-02 · Ghanta Sai Krishna, Kundrapu Supriya, Mallikharjuna Rao K, Meetiksha Sorgile

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