paper-with-me

Papers

Data Augmentation for Skin Lesion Analysis

2018-09-05 · Fábio Perez, Cristina Vasconcelos, Sandra Avila, Eduardo Valle

Deep learning models show remarkable results in automated skin lesion analysis. However, these models demand considerable amounts of data, while the availability of annotated skin lesion images is often limited. Data augmentation can expand the training dataset by transforming input images. In this work, we investigate the impact of 13 data augmentation scenarios for melanoma classification trained on three CNNs (Inception-v4, ResNet, and DenseNet). Scenarios include traditional color and geometric transforms, and more unusual augmentations such as elastic transforms, random erasing and a novel augmentation that mixes different lesions. We also explore the use of data augmentation at test-time and the impact of data augmentation on various dataset sizes. Our results confirm the importance of data augmentation in both training and testing and show that it can lead to more performance gains than obtaining new images. The best scenario results in an AUC of 0.882 for melanoma classification without using external data, outperforming the top-ranked submission (0.874) for the ISIC Challenge 2017, which was trained with additional data.

📄 PDF Abstract BibTeX arXiv:1809.01442

Code (1)

fabioperez/skin-data-augmentation 공식 구현 pytorch

Tasks

Data AugmentationGeneral ClassificationSkin Cancer ClassificationSkin Lesion Classification

Methods 이 논문이 사용한 방법론

Random Erasing Random Erasing is a data augmentation method for training the convolutional neural network (CNN), which randomly selects a rectangle region in an image and erases its pixels with…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
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…

Similar Papers 제목 키워드 기반

Deep neural network ensemble by data augmentation and bagging for skin lesion classification

2018-07-15 · Manik Goyal, Jagath C. Rajapakse

This work summarizes our submission for the Task 3: Disease Classification of ISIC 2018 challenge in Skin Lesion Analysis Towards Melanoma Detection. We use a novel deep neural network (DNN) ensemble architecture introdu…

Data AugmentationGeneral ClassificationLesion ClassificationMeta-Learning+1

Skin lesion classification with ensemble of squeeze-and-excitation networks and semi-supervised learning

2018-09-07 · Shunsuke Kitada, Hitoshi Iyatomi

In this report, we introduce the outline of our system in Task 3: Disease Classification of ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection. We fine-tuned multiple pre-trained neural network models based on Sq…

ClassificationData AugmentationGeneral ClassificationLesion Classification+1

GAN-Based Data Augmentation and Anonymization for Skin-Lesion Analysis: A Critical Review

2021-04-20 · Alceu Bissoto, Eduardo Valle, Sandra Avila

Despite the growing availability of high-quality public datasets, the lack of training samples is still one of the main challenges of deep-learning for skin lesion analysis. Generative Adversarial Networks (GANs) appear …

Data Augmentation

Mask2Lesion: Mask-Constrained Adversarial Skin Lesion Image Synthesis

2019-06-13 · Kumar Abhishek, Ghassan Hamarneh

Skin lesion segmentation is a vital task in skin cancer diagnosis and further treatment. Although deep learning based approaches have significantly improved the segmentation accuracy, these algorithms are still reliant o…

Data AugmentationImage GenerationImage-to-Image TranslationLesion Segmentation+2

Deep Skin Lesion Segmentation with Transformer-CNN Fusion: Toward Intelligent Skin Cancer Analysis

2025-08-20 · Xin Wang, Xiaopei Zhang, Xingang Wang arxiv

This paper proposes a high-precision semantic segmentation method based on an improved TransUNet architecture to address the challenges of complex lesion structures, blurred boundaries, and significant scale variations i…

Skin Lesion SegmentationSemantic SegmentationData Augmentation