COVID-19 and CGMH Pelvis
收藏资源简介:
本研究涉及两个数据集:COVID-19和CGMH Pelvis,分别包含304和400对图像-掩码数据,用于医学图像分割任务。COVID-19数据集包含胸部X光图像,而CGMH Pelvis数据集则包含骨盆X光图像。这些数据集由于医学图像的高隐私性和标注难度,通常规模有限,因此本研究提出了一种基于扩散概率模型(DPMs)的数据集扩展方法DiffuseExpand,旨在通过合成高质量的图像-掩码对来增强数据集的多样性和规模,从而提高医学图像分割模型的准确性和泛化能力。
This study utilizes two datasets: COVID-19 and CGMH Pelvis, which respectively include 304 and 400 image-mask pairs for medical image segmentation tasks. The COVID-19 dataset comprises chest X-ray images, whereas the CGMH Pelvis dataset contains pelvic X-ray images. Owing to the high privacy sensitivity and annotation complexity of medical images, the scale of these datasets is typically limited. Therefore, this study proposes a dataset expansion method named DiffuseExpand based on diffusion probabilistic models (DPMs), which aims to synthesize high-quality image-mask pairs to augment the diversity and scale of datasets, thereby enhancing the accuracy and generalization performance of medical image segmentation models.
DiffuseExpand 数据集概述
数据集信息
- 数据集名称: DiffuseExpand
- 数据集用途: 用于2D医学图像分割的扩散模型扩展数据集
- 包含数据集:
- COVID-19
- CGMH Pelvis
数据集下载
数据集使用步骤
-
环境搭建:
- 使用
.yaml文件配置环境 - 根据GPU型号选择相应的
.yaml文件进行环境创建
- 使用
-
下载预训练检查点:
- 下载预训练模型文件
256x256_diffusion.pt
- 下载预训练模型文件
-
微调扩散模型 (Stage I):
- 使用8个Tesla A100 GPU进行实验,每个GPU的batchsize为2
- 针对COVID-19和CGMH Pelvis分别运行相应的训练脚本
-
训练分割器 (Stage II):
- 使用2个Tesla A100 GPU进行实验,每个GPU的batchsize为8
- 针对COVID-19和CGMH Pelvis分别运行相应的训练脚本
-
合成图像-掩码对 (Stage III):
- 针对COVID-19和CGMH Pelvis分别运行相应的合成脚本
-
选择高质量图像-掩码对 (Stage IV):
- 需要先训练一个unet模型并合成足够的样本对
- 针对COVID-19和CGMH Pelvis分别运行相应的选择脚本
-
训练验证模型:
- 针对COVID-19和CGMH Pelvis分别运行相应的验证脚本




