皮肤病图像网络(SCIN)数据集

该数据集是一个包含10,408张皮肤病学图像的公开医学图像数据集,涵盖了炎症、感染和过敏反应等多种皮肤病学条件,并附带年龄、性别和种族/民族等临床表格信息。它主要用于医学教育、皮肤病学研究以及人工智能辅助诊断工具的开发和评估,特别关注提升数据集的代表性和多样性,以支持更广泛和公平的医疗应用。

谷歌研究谷歌研究
arXiv
2024-02-29 更新
浏览 22
皮肤病学图像数据多样性

基本信息

创建/更新时间
2024-02-29

资源简介

皮肤病图像网络(SCIN)数据集是由谷歌研究与斯坦福大学医学院合作创建的,旨在通过互联网用户自愿贡献,收集具有代表性的皮肤病学图像数据。该数据集包含10,408张图像,涵盖了多种皮肤病学条件,如炎症、感染和过敏反应等。数据通过Google搜索广告吸引用户上传图像,并收集了相关的年龄、性别和种族/民族信息。SCIN数据集主要应用于医学教育、皮肤病学研究以及人工智能辅助诊断工具的开发和评估,特别关注解决现有数据集中存在的代表性和多样性不足的问题。

原始链接

https://github.com/google-research-datasets/scin

访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取

git clone https://github.com/google-research-datasets/scin.git

curl -L -o repo.zip https://github.com/google-research-datasets/scin/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

SCIN Dataset

The SCIN (Skin Condition Image Network) open access dataset aims to supplement publicly available dermatology datasets from health system sources with representative images from internet users. To this end, the SCIN dataset was collected from Google Search users in the United States through a voluntary, consented image donation application. The SCIN dataset is intended for health education and research, and to increase the diversity of dermatology images available for public use.
The SCIN dataset contains 5,000+ volunteer contributions (10,000+ images) of common dermatology conditions. Contributions include Images, self-reported demographic, history, and symptom information, and self-reported Fitzpatrick skin type (sFST). In addition, dermatologist labels of the skin condition and estimated Fitzpatrick skin type (eFST) and layperson estimated Monk Skin tone (eMST) labels are provided for each contribution.
The data is stored in the dx-scin-public-data bucket on Google Cloud Storage. Check out the scin_demo.ipynb notebook for a quick review of how to access the dataset and the Dataset Documentation for an overview of its schema.
Please note: This dataset contains images of medical conditions, some of which may be sensitive and/or graphic in nature.
Known issues:

  • There are 15 images that are duplicates (and appear 42 times total) in the data. Because this data was used for the paper, it’'s been included in the release.
  • There are 48 cases where the case is marked as gradable but no skin condition
    label is present. This happens for cases where they were marked as ungradable
    due to multiple conditions present.
  • Issue #1: 1 image file is missing

License

The SCIN Dataset is released under SCIN Data Use License

DOI

Research Paper

To learn more about the dataset and methods, please see our paper Creating an Empirical Dermatology Dataset Through Crowdsourcing With Web Search Advertisements, in collaboration with physicians at Stanford Medicine.

Citation:

@article{10.1001/jamanetworkopen.2024.46615,
    author = {Ward, Abbi and Li, Jimmy and Wang, Julie and Lakshminarasimhan, S


## 数据加载示例(图像类)

```python
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/google-research-datasets/scin

精度瓶颈?数据缺失?

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

获取专属数据定制方案