User-Adaptive Meta-Learning for Cold-Start Medication Recommendation with Uncertainty Filtering
Arya Hadizadeh Moghaddam, Mohsen Nayebi Kerdabadi, Dongjie Wang, Mei Liu, Zijun Yao
TL;DR
MetaDrug addresses the patient-level cold-start problem in EHR-based medication recommendations by introducing a two-level, uncertainty-aware meta-learning framework that combines self-adaptation on a target patient’s history with peer-adaptation using similar visits from peers, augmented by a Transformer-based uncertainty filtering module. The model employs a dual-transformer recommender architecture (Patient-Transformer and Visit-Transformer), and updates the task-specific head through meta-learning while maintaining a shared initialization for fast adaptation; uncertainty filtering further refines support visits used during adaptation. Across MIMIC-III and AKI, MetaDrug achieves higher PRAUC, F1, and Jaccard for cold-start patients than strong baselines, with acceptable DDI trade-offs, demonstrating the value of uncertainty-guided personalization in sparse, sequential EHR data. These findings highlight the practical impact of combining self- and peer-adaptation with uncertainty quantification to deliver more reliable, patient-tailored medication recommendations in real-world clinical settings.
Abstract
Large-scale Electronic Health Record (EHR) databases have become indispensable in supporting clinical decision-making through data-driven treatment recommendations. However, existing medication recommender methods often struggle with a user (i.e., patient) cold-start problem, where recommendations for new patients are usually unreliable due to the lack of sufficient prescription history for patient profiling. While prior studies have utilized medical knowledge graphs to connect medication concepts through pharmacological or chemical relationships, these methods primarily focus on mitigating the item cold-start issue and fall short in providing personalized recommendations that adapt to individual patient characteristics. Meta-learning has shown promise in handling new users with sparse interactions in recommender systems. However, its application to EHRs remains underexplored due to the unique sequential structure of EHR data. To tackle these challenges, we propose MetaDrug, a multi-level, uncertainty-aware meta-learning framework designed to address the patient cold-start problem in medication recommendation. MetaDrug proposes a novel two-level meta-adaptation mechanism, including self-adaptation, which adapts the model to new patients using their own medical events as support sets to capture temporal dependencies; and peer-adaptation, which adapts the model using similar visits from peer patients to enrich new patient representations. Meanwhile, to further improve meta-adaptation outcomes, we introduce an uncertainty quantification module that ranks the support visits and filters out the unrelated information for adaptation consistency. We evaluate our approach on the MIMIC-III and Acute Kidney Injury (AKI) datasets. Experimental results on both datasets demonstrate that MetaDrug consistently outperforms state-of-the-art medication recommendation methods on cold-start patients.
