Pith. sign in

REVIEW 3 major objections 6 minor 66 references

CP$^2$: Leveraging Geometry for Conformal Prediction via Canonicalization

T0 review · 3 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Canonicalization restores conformal prediction guarantees under geometric shifts, keeping black-box predictors untouched.

desk verdict First learned-canonicalization-conformal-prediction combination with solid empirical support, but the coverage guarantee is undercut by training the canonicalizer on the calibration data; fixable with a disjoint split or a weakened claim. read the letter →

arxiv 2506.16189 v1 pith:S2B2SBXE submitted 2025-06-19 stat.ML cs.AIcs.LG

classification stat.MLcs.AIcs.LG MSC 62F2562G15
keywords conformalpredictiongeometricshiftcanonicalizationgroupequivarianceexchangeabilityuncertaintyquantificationrotationinvarianceweighted
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Conformal prediction gives prediction sets with formal coverage guarantees, but those guarantees break when test data undergo geometric shifts such as rotations or flips. This paper argues that the breakdown can be repaired by feeding test samples through a learned canonicalization network that maps them back to a standard orientation before the conformal score is computed. The key claim is that canonicalization restores exchangeability between calibration and test data, so that coverage guarantees hold again and prediction sets stay small. The paper shows this works across image and point-cloud classification, and that the geometric information extracted along the way can also be used for diagnostics and for weighting calibration samples under more complex shifts.

What carries the argument

The central object is the canonicalization network, a learned map c_theta: X -> G that predicts the (inverse) group element needed to bring an input back to a canonical pose, so that the invariance relation f_theta(x) = f_theta(c_theta(x)^{-1}·x) holds. The canonicalization prior loss L_prior = E[D_KL(P_G|x || P_hat_G|x)] trains this network with a prior concentrated on the identity, forcing it to learn the pose distribution of the calibration data. The paper's argument hinges on the equivariance identity c_theta(g·x)^{-1} = c_theta(x)^{-1}·$g^{{-1}}$, which, when satisfied, makes the distribution of canonicalized samples invariant under G^n and thereby restores exchangeability for conformal prediction.

What would settle it

Train a canonicalizer on C4-rotated CIFAR-10, then evaluate conformal prediction on C8-rotated test images (a group misspecification the paper reports as unstable in Table 3) and record whether empirical coverage drops below the target by more than the tolerated margin across many random splits; a sustained drop would falsify the claim that canonicalization alone reinstates coverage under geometric shifts.

Watch

Extended reading notes

Core claim

The paper's central claim is that integrating a canonicalization network into the conformal prediction pipeline—canonicalizing each test sample before scoring it with a frozen, non-equivariant predictor—reinstates well-calibrated nonconformity scores and efficient prediction sets under geometric shifts. Formally, if the canonicalizer c_theta satisfies c_theta(g·x)^{-1} = c_theta(x)^{-1}·$g^{{-1}}$, then the joint distribution of canonicalized samples is invariant under the product group G^n, extending exchangeability from permutation invariance alone to include sample-wise geometric transformations. This makes the canonicalized scores exchangeable, so split conformal prediction's coverage guarantee holds even when the original data are shifted. Empirically, on CIFAR-10/100 with C4/C8 rotation shifts and on ModelNet-40 with SO(3) shifts, the approach keeps coverage near its target while prediction set sizes stay close to the no-shift baseline, and it does so without retraining the predictor.

Load-bearing premise

The canonicalization network must be accurate enough that shifting a test sample and then canonicalizing it is equivalent to canonicalizing an unshifted sample, so that the distribution of canonicalized samples is the same for calibration and test data.

Editorial extensions

