菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-18
📄 Abstract - Decoupled Conformal Optimisation: Efficient Prediction Sets via Independent Tuning and Calibration

Bayesian conformal optimisation methods often use the same held-out data both to search for efficient prediction sets and to certify coverage or risk. This coupling is natural for high-probability risk-control guarantees, but it is not necessary when the target is standard finite-sample marginal conformal coverage. We propose Decoupled Conformal Optimisation (DCO), a train-tune-calibrate design principle that uses an independent tuning split for efficiency-oriented structural selection and a fresh calibration split for the final conformal quantile. Conditional on the tuned structure, standard split-conformal exchangeability yields finite-sample marginal coverage for any candidate class, without a confidence parameter or multiple-testing correction. DCO therefore targets a different finite-sample guarantee from PAC-style methods: marginal conformal coverage rather than high-probability risk control. Under consistency assumptions on the coupled risk bound, the two approaches nevertheless converge to the same population threshold. Across classification and regression benchmarks, including ImageNet-A, CIFAR-100, Diabetes, California Housing, and Concrete, DCO tracks the nominal coverage level closely while often reducing average prediction-set size or interval width relative to PAC-style calibration. On ImageNet-A, for example, the average set size decreases from $26.52$ to $25.26$ and the 95th-percentile set size from $58.95$ to $53.73$; on Diabetes, the average interval width decreases from $2.098$ to $1.914$.

顶级标签: machine learning model evaluation
详细标签: conformal prediction prediction sets calibration uncertainty quantification coverage 或 搜索:

解耦共形优化:通过独立调优与校正实现高效预测集 / Decoupled Conformal Optimisation: Efficient Prediction Sets via Independent Tuning and Calibration


1️⃣ 一句话总结

该论文提出了一种名为“解耦共形优化”(DCO)的新方法,通过将预测集的效率优化与覆盖率的统计保证完全分开处理(使用不同数据子集分别进行结构选择和最终校准),在保证模型预测覆盖准确性的前提下,显著减小了预测集的大小或区间宽度,从而提升了预测的效率和实用性。

源自 arXiv: 2605.18354