qgking / CKDNet

Code for "Cascade knowledge diffusion network for skin lesion diagnosis and segmentation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKDNet

Cascade knowledge diffusion network for skin lesion diagnosis and segmentation(https://doi.org/10.1016/j.asoc.2020.106881) published in Applied Soft Computing

by Qiangguo Jin, Hui Cui, Changming Sun, Zhaopeng Meng, Ran Su.

Example results

  • AUC curve (a) and precision-recall curve (b) for effectiveness analysis of the Entangle-Cls module and the ChannelAtten block in CKDNet.

  • Visualization and comparison of initial segmentation by RootSeg-Net and the CAMs obtained by three classification models.

  • Segmentation results with contours on the ISIC2017 test dataset. We choose six images from each lesion type, i.e., melanoma (MEL), seborrheic keratosis (SBK), and nevus (NEV). Image name and lesion type are listed at the top of each image. Ground truth and our segmentation results are shown by green and blue contours.

Dataset

ISIC2017,ISIC2018

Citation

If the code is helpful for your research, please consider citing:

@article{JIN2019,
  title = "Cascade knowledge diffusion network for skin lesion diagnosis and segmentation",
  author = "Qiangguo Jin, Hui Cui, Changming Sun, Zhaopeng Meng, Ran Su",
  journal = "Applied Soft Computing",
  pages = "106881",
  year = "2020",
  issn = "1568-4946",
  doi = "https://doi.org/10.1016/j.asoc.2020.106881"
}

Questions

General questions, please contact 'qgking@tju.edu.cn'

About

Code for "Cascade knowledge diffusion network for skin lesion diagnosis and segmentation"

License:MIT License


Languages

Language:Python 100.0%