If this is right

  • Coverage guarantees of split conformal prediction are maintained under geometric shifts when the canonicalizer is accurate, with prediction set sizes comparable to the no-shift setting.
  • The canonicalizer's group distribution provides a per-sample geometric descriptor that can be aggregated over class or feature partitions to expose hidden geometric structure in the data.
  • When a partition's group map shows a clear pattern, running mondrian conformal prediction on the geometric partition yields more balanced conditional coverage by proxy for the true partition of interest.
  • In double-shift settings where the test shift introduces group elements unseen in calibration, geometric weighting of calibration scores based on the canonicalizer's output delays coverage breakdown.
  • A broader group definition (e.g., C8 rather than C4) makes the method more robust when the exact shift group is unknown, at modest cost.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper's exchangeability argument implicitly assumes the canonicalizer is equivariant in the exact sense of the identity; since real canonicalizers make errors (about 87% correct in the paper's own Table 5), the guarantees are approximate, and the method's practical reliability depends on how gracefully the conformal quantile tolerates those errors.
  • The canonicalization prior, which anchors the network to the identity pose of the calibration distribution, suggests a direct connection to covariate-shift reweighting: the group distribution can be viewed as a ratio between shifted and unshifted data densities, potentially unifying geometric reweighting with existing weighted conformal methods.
  • Because the canonicalizer is trained on calibration data only, it may fail when the test-time shift is much larger than anything seen during training; a testable extension is to update the canonicalizer online as new samples arrive, mirroring adaptive conformal procedures for time series.
  • The diagnostic use of group maps could be extended to detect spurious correlations between geometric pose and sensitive attributes in classification tasks, providing a tool for auditing model behavior beyond coverage.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper proposes CP^2, a framework that integrates a canonicalization network (CN) with split conformal prediction to maintain valid coverage and improve prediction-set efficiency under geometric shifts such as rotations. The authors motivate the approach by arguing that canonicalization restores exchangeability under the action of a symmetry group, and they present three uses: standard split conformal prediction with a canonicalized predictor, a diagnostics tool that constructs partition-conditional group maps to guide mondrian conformal prediction, and a geometric weighting scheme for weighted conformal prediction in double-shift settings. Experiments on CIFAR-10, CIFAR-100, and ModelNet-40 with C4, C8, and SO(3) rotation shifts compare against non-equivariant, augmented, and equivariant baselines, reporting empirical coverage near the target level and improved set sizes.

Significance. If the formal coverage claim were established, the paper would be a valuable bridge between geometric deep learning and conformal prediction, offering a post-hoc, model-agnostic way to handle geometric shifts without retraining the predictor. The empirical study is well structured: it covers two data modalities, multiple rotation groups, several baselines, and reports means and standard errors over 10 calibration/test splits. The code is publicly available, and the limitations section candidly discusses imperfect canonicalization and unknown group elements. However, the central theoretical claim, namely that CP^2 reinstates conformal coverage guarantees under geometric shifts, is not actually proven as stated: the CN is trained on the calibration set, which breaks the split-conformal condition that the score function be fixed before calibration, and the exchangeability argument assumes exact equivariance that the trained network does not satisfy. These issues are load-bearing for the paper's main claim, so a major revision is needed.

major comments (3)
  1. [§3, §2.3, Tab. 2] The split-conformal coverage theorem invoked in §2.1 requires the nonconformity score function to be fixed before the calibration scores are computed, independent of D_cal. Table 2 states explicitly that 'the CN is trained on D_cal', and §4 confirms that the canonicalizer is trained using the canonicalization prior. Since the canonicalizer is part of the score function, the calibration scores are in-sample with respect to the CN parameters while the test scores are out-of-sample, so the calibration and test scores are not exchangeable and Eq. (1) does not apply. The §3 argument silently treats c_theta as a fixed map, which is inconsistent with training it on D_cal. This is a formal gap in the central claim that CP^2 'guarantees well-calibrated nonconformity scores'. The authors should either train the CN on a disjoint hold-out set D_can and fix it before calibration, as suggested in §2.3, or provide a theorem that accounts for the data-dependent score function; the current manuscript does neither.
  2. [§3, Tab. 5, §6] The theoretical motivation assumes exact canonicalization, specifically c_theta(g·x)^{-1} = c_theta(x)^{-1}·g^{-1}, to conclude invariance of the joint distribution under G^n. Table 5 reports that the trained canonicalizer predicts the correct group element for only about 87% of samples, so the exact equivariance condition is not met. The paper acknowledges miscanonicalization only qualitatively in §6 and in Appendix A, but the exchangeability argument in §3 has no error term or robustness bound. As a result, the claimed formal guarantee is not established even if the CN were trained on a separate dataset; the empirical coverage near 1-α may still hold approximately, but the paper should state this as an approximate or heuristic claim, or provide a quantitative sensitivity analysis linking canonicalization accuracy to coverage deviation.
  3. [§3.1, §4.3, Eq. (3)] The weighted conformal variant in the double-shift setting uses weights w_i(x_{n+1}) computed from the canonicalizer's per-sample group distributions, which in turn depend on D_cal via training and on the test point. The cited weighted conformal results (Barber et al. 2023, Guan 2023) assume either fixed weights or specific conditions on data-dependent weights that are not verified here. Additionally, the modulation parameter p is selected on the calibration data. The paper does not claim a formal guarantee for this WCP variant, but the presentation in §3.1 and Tab. 2 suggests it as a robustness mechanism; the authors should clarify the formal status and specify the assumptions under which Eq. (3) with their geometric weights would be valid.
