miniMSD244
收藏资源简介:
miniMSD数据集是一个医学图像分割基准数据集,涵盖10个人体器官。该数据集源自医学分割十项全能(MSD),通过将NIfTI(NII)格式的体积扫描转换为序列化的2D RGB图像及其对应的分割掩码。数据集提供多种分辨率变体(244和512),便于使用、即插即用的可访问性和灵活的实验。数据集包含以下组件:器官类型、图像、二值掩码、详细(多类)掩码、体积ID和切片ID。图像、二值掩码和详细掩码均以PIL图像形式提供。二值掩码包含两个标签:0表示背景,1表示目标区域。详细掩码包含多个标签(0, 1, 2, 3, …),每个标签对应特定的解剖结构。数据集覆盖的器官包括前列腺、心脏、海马体、肝血管、脑肿瘤、脾脏、胰腺、结肠、肺和肝脏,每个器官包含最多40个体积,每个体积由可变数量的图像切片组成。
The miniMSD dataset is a benchmark medical image segmentation dataset covering 10 human organs. It is derived from the Medical Segmentation Decathlon (MSD), where volumetric scans in NIfTI (NII) format are converted into serialized 2D RGB images and their corresponding segmentation masks. The dataset provides multiple resolution variants (244 and 512) to facilitate ease of use, plug-and-play accessibility, and flexible experimentation. The dataset includes the following components: organ type, images, binary masks, detailed (multi-class) masks, volume ID, and slice ID. All images, binary masks, and detailed masks are provided in PIL image format. Binary masks contain two labels: 0 denotes the background, and 1 denotes the target region. Detailed masks contain multiple labels (0, 1, 2, 3, …), with each label corresponding to a specific anatomical structure. The organs covered by the dataset are the prostate, heart, hippocampus, hepatic vessels, brain tumor, spleen, pancreas, colon, lung, and liver. Each organ includes up to 40 volumes, and each volume consists of a variable number of image slices.
Mini Medical Segmentation Decathlon 244 数据集概述
数据集基本信息
- 数据集名称:Mini Medical Segmentation Decathlon 244
- 发布者:Chehab lab
- 发布日期:2026年
- 许可协议:CC BY 4.0
- 任务类别:图像分割
- 语言:英语
- 标签:器官、医学、CT、MRI
- 规模类别:10K < n < 100K
数据来源与处理
- 原始数据集:医学分割十项全能(Medical Segmentation Decathlon, MSD)
- 处理方式:将原始NIfTI(NII)格式的容积扫描数据转换为序列化的2D RGB图像及其对应的分割掩码。
- 分辨率变体:提供244和512两种分辨率版本。本数据集为244分辨率版本。
数据集内容与结构
- 覆盖器官:10个人体器官。
- 数据条目组成:每个数据条目包含器官类型、图像、二值掩码、详细(多类别)掩码、容积ID和切片ID。
- 图像格式:图像、二值掩码和详细掩码均以PIL图像格式提供。
- 掩码说明:
- 二值掩码包含两个标签:0代表背景,1代表目标区域。
- 详细掩码包含多个标签(0, 1, 2, 3, …),每个标签对应特定的解剖结构。
数据统计
- 数据分割:仅包含训练集(train)。
- 训练集样本数:95,311个。
- 训练集大小:约8,036,673,401字节(约8.04 GB)。
- 下载大小:约8,926,670,093字节(约8.93 GB)。
各器官数据分布
| 器官 | 容积数量 | 总切片数 | 平均每容积切片数 | 占总切片百分比 |
|---|---|---|---|---|
| 前列腺 | 32 | 1,204 | 37.625 | 1.26% |
| 心脏 | 20 | 2,271 | 113.550 | 2.38% |
| 海马体 | 40 | 2,754 | 68.850 | 2.89% |
| 肝血管 | 40 | 5,796 | 144.900 | 6.08% |
| 脑肿瘤 | 40 | 6,200 | 155.000 | 6.51% |
| 脾脏 | 40 | 6,964 | 174.100 | 7.31% |
| 胰腺 | 40 | 7,068 | 176.700 | 7.42% |
| 结肠 | 40 | 7,344 | 183.600 | 7.71% |
| 肺 | 40 | 22,510 | 562.750 | 23.62% |
| 肝脏 | 40 | 33,200 | 830.000 | 34.83% |
使用方式
可通过Hugging Face datasets库加载使用。
python from datasets import load_dataset miniMSD244 = load_dataset("chehablaborg/miniMSD244", split="train")
作者
- Charbel Toumieh
- Ahmad Mustapha
- Ali Chehab
引用
@dataset{minimsd2026, title = {MiniMSD}, author = {Toumieh, Charbel and Mustapha, Ahmad and Chehab, Ali}, year = {2026}, publisher = {Hugging Face}, howpublished = {url{https://huggingface.co/datasets/chehablaborg/miniMSD244}}, }




