Papers › Skin Lesion Analysis Toward Melanoma Detection 2018: A Challenge Hosted by the...

Skin Lesion Analysis Toward Melanoma Detection 2018: A Challenge Hosted by the International Skin Imaging Collaboration (ISIC)

9 Feb 2019arXiv:1902.03368archive 2025-07-28

Noel Codella, Veronica Rotemberg, Philipp Tschandl, M. Emre Celebi, Stephen Dusza, David Gutman, Brian Helba, Aadi Kalloo, Konstantinos Liopyris, Michael Marchetti, Harald Kittler, Allan Halpern

This work summarizes the results of the largest skin image analysis challenge in the world, hosted by the International Skin Imaging Collaboration (ISIC), a global partnership that has organized the world's largest public repository of dermoscopic images of skin. The challenge was hosted in 2018 at the Medical Image Computing and Computer Assisted Intervention (MICCAI) conference in Granada, Spain. The dataset included over 12,500 images across 3 tasks. 900 users registered for data download, 115 submitted to the lesion segmentation task, 25 submitted to the lesion attribute detection task, and 159 submitted to the disease classification task. Novel evaluation protocols were established, including a new test for segmentation algorithm performance, and a test for algorithm ability to generalize. Results show that top segmentation algorithms still fail on over 10% of images on average, and algorithms with equal performance on test data can have different abilities to generalize. This is an important consideration for agencies regulating the growing set of machine learning tools in the healthcare domain, and sets a new standard for future public challenges in healthcare.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1902.03368")

Code

Syntology Ran 3 of 17 code samples harvested from 3 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong.

By repository: community (archive-listed): 17 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

18 repositories listed; official and paper-mentioned ones first.

NoelleI/Melanoma mentioned on GitHubtf report
NoelleI/Pigmentation mentioned on GitHub report
Woodman718/FixCaps mentioned on GitHubpytorchMIT report
XtraHamster/SKCAN mentioned on GitHubtf report
adityathakurxd/shades mentioned on GitHubtfApache-2.0 report
datascisteven/Melanoma-Detector mentioned on GitHubtfMIT report
kianoush/Skin_Cancer_CNN mentioned on GitHub report
leona-ha/Skin-Screening_Web-App mentioned on GitHubtf report
lucasgb2/skinlession mentioned on GitHub report
marinbenc/medical-polar-training mentioned on GitHubpytorch report
richmondvan/melanoma-detection mentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 3 ran; 1 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
14unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

autopad Woodman718/FixCaps/Module/model410.py community (archive-listed) ran · honoured contract MIT (permissive) · 988a3c854b1b13d0 · report
conv1x1 MiguelC23/XAI-Skin-Cancer-Detection-A-Prototype-Based-Deep-Learning-Architecture-with-Non-Expert-Supervision/1CP_BinaryProblem/resnet_features.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 MiguelC23/XAI-Skin-Cancer-Detection-A-Prototype-Based-Deep-Learning-Architecture-with-Non-Expert-Supervision/1CP_BinaryProblem/resnet_features.py community (archive-listed) ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
densenet121_features MiguelC23/XAI-Skin-Cancer-Detection-A-Prototype-Based-Deep-Learning-Architecture-with-Non-Expert-Supervision/1CP_BinaryProblem/densenet_features.py community (archive-listed) unverified MIT (permissive) · d5149ec5f0e567e9 · report
densenet169_features MiguelC23/XAI-Skin-Cancer-Detection-A-Prototype-Based-Deep-Learning-Architecture-with-Non-Expert-Supervision/1CP_BinaryProblem/densenet_features.py community (archive-listed) unverified MIT (permissive) · cf20cbc234ba341a · report
densenet201_features MiguelC23/XAI-Skin-Cancer-Detection-A-Prototype-Based-Deep-Learning-Architecture-with-Non-Expert-Supervision/1CP_BinaryProblem/densenet_features.py community (archive-listed) unverified MIT (permissive) · 3803a12204298d72 · report
make_features Woodman718/FixCaps/Module/model410.py community (archive-listed) unverified MIT (permissive) · f9c9e4fe5c1a8fcd · report
make_features Woodman718/FixCaps/Module/model501.py community (archive-listed) unverified MIT (permissive) · ff3bba7a352a6b09 · report
make_features Woodman718/FixCaps/Module/COVID-19/model611.py community (archive-listed) unverified MIT (permissive) · c43d325c73c349a2 · report
make_features Woodman718/FixCaps/Module/HAM10000/model.py community (archive-listed) unverified MIT (permissive) · 0f2733da4d03102f · report
make_features Woodman718/FixCaps/Module/HAM10000/model_1028.py community (archive-listed) unverified MIT (permissive) · 07c104644e1a6805 · report
make_features Woodman718/FixCaps/Module/NCT-CRC-HE-100K-NONORM/model.py community (archive-listed) unverified MIT (permissive) · 04b48f22fb99a49a · report
one_hot Woodman718/FixCaps/Module/HAM10000/utils.py community (archive-listed) unverified MIT (permissive) · f613c916edc5a87c · report
squash Woodman718/FixCaps/Module/model410.py community (archive-listed) unverified MIT (permissive) · b4eecff210748e3b · report
stratified_sample datascisteven/Melanoma-Detector/utils.py community (archive-listed) unverified MIT (permissive) · 9b0434206a958b83 · report
stratified_sample_report datascisteven/Melanoma-Detector/utils.py community (archive-listed) unverified MIT (permissive) · ea4c68fb7406e3dd · report

Tasks

AttributeLesion SegmentationSegmentation

Datasets

Introduced by this paper, per the archive.

ISIC 2018 Task 1ISIC 2018 Task 2ISIC 2018 Task 3Lesion Boundary Segmentation Dataset

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections