rsna-medcial-imaging-subsets
收藏资源简介:
该数据集是一个精心策划的医学影像集合,包含超过58,666张8位PNG/JPEG格式的图像,源自多个医学影像竞赛和公共数据集。所有图像均已应用临床相关的窗宽窗位调整,并保留了原始标注信息。数据集包含五个独立的子集:1) 颅内出血CT图像(33,825张,512×512像素),包含多标签分类(6个出血类型);2) 腰椎MRI T2加权图像(24,546张,320×320/512×512像素),包含病情严重程度分级标签;3) 乳腺癌钼靶图像(295张,最长边不超过1024像素),包含二元癌症分类标签;4) SIIM-COVID19胸片图像(376张,DICOM转换而来),包含4类肺炎分类和混浊检测标签;5) Chaoyang结肠组织病理学图像(6,160张JPG,512×512像素),包含异常/正常二元分类标签。数据集适用于多种医学影像分析任务,包括疾病检测、分类、分割和计算机辅助诊断。预处理包括模态特定的窗宽窗位调整、尺寸标准化和格式转换,确保了数据的一致性和可用性。数据来源受相应竞赛条款和学术使用许可约束。
This dataset is a carefully curated collection of medical images, containing over 58,666 8-bit PNG/JPEG format images, sourced from multiple medical imaging competitions and public datasets. All images have been adjusted with clinically relevant window width and window level settings, and original annotation information is preserved. The dataset includes five independent subsets: 1) Intracranial hemorrhage CT images (33,825 images, 512×512 pixels), with multi-label classification (6 hemorrhage types); 2) Lumbar spine MRI T2-weighted images (24,546 images, 320×320/512×512 pixels), with disease severity grading labels; 3) Breast cancer mammogram images (295 images, longest side not exceeding 1024 pixels), with binary cancer classification labels; 4) SIIM-COVID19 chest X-ray images (376 images, converted from DICOM), with 4-class pneumonia classification and opacity detection labels; 5) Chaoyang colon histopathology images (6,160 JPG images, 512×512 pixels), with abnormal/normal binary classification labels. The dataset is suitable for various medical imaging analysis tasks, including disease detection, classification, segmentation, and computer-aided diagnosis. Preprocessing includes modality-specific window width and window level adjustments, size standardization, and format conversion, ensuring data consistency and usability. Data sources are subject to corresponding competition terms and academic use licenses.
数据集概览
Medical Imaging Subsets (8-bit PNG/JPEG) 是一个精选的医学影像数据集集合,包含 58,666+ 张 PNG/JPEG 图像,均来自医学影像竞赛和公共数据集,已应用窗宽窗位调整并保留原始标签。
数据集子集详情
| 子集名称 | 影像模态 | 图像数量 | 图像尺寸 | 数据大小 | 标签类型 |
|---|---|---|---|---|---|
| 颅内出血 (Intracranial Hemorrhage) | CT 脑部 | 33,825 张 | 512×512 | 1.2 GB | 多标签 (6 列) |
| 腰椎 (Lumbar Spine) | MRI T2 | 24,546 张 | 320×320 / 512×512 | 2.3 GB | 条件级别严重程度 (48.7K 行) |
| 乳腺癌 (Breast Cancer) | 乳腺X线摄影 | 295 张 | 最大 1024px | 53 MB | 二分类 (癌症/非癌症) |
| SIIM-COVID19 | 胸部X光 (DICOM→PNG) | 376 张 | - | 546 MB | 4 分类 (肺炎 + 毛玻璃影) |
| 朝阳结肠 (Chaoyang Colon) | 组织病理学 (H&E 切片) | 6,160 张 JPG | 512×512 | ~530 MB | 二分类 (异常/正常) |
新增子集说明
- SIIM-COVID19:来自 SIIM-FISABIO-RSNA COVID-19 Detection 竞赛的胸部X光片。标签包括:肺炎阴性、典型、不确定、非典型表现以及毛玻璃影存在性。
- 朝阳结肠:来自北京朝阳医院的 512×512 结肠组织病理学切片 (论文链接)。训练集组成:1,111 张正常、842 张锯齿状、1,404 张腺癌、664 张腺瘤。
使用方式
python import zipfile from huggingface_hub import hf_hub_download
从Hugging Face下载
https://huggingface.co/datasets/toufiqmusah/rsna-medcial-imaging-subsets
解压某个子集
with zipfile.ZipFile("intracranial_hemorrhage.zip") as z: z.extractall("intracranial_hemorrhage/")
每个 ZIP 压缩包包含:
images/目录:8位 PNG 文件 (朝阳结肠子集为 JPG)labels.csv文件:标注信息
预处理说明
- 窗宽窗位调整:CT 脑窗用于颅内出血;线性重缩放用于腰椎 MRI;乳腺摄影窗用于乳腺癌;肺窗用于胸部X光。
- 尺寸调整:乳腺X线摄影 (4096×3328) 调整为每边最大 1024px (使用 LANCZOS 插值)。
- 格式转换:DICOM 衍生子集转换为 8位 PNG;组织病理学切片保留 JPEG 格式。
- 分层采样:在适用情况下,子集采样保留原始类别分布。
许可证信息
- RSNA 子集:源自 RSNA 竞赛数据集,遵守 RSNA AI Challenge 条款。
- SIIM-COVID19:源自 SIIM-FISABIO-RSNA 竞赛,遵守 Kaggle 竞赛规则。
- 朝阳结肠:免费提供用于非商业学术研究,详情见 HSA-NRL。




