CausalMed: Causality-Based Personalized Medication Recommendation Centered on Patient health state
Xiang Li, Shunpan Liang, Yu Lei, Chen Li, Yulei Hou, Tengfei Ma
TL;DR
CausalMed tackles insufficient personalization in medication recommendations by shifting from co-occurrence-based mappings to direct, causal disease/procedure–medication links learned via causal discovery. It introduces Dynamic Self-Adaptive Attention to model how health state modulates the role of diseases and procedures, and integrates these signals with a longitudinal EHR framework through RGCN-based relation learning. The approach yields point-to-point causal relationships, personalized patient representations, and safer medication recommendations, validated by extensive experiments on real-world MIMIC datasets that exceed state-of-the-art baselines. The work provides a transparent, interpretable pipeline with strong performance and safety gains, and releases its code publicly.
Abstract
Medication recommendation systems are developed to recommend suitable medications tailored to specific patient. Previous researches primarily focus on learning medication representations, which have yielded notable advances. However, these methods are limited to capturing personalized patient representations due to the following primary limitations: (i) unable to capture the differences in the impact of diseases/procedures on patients across various patient health states; (ii) fail to model the direct causal relationships between medications and specific health state of patients, resulting in an inability to determine which specific disease each medication is treating. To address these limitations, we propose CausalMed, a patient health state-centric model capable of enhancing the personalization of patient representations. Specifically, CausalMed first captures the causal relationship between diseases/procedures and medications through causal discovery and evaluates their causal effects. Building upon this, CausalMed focuses on analyzing the health state of patients, capturing the dynamic differences of diseases/procedures in different health states of patients, and transforming diseases/procedures into medications on direct causal relationships. Ultimately, CausalMed integrates information from longitudinal visits to recommend medication combinations. Extensive experiments on real-world datasets show that our method learns more personalized patient representation and outperforms state-of-the-art models in accuracy and safety.
