paper-with-me

Papers

Deep Learning for Skin Lesion Classification

2017-03-13 · P. Mirunalini, Aravindan Chandrabose, Vignesh Gokul, S. M. Jaisakthi

Melanoma, a malignant form of skin cancer is very threatening to life. Diagnosis of melanoma at an earlier stage is highly needed as it has a very high cure rate. Benign and malignant forms of skin cancer can be detected by analyzing the lesions present on the surface of the skin using dermoscopic images. In this work, an automated skin lesion detection system has been developed which learns the representation of the image using Google's pretrained CNN model known as Inception-v3 \cite{cnn}. After obtaining the representation vector for our input dermoscopic images we have trained two layer feed forward neural network to classify the images as malignant or benign. The system also classifies the images based on the cause of the cancer either due to melanocytic or non-melanocytic cells using a different neural network. These classification tasks are part of the challenge organized by International Skin Imaging Collaboration (ISIC) 2017. Our system learns to classify the images based on the model built using the training images given in the challenge and the experimental results were evaluated using validation and test sets. Our system has achieved an overall accuracy of 65.8\% for the validation set.

📄 PDF Abstract BibTeX arXiv:1703.04364

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGeneral ClassificationLesion ClassificationLesion DetectionSkin Lesion Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Deep Multi-task Learning Approach to Skin Lesion Classification

2018-12-09 · Haofu Liao, Jiebo Luo

Skin lesion identification is a key step toward dermatological diagnosis. When describing a skin lesion, it is very important to note its body site distribution as many skin diseases commonly affect particular parts of t…

ClassificationGeneral ClassificationInductive BiasLesion Classification+3

A Mutual Bootstrapping Model for Automated Skin Lesion Segmentation and Classification

2019-03-08 · Yutong Xie, Jianpeng Zhang, Yong Xia, Chunhua Shen

Automated skin lesion segmentation and classification are two most essential and related tasks in the computer-aided diagnosis of skin cancer. Despite their prevalence, deep learning models are usually designed for only …

ClassificationGeneral ClassificationLesion ClassificationLesion Segmentation+1

Skin Lesion Classification Using Deep Multi-scale Convolutional Neural Networks

2017-03-04 · Terrance DeVries, Dhanesh Ramachandram

We present a deep learning approach to the ISIC 2017 Skin Lesion Classification Challenge using a multi-scale convolutional neural network. Our approach utilizes an Inception-v3 network pre-trained on the ImageNet datase…

ClassificationGeneral ClassificationLesion ClassificationSkin Lesion Classification

Multi-Class Lesion Diagnosis with Pixel-wise Classification Network

2018-07-24 · Manu Goyal, Jiahua Ng, Moi Hoon Yap

Lesion diagnosis of skin lesions is a very challenging task due to high inter-class similarities and intra-class variations in terms of color, size, site and appearance among different skin lesions. With the emergence of…

ClassificationGeneral Classification

Deep Learning based Novel Cascaded Approach for Skin Lesion Analysis

2023-01-16 · Shubham Innani, Prasad Dutande, Bhakti Baheti, Ujjwal Baid 외

Automatic lesion analysis is critical in skin cancer diagnosis and ensures effective treatment. The computer aided diagnosis of such skin cancer in dermoscopic images can significantly reduce the clinicians workload and …

ClassificationDecoderDeep LearningDiagnostic+3