All Projects → lrsoenksen → SPL_UD_DL

lrsoenksen / SPL_UD_DL

Licence: AGPL-3.0 license
A reported 96,480 people were diagnosed with melanoma in the United States in 2019, leading to 7230 reported deaths. Early-stage identification of suspicious pigmented lesions (SPLs) in primary care settings can lead to im- proved melanoma prognosis and a possible 20-fold reduction in treatment cost. Despite this clinical and economic value, eff…

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to SPL UD DL

ehrbase
An open source openEHR server
Stars: ✭ 137 (+407.41%)
Mutual labels:  clinical
ci4cc-informatics-resources
Community-maintained list of resources that the CI4CC organization and the larger cancer informatics community have found useful or are developing.
Stars: ✭ 22 (-18.52%)
Mutual labels:  clinical
Jovian
Metagenomics/viromics pipeline that focuses on automation, user-friendliness and a clear audit trail. Jovian aims to empower classical biologists and wet-lab personnel to do metagenomics/viromics analyses themselves, without bioinformatics expertise.
Stars: ✭ 14 (-48.15%)
Mutual labels:  clinical

Deep Learning for Dermatologist-Level Detection of Ugly-Duckling (UD) and Suspicious Pigmented Skin Lesions (SPL) from Wide-Field Images

Code to reproduce Soenksen, LR. et al 2021, on Science Translational Medicine.

Image description

CODE STRUCTURE (NOTEBOOKS / INPUTS / OUTPUTS)

Samples of data Preparation, model training, testing and integrated analysis system according to the methods of Soenksen, LR. et al 2020, can be executed through the included Jupyter notebooks in the following order:

  • 00_A_DL_Image_Patch_generation.ipynb
  • 00_B_DL_Image_Database_CLAHE_PreProcessing.ipynb
  • 00_C_DL_Image_Database_Randomization.ipynb
  • 00_D_DL_Image_Augmentation_of_Randomized_CLAHE_Database.ipynb
  • 01_DL_SPL_Detection_Basic_Model_Creator.ipynb
  • 02_DL_SPL_Detection_Augmented_Model_Creator.ipynb
  • 03_DL_SPL_Detection_Augmented_TL_VGG16_Bottleneck_Model_Creator.ipynb
  • 03_DL_SPL_Detection_Augmented_TL_VGG16_Fine_Tuning_Model_Creator.ipynb
  • 04_DL_SPL_Detection_Augmented_TL_XCEPTION_Bottleneck_Model_Creator.ipynb
  • 04_DL_SPL_Detection_Augmented_TL_XCEPTION_Fine_Tuning_Model_Creator.ipynb
  • 05_DL_SPL_A_Wide_Field_Feature_Extractor_UglyDucking_Ranking_and_T-SNE.ipynb

PROBLEM/SOLUTION DEFINITION

Wide-field imaging and deep neural networks are used to facilitate the accurate detection of suspicious and salient pigmented lesions to allow for convenient skin screenings at the primary care level.

DATASET (Direct Download)

All data has been de-identified and randomized to comply with MIT data sharing policies. Due to egress limits on GIT, this repo requires that you download the "Wide-field" and "close-up" Dataset directly. Please send a request to [email protected] with your Name, Organization, Position, and Anticipated project aims. We will try to respond as quickly as we can to provide you with a secure link to access it. Data and code are provided ONLY for non-commertial purposes. After download place in the main project folder to use with the provided code.

MODELS (Direct Download)

Due to egress limits on GIT, this repo requires that you download the following "Outputs" folder, which includes the trained Deep Convolutional Neural Network (DCNN) model weight files directly from this link: https://www.dropbox.com/s/bfjqv5yfynxr6sd/Models.zip?dl=0. After download place in the main project folder and unzip.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].