M3T: Multi-Modal Medical Transformer to bridge Clinical Context with Visual Insights for Retinal Image Medical Description Generation

Nagur Shareef Shaik,Teja Krishna Cherukuri,Dong Hye Ye
2024-06-19
Abstract:Automated retinal image medical description generation is crucial for streamlining medical diagnosis and treatment planning. Existing challenges include the reliance on learned retinal image representations, difficulties in handling multiple imaging modalities, and the lack of clinical context in visual representations. Addressing these issues, we propose the Multi-Modal Medical Transformer (M3T), a novel deep learning architecture that integrates visual representations with diagnostic keywords. Unlike previous studies focusing on specific aspects, our approach efficiently learns contextual information and semantics from both modalities, enabling the generation of precise and coherent medical descriptions for retinal images. Experimental studies on the DeepEyeNet dataset validate the success of M3T in meeting ophthalmologists' standards, demonstrating a substantial 13.5% improvement in BLEU@4 over the best-performing baseline model.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
### The Problem the Paper Attempts to Solve This paper aims to address several key challenges in the automatic generation of medical descriptions for retinal images: 1. **Reliance on learned retinal image representations**: Existing methods typically rely on feature representations learned from retinal images, but these representations may not fully capture all the important information in the images. 2. **Difficulty in handling multiple imaging modalities**: Retinal images can come from various imaging techniques (such as fluorescein angiography, fundus photography, and optical coherence tomography), and existing methods struggle to handle data from these different modalities. 3. **Lack of clinical context in visual representations**: Existing methods often neglect to incorporate clinical context information into visual representations, resulting in medical descriptions that are not precise and coherent enough. To address these issues, the authors propose the Multi-Modal Medical Transformer (M3T), a novel deep learning architecture that can combine visual representations with diagnostic keywords to generate accurate and coherent medical descriptions of retinal images. By efficiently learning and integrating contextual information and semantics from both modalities, M3T performs excellently in experiments, particularly in generating medical descriptions that meet ophthalmologists' standards, improving the BLEU@4 metric by 13.5% over the best baseline model.