TextBraTS
收藏资源简介:
TextBraTS数据集是一个创新的多模态数据集,它包含了配对的MRI体积和丰富的文本注释,来源于广泛采用的BraTS2020基准。该数据集由369个多模态脑MRI扫描组成,每个扫描都带有专家的文本注释。数据集的创建过程包括使用GPT-4o模型生成初步的伪报告,然后由专家放射科医生进行审查和修正。TextBraTS数据集旨在解决脑肿瘤分析中缺乏结合放射图像和相应文本注释的综合数据集的问题,以促进多模态方法的探索。
The TextBraTS dataset is an innovative multimodal dataset that comprises paired MRI volumes and comprehensive textual annotations, derived from the widely adopted BraTS2020 benchmark. This dataset consists of 369 multimodal brain MRI scans, each accompanied by expert-generated textual annotations. The development process of this dataset involves generating preliminary pseudo-reports using the GPT-4o model, followed by review and revision by expert radiologists. The TextBraTS dataset aims to address the shortage of comprehensive datasets that combine radiographic images and their corresponding textual annotations for brain tumor analysis, thereby facilitating the exploration of multimodal approaches.
TextBraTS 数据集概述
数据集简介
TextBraTS 是一个开放获取的文本引导3D脑肿瘤分割数据集,包含配对的脑部MRI扫描和专家标注的放射学报告。该数据集旨在推动神经肿瘤学中视觉与语言多模态融合研究,相关论文已被MICCAI 2025接收。
核心特征
- 多模态MRI数据:包含BraTS20挑战赛训练集的3D脑部MRI扫描(T1、T1ce、T2、FLAIR序列)及专家标注分割结果
- 结构化放射报告:每个病例配备专业撰写的放射学报告
- 文本-图像对齐方法:支持多模态融合研究
数据获取
- 原始MRI数据:需从BraTS 2020官网下载训练集
- 文本与特征文件:
- 数据合并:使用
merge.py脚本将下载的MRI数据与文本特征文件合并
应用场景
- 文本引导分割模型的开发与基准测试
- 医学影像中的多模态融合算法评估
- 语言驱动的医学AI研究
模型资源
使用方法
- 推理:
python test.py --pretrained_dir=/path/to/weights/ --exp_name=TextBraTS - 训练:
python main.py --distributed --use_ssl_pretrained --save_checkpoint --logdir=TextBraTS
引用格式
bibtex @inproceedings{shi2025textbrats, title = {TextBraTS: Text-Guided Volumetric Brain Tumor Segmentation with Innovative Dataset Development and Fusion Module Exploration}, author = {Shi, Xiaoyu and Jain, Rahul Kumar and Li, Yinhao and Hou, Ruibo and Cheng, Jingliang and Bai, Jie and Zhao, Guohua and Lin, Lanfen and Xu, Rui and Chen, Yen-wei}, booktitle = {Proceedings of the International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)}, year = {2025}, note = {to appear} }

- 1TextBraTS: Text-Guided Volumetric Brain Tumor Segmentation with Innovative Dataset Development and Fusion Module Exploration立命馆大学,大阪,日本 · 2025年



