Search papers, labs, and topics across Lattice.
This paper introduces AtomiMed, a novel evaluation framework for Medical Report Generation (MRG) that addresses the shortcomings of traditional n-gram overlap metrics by utilizing a hierarchical structure of Atomic Clinical Facts. By implementing an Agentic Cross-Verification loop, AtomiMed simulates a multi-radiologist peer-review process to enhance the accuracy of diagnostic and descriptive evaluations. Extensive experiments reveal that AtomiMed correlates significantly better with human radiologist judgments than existing metrics, highlighting its potential to improve clinical report assessments.
AtomiMed achieves a strikingly higher correlation with human radiologist evaluations, transforming how we assess clinical report accuracy.
Traditional metrics for Medical Report Generation (MRG) predominantly rely on surface-level n-gram overlap, which fails to capture clinical factual accuracy and often overlooks catastrophic diagnostic errors. We address this fundamental limitation by proposing AtomiMed, a universal, modality-agnostic evaluation framework that decomposes complex medical narratives into a standardized, multi-level hierarchy of Atomic Clinical Facts, encompassing Disease-level entities and Attribute-level descriptors, including location, morphology, and severity. By implementing an Agentic Cross-Verification loop between ground-truth and predicted reports, AtomiMed simulates a multi-radiologist peer-review process to verify clinical consistency, thus enabling the decoupled assessment of diagnostic detection and descriptive accuracy. To facilitate standardized evaluation, we introduce MRGEvalKit, an open-source toolkit for automated hierarchical extraction, and curate OmniMRG-Bench, a comprehensive multi-modal benchmark covering X-ray, CT, MRI, and Ultrasound. Extensive experiments on multiple expert-annotated reader studies demonstrate that AtomiMed achieves significantly higher correlation with human radiologist judgment compared to traditional and model-based metrics. Our code are release at https://github.com/Venn2336/MRGEvalkit