黑色素瘤皮肤癌检测数据集

这是一个包含2357张皮肤肿瘤临床图像的数据集,图像模态涵盖恶性与良性病变,具体包括黑色素瘤、基底细胞癌和光化性角化病等多种疾病类型,数据来源于国际皮肤成像协作组织(ISIC)并已按标准分类整理,主要用于开发基于深度学习的皮肤癌自动检测与诊断模型,支持计算机辅助诊断和皮肤病学研究。

github
2024-11-21 更新
浏览 10
皮肤癌检测黑色素瘤

基本信息

创建/更新时间
2024-11-21

资源简介

该数据集是一个用于皮肤癌检测的医学图像数据集,包含2357张恶性与良性皮肤肿瘤的临床图像。数据来源于国际皮肤成像协作组织(ISIC),涵盖了黑色素瘤、基底细胞癌、光化性角化病等多种皮肤疾病类型。所有图像已根据ISIC标准进行分类和整理,并划分为数量均衡的子集。该数据集主要用于开发基于深度学习的皮肤癌自动诊断模型,支持计算机辅助诊断、皮肤病学研究和医学影像分析等领域的研究与应用。

原始链接

https://github.com/ARUNJOGLE/Melanoma_Detection

访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/ARUNJOGLE/Melanoma_Detection.git

curl -L -o repo.zip https://github.com/ARUNJOGLE/Melanoma_Detection/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

Melanoma Skin Cancer Detection

Abstract

In cancer, there are over 200 different forms. Out of 200, melanoma is the deadliest form of skin cancer. The diagnostic procedure for melanoma starts with clinical screening, followed by dermoscopic analysis and histopathological examination. Melanoma skin cancer is highly curable if it gets identified at the early stages. The first step of Melanoma skin cancer diagnosis is to conduct a visual examination of the skin’'s affected area. Dermatologists take the dermatoscopic images of the skin lesions by the high-speed camera, which have an accuracy of 65-80% in the melanoma diagnosis without any additional technical support. With further visual examination by cancer treatment specialists and dermatoscopic images, the overall prediction rate of melanoma diagnosis raised to 75-84% accuracy. The project aims to build an automated classification system based on image processing techniques to classify skin cancer using skin lesions images.

Problem Statement

In the skin biopsy, the dermatologist takes some part of the skin lesion and examines it under the microscope. The current process takes almost a week or more, starting from getting a dermatologist appointment to getting a biopsy report.
The aims to shorten the current gap to just a couple of days by providing the predictive model.
The approach uses Convolutional Neural Network (CNN) to classify nine types of skin cancer from outlier lesions images. This reduction of a gap has the opportunity to impact millions of people positively.

Motivation

The overarching goal is to support the efforts to reduce the death caused by skin cancer. The primary motivation that drives the project is to use the advanced image classification technology for the well-being of the people. Computer vision has made good progress in machine learning and deep learning that are scalable across domains.

Dataset

The dataset consists of 2357 images of malignant and benign oncological diseases, which were formed from the International Skin Imaging Collaboration (ISIC). All images were sorted according to the classification taken with ISIC, and all subsets were divided into the same number of images.
The data set contains the following diseases:
To overcome the issue of class imbalance, used a python package Augmentor (https://augmentor.readthedocs.io/en/master/) to add more samples acros

数据加载示例(图像类)

from PIL import Image
import glob, os

files = (glob.glob(os.path.join(path, "**", "*.png"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.jpg"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tif"), recursive=True))
print("图像文件数:", len(files))
img = Image.open(files[0]); print("尺寸/模式:", img.size, img.mode)

# torchvision Dataset 方式:
# from torchvision import datasets
# ds = datasets.ImageFolder(path)  # 要求 子目录=类别

目录组织与标注格式以源站说明和下载后实际文件为准。

完整仓库:github.com/ARUNJOGLE/Melanoma_Detection

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 皮肤癌 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案