AICLJun 20, 2024

A Data-Driven Guided Decoding Mechanism for Diagnostic Captioning

arXiv:2406.14164v126 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for more reliable automated diagnostic text generation to assist clinicians, though it is incremental as it builds on existing captioning systems.

The paper tackles the problem of generating accurate diagnostic captions from medical images by proposing a data-driven guided decoding method that incorporates medical tags into beam search, improving performance across multiple evaluation measures on two medical datasets.

Diagnostic Captioning (DC) automatically generates a diagnostic text from one or more medical images (e.g., X-rays, MRIs) of a patient. Treated as a draft, the generated text may assist clinicians, by providing an initial estimation of the patient's condition, speeding up and helping safeguard the diagnostic process. The accuracy of a diagnostic text, however, strongly depends on how well the key medical conditions depicted in the images are expressed. We propose a new data-driven guided decoding method that incorporates medical information, in the form of existing tags capturing key conditions of the image(s), into the beam search of the diagnostic text generation process. We evaluate the proposed method on two medical datasets using four DC systems that range from generic image-to-text systems with CNN encoders and RNN decoders to pre-trained Large Language Models. The latter can also be used in few- and zero-shot learning scenarios. In most cases, the proposed mechanism improves performance with respect to all evaluation measures. We provide an open-source implementation of the proposed method at https://github.com/nlpaueb/dmmcs.

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