minor comments (6)
  1. [§3] The word 'exchangability' is misspelled; it should be 'exchangeability'.
  2. [§3.1] 'skewdness' should be 'skewness'.
  3. [Tabs. 3, 6, 9] The symbol 'oo' appears to be a rendering artifact for '∞'; please ensure the infinity symbol is typeset correctly.
  4. [Fig. 7 caption] 'caputed' should be 'captured'.
  5. [§2.3] The notation switches between using ρ explicitly and omitting it in Eq. (6); please clarify when ρ is suppressed for readability.
  6. [Tab. 2] The table lists three shift settings, but the text says only the first and third rows are empirically examined; please state this directly in the table caption or footnote.

Circularity Check

0 steps flagged · score 1.0 of 10

No load-bearing circularity: the central invariance argument is a conditional implication, and the empirical claims are measured rather than derived from fitted values.

full rationale

The paper's central theoretical claim in §3 is a conditional invariance argument: if the canonicalizer satisfies the equivariance relation c_theta(g·x)^{-1} = c_theta(x)^{-1}·g^{-1} (quoted from Kaba et al. 2023), then the distribution of canonicalized samples is invariant under Gn and split-conformal exchangeability is restored. This is a valid implication, not a tautology: the coverage conclusion does not appear among the assumptions, and the empirical coverage and set-size numbers in Tabs. 3, 4, and 7–9 are measured on held-out test splits rather than being forced by the fitted model. The weighting parameter p=2.0 is selected by ablation (Fig. 5) but does not define the reported coverage; the diagnostics group maps in Fig. 1 validate the canonicalizer against manually induced shifts, rather than predicting a quantity from its own fitted equations. Self-citations (Prinzhorn et al. 2024, van der Linden et al. 2024, Timans et al. 2024) appear only as background examples and related-method pointers, not as load-bearing justification for the main results. The real weakness is a validity gap rather than circularity: Tab. 2 states the CN is trained on Dcal, and §6 acknowledges imperfect pose accuracy (Tab. 5), so the formal coverage theorem of §2.1 is not automatically applicable to the experimental pipeline. The paper itself flags this downstream sensitivity as a limitation. Since no predicted quantity reduces by construction to a fitted value or to a self-citation chain, the circularity score is low.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claims rest on the standard conformal prediction exchangeability setup, on the assumption that the trained canonicalization network is sufficiently equivariant and accurate to restore exchangeability under the shift group, and on the knowledge of the shift group G. Additionally, the double-shift weighting relies on the heuristic that the canonicalizer's predicted group distributions are concentrationally informative about the test transformation. The p=2.0 weight modulation and the diagnostic confidence threshold are free parameters fit to empirical performance.

free parameters (3)
  • p (weight modulation) = 2.0
    In the geometric weighting scheme wi = 1/(1 + D^p), p is set to 2.0 based on an empirical ablation (App. A.3, Fig. 5) as the best trade-off between coverage and set size. This is a number fitted to the downstream performance.
  • Confidence threshold for diagnostics = not specified
    In App. A.2, data points with predicted group probability below a predefined threshold are excluded to improve visual recovery of group patterns. The threshold value is not reported, and results in Fig. 1 may depend on it.
  • Distance metric D in weighting = cross-entropy
    The paper selects cross-entropy distance and compares to KL divergence (Fig. 5). The choice is empirical and affects the weighting results.
