Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/4 16:04:15

CRS-Triage: Confidence- and Reliability-Aware Selective Triage under Incomplete Clinical Evidence

AI 中文解读
急诊分诊是医院最紧张的一环,医生要在几分钟内判断病人危重程度。但电子病历常不完整、甚至互相矛盾,让AI辅助判断容易出错。这篇论文提出的CRS-Triage系统,像一位“谨慎的助理”——它不硬着头皮给答案,而是会评估自己有多大把握。如果信息太乱、把握不足,它就主动“交白卷”,把决定权还给医生。更聪明的是,它知道漏判危重病人后果严重,所以宁可把病人评级略微调高,也不放过任何高风险迹象。在真实急诊数据测试中,这套系统即使面对残缺或冲突的病历,也能保持稳定可靠。对普通人来说,这意味着未来急诊分诊会更安全——AI不会因为数据不全就误判病情,该让医生介入时绝不逞强,减少“等太久”或“被误诊”的风险。
Emergency triage requires reliable decisions within a short time period. However, the available electronic health record (EHR) data, including structured data and clinical text, are often incomplete, unreliable, and inconsistent. This makes machine learning (ML)-based triage prediction more challenging, as existing ML models typically rely on complete and reliable EHR data to accurately predict patients' acuity levels. To address this, we propose confidence- and reliability-aware selective triage (CRS-Triage) to predict patients' acuity levels with a confidence score. By comparing the confidence score with a predefined threshold, CRS-Triage can selectively determine whether the model should make the decision or defer the case. Specifically, CRS-Triage separately evaluates the reliability of structured data and clinical text and then jointly considers the consistency between the two modalities to estimate the confidence of each prediction. Moreover, to reduce the risk of missing high-acuity patients, namely under-triage, CRS-Triage prefers to assign patients slightly higher acuity levels, namely over-triage, by penalizing under-triage errors. Experiments on the MIMIC-IV-ED dataset show that CRS-Triage achieves strong predictive performance. It also provides a better risk-coverage trade-off and remains reliable when the available EHR data are incomplete, degraded, or inconsistent across modalities.
分享
阅读原文