Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/2 02:24:57
xMICD: Explainable Representation of Multiple ICD Codes
AI 中文解读
医院里的AI看病,一直有个难题:既要预测得准,又要能说清“为什么这么判断”。现有方法要么像“偏科生”,准确但像黑箱,医生看不懂逻辑;要么解释得清楚,却牺牲了性能。这次的新研究,给了一个“两全其美”的答案。
这项技术叫xMICD,简单说,它给病人的诊断编码做了个“智能整理”。以前电脑看诊断记录,就像面对一大盒零散积木,要么笨拙地按颜色粗分,要么神秘地整体训练成复杂公式。xMICD则像个懂医学的拼图师,既懂每块积木的“性格”,又能把它们归到有临床意义的“主题筐”里,比如心血管、内分泌。这样一来,电脑预测病情又快又准;更关键的是,它得出的每个判断维度,医生一眼就能看懂对应哪个疾病类别。
这意味着,未来AI辅助诊断不用再“蒙着面纱干活”了。医生能看到AI依据哪些诊断组下结论,更容易信任和核查,患者也能获得更透明、更可靠的建议。它让实用的AI医疗,实实在在向前走了一步。
Electronic Health Records (EHRs) are widely used for clinical risk prediction using machine learning. International Classification of Diseases (ICD) codes provide structured information about patient diagnoses, but representing them effectively remains challenging. Existing approaches often face a trade-off between predictive performance and interpretability: grouping-based representations are interpretable but may lose information, while embedding-based representations achieve strong predictive performance but are difficult to interpret. We propose Explainable Representation of Multiple ICD Codes (xMICD), a method for constructing low-dimensional patient representations from sets of ICD codes. xMICD combines clinically meaningful diagnostic groupings with similarity in a pre-trained ICD embedding space. Instead of using binary group membership, the method assigns codes to groups via similarity-based relative assignments, yielding features that reflect how closely a patient's diagnoses align with each clinical group. Experiments on large-scale EHR datasets demonstrate that xMICD achieves predictive performance comparable to embedding-based representations such as ICD2Vec across multiple clinical prediction tasks. At the same time, the resulting features remain clinically interpretable because each dimension corresponds to a recognizable diagnostic group. xMICD therefore provides a practical way to integrate embedding-based semantic relationships into interpretable clinical feature spaces for machine learning models.
分享
阅读原文 ↗