assumptions (4)
  • standard math Calibration and test data are exchangeable before any geometric shift is applied (Def. 3.1, classical split conformal setting).
    This is the base assumption of split conformal prediction from §2.1.
  • domain assumption The canonicalization network is G-equivariant and satisfies c_theta(g·x)^{-1} = c_theta(x)^{-1} · g^{-1} for all g in G and inputs x.
    Invoked in §3 to argue that canonicalization enforces invariance of the joint distribution under Gn, leading to exchangeability for CP. Taken from Kaba et al. 2023, but not proven for the trained CNs used here.
  • domain assumption The shift group G (e.g., C4, C8, SO(3)) is known a priori and the CN is trained on Dcal under that group.
    Used throughout §4; misspecification (G=4 exposed to C8) leads to degraded results (Tab. 3), as the paper itself shows.
  • domain assumption In the double-shift setting, the CN's predicted group distribution concentrates probability near the true test transformation, so that geometric distance to calibration samples is informative for weighting.
    Stated in §A.3 as empirical observation and intuition ('we posit'). Underlies the WCP weighting in §4.3, and the paper notes it can fail with per-sample inaccuracies.

how reviews work

0 comments
Cite this review

Pith. "Pith review of CP$^2$: Leveraging Geometry for Conformal Prediction via Canonicalization." pith.science (2026). https://pith.science/paper/S2B2SBXE

@misc{pith2026250616189,
  author       = {Pith},
  title        = {Pith review of: CP$^2$: Leveraging Geometry for Conformal Prediction via Canonicalization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/S2B2SBXE}},
  note         = {Machine review of arXiv:2506.16189}
}
read the original abstract

We study the problem of conformal prediction (CP) under geometric data shifts, where data samples are susceptible to transformations such as rotations or flips. While CP endows prediction models with post-hoc uncertainty quantification and formal coverage guarantees, their practicality breaks under distribution shifts that deteriorate model performance. To address this issue, we propose integrating geometric information--such as geometric pose--into the conformal procedure to reinstate its guarantees and ensure robustness under geometric shifts. In particular, we explore recent advancements on pose canonicalization as a suitable information extractor for this purpose. Evaluating the combined approach across discrete and continuous shifts and against equivariant and augmentation-based baselines, we find that integrating geometric information with CP yields a principled way to address geometric shifts while maintaining broad applicability to black-box predictors.

Figures

Figures reproduced from arXiv: 2506.16189 by the authors.

