CXR-1M
收藏资源简介:
CXR-1M数据集是由伦斯勒理工学院生物医学工程系和生物技术与交叉学科研究中心创建的,包含超过一百万张来自公开可用来源的独特的胸片图像。该数据集用于CheXFound模型的自我监督预训练,这些图像来源于13个公开的数据集,包括MIMICCXR、CheXpert、PadChest等。数据集旨在为多种下游任务提供强大的图像表征,如疾病检测、风险评估等,以促进临床应用的发展。
The CXR-1M dataset was developed by the Department of Biomedical Engineering and the Center for Biotechnology and Interdisciplinary Studies at Rensselaer Polytechnic Institute. It contains over one million unique chest X-ray images sourced from publicly available resources. This dataset is used for self-supervised pre-training of the CheXFound model, and its images are collected from 13 public datasets including MIMICCXR, CheXpert, PadChest and others. The dataset aims to provide robust image representations for various downstream tasks such as disease detection and risk assessment, so as to promote the development of clinical applications.
CheXFound 数据集概述
数据集简介
CheXFound 是一个基于视觉的预训练模型,该模型在来自公开可用资源的大约100万张胸部X射线图像上进行预训练。
数据集组成
- CXR-1M 数据集:包含以下目录结构:
<ROOT>/train/目录下的多个子目录,包括 mimic、chexpert、padchest 和 brax,每个子目录中包含图像文件。<ROOT>/val/验证集目录。<ROOT>/test/测试集目录。<ROOT>/labels.txt标签文件。
- 元数据文件:在
<EXTRA>/目录下,包括训练集、验证集和测试集的类ID、类名和条目信息。
预训练模型架构
- CheXFound 使用 ViT-Large 架构,具有16x16的补丁大小,并在512x512的图像分辨率下进行训练。
- GLoRI 头部:使用768维的嵌入维度和8个头的多头注意力机制。
使用环境
- 需要PyTorch 2.0和xFormers 0.0.18以及其他第三方包。
- 代码只在特定版本和Linux环境下测试通过。
预训练命令
- 预训练CheXFound的命令行示例已给出。
评估命令
- 提供了线性探测和GLoRI性能评估的命令行示例。




