FundusGen
收藏资源简介:
FundusGen数据集是上海人工智能实验室与中国科学技术大学合作构建的一个眼科专用多模态大型语言模型(MLLM)数据集,名为FundusExpert。该数据集通过智能Fundus-Engine系统构建,旨在解决眼科领域多模态学习框架中存在的标注粒度碎片化问题。FundusGen数据集整合了全局疾病分类、局部目标检测和细粒度特征分析,并模拟了临床认知链的推理路径。该数据集用于训练FundusExpert模型,在眼科问答任务中取得了最佳性能,并揭示了数据质量和模型能力之间的规模定律。
The FundusGen dataset is an ophthalmology-specialized multimodal large language model (MLLM) dataset named FundusExpert, jointly constructed by the Shanghai AI Laboratory and the University of Science and Technology of China. Developed via the intelligent Fundus-Engine system, this dataset aims to address the fragmented annotation granularity issue in multimodal learning frameworks within the ophthalmology field. The FundusGen dataset integrates global disease classification, local object detection, and fine-grained feature analysis, and simulates the reasoning pathway of the clinical cognitive chain. Used for training the FundusExpert model, this dataset achieved state-of-the-art performance on ophthalmology question answering tasks and revealed the scaling law between data quality and model capabilities.
FundusExpert 数据集概述
简介
FundusExpert 是一个眼科专用的多模态大语言模型(MLLM),具备定位-诊断协同推理能力。该项目包含 FundusGen 数据集,该数据集通过智能 Fundus-Engine 系统构建。
数据与模型
- 模型权重与基准测试:托管在 HuggingFace 平台,需申请访问权限。
- 模型地址:MeteorElf/FundusExpert
- 访问申请:需发送邮件至
liuxinyao@mail.ustc.edu.cn和songdiping@pjlab.org.cn,包含 HuggingFace 用户名和简要自我介绍。 - 使用限制:仅限学术研究用途。
快速开始
- 推理:支持单 GPU 推理。
- 命令:
python src/quick_start.py
- 命令:
依赖环境
- 安装指南:参考 InternVL 安装文档 或使用
src/internvl25_requirements.txt构建环境。
致谢
- 基础模型:基于 OpenGVLab/InternVL 开发。

- 1Constructing Ophthalmic MLLM for Positioning-diagnosis Collaboration Through Clinical Cognitive Chain Reasoning上海人工智能实验室, 中国科学技术大学 · 2025年



