arXiv:2609.07188cs.CV2026-09

用少量医生反馈提升医疗AI的异常检测安全性和可靠性

CHILD: Human-in-the-Loop OOD Detection for Safe Clinical Deployment

论文配图:CHILD: Human-in-the-Loop OOD Detection for Safe Clinical Deployment
图 1 · 摘自论文原文
  • 通过智能筛选不确定样本,仅对关键案例请求医生反馈
  • 仅5%反馈预算下,误报率降低12.37%,检测准确率提升6.32%
  • 无需模型训练,适合资源受限的临床部署场景

医学AI系统在实际应用中需具备分布外(OOD)检测能力以确保安全。近期测试时自适应(TTA)方法虽能自动调整检测行为,但在临床等高风险场景中可能引发安全隐患。尽管医生监督可缓解风险,但成本高昂且需合理分配。为此,我们提出CHILD框架,一种无需训练的流式OOD检测方法,通过稀疏人类反馈实现高效优化。在严格预算下,CHILD采用风险感知的样本选择机制,仅标记最不确定的样本供审查;并利用基于检索的分数校准模块,通过轻量特征缓存重构预测结果,无需参数更新。在四个医学基准上的实验表明,仅使用5%的反馈预算,平均FPR95从72.63%降至60.26%,AUROC从75.53%提升至81.85%,显著优于现有基线。代码已公开于https://github.com/figec/CHILD。

原文摘要 · Abstract (English)

Out-of-distribution (OOD) detection is critical for safe deployment of medical AI systems. Recently, test-time adaptation (TTA) has emerged as a new paradigm for OOD detection, automatically adjusting detector behavior during deployment. However, such automatic adaptation mechanisms may raise safety concerns in safety-critical clinical environments. While physician oversight can mitigate these risks, it is resource-intensive and must be judiciously allocated. To reconcile safety with efficiency, we propose CHILD, a training-free framework designed to enhance streaming OOD detection via sparse human feedback. Operating under strict budget constraints, CHILD employs an adaptive risk-aware sample selection mechanism to pinpoint only the most decision-uncertain samples for review. Crucially, it maximizes the utility of this sparse feedback through a retrieval-based score calibration module, which refines model predictions using a compact feature cache without any parameter updates. Extensive experiments on four medical benchmarks demonstrate that CHILD turns limited supervision into significant reliability gains: with a sparse feedback budget of only 5%, it reduces the average FPR95 from 72.63% to 60.26% and improves AUROC from 75.53% to 81.85%, consistently outperforming state-of-the-art baselines. Our code is publicly available at https://github.com/figec/CHILD.

医疗AI异常检测人机协同

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。