paper-with-me

홈 › Papers

Incorporating Uncertainty in Learning to Defer Algorithms for Safe Computer-Aided Diagnosis

2021-08-17 · Jessie Liu, Blanca Gallego, Sebastiano Barbieri

Deep neural networks are increasingly being used for computer-aided diagnosis, but erroneous diagnoses can be extremely costly for patients. We propose a learning to defer with uncertainty (LDU) algorithm which identifies patients for whom diagnostic uncertainty is high and defers them for evaluation by human experts. LDU was evaluated on the diagnosis of myocardial infarction (using discharge summaries), the diagnosis of any comorbidities (using structured data), and the diagnosis of pleural effusion and pneumothorax (using chest x-rays), and compared with 'learning to defer without uncertainty information' (LD) and 'direct triage by uncertainty' (DT) methods. LDU achieved the same F1 score as LD but deferred considerably fewer patients (e.g. 36% vs. 69% deferral rate for diagnosing pleural effusion with an F1 score of 0.96). Furthermore, even when many patients were assigned the wrong diagnosis with high confidence (e.g. for the diagnosis of any comorbidities) LDU achieved a 17% increase in F1 score, whereas DT was not applicable. Importantly, the weight of the defer loss in LDU can be easily adjusted to obtain the desired trade-off between diagnostic accuracy and deferral rate. In conclusion, LDU can readily augment any existing diagnostic network to reduce the risk of erroneous diagnoses in clinical practice.

📄 PDF Abstract BibTeX arXiv:2108.07392

Code (1)

liu-res/learning-to-defer-with-uncertainty 공식 구현 pytorch

Tasks

Diagnostic

Similar Papers 제목 키워드 기반

Is Uncertainty Quantification a Viable Alternative to Learned Deferral?

2025-08-04 · Anna M. Wundram, Christian F. Baumgartner arxiv

Artificial Intelligence (AI) holds the potential to dramatically improve patient care. However, it is not infallible, necessitating human-AI-collaboration to ensure safe implementation. One aspect of AI safety is the mod…

Language Model Cascades: Token-level uncertainty and beyond

2024-04-15 · Neha Gupta, Harikrishna Narasimhan, Wittawat Jitkrittum, Ankit Singh Rawat 외

Recent advances in language models (LMs) have led to significant improvements in quality on complex NLP tasks, but at the expense of increased inference costs. Cascading offers a simple strategy to achieve more favorable…

Language ModelingLanguage Modellingmodel

Rethinking Uncertainty in Segmentation: From Estimation to Decision

2026-04-14 · Saket Maganti arxiv

In medical image segmentation, uncertainty estimates are often reported but rarely used to guide decisions. We study the missing step: how uncertainty maps are converted into actionable policies such as accepting, flaggi…

Retinal Vessel SegmentationMedical Image Segmentation

Improving Learning-to-Defer Algorithms Through Fine-Tuning

2021-12-18 · Naveen Raman, Michael Yee

The ubiquity of AI leads to situations where humans and AI work together, creating the need for learning-to-defer algorithms that determine how to partition tasks between AI and humans. We work to improve learning-to-def…

Think Short, Defer Smart, Act, and Repeat: Calibrated Reasoning and Uncertainty-Aware Deferral for Edge LLM Agents

2026-07-29 · Amirmohammad Farzaneh, Osvaldo Simeone arxiv

LLM agents following the ReAct paradigm are promising enablers of complex multi-step tasks, including multi-hop question answering, code generation, and control of physical AI systems. Yet, when deployed at the edge, the…

Multi-hop Question AnsweringArithmetic ReasoningCode Generation