English

Soft-Attention Improves Skin Cancer Classification Performance

Image and Video Processing 2021-06-08 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

In clinical applications, neural networks must focus on and highlight the most important parts of an input image. Soft-Attention mechanism enables a neural network toachieve this goal. This paper investigates the effectiveness of Soft-Attention in deep neural architectures. The central aim of Soft-Attention is to boost the value of important features and suppress the noise-inducing features. We compare the performance of VGG, ResNet, InceptionResNetv2 and DenseNet architectures with and without the Soft-Attention mechanism, while classifying skin lesions. The original network when coupled with Soft-Attention outperforms the baseline[16] by 4.7% while achieving a precision of 93.7% on HAM10000 dataset [25]. Additionally, Soft-Attention coupling improves the sensitivity score by 3.8% compared to baseline[31] and achieves 91.6% on ISIC-2017 dataset [2]. The code is publicly available at github.

Keywords

Cite

@article{arxiv.2105.03358,
  title  = {Soft-Attention Improves Skin Cancer Classification Performance},
  author = {Soumyya Kanti Datta and Mohammad Abuzar Shaikh and Sargur N. Srihari and Mingchen Gao},
  journal= {arXiv preprint arXiv:2105.03358},
  year   = {2021}
}

Comments

8 pages, 9 figures, 4 tables

R2 v1 2026-06-24T01:52:58.199Z