paper-with-me

Papers

REFINE: A Fine-Grained Medication Recommendation System Using Deep Learning and Personalized Drug Interaction Modeling

2023-09-21 · NeurIPS 2023 11

Patients with co-morbidities often require multiple medications to manage their conditions. However, existing medication recommendation systems only offer class-level medications and regard all interactions among drugs to have the same level of severity. This limits their ability to provide personalized and safe recommendations tailored to individual needs. In this work, we introduce a deep learning-based fine-grained medication recommendation system called REFINE, which is designed to improve treatment outcomes and minimize adverse drug interactions. In order to better characterize patients’ health conditions, we model the trend in medication dosage titrations and lab test responses, and adapt the vision transformer to obtain effective patient representations. We also model drug interaction severity levels as weighted graphs to learn safe drug combinations and design a balanced loss function to avoid overly conservative recommendations and miss medications that might be needed for certain conditions. Extensive experiments on two real-world datasets show that REFINE outperforms state-of-the-art techniques.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

CIDGMed: Causal Inference-Driven Medication Recommendation with Enhanced Dual-Granularity Learning

2024-03-01 · Shunpan Liang, Xiang Li, Shi Mu, Chen Li 외

Medication recommendation aims to integrate patients' long-term health records to provide accurate and safe medication combinations for specific health states. Existing methods often fail to deeply explore the true causa…

Causal InferenceRecommendation SystemsRepresentation Learning

SafeRx-Agent: A Knowledge-Grounded Multi-Agent Framework for Safe and Explainable Medication Recommendation

2026-05-27 · Xinyu Wang, Hanwei Wu, Zhenghan Tai, Sicheng Lyu 외 arxiv

Medication recommendation predicts medications for patient visits, but existing methods still face two key challenges. At the model level, traditional drug recommendation methods only predict structured drug codes with l…

Clinical KnowledgeCode Generation

Fine-grained List-wise Alignment for Generative Medication Recommendation

2025-05-26 · Chenxiao Fan, Chongming Gao, Wentao Shi, Yaxin Gong 외

Accurate and safe medication recommendations are critical for effective clinical decision-making, especially in multimorbidity cases. However, existing systems rely on point-wise prediction paradigms that overlook synerg…

Clinical Knowledge

CafeMed: Causal Attention Fusion Enhanced Medication Recommendation

2025-11-18 · Kelin Ren, Chan-Yang Ju, Dong-Ho Lee arxiv

Medication recommendation systems play a crucial role in assisting clinicians with personalized treatment decisions. While existing approaches have made significant progress in learning medication representations, they s…

Recommendation Systems

GAP: Graph-Assisted Prompts for Dialogue-based Medication Recommendation

2025-05-19 · Jialun Zhong, Yanzeng Li, Sen Hu, Yang Zhang 외

Medication recommendations have become an important task in the healthcare domain, especially in measuring the accuracy and safety of medical dialogue systems (MDS). Different from the recommendation task based on electr…

DiagnosticKnowledge Graphs