Fundus-R1 is a fundus-reading multimodal large language model introduced in the paper:
Fundus-R1: Training a Fundus-Reading MLLM with Knowledge-Aware Reasoning on Public Data
Yuchuan Deng, Qijie Wei, Kaiheng Qian, Jiazhen Liu, Zijie Xin, Bangxiang Lan, Jingyu Liu, Jianfeng Dong, Xirong Li
Paper: https://arxiv.org/abs/2604.08322
Fundus-R1 is designed for fundus image understanding, including color fundus photography (CFP), optical coherence tomography (OCT), and ultra-widefield fundus imaging (UWF). The model is trained using publicly available data and aims to improve knowledge-aware reasoning for retinal image analysis.
Model Variants
Model
Repository
Fundus-R1-3B
Kimokcheon/Fundus-R1-3B
Fundus-R1-7B
Kimokcheon/Fundus-R1-7B
This model card is shared by the released Fundus-R1 checkpoints. Please select the checkpoint size according to your compute budget and deployment requirement.
Method Overview
Fundus-R1 addresses the difficulty of training fundus-reading MLLMs without private clinical-report data. According to the paper, the model is trained exclusively on public datasets, where most samples contain only image-level labels rather than detailed diagnostic reports.
The training pipeline contains two key components:
Knowledge-aware reasoning trace construction. A retrieval-augmented generation (RAG) procedure is used to compose image-specific reasoning traces that connect visual findings to image labels through ophthalmic knowledge.
Reasoning-enhanced RLVR. Reinforcement learning with verifiable rewards (RLVR) is enhanced with a process reward that encourages self-consistency in the generated reasoning trace.
The paper reports evaluation on three fundus-reading benchmarks: FunBench, Omni-Fundus, and GMAI-Fundus.
Intended Use
Fundus-R1 is intended for research on fundus-image understanding, medical multimodal reasoning, ophthalmic MLLMs, and public-data-based post-training of medical vision-language models.
Possible research uses include:
fundus image question answering;
retinal disease recognition experiments;
reasoning-trace analysis for medical MLLMs;
comparison with general-purpose MLLMs and ophthalmology-specific MLLMs;
studies on RAG-generated medical reasoning traces and RLVR training.
Important Medical Disclaimer
This model is released for research use. It is not a certified medical device and should not be used as the sole basis for clinical diagnosis, treatment planning, triage, or patient management. Outputs should be reviewed by qualified medical professionals before any clinical interpretation or downstream use.
Example Usage
The exact loading code may depend on the checkpoint configuration and your installed transformers version. A typical Qwen2.5-VL-style loading pattern is:
1@article{deng2026fundusr1,
2 title={Fundus-R1: Training a Fundus-Reading MLLM with Knowledge-Aware Reasoning on Public Data},
3 author={Deng, Yuchuan and Wei, Qijie and Qian, Kaiheng and Liu, Jiazhen and Xin, Zijie and Lan, Bangxiang and Liu, Jingyu and Dong, Jianfeng and Li, Xirong},
4 journal={arXiv preprint arXiv:2604.08322},
5 year={2026}
6}