CVLGIVFeb 18, 2021

Minimizing false negative rate in melanoma detection and providing insight into the causes of classification

arXiv:2102.09199v3
AI Analysis

This work addresses melanoma detection for medical diagnosis, providing insights into classification causes, but it is incremental as it builds on existing methods like U-net and ensembling.

The paper tackled the problem of melanoma detection by developing a classification system that combines visual pre-processing, deep learning, and ensembling to minimize false negative rate while maintaining high accuracy, showing improvement in all evaluated metrics on the ISIC-2019 dataset.

Our goal is to bridge human and machine intelligence in melanoma detection. We develop a classification system exploiting a combination of visual pre-processing, deep learning, and ensembling for providing explanations to experts and to minimize false negative rate while maintaining high accuracy in melanoma detection. Source images are first automatically segmented using a U-net CNN. The result of the segmentation is then used to extract image sub-areas and specific parameters relevant in human evaluation, namely center, border, and asymmetry measures. These data are then processed by tailored neural networks which include structure searching algorithms. Partial results are then ensembled by a committee machine. Our evaluation on the largest skin lesion dataset which is publicly available today, ISIC-2019, shows improvement in all evaluated metrics over a baseline using the original images only. We also showed that indicative scores computed by the feature classifiers can provide useful insight into the various features on which the decision can be based.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes