Search papers, labs, and topics across Lattice.
This paper introduces Evo-RAD, a self-evolving agentic framework designed to enhance the diagnosis of rare retinal diseases by addressing the limitations of conventional retrieval-augmented methods. By formulating the retrieval process as a Markov Decision Process, the framework dynamically optimizes evidence acquisition through actions that refine the reference set, significantly improving diagnostic accuracy. Experimental results demonstrate that Evo-RAD outperforms existing retinal foundation models and other retrieval-based methods, achieving a notable +21.04% improvement in rare-disease diagnosis accuracy.
Evo-RAD achieves a groundbreaking +21.04% improvement in diagnosing rare retinal diseases by dynamically refining evidence retrieval, challenging the limitations of static models.
Large-scale pretrained foundation models have revolutionized general medical screening, but often falter on rare diseases because such conditions are underrepresented in real-world clinical datasets. While retrieval-augmented diagnosis attempts to mitigate this, conventional static methods frequently succumb to the hubness problem, retrieving visually similar but semantically incorrect common diseases. To address this, we propose Evo-RAD, a self-evolving agentic framework that transforms evidence acquisition into a dynamic decision-making task. We formulate retrieval as a Markov Decision Process (MDP) where a graphbased agent observes the reference set state and executes actions to purge discordant evidence (DELETE), acquire pathologically consistent samples (INSERT), or conclude the evolution (TERMINATE). Optimized via Group Relative Policy Optimization (GRPO) with a homogeneityaware reward, the agent learns to maximize the diagnostic homogeneity of the support reference set. Experiments on retinal disease benchmarks show that Evo-RAD substantially improves rare-disease diagnosis, outperforming retinal foundation models by +21.04%, while also surpassing retrieval-based and parameter-efficient fine-tuning methods by +3.56%. Code is available at https://github.com/SDH-Lab/Evo-RAD.