LLaVA Needs More Knowledge: Retrieval Augmented Natural Language Generation with Knowledge Graph for Explaining Thoracic Pathologies

Abstract

Generating Natural Language Explanations (NLEs) for model predictions on medical images, particularly those depicting thoracic pathologies, remains a critical and challenging task. Existing methodologies often struggle due to general models' insufficient domain-specific medical knowledge and privacy concerns associated with retrieval-based augmentation techniques. To address these issues, we propose a novel Vision-Language framework augmented with a Knowledge Graph (KG)-based datastore, which enhances the model's understanding by incorporating additional domain-specific medical knowledge essential for generating accurate and informative NLEs. Our framework employs a KG-based retrieval mechanism that not only improves the precision of the generated explanations but also preserves data privacy by avoiding direct data retrieval. The KG datastore is designed as a plug-and-play module, allowing for seamless integration with various model architectures. We introduce and evaluate three distinct frameworks within this paradigm: KG-LLaVA, which integrates the pre-trained LLaVA model with KG-RAG; Med-XPT, a custom framework combining MedCLIP, a transformer-based projector, and GPT-2; and Bio-LLaVA, which adapts LLaVA by incorporating the Bio-ViT-L vision model. These frameworks are validated on the MIMIC-NLE dataset, where they achieve state-of-the-art results, underscoring the effectiveness of KG augmentation in generating high-quality NLEs for thoracic pathologies.

Cite

Text

Hamza et al. "LLaVA Needs More Knowledge: Retrieval Augmented Natural Language Generation with Knowledge Graph for Explaining Thoracic Pathologies." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I3.32342

Markdown

[Hamza et al. "LLaVA Needs More Knowledge: Retrieval Augmented Natural Language Generation with Knowledge Graph for Explaining Thoracic Pathologies." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/hamza2025aaai-llava/) doi:10.1609/AAAI.V39I3.32342

BibTeX

@inproceedings{hamza2025aaai-llava,
  title     = {{LLaVA Needs More Knowledge: Retrieval Augmented Natural Language Generation with Knowledge Graph for Explaining Thoracic Pathologies}},
  author    = {Hamza, Ameer and Abdullah,  and Ahn, Yong Hyun and Lee, Sungyoung and Kim, Seong Tae},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3311-3319},
  doi       = {10.1609/AAAI.V39I3.32342},
  url       = {https://mlanthology.org/aaai/2025/hamza2025aaai-llava/}
}