Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 47

Mitigating Class-Tail Undercoverage in Medical Vision-Language Models under Clinical Shift 缓解临床偏移下医学视觉语言模型的类别尾部覆盖不足

Medical vision-language models (VLMs) can maintain high marginal coverage after clinical shift while severely under-covering individual disease classes, a failure invisible to source prevalence metrics CALCoDe (Class-Tail Adaptive Localized Conformal Deferral) is introduced as a post-hoc reliability layer for frozen medical VLMs that addresses both localized and tail-aware coverage gaps simultaneously The method uses cross-fitted validation predictions to identify at-risk classes and disjoint ca 医疗视觉语言模型(VLMs)在临床分布偏移后可能出现特定疾病类别覆盖率严重不足的问题,而总体边际覆盖率可能仍保持较高水平 提出CALCoDe(Class-Tail Adaptive Localized Conformal Deferral)方法,作为冻结医疗VLMs的后验可靠性层 CALCoDe通过交叉拟合验证识别风险类别,使用分离校准集估计类别条件尾部阈值,并结合局部化conformal阈值提供保护 在两个皮肤病学偏移数据集和四个VLM骨干网络上,CALCoDe是唯一在全部8个设置中同时达到0.95边际和最差类别覆盖率的方法 实验显示CALCoDe在HAM10000到ISIC 2019偏移上

62
Hot 热度
74
Quality 质量
66
Impact 影响力

Analysis 深度分析

TL;DR

  • Medical vision-language models (VLMs) can maintain high marginal coverage after clinical shift while severely under-covering individual disease classes, a failure invisible to source prevalence metrics
  • CALCoDe (Class-Tail Adaptive Localized Conformal Deferral) is introduced as a post-hoc reliability layer for frozen medical VLMs that addresses both localized and tail-aware coverage gaps simultaneously
  • The method uses cross-fitted validation predictions to identify at-risk classes and disjoint calibration splits to estimate class-conditional tail thresholds, combining them via one-sided maximum with localized conformal thresholds
  • CALCoDe includes an independently calibrated support audit that defers cases with insufficient inlier support, providing finite-sample coverage guarantees under exchangeability assumptions
  • Evaluated across two dermatology shifts and four frozen VLM backbones, CALCoDe is the only method achieving both 0.95 marginal and worst-class accepted coverage across all eight settings, outperforming sTACP (0.926) and LCP-VLM (0.864) on worst-class coverage

Why It Matters

This work addresses a critical reliability gap in deploying medical VLMs in real-world clinical settings, where distribution shifts between training and deployment data can silently degrade coverage for rare or underrepresented disease classes. For AI practitioners building healthcare systems, it demonstrates that standard conformal prediction methods may provide misleading guarantees of reliability, and introduces a practical, model-agnostic reliability layer that can be applied to frozen VLMs without retraining.

Technical Details

  • CALCoDe Architecture: A post-hoc conformal prediction framework that operates on frozen medical VLMs without requiring model fine-tuning. It combines class-tail adaptive thresholds with localized conformal prediction using a one-sided maximum operation, ensuring that protected classes receive additional coverage guarantees beyond standard localized rules.
  • Validation and Calibration Strategy: Uses cross-fitted validation predictions to identify classes at risk of undercoverage, then employs a disjoint calibration split to estimate class-conditional tail thresholds for those identified classes. This separation prevents overfitting and ensures valid finite-sample coverage guarantees.
  • Support Audit Mechanism: An independently calibrated support audit component defers prediction cases that lack sufficient inlier support, providing an additional safety layer for out-of-distribution or ambiguous inputs.
  • Theoretical Guarantees: Under exchangeability assumptions among accepted examples within each protected class, CALCoDe provides finite-sample coverage at the prespecified guard level and provably contains the corresponding localized conformal sets.
  • Empirical Evaluation: Tested across two dermatology domain shifts (HAM10000→ISIC 2019 and HAM10000→PAD-UFES-20) with four frozen VLM backbones (BiomedCLIP, OpenAI CLIP ViT-B/32, PubMedCLIP ViT-B/32, MedSigLIP-448), achieving 0.970 average worst-class accepted coverage on HAM10000→ISIC 2019 compared to 0.926 (sTACP) and 0.864 (LCP-VLM).

