Conformal Bayes under Label Shift: Post-Hoc Calibration vs. In-Training Adaptation
Summary
Seungjin Choi's work investigates Conformal Bayes (CB) under label shift, a method combining Bayesian posterior predictives with conformal calibration to generate statistically valid and geometrically efficient prediction sets. The study identifies two distinct approaches to restore nominal target-domain coverage using importance-weighted conformal calibration. Post-hoc calibration adjusts the posterior predictive and corrects the conformal threshold via an importance-weighted quantile, leaving the parameter posterior untouched. In-training adaptation, conversely, directly tilts the parameter posterior toward the target domain, yielding a corrected predictive whose highest predictive density region forms the prediction set. Experiments show both strategies achieve valid coverage equally in an unbiased training regime. However, in a lead-optimization regime, in-training adaptation functions as a debiasing operator, effectively reducing prediction interval width while maintaining coverage.
Key takeaway
For Machine Learning Engineers developing robust prediction systems under label shift, understanding the trade-offs between post-hoc calibration and in-training adaptation is crucial. If your training regime is unbiased, both methods equally ensure valid coverage. However, in lead-optimization scenarios, you should prioritize in-training adaptation, as it acts as a debiasing operator, significantly reducing prediction interval width without compromising coverage, thereby improving model efficiency.
Key insights
Conformal Bayes under label shift can be adapted via post-hoc calibration or in-training methods to maintain valid coverage.
Principles
- Importance-weighted calibration restores coverage.
- In-training adaptation debiases in optimization.
- Post-hoc leaves parameter posterior unchanged.
Method
Two mechanisms: 1) tilting posterior predictive and correcting threshold via importance-weighted quantile (post-hoc); 2) tilting parameter posterior itself (in-training adaptation).
In practice
- Apply post-hoc for quick coverage correction.
- Use in-training adaptation for debiasing.
- Consider regime (unbiased vs. lead-optimization).
Topics
- Conformal Bayes
- Label Shift
- Prediction Sets
- Post-hoc Calibration
- In-training Adaptation
- Bayesian Inference
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.