R-Super
收藏资源简介:
R-Super是一个用于多肿瘤早期检测的人工智能训练数据集,由约翰斯·霍普金斯大学等机构创建。该数据集包含101,654份医学报告,每份报告都与CT扫描图像相关联。这些报告详细描述了肿瘤的大小、数量、位置和衰减等信息,为人工智能模型训练提供了丰富的数据基础。数据集的创建过程包括对报告进行文本分析,提取肿瘤特征,并使用这些特征训练分割模型。R-Super数据集旨在解决多肿瘤分割的难题,尤其在那些缺乏公开肿瘤掩膜的数据集上。
R-Super is an artificial intelligence training dataset for early detection of multiple tumors, created by institutions including Johns Hopkins University. This dataset contains 101,654 medical reports, each paired with CT scan images. These reports elaborate on details such as tumor size, quantity, location and attenuation, providing a rich data foundation for AI model training. The dataset creation workflow includes text analysis of the reports, extraction of tumor features, and training of segmentation models using these features. The R-Super dataset is designed to tackle the challenge of multi-tumor segmentation, especially on datasets with no publicly available tumor masks.
R-Super 数据集概述
数据集简介
R-Super 是一个用于从放射学报告中学习分割的训练策略,通过将放射学报告(文本)转化为直接(逐体素)监督来改进肿瘤分割AI。
核心方法
- 使用LLM从放射学报告中提取肿瘤信息
- 引入新的损失函数(Volume Loss & Ball Loss)
- 使用提取的信息教导AI分割与报告一致的肿瘤(在肿瘤数量、直径和位置方面)
性能提升
与传统仅使用掩码的训练相比,使用R-Super通过掩码和报告进行训练可将肿瘤分割AI的性能提升高达:
- 敏感性、F1、AUC、DSC和NSD指标提升+16%
相关数据集
主要数据集
- PanTS:10K CT,1.1K胰腺病变分割掩码
- Merlin:25K CT和报告,2K胰腺病变CT,无掩码
- Merlin Plus:25K Merlin的器官分割掩码,44个类别
扩展数据集
- 100,000+ CT-报告对:用于检测7种在公共CT-掩码数据集中缺失的肿瘤类型
公开训练检查点
| 模型 | 训练数据 | 任务 | 评估 | 访问地址 |
|---|---|---|---|---|
| R-Super (论文) | 16K CTs, AbdomenAtlas 2.0 (公开) & UCSF (私有) | 胰腺和肾脏肿瘤分割 | MICCAI论文表2 | https://huggingface.co/AbdomenAtlas/R-SuperPancreasKidney |
| R-Super (演示) | 14K CTs, PanTS (公开) & Merlin (公开) | 胰腺肿瘤分割 | 演示结果 | https://huggingface.co/AbdomenAtlas/R-SuperPanTSMerlin |
| Baseline (论文,无报告监督) | 9K CTs, AbdomenAtlas 2.0 (beta) | 胰腺和肾脏肿瘤分割 | MICCAI论文表2 | https://huggingface.co/AbdomenAtlas/RSuperMaskPretrained |
| Baseline (演示,无报告监督) | 10K CTs, PanTS | 胰腺肿瘤分割 | 演示结果 | https://huggingface.co/AbdomenAtlas/MedFormerPanTS |
技术特点
- 可重现性:仅使用公开数据进行训练和评估
- 可扩展性:可在大型CT-报告数据集(如Merlin)加上小型或大型CT-掩码数据集(如AbdomenAtlas、PanTS)上训练AI
- 灵活性:支持自定义分割架构和损失函数开发
学术成果
- MICCAI 2025最佳论文亚军(在1,027篇论文中排名前2)
- 相关论文发表于国际医学图像计算和计算机辅助干预会议

- 1Scaling Artificial Intelligence for Multi-Tumor Early Detection with More Reports, Fewer Masks约翰斯·霍普金斯大学 · 2025年



