GADVR
收藏资源简介:
GADVR数据集是首个像素级视觉推理数据集,包含大约19万个图像块和55万个配对的图像和文本条目。该数据集基于PatchGastricADC22构建,提供了像素级的细胞核分割和分类标签,以及细胞级的问答对,用于胃癌亚型的诊断。数据集的构建过程包括使用预训练的CLIP-ViT模型选择代表性图像块,然后使用预训练的HoverNet模型进行细胞核分割和分类标签的生成,以及使用GPT-4o模型生成细胞级的问答对。
The GADVR dataset is the first pixel-level visual reasoning dataset, which contains approximately 190,000 image patches and 550,000 paired image-text entries. Constructed based on PatchGastricADC22, this dataset provides pixel-level nuclear segmentation and classification labels, as well as cell-level question-answer pairs for the diagnosis of gastric cancer subtypes. The dataset construction process involves using the pre-trained CLIP-ViT model to select representative image patches, then leveraging the pre-trained HoverNet model to generate nuclear segmentation and classification labels, and finally utilizing the GPT-4o model to generate cell-level question-answer pairs.
PathMR 数据集概述
数据集名称
PathMR
核心功能
- 细胞级多模态视觉推理框架
- 生成专家级诊断文本解释
- 生成像素级分割掩码
- 增强人工智能辅助病理学的透明度和可解释性
相关资源
- 论文(arXiv预印本):https://arxiv.org/abs/xxxx.xxxxx
- 代码库:https://github.com/zhangye-zoe/PathMR
- 数据集(GADVR):https://github.com/zhangye-zoe/GADVR
训练配置
- 支持4 GPU训练
- 使用DeepSpeed框架
- 基于LLaVA模型架构(liuhaotian/llava-llama-2-13b-chat-lightning-preview)
- 视觉编码器:openai/clip-vit-large-patch14
- 最大模型长度:2048 tokens
- 批处理大小:6
- 梯度累积步数:1
数据集使用
- 训练数据集:vqa_data_train
- 验证数据集:MultiPartReasonSeg|val
- 验证JSON文件:reason_seg_val.json
- 数据集目录:data/GADVR
部署方式
- 提供交互式Gradio演示界面
- 支持bf16精度推理
- 可通过CUDA_VISIBLE_DEVICES指定GPU设备
技术依赖
- 基于MMR多模态推理框架
- 借鉴SurgicalSAM的分割模块
- 使用GLAMM的交互演示基础框架

- 1PathMR: Multimodal Visual Reasoning for Interpretable Pathology Diagnosis哈尔滨工业大学,德国莱布尼茨分析科学研究所,中山大学附属第六医院,埃森大学医院病理研究所,德国北莱茵-威斯特法伦州文化科学部,德国联邦教育和研究部,中国国家自然科学基金委员会 · 2025年



