This model card provides an overview of Libra’s architecture, training methodology, limitations, and recommended usage guidelines.
For more detailed information regarding Libra’s methodology, theoretical foundation, and performance benchmarks, please refer to the following resources:
-
Temporal Feature Alignment
- Trains TAC to effectively fuse and align features from different time points (current and previous chest X-rays).
- Focuses on capturing notable changes (e.g., appearance or progression of opacities, devices, and lines).
-
Fine-Tuning for Radiology Report Generation
- The language model part is fine-tuned on a large dataset of paired chest X-ray images and radiology reports.
- Emphasizes the generation of the Findings section, especially incorporating temporal descriptors.
1@inproceedings{zhang-etal-2025-libra,
2 title = "Libra: Leveraging Temporal Images for Biomedical Radiology Analysis",
3 author = "Zhang, Xi and
4 Meng, Zaiqiao and
5 Lever, Jake and
6 Ho, Edmond S. L.",
7 editor = "Che, Wanxiang and
8 Nabende, Joyce and
9 Shutova, Ekaterina and
10 Pilehvar, Mohammad Taher",
11 booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
12 month = jul,
13 year = "2025",
14 address = "Vienna, Austria",
15 publisher = "Association for Computational Linguistics",
16 url = "https://aclanthology.org/2025.findings-acl.888/",
17 pages = "17275--17303",
18 ISBN = "979-8-89176-256-5",
19 abstract = "Radiology report generation (RRG) requires advanced medical image analysis, effective temporal reasoning, and accurate text generation. While multimodal large language models (MLLMs) align with pre-trained vision encoders to enhance visual-language understanding, most existing methods rely on single-image analysis or rule-based heuristics to process multiple images, failing to fully leverage temporal information in multi-modal medical datasets. In this paper, we introduce **Libra**, a temporal-aware MLLM tailored for chest X-ray report generation. Libra combines a radiology-specific image encoder with a novel Temporal Alignment Connector (**TAC**), designed to accurately capture and integrate temporal differences between paired current and prior images. Extensive experiments on the MIMIC-CXR dataset demonstrate that Libra establishes a new state-of-the-art benchmark among similarly scaled MLLMs, setting new standards in both clinical relevance and lexical accuracy. All source code and data are publicly available at: https://github.com/X-iZhang/Libra."
20}
21
22@inproceedings{zhang2025libra,
23 title={Libra: Leveraging temporal images for biomedical radiology analysis},
24 author={Zhang, Xi and Meng, Zaiqiao and Lever, Jake and Ho, Edmond SL},
25 booktitle={Findings of the Association for Computational Linguistics: ACL 2025},
26 pages={17275--17303},
27 year={2025}
28}
This tool is for research and educational purposes only. It is not FDA-approved or CE-marked for clinical use. Users should consult qualified healthcare professionals for any clinical decisions.