paper-with-me

Papers

Uncertainty Quantification for Clinical Outcome Predictions with (Large) Language Models

2024-11-05 · Zizhang Chen, Peizhao Li, Xiaomeng Dong, Pengyu Hong

To facilitate healthcare delivery, language models (LMs) have significant potential for clinical prediction tasks using electronic health records (EHRs). However, in these high-stakes applications, unreliable decisions can result in high costs due to compromised patient safety and ethical concerns, thus increasing the need for good uncertainty modeling of automated clinical predictions. To address this, we consider the uncertainty quantification of LMs for EHR tasks in white- and black-box settings. We first quantify uncertainty in white-box models, where we can access model parameters and output logits. We show that an effective reduction of model uncertainty can be achieved by using the proposed multi-tasking and ensemble methods in EHRs. Continuing with this idea, we extend our approach to black-box settings, including popular proprietary LMs such as GPT-4. We validate our framework using longitudinal clinical data from more than 6,000 patients in ten clinical prediction tasks. Results show that ensembling methods and multi-task prediction prompts reduce uncertainty across different scenarios. These findings increase the transparency of the model in white-box and black-box settings, thus advancing reliable AI healthcare.

📄 PDF Abstract BibTeX arXiv:2411.03497

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionUncertainty Quantification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Uncertainty Quantification on Clinical Trial Outcome Prediction

2024-01-07 · Tianyi Chen, Yingzhou Lu, Nan Hao, Yuanyuan Zhang 외

The importance of uncertainty quantification is increasingly recognized in the diverse field of machine learning. Accurately assessing model prediction uncertainty can help provide deeper understanding and confidence for…

Decision MakingDrug DiscoveryMedical DiagnosisPrediction+1

Uncertainty quantification in metric spaces

2024-05-08 · Gábor Lugosi, Marcos Matabuena

This paper introduces a novel uncertainty quantification framework for regression models where the response takes values in a separable metric space, and the predictors are in a Euclidean space. The proposed algorithms c…

regressionUncertainty Quantification

Trustworthy clinical AI solutions: a unified review of uncertainty quantification in deep learning models for medical image analysis

2022-10-05 · Benjamin Lambert, Florence Forbes, Alan Tucholka, Senan Doyle 외

The full acceptance of Deep Learning (DL) models in the clinical field is rather low with respect to the quantity of high-performing solutions reported in the literature. Particularly, end users are reluctant to rely on …

Medical Image AnalysisUncertainty Quantification

Enhancing Diagnostic in 3D COVID-19 Pneumonia CT-scans through Explainable Uncertainty Bayesian Quantification

2025-01-18 · Juan Manuel Liscano Fierro, Hector J. Hortua

Accurately classifying COVID-19 pneumonia in 3D CT scans remains a significant challenge in the field of medical image analysis. Although deterministic neural networks have shown promising results in this area, they prov…

Decision MakingDiagnosticMedical Image AnalysisUncertainty Quantification

Position Paper: Integrating Explainability and Uncertainty Estimation in Medical AI

2025-09-14 · Xiuyi Fan arxiv

Uncertainty is a fundamental challenge in medical practice, but current medical AI systems fail to explicitly quantify or communicate uncertainty in a way that aligns with clinical reasoning. Existing XAI works focus on …