paper-with-me

홈 › Papers

R2GenKG: Hierarchical Multi-modal Knowledge Graph for LLM-based Radiology Report Generation

2025-08-05 · Futian Wang, Yuhan Qiao, Xiao Wang, Fuling Wang, Yuxiang Zhang, Dengdi Sun arxiv

X-ray medical report generation is one of the important applications of artificial intelligence in healthcare. With the support of large foundation models, the quality of medical report generation has significantly improved. However, challenges such as hallucination and weak disease diagnostic capability still persist. In this paper, we first construct a large-scale multi-modal medical knowledge graph (termed M3KG) based on the ground truth medical report using the GPT-4o. It contains 2477 entities, 3 kinds of relations, 37424 triples, and 6943 disease-aware vision tokens for the CheXpert Plus dataset. Then, we sample it to obtain multi-granularity semantic graphs and use an R-GCN encoder for feature extraction. For the input X-ray image, we adopt the Swin-Transformer to extract the vision features and interact with the knowledge using cross-attention. The vision tokens are fed into a Q-former and retrieved the disease-aware vision tokens using another cross-attention. Finally, we adopt the large language model to map the semantic knowledge graph, input X-ray image, and disease-aware vision tokens into language descriptions. Extensive experiments on multiple datasets fully validated the effectiveness of our proposed knowledge graph and X-ray report generation framework. The source code of this paper will be released on https://github.com/Event-AHU/Medical_Image_Analysis.

📄 PDF Abstract BibTeX arXiv:2508.03426

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Report Generation

Similar Papers 제목 키워드 기반

From Discrimination to Generation: Knowledge Graph Completion with Generative Transformer

2022-02-04 · Xin Xie, Ningyu Zhang, Zhoubo Li, Shumin Deng 외

Knowledge graph completion aims to address the problem of extending a KG with missing triples. In this paper, we provide an approach GenKGC, which converts knowledge graph completion to sequence-to-sequence generation ta…

Knowledge Graph CompletionLanguage ModelingLanguage ModellingLink Prediction+1

Navigating the Emotion Tree: Hierarchical Hyperbolic RAG for Multimodal Emotion Recognition

2026-05-16 · Zeheng Wang, Bo Zhao, Yijie Zhu, Zhishu Liu 외 arxiv

Multimodal emotion recognition aims to integrate text, audio, and video sources to understand human affective states. Although multimodal large language models excel at multimodal reasoning, they typically treat emotion …

Multimodal Emotion RecognitionEmotion ClassificationMultimodal Reasoning

H2G2-Net: A Hierarchical Heterogeneous Graph Generative Network Framework for Discovery of Multi-Modal Physiological Responses

2024-01-05 · Haidong Gu, Nathan Gaw, Yinan Wang, Chancellor Johnstone 외

Discovering human cognitive and emotional states using multi-modal physiological signals draws attention across various research applications. Physiological responses of the human body are influenced by human cognition a…

CHARM: A Multimodal Graph Foundation Model with Hierarchical Context Modeling for Zero-Shot Transfer

2026-07-28 · Ankang Yang, Jitao Zhao, Di Jin, Yuxiao Huang 외 arxiv

Graph foundation models (GFMs) have emerged as a promising paradigm for transferring knowledge across graph domains and tasks. Real-world graphs associate nodes with text, images, and other modalities, making multimodal …

Diffusion-based Hierarchical Negative Sampling for Multimodal Knowledge Graph Completion

2025-01-26 · Guanglin Niu, Xiaowei Zhang

Multimodal Knowledge Graph Completion (MMKGC) aims to address the critical issue of missing knowledge in multimodal knowledge graphs (MMKGs) for their better applications. However, both the previous MMGKC and negative sa…

Knowledge Graph CompletionKnowledge Graphs