A Labeled Ophthalmic Ultrasound Dataset with Medical Report Generation Based on Cross-modal Deep Learning

Jing Wang,Junyan Fan,Meng Zhou,Yanzhu Zhang,Mingyu Shi
2024-07-26
Abstract:Ultrasound imaging reveals eye morphology and aids in diagnosing and treating eye diseases. However, interpreting diagnostic reports requires specialized physicians. We present a labeled ophthalmic dataset for the precise analysis and the automated exploration of medical images along with their associated reports. It collects three modal data, including the ultrasound images, blood flow information and examination reports from 2,417 patients at an ophthalmology hospital in Shenyang, China, during the year 2018, in which the patient information is de-identified for privacy protection. To the best of our knowledge, it is the only ophthalmic dataset that contains the three modal information simultaneously. It incrementally consists of 4,858 images with the corresponding free-text reports, which describe 15 typical imaging findings of intraocular diseases and the corresponding anatomical locations. Each image shows three kinds of blood flow indices at three specific arteries, i.e., nine parameter values to describe the spectral characteristics of blood flow distribution. The reports were written by ophthalmologists during the clinical care. The proposed dataset is applied to generate medical report based on the cross-modal deep learning model. The experimental results demonstrate that our dataset is suitable for training supervised models concerning cross-modal medical data.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the issue of automated generation of diagnostic reports for ophthalmic ultrasound images and to construct a multimodal dataset that includes ultrasound images, blood flow information, and corresponding diagnostic reports. #### Specific Problems 1. **Lack of Dataset**: There is a lack of relevant datasets for the automatic generation of ophthalmic ultrasound images and their diagnostic reports, especially Chinese datasets. 2. **Multimodal Information Fusion**: Existing medical report generation methods mostly focus on radiological images (such as chest X-rays), with relatively little research on ophthalmic ultrasound images. 3. **Clinical Application Needs**: Ophthalmologists face a significant workload and time pressure when analyzing ultrasound images and writing diagnostic reports, necessitating automated tools to assist in diagnosis. #### Main Contributions 1. **Construction of a Large-Scale Dataset**: The paper constructs a large-scale dataset containing 4,858 ophthalmic ultrasound images and their corresponding Chinese diagnostic reports. All data come from real clinical practice, and the reports accurately reflect the writing patterns of ophthalmologists. 2. **Introduction of Blood Flow Parameter Information**: Compared to existing datasets, this dataset also includes additional blood flow parameter information extracted from ultrasound examinations. These parameters describe the spectral characteristics of blood flow distribution at specific arteries, aiding in medical diagnosis and treatment decisions. 3. **Multimodal Report Generation Experiments**: Comprehensive report generation experiments were conducted based on the proposed multimodal memory network, and the prediction accuracy was evaluated using natural language generation (NLG) metrics. The results indicate that this dataset is suitable for medical report generation tasks and helps advance AI-based ophthalmic diagnostic technology. Through the above contributions, this paper not only fills the research gap in the field of automated generation of ophthalmic ultrasound images and their diagnostic reports but also provides high-quality data support for future research in related fields.