Industry Insight

  • Healthcare AI developers should treat marginal coverage metrics with skepticism when deploying VLMs clinically, as they can mask severe class-wise coverage failures that disproportionately affect rare conditions or underrepresented patient populations
  • Post-hoc reliability layers like CALCoDe offer a practical deployment pathway for existing frozen medical VLMs without costly retraining, making conformal prediction more accessible for clinical integration
  • The finding that the affected undercovered class varies with both acquisition protocol and backbone geometry suggests that robustness auditing should be performed across multiple model architectures and data collection protocols rather than relying on a single deployment configuration

TL;DR

  • 医疗视觉语言模型(VLMs)在临床分布偏移后可能出现特定疾病类别覆盖率严重不足的问题,而总体边际覆盖率可能仍保持较高水平
  • 提出CALCoDe(Class-Tail Adaptive Localized Conformal Deferral)方法,作为冻结医疗VLMs的后验可靠性层
  • CALCoDe通过交叉拟合验证识别风险类别,使用分离校准集估计类别条件尾部阈值,并结合局部化conformal阈值提供保护
  • 在两个皮肤病学偏移数据集和四个VLM骨干网络上,CALCoDe是唯一在全部8个设置中同时达到0.95边际和最差类别覆盖率的方法
  • 实验显示CALCoDe在HAM10000到ISIC 2019偏移上的平均最差类别覆盖率达0.970,显著优于sTACP(0.926)和LCP-VLM(0.864)

为什么值得看

本文针对医疗AI部署中的关键公平性问题——类别尾部覆盖不足,提出了一个无需重新训练模型的后验可靠性增强方案。对于医疗VLM的实际临床应用具有重要价值,特别是在不同医疗机构间数据分布存在差异的场景下。

技术解析

  • 问题定义:医疗VLMs在临床偏移后,虽然总体边际覆盖率保持较高,但某些特定疾病类别的覆盖率显著不足。受影响类别随采集协议和骨干网络结构变化,源数据中的类别频率无法可靠预测此类失败。
  • CALCoDe方法:采用交叉拟合验证预测识别覆盖风险类别,使用分离校准集估计类别条件尾部阈值。通过单侧最大值将受保护阈值与局部化conformal阈值结合,确保局部化规则接受的每个标签都被包含,额外保护仅限于验证识别的类别。
  • 支持审计机制:独立校准的支持审计用于推迟支持不足的情况。在受保护类别内接受示例的可交换性假设下,CALCoDe提供有限样本覆盖率保证。
  • 实验设置:评估两个皮肤病学偏移(HAM10000→ISIC 2019和HAM10000→PAD-UFES-20)和四个冻结VLM骨干网络(BiomedCLIP、OpenAI CLIP ViT-B/32、PubMedCLIP ViT-B/32、MedSigLIP-448)。
  • 性能表现:CALCoDe是唯一在全部8个设置中边际和最差类别接受覆盖率均达0.95的方法。在HAM10000→ISIC 2019上,平均最差类别覆盖率为0.970,对比sTACP的0.926和LCP-VLM的0.864。

行业启示

  • 医疗AI系统部署时需关注类别级别的覆盖率公平性,而非仅依赖总体性能指标,特别是对于罕见疾病类别
  • 后验可靠性增强方法为现有医疗VLMs提供了低成本部署保障方案,无需重新训练即可提升临床适用性
  • conformal预测框架在医疗AI中的扩展应用展示了其在分布偏移场景下的实用价值,值得更多医疗AI系统借鉴

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Healthcare AI 医疗AI Multimodal 多模态 Research 科学研究 Evaluation 评测 Dataset 数据集