合成MRI图像数据集

使用合成MRI图像评估深度学习模型在痴呆症诊断中的有效性。

AndrewRomittiAndrewRomitti
GitHub
2024-03-06 更新
浏览 23
医学影像痴呆症医学影像

基本信息

模态
医学影像
创建/更新时间
2024-03-06

资源简介

该数据集包含使用生成对抗网络(GANs)生成的合成MRI图像,用于评估深度学习模型在痴呆症诊断中的有效性。这些图像被用于训练数据效率图像转换器(DeiT)模型,以提高痴呆症诊断的准确性。

原始链接

https://github.com/AndrewRomitti/Evaluating-The-Effectiveness-of-Synthetic-Datasets-for-Dementia-Diagnosis-Using-Deep-Learning

访问原始数据

官方服务

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

帮我联系

下载信息

注册下载

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

暂未开放

公开下载

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

免登录

有偿下载

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

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

暂未开放

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

使用方式

数据集获取

git clone https://github.com/AndrewRomitti/Evaluating-The-Effectiveness-of-Synthetic-Datasets-for-Dementia-Diagnosis-Using-Deep-Learning.git

curl -L -o repo.zip https://github.com/AndrewRomitti/Evaluating-The-Effectiveness-of-Synthetic-Datasets-for-Dementia-Diagnosis-Using-Deep-Learning/archive/refs/heads/main.zip
unzip repo.zip

源站 README 摘录(使用方式)

Evaluating-The-Effectiveness-of-Synthetic-Datasets-for-Dementia-Diagnosis-Using-Deep-Learning

This is the code for the paper: Evaluating the Effectiveness of Synthetic Datasets for Dementia Diagnosis for Dementia Diagnosis Using Deep Learning. This paper was presented and published at the 2023 IEEE AIPR Workshop as one of the 15 minute presentations.
Citation: Romitti, Andrew, Jiya Shetty, and Praveen Rao. “Evaluating the Effectiveness of Synthetic Datasets for Dementia Diagnosis Using Deep Learning.” 2023 IEEE Applied Imagery Pattern Recognition Workshop (AIPR). IEEE, 2023.
Link: https://www.computer.org/csdl/proceedings-article/aipr/2023/10440719/1UKgJwpsg7u

Abstract

Early and accurate diagnosis of dementia can lead to better treatment of the disease and improve patients’’ quality of
life. Advanced neuroimaging technologies such as magnetic resonance imaging (MRI) and deep learning hold promise for early and accurate dementia diagnosis. However, there is limited number of real-world MRI datasets for training deep-learning
models to classify a patient’‘s degree of dementia. Generative adversarial networks (GANs) are deep learning-based generative models that can generate synthetic data samples based on a real dataset’'s data distribution. They have been successfully used in clinical neuroimaging studies. In this work, we investigate how synthetic MRI images generated by GANs can improve the performance of deep learning models for accurately classifying the level of dementia (i.e., very mildly demented, mildly demented, moderately demented, and no dementia.) We trained a state-ofthe-art deep learning model for image classification, namely, the Data-Efficient Image Transformer (DeiT) using a real-world MRI dataset along with synthetic MRI images generated by GANs. We combined real and synthetic images during training by varying the proportion of synthetic images in the training set. We evaluated the accuracy and F1-score of the trained DeiT models on real MRI
images. Our results showed that DeiT can achieve good performance even with synthetic images in the training set. Hence, GANs can offer a promising solution to improving dementia diagnosis via deep learning especially when real data are scarce.
Real Images
Synthetic Image Examples

Code

The code was run on CloudLab, an experimental testbed for cloud computing research. The code was run on

数据加载示例(图像类)

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/AndrewRomitti/Evaluating-The-Effectiveness-of-Synthetic-Datasets-for-Dementia-Diagnosis-Using-Deep-Learning

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 认知障碍(非特指) 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案