REVIEW 3 major objections 5 minor 15 references
Existing conformal selection methods break under noisy calibration labels; RCS replaces them with a covariate-adjusted weight estimate that provably controls FDR and recovers oracle power.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 03:56 UTC pith:GE4VU2HZ
load-bearing objection RCS is a genuinely new and mostly sound framework for conformalized selection under noisy calibration, but the 'general contamination' claim is narrower than advertised because the estimated localized weights can blow up. the 3 major comments →
Robust Conformalized Selection with Noisy Responses
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that a class-conditional weight w_k(x)=P(Y≠k|X=x)/P(˜Y≠k|X=x) makes contaminated calibration data as usable as clean data for selection. Weighting each calibration point by w_k(X_i) corrects the mismatch between clean and noisy labels and yields a covariate-adjusted empirical-Bayes estimate of the number of false selections; taking the largest threshold whose estimated FDP is at most α gives asymptotic group-wise FDR control, and the selected set's recovery power converges to the oracle optimum. The paper proves this for general label contamination, specializes it to class-conditional transition matrices and randomized response, shows that U*(X)=1−P(Y=\hat f(X)|X
What carries the argument
The load-bearing object is the localized weight w_k(x)=P(Y≠k|X=x)/P(˜Y≠k|X=x), the ratio of clean to noisy disagreement probabilities among points the classifier assigns to class k. Multiplying noisy calibration indicators by this weight converts the label-noise FDP into a covariate-shift FDP, and the group A_g estimate is a weighted count of calibration points with noisy label ≠k and low uncertainty, scaled by class-size ratio. Threshold t̂_A_g is the largest t with estimated FDP ≤ α_A_g; the theory shows this threshold tracks the oracle feasible frontier, delivering FDR control and asymptotic power optimality.
Load-bearing premise
The localized weights w_k(x)=P(Y≠k|X=x)/P(˜Y≠k|X=x) must be well-defined, uniformly bounded, and consistently estimable; for the class-conditional implementation this means the noise transition matrix and clean class probabilities must be known or reliably estimated.
What would settle it
Simulate K=10 classes with block-structured label noise (contamination only inside pairs of classes) and run RCS using a randomized-response transition matrix estimated from paired clean/noisy labels; then compute group-wise FDR from held-out true labels as K and noise rate grow. Theorem 14 predicts control when the estimated weights are L2-close; if FDR inflates here, it pins down when the consistency assumption is really needed.
If this is right
- Calibration data with contaminated responses can be used directly for trustworthy labeling; RCS keeps group-wise FDR at the target level as n,m grow.
- The optimal score U*(X)=1−P(Y=\hat f(X)|X) shows that a well-calibrated probability estimate is the right confidence measure for maximum recovery power.
- Under randomized response noise, RCS needs no weight estimation: a simple adjustment of the FDR threshold by ϵ(1−α−1/K) preserves validity.
- Threshold-based regression selection (responses above a cutoff) inherits the same guarantees once binarized, giving a robust alternative to earlier conformal selection.
- Estimating the contamination transition matrix from a small clean subset, or using a lower confidence bound, maintains FDR control in the paper's experiments.
Where Pith is reading between the lines
- [Inference] The weight formulation separates the contamination model from the selection rule, so the same FDP estimate could be dropped into other false-discovery procedures whenever class-conditionally consistent weights are available.
- [Inference] When the transition matrix is misspecified, the paper's formal guarantee (Theorem 14) weakens because the estimated weights are no longer L2-close; the experiments show only mild power loss, but extreme block-structured noise with a randomized-response working model is the regime to watch.
- [Inference] The binary reduction for Task 2 suggests the approach extends beyond classification to any continuous screening problem where the response can be binarized at a threshold, provided one can estimate the localized weight.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies conformalized selection when the calibration responses are contaminated, covering both selection of correctly classified candidates (Task 1) and selection of candidates with responses above a threshold (Task 2). It first shows that existing methods (cfBH and PSP) can lose power or fail to control FDR under contamination. It then proposes Robust Conformalized Selection (RCS), which estimates the false-discovery proportion through class-localized weights w_k(x)=P(Y≠k|X=x)/P(tilde Y≠k|X=x), an estimate the authors interpret as a covariate-adjusted empirical-Bayes FDP. The main theorems assert asymptotic group-wise FDR control and recovery-power optimality when the weights are well-defined and uniformly bounded (Theorem 11), robustness when weights are estimated consistently in L2 (Theorem 14), and a simplified specialization for randomized response noise (Proposition 16) as well as a reduction of Task 2 to binary RCS (Corollary 17). The paper includes simulations on synthetic data and applications to CIFAR-10H and ACS income data, with code made available.
Significance. If the central claims hold, this is the first systematic treatment of conformalized selection under contaminated calibration data, a practically important gap relative to the extensive clean-calibration literature. The key identity underlying the FDP estimator is clean and is derived from a probability calculation rather than fitted to a target; the proofs in Appendix B are detailed and mostly standard. The asymptotic power-optimality argument for the oracle score U* is also a genuine contribution. The experiments cover several contamination models and real data, and the provision of reproduction code is a strength. However, the central theorem is conditional on the localized weights being well-defined and uniformly bounded, and the class-conditional plug-in implementation used in Algorithm 1 does not guarantee this condition. The robustness theorem covers only L2-consistent estimation of an already bounded oracle weight, and the claimed robustness to mis-specified transition matrices is not supported by a theorem. These gaps matter for the paper's headline claim of FDR control under general label contamination, although they do not invalidate the core derivation under the stated a
major comments (3)
- [Sec. 4.3, Eq. (11), Prop. 15, Algorithm 1, Thm. 11] This is a load-bearing gap because Algorithm 1 is the concrete recipe for the paper's main method.
- [Sec. 6.1.3, Thm. 14] This affects the generality of the main contribution, not just the presentation.
- [Sec. 5.2, Eq. (21), Cor. 17] This is the same class of issue as the first major comment, but for the second task.
minor comments (5)
- [Appendix B.4] In the proof of Theorem 4, the sentence 'by (B.3) and the dominated convergence theorem' appears to refer to equation (34) or (33); the reference is incorrect or the equation numbering is off.
- [Figure 1] The legend appears to list 'BH_clip (drift = 0.5)' twice and does not show the -0.5 drift case described in the text; please correct the legend or the description.
- [Appendix B.5 (proof of Thm. 11)] After defining t_delta, the text says 'Since eps > 0 is arbitrary' but the variable is delta; this is a typo.
- [Sec. 6.1.2 and 6.1.3] The text states that 'RCS maintains FDR control in all settings' and 'all RCS-based methods control FDR below 0.1'. These are simulation conclusions; I suggest saying 'in the experiments reported here' to avoid appearing to claim a general theorem.
- [Algorithm 1] The threshold in Eq. (13) is defined as a maximum over t in [0,1], while Algorithm 1 restricts to a finite grid. It would help to state that the max in (13) is attained or that the grid is used only for implementation.
Circularity Check
No significant circularity: the FDP estimator is derived from an exact probability identity, nuisance parameters are estimated on independent data, and the FDR-control theorems do not assume their own conclusions.
full rationale
The central claim (Theorem 11) is not circular. The localized weights w_k(x) in Eq. (11) are defined as a ratio of conditional probabilities, and the identity in Remark 9, E[w_k(X) I{hatY=k, tildeY≠k, U≤t}] = P(hatY=k, Y≠k, U≤t), follows exactly from the tower property and the definition of w_k; it is not a fitted quantity. The FDP estimator (12) is a plug-in importance-weighted average whose consistency is proved in Lemma 18 via Glivenko-Cantelli arguments under the stated boundedness of w. Theorem 14 requires only L2 consistency of independently estimated weights, and Theorem 11 explicitly conditions on w being well-defined and uniformly bounded; these are honest assumptions, not restatements of the target conclusion. Theorem 13's optimality of U* = 1 - P(Y=hatf(X)|X) is established by a Neyman-Pearson/relaxation argument over all measurable rules, not by defining the objective in terms of U*. The only self-citations (Yu et al. 2024 in Remark 9; Ming et al. 2025 in Appendix C.1.1) are non-load-bearing: the first is a contextual perspective citation, and the second is an optional random-weighting alternative while the actual experiments use bootstrap. The skeptic concern about misspecified T or unbounded weights is a limitation of the 'general contamination' scope, because no theorem is claimed for the mis-specified plug-in; the mis-specification results are empirical. Overall the derivation is self-contained with respect to its stated assumptions.
Axiom & Free-Parameter Ledger
free parameters (4)
- Transition matrix T (or scalar noise rate ϵ) =
Plug-in estimates from clean/noisy fitting datasets; bootstrap one-sided lower bounds in RCS (CI-lower T)
- Localized weight functions w_k(x) =
Estimated as \hw_k via plug-in \hμ and \hT, or score-localized binning for Task 2
- Uncertainty score U(x) =
User-specified, e.g., U = 1 - max_k \hμ_k(x) or U = -\hμ(x)
- Smoothing and binning constants (λ=1, B=3, B=200, β=0.05) =
Implementation constants in Appendix C
axioms (7)
- domain assumption Calibration and test triples (X_i, Y_i, \Y_i) are i.i.d.
- domain assumption Predictor \f and score U are pre-trained and independent of calibration/test data.
- domain assumption Localized weights are well-defined and uniformly bounded: 0 < w_k(x) < ∞.
- domain assumption Class-conditional contamination \Y ⊥ X | Y with transition matrix T.
- domain assumption Assumption 10: no atoms in U|Y,\hY; positive group masses; oracle feasible frontier is strictly approximable.
- domain assumption Estimated weights are L2-consistent: \|\hw - w\|_{L2(P_X)} = o_p(1).
- domain assumption Under the randomized-response specialization, the noise rate ϵ is known or a valid lower bound is available.
read the original abstract
Conformalized selection has been widely applied to select high-quality candidates from large datasets with rigorous uncertainty quantification, such as reliable labeling, drug discovery, and the alignment of large language models. Nevertheless, existing methods assume clean responses on calibration data, an assumption that rarely holds in practice. In this paper, we formulate the above tasks as selecting candidates with true predicted labels or with responses exceeding certain values. We demonstrate that existing conformal selection methods fail to control the false discovery rate (FDR) or suffer from severe power loss under contaminated calibration data. To that end, we propose Robust Conformalized Selection (RCS), a unified framework for selective classification with valid FDR control under general label contamination. The key insight of RCS lies in a novel statistical reduction: by separately conditioning on different classes, we translate the intractable label noise into a localized covariate shift problem, which then enables a covariate-adjusted empirical-Bayes-type estimate of the number of false selections. Statistical properties such as the asymptotic FDR control, power optimality, and robustness of RCS are established. We further develop an instantiation of RCS under randomized response model, and also apply RCS to the task of selecting candidates with large response values. Extensive experiments on both simulated and real-world datasets demonstrate the effectiveness of RCS.
Figures
Reference graph
Works this paper leans on
-
[5]
ACS: An interactive framework for conformal selection.arXiv preprint arXiv:2507.15825,
Yu Gui, Ying Jin, Yash Nair, and Zhimei Ren. ACS: An interactive framework for conformal selection.arXiv preprint arXiv:2507.15825,
-
[8]
Lin Lu, Yuyang Huo, Haojie Ren, Zhaojun Wang, and Changliang Zou. Feedback- enhanced online multiple testing with applications to conformal selection.arXiv preprint arXiv:2509.03297,
-
[9]
Yash Nair, Ying Jin, James Yang, and Emmanuel J Cand` es
Accepted. Yash Nair, Ying Jin, James Yang, and Emmanuel J Cand` es. Diversifying conformal selec- tions.arXiv preprint arXiv:2506.16229,
-
[11]
doi: 10.1080/01621459.2026.2634937. Published online. Jack W Scannell, James Bosley, John A Hickman, Gerard R Dawson, Hubert Truebel, Guilherme S Ferreira, Duncan Richards, and J Mark Treherne. Predictive validity in drug discovery: what it is, why it matters and how to improve it.Nature Reviews Drug Discovery, 21(12):915–931,
arXiv 2026
-
[12]
Cheap and fast–but is it good? Evaluating non-expert annotations for natural language tasks
57 YU, Wei and Jing Rion Snow, Brendan O’Connor, Dan Jurafsky, and Andrew Y Ng. Cheap and fast–but is it good? Evaluating non-expert annotations for natural language tasks. InProceedings of the 2008 Conference on Empirical Methods in Natural Language Processing, pages 254–263,
2008
-
[1995]
Probably approximately correct labels.arXiv preprint arXiv:2506.10908,
Emmanuel J Cand` es, Andrew Ilyas, and Tijana Zrnic. Probably approximately correct labels.arXiv preprint arXiv:2506.10908,
-
[2008]
Training convolutional networks with noisy labels.arXiv preprint arXiv:1406.2080,
Sainbayar Sukhbaatar, Joan Bruna, Manohar Paluri, Lubomir Bourdev, and Rob Fergus. Training convolutional networks with noisy labels.arXiv preprint arXiv:1406.2080,
Pith/arXiv arXiv 2080
-
[2012]
Selection from hierarchical data with conformal e-values
Yonghoon Lee and Zhimei Ren. Selection from hierarchical data with conformal e-values. arXiv preprint arXiv:2501.02514,
-
[2013]
A conformal prediction score that is robust to label noise.arXiv preprint arXiv:2405.02648,
Coby Penso and Jacob Goldberger. A conformal prediction score that is robust to label noise.arXiv preprint arXiv:2405.02648,
-
[2014]
Yinrui Sun and Yin Xia. A unified framework for large-scale inference of classification: Error rate control and optimality.arXiv preprint arXiv:2504.07321,
-
[2020]
Chengyao Yu, Ruixing Ming, Min Xiao, Zhanfeng Wang, and Bingyi Jing. A generalized e- value feature detection method with FDR control at multiple resolutions.arXiv preprint arXiv:2409.17039,
-
[2023]
Theoretical founda- tions of conformal prediction.arXiv preprint arXiv:2411.11824,
Anastasios N Angelopoulos, Rina Foygel Barber, and Stephen Bates. Theoretical founda- tions of conformal prediction.arXiv preprint arXiv:2411.11824,
-
[2024]
Conformal selective prediction with general risk control.arXiv preprint arXiv:2603.24704,
Tian Bai and Ying Jin. Conformal selective prediction with general risk control.arXiv preprint arXiv:2603.24704,
-
[2025]
Controlling the false discovery rate via knockoffs.The Annals of Statistics, 43(5):2055–2085,
Rina Foygel Barber and Emmanuel J Cand` es. Controlling the false discovery rate via knockoffs.The Annals of Statistics, 43(5):2055–2085,
2055
-
[2026]
Davood Karimi, Haoran Dou, Simon K Warfield, and Ali Gholipour
doi: 10.1093/biomet/ asaf066. Davood Karimi, Haoran Dou, Simon K Warfield, and Ali Gholipour. Deep learning with noisy labels: Exploring techniques and remedies in medical image analysis.Medical Image Analysis, 65:101759,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.