cardiac_cine_acdc
收藏资源简介:
ACDC(Automatic Cardiac Diagnosis Challenge,MICCAI 2017)是一个用于心脏分割的心脏电影磁共振成像(cine-MRI)数据集。该数据集包含处理后的NIfTI格式文件,适用于左心室(LV)、右心室(RV)和心肌的分割任务。数据模态为心脏电影MRI(NIfTI格式),包含舒张末期(ED)和收缩末期(ES)的短轴(SAX)体积及其对应的分割掩码,以及完整的SAX时间序列(sax_t)。每个患者的数据包括:sax_ed(舒张末期SAX体积)、sax_ed_gt(ED分割掩码)、sax_es(收缩末期SAX体积)、sax_es_gt(ES分割掩码)和sax_t(完整SAX电影时间序列)。数据集还包含患者ID(pid)和从train_metadata.csv/test_metadata.csv派生的元数据列。数据集已分为训练集和测试集,适用于图像分割和分类任务。使用示例展示了如何通过HuggingFace的datasets库加载和访问数据。数据来源和许可信息请参考ACDC挑战赛官方页面。
ACDC (Automatic Cardiac Diagnosis Challenge, MICCAI 2017) is a cardiac cine magnetic resonance imaging (cine-MRI) dataset designed for cardiac segmentation tasks. It provides processed NIfTI-format files for segmenting the left ventricle (LV), right ventricle (RV), and myocardium. The dataset uses cardiac cine MRI (in NIfTI format) as its data modality, containing short-axis (SAX) volumes at end-diastole (ED) and end-systole (ES) alongside their corresponding segmentation masks, as well as the full SAX time series (sax_t). Data for each patient includes: sax_ed (SAX volume at ED), sax_ed_gt (ED segmentation mask), sax_es (SAX volume at ES), sax_es_gt (ES segmentation mask), and sax_t (full SAX cine time series). Additionally, the dataset contains patient IDs (pid) and metadata columns derived from train_metadata.csv and test_metadata.csv. It is split into training and test subsets, which are applicable for both image segmentation and classification tasks. Usage examples illustrate how to load and access the dataset via HuggingFace's datasets library. For data source and licensing information, please refer to the official ACDC Challenge webpage.
ACDC (Cardiac Cine-MRI) 数据集概述
数据集基本信息
- 数据集名称:ACDC (Cardiac Cine-MRI)
- 别名:Automatic Cardiac Diagnosis Challenge (MICCAI 2017)
- 数据类型:医学影像
- 数据格式:NIfTI
- 语言:英文
- 许可协议:其他
- 标签:医学、磁共振成像、心脏、心脏电影磁共振成像、分割
- 任务类别:图像分割、图像分类
- 规模类别:100-1K
数据集简介
ACDC是一个用于心脏分割的心脏电影磁共振成像数据集。此仓库包含以Data/processed_output/acdc格式存储的已处理NIfTI文件。
核心特征
- 模态:心脏电影磁共振成像
- 主要任务:左心室、右心室和心肌的分割
- 关键帧:舒张末期、收缩末期以及完整的短轴时间序列
- 标注结构:左心室腔、右心室腔及心肌
- 数据划分:训练集、测试集
数据结构
每位患者的数据包含以下NIfTI文件路径:
sax_ed— 舒张末期短轴体积sax_ed_gt— 舒张末期分割掩码sax_es— 收缩末期短轴体积sax_es_gt— 收缩末期分割掩码sax_t— 完整的短轴电影时间序列
数据列说明
| 列名 | 类型 | 描述 |
|---|---|---|
pid |
字符串 | 患者ID |
sax_ed |
Nifti | 舒张末期短轴体积 |
sax_ed_gt |
Nifti | 舒张末期分割掩码 |
sax_es |
Nifti | 收缩末期短轴体积 |
sax_es_gt |
Nifti | 收缩末期分割掩码 |
sax_t |
Nifti | 完整的短轴电影时间序列 |
| + 元数据列 | 多种 | 源自 train_metadata.csv / test_metadata.csv |
使用方式
可通过Hugging Face datasets库加载数据集。示例代码展示了如何加载数据集并访问图像数据。
来源与引用
- 官方来源:https://www.creatis.insa-lyon.fr/Challenge/acdc/
- 建议引用文献:O. Bernard et al., "Deep Learning Techniques for Automatic MRI Cardiac Multi-Structures Segmentation and Diagnosis: Is the Problem Solved?", IEEE TMI, 2018.




