Medical Report Generation Is A Multi-label Classification Problem
Yijian Fan, Zhenbang Yang, Rui Liu, Mingjie Li, Xiaojun Chang
TL;DR
The paper reframes medical report generation (MRG) as a multi-label classification problem over a refined radiology knowledge graph, integrated with a BLIP-based generator. By classifying clinically relevant knowledge-graph nodes using a knowledge encoder and fusing them with image features via cross-attention, the approach shifts away from complex decoders toward targeted keyword prediction, trained with image-text contrastive, image-text matching, and language modeling losses. Extending this to IU-Xray and MIMIC-CXR, the method achieves state-of-the-art metrics (BLEU, METEOR, CIDEr) and demonstrates that higher node classification accuracy translates into higher-quality reports, while highlighting challenges posed by long-tailed label distributions. The work suggests that knowledge-graph refinement and classification-centric MRG can improve efficiency and accuracy in clinical reporting, with potential for broader adoption and future improvements in handling rare but critical conditions.
Abstract
Medical report generation is a critical task in healthcare that involves the automatic creation of detailed and accurate descriptions from medical images. Traditionally, this task has been approached as a sequence generation problem, relying on vision-and-language techniques to generate coherent and contextually relevant reports. However, in this paper, we propose a novel perspective: rethinking medical report generation as a multi-label classification problem. By framing the task this way, we leverage the radiology nodes from the commonly used knowledge graph, which can be better captured through classification techniques. To verify our argument, we introduce a novel report generation framework based on BLIP integrated with classified key nodes, which allows for effective report generation with accurate classification of multiple key aspects within the medical images. This approach not only simplifies the report generation process but also significantly enhances performance metrics. Our extensive experiments demonstrate that leveraging key nodes can achieve state-of-the-art (SOTA) performance, surpassing existing approaches across two benchmark datasets. The results underscore the potential of re-envisioning traditional tasks with innovative methodologies, paving the way for more efficient and accurate medical report generation.
