IVAICVJan 7, 2025

Activating Associative Disease-Aware Vision Token Memory for LLM-Based X-ray Report Generation

arXiv:2501.03458v111 citationsh-index: 11Has CodeIEEE Transactions on Medical Imaging
Originality Incremental advance
AI Analysis

This addresses the need for more accurate and disease-focused medical reports in healthcare, though it is an incremental improvement over existing LLM-based methods.

The paper tackles the problem of generating insufficiently detailed X-ray reports by LLMs by proposing an associative memory-enhanced model that mimics doctors' report-writing processes, achieving state-of-the-art performance on datasets like IU X-ray, MIMIC-CXR, and Chexpert Plus.

X-ray image based medical report generation achieves significant progress in recent years with the help of the large language model, however, these models have not fully exploited the effective information in visual image regions, resulting in reports that are linguistically sound but insufficient in describing key diseases. In this paper, we propose a novel associative memory-enhanced X-ray report generation model that effectively mimics the process of professional doctors writing medical reports. It considers both the mining of global and local visual information and associates historical report information to better complete the writing of the current report. Specifically, given an X-ray image, we first utilize a classification model along with its activation maps to accomplish the mining of visual regions highly associated with diseases and the learning of disease query tokens. Then, we employ a visual Hopfield network to establish memory associations for disease-related tokens, and a report Hopfield network to retrieve report memory information. This process facilitates the generation of high-quality reports based on a large language model and achieves state-of-the-art performance on multiple benchmark datasets, including the IU X-ray, MIMIC-CXR, and Chexpert Plus. The source code of this work is released on \url{https://github.com/Event-AHU/Medical_Image_Analysis}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes