Selective Labeling with False Discovery Rate Control
Huipeng Huang, Wenbo Liao, Huajun Xi, Hao Zeng, Mengchen Zhao, Hongxin Wei
TL;DR
Conformal Labeling tackles the challenge of obtaining high-quality labels at scale by provably bounding the fraction of incorrect AI-labeled data in a selected subset through false discovery rate control. It reinterprets selective labeling as a multiple-hypothesis-testing problem and constructs conformal $p$-values by contrasting a model uncertainty score against misclassified calibration examples, then applies a data-driven BH-like threshold to form the labeled subset. The approach delivers a rigorous FDR guarantee, $\text{FDR} \le \alpha$ under mild assumptions, and demonstrates tight FDR control with high power across image, text, and LLM QA tasks, reducing labeling costs while maintaining label quality. Practically, Conformal Labeling enables reliable deployment of AI labeling by ensuring a predefined proportion of AI-assigned labels are correct on average, regardless of the underlying model performance.
Abstract
Obtaining high-quality labels for large datasets is expensive, requiring massive annotations from human experts. While AI models offer a cost-effective alternative by predicting labels, their label quality is compromised by the unavoidable labeling errors. Existing methods mitigate this issue through selective labeling, where AI labels a subset and human labels the remainder. However, these methods lack theoretical guarantees on the quality of AI-assigned labels, often resulting in unacceptably high labeling error within the AI-labeled subset. To address this, we introduce \textbf{Conformal Labeling}, a novel method to identify instances where AI predictions can be provably trusted. This is achieved by controlling the false discovery rate (FDR), the proportion of incorrect labels within the selected subset. In particular, we construct a conformal $p$-value for each test instance by comparing AI models' predicted confidence to those of calibration instances mislabeled by AI models. Then, we select test instances whose $p$-values are below a data-dependent threshold, certifying AI models' predictions as trustworthy. We provide theoretical guarantees that Conformal Labeling controls the FDR below the nominal level, ensuring that a predefined fraction of AI-assigned labels is correct on average. Extensive experiments demonstrate that our method achieves tight FDR control with high power across various tasks, including image and text labeling, and LLM QA.