Figure 1
Figure 1. True (top) and recovered (bottom) partition-conditional group distributions based on different data partitions (class, entropy, color) and shifts (outlined in § A.2). From left to right: (a) Class partition, no shift; (b) Class partition, dirac shift; (c) Entropy partition, normal shift; (d) Color partition, var-gauss shift. For (c) samples are partitioned by predictive entropy into exp. scaled bins, for (d) samples… view at source ↗
Figure 2
Figure 2. Per-class coverage results for split (SCP) and [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Coverage and set sizes for the double shift setting ( [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Illustration of the impact of the modulation parameter [PITH_FULL_IMAGE:figures/full_fig_p015_4.png]
Figure 5
Figure 5. Figure 5: Ablation on the modulation parameter p and two different distributional distance metrics (top: KL-divergence, bottom: cross-entropy) for the double-shift setting (§ 4.3) for C4 to SO(2). 15 [PITH_FULL_IMAGE:figures/full_fig_p015_5.png]
Figure 6
Figure 6. Figure 6: Empirical coverage for mondrian conformal prediction on the exact geometric group partitions for shift settings 2, [PITH_FULL_IMAGE:figures/full_fig_p016_6.png]
Figure 7
Figure 7. Figure 7: Empirical coverage for the target partitions via split (SCP) and mondrian conformal prediction (MCP) for shift [PITH_FULL_IMAGE:figures/full_fig_p016_7.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

66 extracted references · 60 canonical work pages

  1. [1]

    Turner, Eric Nalisnick, and José Miguel Hernández-Lobato

    James Urquhart Allingham, Bruno Kacper Mlodozeniec, Shreyas Padhy, Javier Antorán, David Krueger, Richard E. Turner, Eric Nalisnick, and José Miguel Hernández-Lobato. A generative model of symmetry transformations. Advances in Neural Information Processing Systems, 2024

  2. [2]

    Adaptive conformal prediction by reweighting nonconformity score

    Salim I Amoukou and Nicolas JB Brunel. Adaptive conformal prediction by reweighting nonconformity score. arXiv Preprint (arXiv:2303.12695), 2023

  3. [3]

    Conformal pid control for time series prediction

    Anastasios Angelopoulos, Emmanuel Candes, and Ryan J Tibshirani. Conformal pid control for time series prediction. Advances in Neural Information Processing Systems, 2024 a

  4. [4]

    Conformal prediction: A gentle introduction

    Anastasios N Angelopoulos, Stephen Bates, et al. Conformal prediction: A gentle introduction. Foundations and Trends in Machine Learning, 2023

  5. [5]

    Theoretical foundations of conformal prediction

    Anastasios N Angelopoulos, Rina Foygel Barber, and Stephen Bates. Theoretical foundations of conformal prediction. arXiv Preprint (arXiv:2411.11824), 2024 b

  6. [6]

    Conformal risk control

    Anastasios N Angelopoulos, Stephen Bates, Adam Fisch, Lihua Lei, and Tal Schuster. Conformal risk control. International Conference on Learning Representations, 2024 c

  7. [7]

    Online conformal prediction with decaying step sizes

    Anastasios Nikolas Angelopoulos, Rina Barber, and Stephen Bates. Online conformal prediction with decaying step sizes. International Conference on Machine Learning, 2024 d

  8. [8]

    Frame averaging for equivariant shape space learning

    Matan Atzmon, Koki Nagano, Sanja Fidler, Sameh Khamis, and Yaron Lipman. Frame averaging for equivariant shape space learning. Conference on Computer Vision and Pattern Recognition, 2021

Show all 66 references
  1. [9]

    Conformal prediction beyond exchangeability

    Rina Foygel Barber, Emmanuel J Candes, Aaditya Ramdas, and Ryan J Tibshirani. Conformal prediction beyond exchangeability. The Annals of Statistics, 2023

  2. [10]

    Varshney

    Sourya Basu, Pulkit Katdare, Prasanna Sattigeri, Vijil Chenthamarakshan, Katherine Driggs-Campbell, Payel Das, and Lav R. Varshney. Efficient equivariant transfer learning from pretrained models. Advances in Neural Information Processing Systems, 2023 a

  3. [11]

    Varshney, Lav R

    Sourya Basu, Prasanna Sattigeri, Karthikeyan Natesan Ramamurthy, Vijil Chenthamarakshan, Kush R. Varshney, Lav R. Varshney, and Payel Das. Equi-tuning: Group equivariant fine-tuning of pretrained models. The Thirty-Seventh AAAI Conference on Artificial Intelligence, 2023 b

  4. [12]

    The need for uncertainty quantification in machine-assisted medical decision making

    Edmon Begoli, Tanmoy Bhattacharya, and Dimitri Kusnezov. The need for uncertainty quantification in machine-assisted medical decision making. Nature Machine Intelligence, 2019

  5. [13]

    B-spline cnns on lie groups

    Erik J Bekkers. B-spline cnns on lie groups. International Conference on Learning Representations, 2020

  6. [14]

    Probabilistic symmetries and invariant neural networks

    Benjamin Bloem-Reddy, Yee Whye, et al. Probabilistic symmetries and invariant neural networks. Journal of Machine Learning Research, 2020

  7. [15]

    Does equivariance matter at scale? arXiv Preprint (arXiv:2410.23179), 2024

    Johann Brehmer, S \"o nke Behrends, Pim de Haan, and Taco Cohen. Does equivariance matter at scale? arXiv Preprint (arXiv:2410.23179), 2024

  8. [16]

    Geometric deep learning: Grids, groups, graphs, geodesics, and gauges

    Michael M Bronstein, Joan Bruna, Taco Cohen, and Petar Veli c kovi \'c . Geometric deep learning: Grids, groups, graphs, geodesics, and gauges. arXiv Preprint (arXiv:2104.13478), 2021

  9. [17]

    Knowing what you know: Valid and validated confidence sets in multiclass and multilabel prediction

    Maxime Cauchois, Suyash Gupta, and John C Duchi. Knowing what you know: Valid and validated confidence sets in multiclass and multilabel prediction. Journal of Machine Learning Research, 2021

  10. [18]

    Group equivariant convolutional networks

    Taco Cohen and Max Welling. Group equivariant convolutional networks. International Conference on Machine Learning, 2016

  11. [19]

    Gauge equivariant convolutional networks and the icosahedral CNN

    Taco Cohen, Maurice Weiler, Berkay Kicanaoglu, and Max Welling. Gauge equivariant convolutional networks and the icosahedral CNN . International Conference on Machine Learning, 2019

  12. [20]

    Congyue Deng, Or Litany, Yueqi Duan, Adrien Poulenard, Andrea Tagliasacchi, and Leonidas J. Guibas. Vector neurons: A general framework for so(3)-equivariant networks. International Conference on Computer Vision, 2021

  13. [21]

    Malliaros, Yoshua Bengio, and David Rolnick

    Alexandre Agm Duval, Victor Schmidt, Alex Hern\' a ndez-Garc\' a, Santiago Miret, Fragkiskos D. Malliaros, Yoshua Bengio, and David Rolnick. FAEN et: Frame averaging equivariant GNN for materials modeling. International Conference on Machine Learning, 2023

  14. [22]

    Nadav Dym, Hannah Lawrence, and Jonathan W. Siegel. Equivariant frames and the impossibility of continuous canonicalization. International Conference on Machine Learning, 2024

  15. [23]

    Generalizing convolutional neural networks for equivariance to lie groups on arbitrary continuous data

    Marc Finzi, Samuel Stanton, Pavel Izmailov, and Andrew Gordon Wilson. Generalizing convolutional neural networks for equivariance to lie groups on arbitrary continuous data. Proceedings of the 37th International Conference on Machine Learning, 2020

  16. [24]

    A practical method for constructing equivariant multilayer perceptrons for arbitrary matrix groups

    Marc Finzi, Max Welling, and Andrew Gordon Gordon Wilson. A practical method for constructing equivariant multilayer perceptrons for arbitrary matrix groups. International Conference on Machine Learning, 2021

  17. [25]

    Guest editorial special issue on geometric deep learning in medical imaging

    Huazhu Fu, Yitian Zhao, Pew-Thian Yap, Carola-Bibiane Sch \"o nlieb, and Alejandro F Frangi. Guest editorial special issue on geometric deep learning in medical imaging. IEEE Transactions on Medical Imaging, 2023

  18. [26]

    A survey of uncertainty in deep neural networks

    Jakob Gawlikowski, Cedrique Rovile Njieutcheu Tassi, Mohsin Ali, Jongseok Lee, Matthias Humt, Jianxiang Feng, Anna Kruspe, Rudolph Triebel, Peter Jung, Ribana Roscher, et al. A survey of uncertainty in deep neural networks. Artificial Intelligence Review, 2023

  19. [27]

    Cand \`e s

    Isaac Gibbs and Emmanuel J. Cand \`e s. Adaptive conformal inference under distribution shift. Advances in Neural Information Processing Systems, 2021

  20. [28]

    Localized conformal prediction: A generalized inference framework for conformal prediction

    Leying Guan. Localized conformal prediction: A generalized inference framework for conformal prediction. Biometrika, 2023

  21. [29]

    Batch Multivalid Conformal Prediction

    Christopher Jung, Georgy Noarov, Ramya Ramalingam, and Aaron Roth. Batch Multivalid Conformal Prediction . International Conference on Learning Representations, 2023

  22. [30]

    Equivariance with learned canonicalization functions

    S\' e kou-Oumar Kaba, Arnab Kumar Mondal, Yan Zhang, Yoshua Bengio, and Siamak Ravanbakhsh. Equivariance with learned canonicalization functions. International Conference on Machine Learning, 2023

  23. [31]

    idecode: In-distribution equivariance for conformal out-of-distribution detection

    Ramneet Kaur, Susmit Jha, Anirban Roy, Sangdon Park, Edgar Dobriban, Oleg Sokolsky, and Insup Lee. idecode: In-distribution equivariance for conformal out-of-distribution detection. AAAI Conference on Artificial Intelligence, 2022

  24. [32]

    Comprehensive review of neural network-based prediction intervals and new advances

    Abbas Khosravi, Saeid Nahavandi, Doug Creighton, and Amir F Atiya. Comprehensive review of neural network-based prediction intervals and new advances. IEEE Transactions on Neural Networks, 2011

  25. [33]

    Learning probabilistic symmetrization for architecture agnostic equivariance

    Jinwoo Kim, Tien Dat Nguyen, Ayhan Suleymanzade, Hyeokjun An, and Seunghoon Hong. Learning probabilistic symmetrization for architecture agnostic equivariance. Advances in Neural Information Processing Systems, 2023

  26. [34]

    Wilds: A benchmark of in-the-wild distribution shifts

    Pang Wei Koh, Shiori Sagawa, Henrik Marklund, Sang Michael Xie, Marvin Zhang, Akshay Balsubramani, Weihua Hu, Michihiro Yasunaga, Richard Lanas Phillips, Irena Gao, et al. Wilds: A benchmark of in-the-wild distribution shifts. International Conference on Machine Learning, 2021

  27. [35]

    Empirical frequentist coverage of deep learning uncertainty quantification procedures

    Benjamin Kompa, Jasper Snoek, and Andrew L Beam. Empirical frequentist coverage of deep learning uncertainty quantification procedures. Entropy, 2021

  28. [36]

    Forecasting and uncertainty: A survey

    Spyros Makridakis and Nikolas Bakas. Forecasting and uncertainty: A survey. Risk and Decision Analysis, 2016

  29. [37]

    Equivariant adaptation of large pretrained models

    Arnab Kumar Mondal, Siba Smarak Panigrahi, Sékou-Oumar Kaba, Sai Rajeswar, and Siamak Ravanbakhsh. Equivariant adaptation of large pretrained models. Advances in Neural Information Processing Systems, 2023

  30. [38]

    Can you trust your model's uncertainty? evaluating predictive uncertainty under dataset shift

    Yaniv Ovadia, Emily Fertig, Jie Ren, Zachary Nado, David Sculley, Sebastian Nowozin, Joshua Dillon, Balaji Lakshminarayanan, and Jasper Snoek. Can you trust your model's uncertainty? evaluating predictive uncertainty under dataset shift. Advances in Neural Information Processi...

  31. [39]

    Uncertain about uncertainty: How qualitative expressions of forecaster confidence impact decision-making with uncertainty visualizations

    Lace MK Padilla, Maia Powell, Matthew Kay, and Jessica Hullman. Uncertain about uncertainty: How qualitative expressions of forecaster confidence impact decision-making with uncertainty visualizations. Frontiers in Psychology, 2021

  32. [40]

    Improved canonicalization for model agnostic equivariance

    Siba Smarak Panigrahi and Arnab Kumar Mondal. Improved canonicalization for model agnostic equivariance. Conference on Computer Vision and Pattern Recognition (EquiVision Workshop), 2024

  33. [41]

    Conformal prediction with Neural Networks

    Harris Papadopoulos, Volodya Vovk, and Alex Gammerman. Conformal prediction with Neural Networks . IEEE International Conference on Tools with Artificial Intelligence (ICTAI), 2007

  34. [42]

    Distribution-free uncertainty quantification for classification under label shift

    Aleksandr Podkopaev and Aaditya Ramdas. Distribution-free uncertainty quantification for classification under label shift. Uncertainty in Artificial Intelligence, 2021

  35. [43]

    Conformal validity guarantees exist for any data distribution (and how to find them)

    Drew Prinster, Samuel Don Stanton, Anqi Liu, and Suchi Saria. Conformal validity guarantees exist for any data distribution (and how to find them). International Conference on Machine Learning, 2024

  36. [44]

    Conformal time series decomposition with component-wise exchangeability

    Derck Prinzhorn, Thijmen Nijdam, Putri Van der Linden, and Alexander Timans. Conformal time series decomposition with component-wise exchangeability. Symposium on Conformal and Probabilistic Prediction with Applications, 2024

  37. [45]

    Smith, Ishan Misra, Aditya Grover, and Yaron Lipman

    Omri Puny, Matan Atzmon, Heli Ben - Hamu, Edward J. Smith, Ishan Misra, Aditya Grover, and Yaron Lipman. Frame averaging for invariant and equivariant network design. International Conference on Learning Representations, 2021

  38. [46]

    Charles Ruizhongtai Qi, Hao Su, Kaichun Mo, and Leonidas J. Guibas. Pointnet: Deep learning on point sets for 3d classification and segmentation. Conference on Computer Vision and Pattern Recognition, 2017

  39. [47]

    Dataset shift in machine learning

    Joaquin Qui \ n onero-Candela, Masashi Sugiyama, Anton Schwaighofer, and Neil D Lawrence. Dataset shift in machine learning. MIT Press, 2022

  40. [48]

    With Malice Towards None : Assessing Uncertainty via Equalized Coverage

    Yaniv Romano, Rina Foygel Barber, Chiara Sabatti, and Emmanuel J Cand \`e s. With Malice Towards None : Assessing Uncertainty via Equalized Coverage . Harvard Data Science Review, 2020 a

  41. [49]

    Yaniv Romano, Matteo Sesia, and Emmanuel J. Candès. Classification with valid and adaptive coverage. Advances in Neural Information Processing Systems, 2020 b

  42. [50]

    Romero and Suhas Lohit

    David W. Romero and Suhas Lohit. Learning partial equivariances from data. Advances in Neural Information Processing Systems, 2022

  43. [51]

    Clifford group equivariant neural networks

    David Ruhe, Johannes Brandstetter, and Patrick Forré. Clifford group equivariant neural networks. Advances in Neural Information Processing Systems, 2023

  44. [52]

    Least ambiguous set-valued classifiers with bounded error levels

    Mauricio Sadinle, Jing Lei, and Larry Wasserman. Least ambiguous set-valued classifiers with bounded error levels. Journal of the American Statistical Association, 2019

  45. [53]

    Conformal Prediction using Conditional Histograms

    Matteo Sesia and Yaniv Romano. Conformal Prediction using Conditional Histograms . Advances in Neural Information Processing Systems , 2021 a

  46. [54]

    Conformal prediction using conditional histograms

    Matteo Sesia and Yaniv Romano. Conformal prediction using conditional histograms. Advances in Neural Information Processing Systems, 2021 b

  47. [55]

    A tutorial on conformal prediction

    Glenn Shafer and Vladimir Vovk. A tutorial on conformal prediction. Journal of Machine Learning Research, 2008

  48. [56]

    Conformal prediction under covariate shift

    Ryan J Tibshirani, Rina Foygel Barber, Emmanuel Candes, and Aaditya Ramdas. Conformal prediction under covariate shift. Advances in Neural Information Processing Systems, 2019

  49. [57]

    Adaptive bounding box uncertainties via two-step conformal prediction

    Alexander Timans, Christoph-Nikolas Straehle, Kaspar Sakmann, and Eric Nalisnick. Adaptive bounding box uncertainties via two-step conformal prediction. Proceedings of the European Conference on Computer Vision, 2024

  50. [58]

    Combination of inductive mondrian conformal predictors

    Paolo Toccaceli and Alexander Gammerman. Combination of inductive mondrian conformal predictors. Machine Learning, 2019

  51. [59]

    Alonso Urbano and David W. Romero. Self-supervised detection of perfect and partial input-dependent symmetries. International Conference on Machine Learning (GRaM Workshop), 2024

  52. [60]

    On the utility of equivariance and symmetry breaking in deep learning architectures on point clouds

    Sharvaree Vadgama, Mohammad Mohaiminul Islam, Domas Buracus, Christian Shewmake, and Erik Bekkers. On the utility of equivariance and symmetry breaking in deep learning architectures on point clouds. arXiv Preprint (arXiv:2501.01999), 2025

  53. [61]

    van der Linden, Alejandro García-Castellanos, Sharvaree Vadgama, Thijs P

    Putri A. van der Linden, Alejandro García-Castellanos, Sharvaree Vadgama, Thijs P. Kuipers, and Erik J. Bekkers. Learning symmetries via weight-sharing with doubly stochastic tensors. Advances in Neural Information Processing Systems, 2024

  54. [62]

    Algorithmic learning in a random world

    Vladimir Vovk, Alexander Gammerman, and Glenn Shafer. Algorithmic learning in a random world. Springer, 2005

  55. [63]

    Sarma, Michael M

    Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M. Bronstein, and Justin M. Solomon. Dynamic graph cnn for learning on point clouds. Association for Computing Machinery, 2019

  56. [64]

    General e(2)-equivariant steerable cnns

    Maurice Weiler and Gabriele Cesa. General e(2)-equivariant steerable cnns. Advances in Neural Information Processing Systems, 2019

  57. [65]

    Can llms express their uncertainty? an empirical evaluation of confidence elicitation in llms

    Miao Xiong, Zhiyuan Hu, Xinyang Lu, Yifei Li, Jie Fu, Junxian He, and Bryan Hooi. Can llms express their uncertainty? an empirical evaluation of confidence elicitation in llms. International Conference on Learning Representations, 2023

  58. [66]

    Adaptive conformal predictions for time series

    Margaux Zaffran, Olivier F \'e ron, Yannig Goude, Julie Josse, and Aymeric Dieuleveut. Adaptive conformal predictions for time series. International Conference on Machine Learning, 2022

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.