REVIEW 4 major objections 5 minor 42 references
Conformal Uncertainty Indicator for Continual Test-Time Adaptation
T0 review · 4 major / 5 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read This paper claims that a conformal uncertainty wrapper with a domain-shift-compensated threshold can restore coverage under continual domain shifts and reduce error accumulation in test-time adaptation.
desk verdict Plausible first application of conformal prediction to CTTA, but the coverage guarantee rests on an unreported tuned beta, so the central claim is not yet established. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the compensated quantile threshold $\hat{\tau} = \tau^* - \beta\rho$. $\tau^*$ is the usual conformal quantile of calibration nonconformity scores $s = 1 - \pi(y_{\text{true}}|x)$, and $\rho$ is the sum over calibration/test pairs of Jensen-Shannon divergence between softmax vectors concatenated from the source and current models. The subtraction enlarges prediction sets as drift grows, restoring coverage; the prediction-set size is the uncertainty output, and a weight function $\gamma(x)$ converts that size into an adaptation weight for each test sample.
What would settle it
Fix $\beta$ and $\alpha$, run CUI on the same corruption set in several different orders (for example severity descending, or alternating easy and hard corruptions), and record per-domain coverage; if coverage systematically drops below $1-\alpha$ in any ordering, the linear compensation is not stable across domains. A single such ordering is enough to refute the method as stated.
Extended reading notes
Core claim
The central claim is that a model-agnostic conformal wrapper can provide trustworthy uncertainty for continual test-time adaptation if the threshold is lowered by $\beta\rho$, where $\rho$ summarizes domain and model drift and $\beta$ is a fixed compensation factor. CUI measures $\rho$ as the summed Jensen-Shannon divergence between joint representations of calibration and test batches under both the source and current models, so that error accumulation in the adapted model is visible in the score. Prediction sets are then formed by thresholding one-minus-softmax nonconformity scores at the compensated quantile, and set size serves as the uncertainty indicator. Weighting each sample's adaptation loss by its relative set size (larger weight for singleton sets, zero for empty sets) is claimed to reduce error accumulation and improve performance across Tent, CoTTA, SATA, RDumb, C-CoTTA, and RMT.
Load-bearing premise
The method's coverage repair rests on the assumption that a fixed scalar $\beta$ linearly maps the measured domain shift $\rho$ to the needed threshold correction, under every order and severity of domain changes; the paper gives no proof or bound for that relation.
Editorial extensions
If this is right
- Existing CTTA methods can be wrapped with CUI and its adaptation strategy without architectural changes, since CUI only needs forward passes of the current model and a small labeled calibration set.
- With user coverage levels $\alpha \in \{0.1, 0.2, 0.3\}$, measured coverage on the corruption benchmarks stays near the expected $1-\alpha$, whereas exchangeable and non-exchangeable baselines show visible coverage gaps.
- Weighting the adaptation loss by prediction-set size lowers both error rate and inefficiency across Tent, CoTTA, SATA, RDumb, C-CoTTA, and RMT.
- Privacy-first and efficiency-first ways of building the calibration set give similar performance, so the user can choose based on data availability.
- Larger calibration storage improves conformal performance, and CUI with adaptation beats storing the same number of samples for source replay.
Reading between the lines
- Because $\beta$ is not fixed across datasets and the paper only shows that small $\beta$ under-compensates while large $\beta$ over-compensates, the practical guarantee rests on an offline tuning step; a testable extension is to estimate $\beta$ online from the running coverage error.
- If the linear form $\hat{\tau} = \tau^* - \beta\rho$ is the right mechanism, per-domain coverage should track $\rho$ monotonically; checking monotonicity across the fifteen corruption types would separate a real effect from curve-fitting to a chosen $\beta$.
- The same set-size signal could serve for abstention or human intervention in high-stakes deployment, not just for reweighting, since empty and large prediction sets already flag the most unreliable inputs.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Conformal Uncertainty Indicator (CUI), a model-agnostic post-hoc module that applies conformal prediction to continual test-time adaptation. For each test input, CUI computes a nonconformity threshold from a labeled source calibration set and lowers it by beta times a joint JS-divergence score rho between calibration and test batches under source and current models, to compensate for coverage loss under domain shift. Prediction-set size is used as an uncertainty measure, and a weighting scheme (CPAda) up-weights reliable samples during adaptation. Experiments on CIFAR10-C, CIFAR100-C, and ImageNet-C combine CUI with Tent, CoTTA, SATA, RDumb, C-CoTTA, and RMT, reporting that CUI yields near-target coverage and that CPAda reduces error rates.
Significance. If the coverage-compensation mechanism were validated, CUI would be a practically useful wrapper: it is model-agnostic, requires only a small calibration set, and the CPAda weighting improves several existing CTTA methods, including strong recent baselines. The paper makes falsifiable cross-method empirical predictions and separately evaluates uncertainty quality (COV and INE) from adaptation accuracy, which is a strength. However, the central coverage claim currently rests on an unstated, possibly tuned beta and on an unnormalized shift score; until the authors report a fixed beta selection rule, normalize rho, and show that coverage holds with fixed hyperparameters across settings, the near-target COV values cannot be distinguished from fitted outcomes.
major comments (4)
- [Sec. 4.1.3, Eq. (8)] The central compensation step tau_hat = tau* - beta*rho is introduced without any derivation, bound, or monotonicity result linking rho to the coverage gap kappa in Eq. (3). Moreover, beta is never reported in Tables 1 or 2, and no selection rule is given; Fig. 3(b) shows only error-rate sensitivity on CIFAR100C and does not report the beta values used in the main tables. Because rho in Eq. (5) is an unnormalized sum over |C|*|B| pairwise JS divergences, its magnitude depends on calibration-set size (50/100/500 in the three benchmarks) and batch size, so a single beta cannot transfer across benchmarks; even within a benchmark, the reported near-target COV values can be explained by per-dataset tuning of beta rather than by the mechanism. The authors should report beta, normalize rho (e.g., divide by |C||B|), and validate with a fixed beta across all settings and alpha values.
- [Eq. (7)] The nonconformity score is written s(pi_{theta_crt}(x)) = 1 - y_hat, which is not well-defined: y_hat is an integer label, not a probability. It should be s(x,y) = 1 - pi_theta(y|x). Also, the calibration scores are computed with the current adapted model theta_crt, while the calibration labels come from the source distribution; the paper does not justify that these scores remain comparable to the source-model scores used to define the threshold, nor does it state when tau* is recomputed during the stream. This is load-bearing because both the threshold and the prediction-set construction depend on it.
- [Sec. 5.1, Tables 1-2] COV values are systematically 1-4 percentage points below the target 1-alpha (e.g., alpha=0.3 gives about 66-69% rather than 70%; alpha=0.1 gives 85-89% rather than 90%), and no standard deviations or confidence intervals are reported, so it is unclear whether deviations are statistically significant. Since the headline claim is a specified coverage probability, the authors should report the distribution of COV over runs and/or a coverage calibration plot, and explain the systematic under-coverage.
- [Eq. (6)] The threshold definition uses Ex in C I{s(pi(x))<tau} >= (|C|+1)/|C| (1-alpha), but no finite-sample quantile adjustment (e.g., ceil((|C|+1)(1-alpha))/|C|) is given, and the use of < versus <= is not specified. More importantly, the standard CP guarantee no longer applies once tau is adjusted by beta*rho in Eq. (8), so the paper should state clearly that Eq. (2) is an aspiration rather than a theorem, and provide empirical calibration evidence instead.
minor comments (5)
- [Eq. (10)] The cross-entropy loss is missing a summation over classes: it should be -sum_y gamma(x) * pi_tea(y|x) log pi_stu(y|x).
- [Fig. 2 and Fig. 3(b)] The legend in Fig. 2 lists 'TUI' instead of 'CUI'; Fig. 3(b) has an unlabeled x-axis, and the text does not state the range or units of the beta values shown.
- [Abstract and Sec. 5.2] The phrases 'plug-an-play' and 'play-and-plug' should be 'plug-and-play'.
- [Table 3] The table header contains the typo 'Soure Replay'; the storage amounts for the baseline are not clearly defined, making the comparison hard to interpret.
- [Algorithm 1] Step 3 says to compute nonconformity scores using Eq. (7), but the algorithm does not define the calibration labels or the score for a calibration pair (x_c, y_c); a concrete notation such as s(x,y) = 1 - pi_theta(y|x) should be used.
Circularity Check
Near-target coverage is controlled by an unreported scalar beta in Eq. (8), so the headline COV may be a tuned outcome rather than an independent prediction.
-
fitted input called prediction
[Sec. 4.1.3, Eq. (8); Sec. 5.3.4; Tables 1-2]
"τˆ = τ ∗ − β · ρ, where β is a predefined factor. ... We also analysis the influence of different compensation factor β in Eq. (8), which represents the compensation level. The results are shown in Fig. 3(b), we find that small β decrease the compensation performance and large β may result in overcompensation."
Eq. (8) makes the final threshold, and hence the reported coverage COV, a linear function of one scalar β: decreasing τˆ adds labels to every prediction set, so coverage is monotonically nondecreasing in β. The paper reports no fixed β, no selection rule, and no held-out tuning protocol; the only discussion treats β as a compensation knob with an optimum. On any given benchmark stream one can therefore choose β to push COV to, or near, 1 − α, so the 'near-expected coverage' in Tables 1-2 is a tuned consequence of Eq. (8), not an independent prediction of the CUI construction. This concern is compounded because ρ in Eq. (5) is an unnormalized sum over |C| × |B|, so even a fixed β cannot transfer across the different calibration and batch sizes used in the three benchmarks.
full rationale
The paper's conformal machinery is otherwise largely self-contained: τ ∗ comes from a standard quantile over a labeled calibration set, the prediction set is formed by thresholding nonconformity scores, and the use of JS divergence between joint source/current-model representations is a concrete, externally checkable domain-shift heuristic. No load-bearing self-citation chain or uniqueness theorem is invoked; the authors' prior CTTA papers appear only as related work and baselines. The central circularity risk is the coverage claim itself. Because Eq. (8) introduces an unreported free parameter β that directly and monotonically controls the prediction-set threshold, and because the paper's main CP validation metric is how close COV is to 1 − α, the reported near-target coverage cannot be distinguished from a per-benchmark calibration outcome. The sensitivity discussion in Sec. 5.3.4 explicitly frames β as a tuning knob, and no fixed value or reproducible selection rule is supplied. Under the paper's own equations, the coverage result is therefore partly constructed by the choice of β rather than being an independent first-principles prediction. The adaptation improvements are interesting, but they inherit this uncertainty because the CPAda weights in Eq. (11) are computed from the same β-dependent prediction sets. This warrants a partial-circularity score of 6.
Assumptions & free parameters
free parameters (2)
- beta =
not reported
- calibration set size =
50 (CIFAR10-C), 100 (CIFAR100-C), 500 (ImageNet-C)
assumptions (4)
- domain assumption The calibration set is exchangeable with the source distribution and remains a valid reference after model adaptation.
- ad hoc to paper The JS divergence between joint source/current-model representations is monotonically and linearly related to the coverage gap.
- ad hoc to paper Nonconformity scores for calibration can be computed with the current adapted model and remain comparable to source-model scores.
- standard math Standard conformal prediction assumptions hold for the initial threshold before compensation.
Cite this review
Pith. "Pith review of Conformal Uncertainty Indicator for Continual Test-Time Adaptation." pith.science (2026). https://pith.science/paper/X7WC2CDD
@misc{pith2026250202998,
author = {Pith},
title = {Pith review of: Conformal Uncertainty Indicator for Continual Test-Time Adaptation},
year = {2026},
howpublished = {\url{https://pith.science/paper/X7WC2CDD}},
note = {Machine review of arXiv:2502.02998}
}
read the original abstract
Continual Test-Time Adaptation (CTTA) aims to adapt models to sequentially changing domains during testing, relying on pseudo-labels for self-adaptation. However, incorrect pseudo-labels can accumulate, leading to performance degradation. To address this, we propose a Conformal Uncertainty Indicator (CUI) for CTTA, leveraging Conformal Prediction (CP) to generate prediction sets that include the true label with a specified coverage probability. Since domain shifts can lower the coverage than expected, making CP unreliable, we dynamically compensate for the coverage by measuring both domain and data differences. Reliable pseudo-labels from CP are then selectively utilized to enhance adaptation. Experiments confirm that CUI effectively estimates uncertainty and improves adaptation performance across various existing CTTA methods.
Figures
Reference graph
Works this paper leans on
-
[1]
Conformal prediction beyond exchangeability
Rina Foygel Barber, Emmanuel J Candes, Aaditya Ramdas, and Ryan J Tibshirani. Conformal prediction beyond exchangeability. The Annals of Statistics, 51(2):816–845, 2023
work page 2023
-
[2]
Improved online conformal prediction via strongly adaptive online learning
Aadyot Bhatnagar, Huan Wang, Caiming Xiong, and Yu Bai. Improved online conformal prediction via strongly adaptive online learning. In International Conference on Machine Learning, pages 2337–2363, 2023
work page 2023
-
[3]
A probabilistic framework for lifelong test-time adaptation
Dhanajit Brahma and Piyush Rai. A probabilistic framework for lifelong test-time adaptation. In Proceedings of the Computer Vision and Pattern Recognition, 2023
work page 2023
-
[4]
Intelligible models for healthcare: Predicting pneumonia risk and hospital 30-day readmission
Rich Caruana, Yin Lou, Johannes Gehrke, Paul Koch, Marc Sturm, and Noemie Elhadad. Intelligible models for healthcare: Predicting pneumonia risk and hospital 30-day readmission. In Proceedings of the ACM SIGKDD international conference on knowledge discovery and data mining, pages 1721–1730, 2015
work page 2015
-
[5]
SATA: Source Anchoring and Target Alignment Network for Continual Test Time Adaptation
Goirik Chakrabarty, Manogna Sreenivas, and Soma Biswas. Sata: Source anchoring and target alignment network for continual test time adaptation. arXiv preprint arXiv:2304.10113, 2023
work page Pith review arXiv 2023
-
[6]
A simple signal for domain shift
Goirik Chakrabarty, Manogna Sreenivas, and Soma Biswas. A simple signal for domain shift. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 3577–3584, 2023. 10 Conformal Uncertainty Indicator for Continual Test-Time Adaptation
work page 2023
-
[7]
Ziyang Chen, Yongsheng Pan, Yiwen Ye, Mengkang Lu, and Yong Xia. Each test image deserves a specific prompt: Continual test-time adaptation for 2d medical image segmentation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 11184–11193, 2024
work page 2024
-
[8]
Imagenet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009
work page 2009
Show all 42 references
-
[9]
Robust mean teacher for continual and gradual test-time adaptation
Mario Döbler, Robert A Marsden, and Bin Yang. Robust mean teacher for continual and gradual test-time adaptation. In Proceedings of the Computer Vision and Pattern Recognition, 2023
2023
-
[10]
Non-exchangeable conformal risk control
António Farinhas, Chrysoula Zerva, Dennis Ulmer, and André FT Martins. Non-exchangeable conformal risk control. arXiv preprint arXiv:2310.01262, 2023
2023 arXiv
-
[11]
Plug-in martingales for testing exchangeability on-line
Valentina Fedorova, Alex Gammerman, Ilia Nouretdinov, and Vladimir V ovk. Plug-in martingales for testing exchangeability on-line. In Proceedings of the International Conference on International Conference on Machine Learning, pages 923–930, 2012
2012
-
[12]
Dropout as a bayesian approximation: Representing model uncertainty in deep learning
Yarin Gal and Zoubin Ghahramani. Dropout as a bayesian approximation: Representing model uncertainty in deep learning. In International conference on Machine Ltoearning, pages 1050–1059. PMLR, 2016
2016
-
[13]
Conformal inference for online prediction with arbitrary distribution shifts
Isaac Gibbs and Emmanuel Candès. Conformal inference for online prediction with arbitrary distribution shifts. arXiv preprint arXiv:2208.08401, 2022
2022 arXiv
-
[14]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the Computer Vision and Pattern Recognition, 2016
2016
-
[15]
Online domain adaptation of a pre-trained cascade of classifiers
Vidit Jain and Erik Learned-Miller. Online domain adaptation of a pre-trained cascade of classifiers. InProceedings of the Computer Vision and Pattern Recognition, 2011
2011
-
[16]
Conformal decision theory: Safe autonomous decisions from imperfect predictions
Jordan Lekeufack, Anastasios A Angelopoulos, Andrea Bajcsy, Michael I Jordan, and Jitendra Malik. Conformal decision theory: Safe autonomous decisions from imperfect predictions. arXiv preprint arXiv:2310.05921, 2023
2023 arXiv
-
[17]
Variational continual test-time adaptation
Fan Lyu, Kaile Du, Yuyang Li, Hanyu Zhao, Zhang Zhang, Guangcan Liu, and Liang Wang. Variational continual test-time adaptation. arXiv preprint arXiv:2402.08182, 2024
2024
-
[18]
Multi-domain multi-task rehearsal for lifelong learning
Fan Lyu, Shuai Wang, Wei Feng, Zihan Ye, Fuyuan Hu, and Song Wang. Multi-domain multi-task rehearsal for lifelong learning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 35, pages 8819–8827, 2021
2021
-
[19]
A simple baseline for bayesian uncertainty in deep learning
Wesley J Maddox, Pavel Izmailov, Timur Garipov, Dmitry P Vetrov, and Andrew Gordon Wilson. A simple baseline for bayesian uncertainty in deep learning. In Advances in neural information processing systems , volume 32, 2019
2019
-
[20]
Rdumb: A simple approach that questions our progress in continual test-time adaptation
Ori Press, Steffen Schneider, Matthias Kümmerer, and Matthias Bethge. Rdumb: A simple approach that questions our progress in continual test-time adaptation. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[21]
Post-hoc calibration of neural networks
Amir Rahimi, Kartik Gupta, Thalaiyasingam Ajanthan, Thomas Mensink, Cristian Sminchisescu, and Richard Hartley. Post-hoc calibration of neural networks. arXiv preprint arXiv:2006.12807, 2, 2020
2006 arXiv
-
[22]
Experience replay for continual learning
David Rolnick, Arun Ahuja, Jonathan Schwarz, Timothy Lillicrap, and Gregory Wayne. Experience replay for continual learning. Advances in neural information processing systems, 32, 2019
2019
-
[23]
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, 114(525):223–234, 2019
2019
-
[24]
Controllable continual test-time adaptation
Ziqi Shi, Fan Lyu, Ye Liu, Fanhua Shang, Fuyuan Hu, Wei Feng, Zhang Zhang, and Liang Wang. Controllable continual test-time adaptation. arXiv preprint arXiv:2405.14602, 2024
2024 arXiv
-
[25]
Ar-tta: A simple method for real-world continual test-time adaptation
Damian Sójka, Sebastian Cygert, Bartłomiej Twardowski, and Tomasz Trzci´nski. Ar-tta: A simple method for real-world continual test-time adaptation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 3491–3495, 2023
2023
-
[26]
Exploring example influence in continual learning
Qing Sun, Fan Lyu, Fanhua Shang, Wei Feng, and Liang Wan. Exploring example influence in continual learning. Advances in Neural Information Processing Systems, 35:27075–27086, 2022
2022
-
[27]
Test-time training with self-supervision for generalization under distribution shifts
Yu Sun, Xiaolong Wang, Zhuang Liu, John Miller, Alexei Efros, and Moritz Hardt. Test-time training with self-supervision for generalization under distribution shifts. In International Conference on Machine Learning, 2020
2020
-
[28]
Less is more: Pseudo-label filtering for continual test-time adaptation
Jiayao Tan, Fan Lyu, Chenggong Ni, Tingliang Feng, Fuyuan Hu, Zhang Zhang, Shaochuang Zhao, and Liang Wang. Less is more: Pseudo-label filtering for continual test-time adaptation. arXiv preprint arXiv:2406.02609, 2024. 11 Conformal Uncertainty Indicator for Continual Test-Tim...
2024 arXiv
-
[29]
Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results
Antti Tarvainen and Harri Valpola. Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results. In Proceedings of the Advances in Neural Information Processing Systems, 2017
2017
-
[30]
Post-hoc uncertainty calibration for domain drift scenarios
Christian Tomani, Sebastian Gruber, Muhammed Ebrar Erdem, Daniel Cremers, and Florian Buettner. Post-hoc uncertainty calibration for domain drift scenarios. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10124–10132, 2021
2021
-
[31]
Brain-inspired replay for continual learning with artificial neural networks
Gido M Van de Ven, Hava T Siegelmann, and Andreas S Tolias. Brain-inspired replay for continual learning with artificial neural networks. Nature communications, 11(1):4069, 2020
2020
-
[32]
Inductive conformal martingales for change-point detection
Denis V olkhonskiy, Evgeny Burnaev, Ilia Nouretdinov, Alexander Gammerman, and Vladimir V ovk. Inductive conformal martingales for change-point detection. In Conformal and Probabilistic Prediction and Applications, pages 132–153, 2017
2017
-
[33]
Springer, 2005
Vladimir V ovk, Alexander Gammerman, and Glenn Shafer.Algorithmic learning in a random world, volume 29. Springer, 2005
2005
-
[34]
Computationally efficient versions of conformal predictive distributions
Vladimir V ovk, Ivan Petej, Ilia Nouretdinov, Valery Manokhin, and Alexander Gammerman. Computationally efficient versions of conformal predictive distributions. Neurocomputing, 397:292–308, 2020
2020
-
[35]
Tent: Fully test-time adaptation by entropy minimization
Dequan Wang, Evan Shelhamer, Shaoteng Liu, Bruno Olshausen, and Trevor Darrell. Tent: Fully test-time adaptation by entropy minimization. In Proceedings of the International Conference on Learning Representations, 2020
2020
-
[36]
Continual test-time domain adaptation
Qin Wang, Olga Fink, Luc Van Gool, and Dengxin Dai. Continual test-time domain adaptation. In Proceedings of the Computer Vision and Pattern Recognition, 2022
2022
-
[37]
Aggregated residual transformations for deep neural networks
Saining Xie, Ross Girshick, Piotr Dollár, Zhuowen Tu, and Kaiming He. Aggregated residual transformations for deep neural networks. In Proceedings of the Computer Vision and Pattern Recognition, 2017
2017
-
[38]
Exploring safety supervision for continual test-time domain adaptation
Xu Yang, Yanan Gu, Kun Wei, and Cheng Deng. Exploring safety supervision for continual test-time domain adaptation. In Proceedings of the International Joint Conference on Artificial Intelligence, 2023
2023
-
[39]
Test-time recalibration of conformal predictors under distribution shift based on unlabeled examples
Fatih Furkan Yilmaz and Reinhard Heckel. Test-time recalibration of conformal predictors under distribution shift based on unlabeled examples. arXiv preprint arXiv:2210.04166, 2022
2022 arXiv
-
[40]
Adaptive conformal predictions for time series
Margaux Zaffran, Olivier Féron, Yannig Goude, Julie Josse, and Aymeric Dieuleveut. Adaptive conformal predictions for time series. In International Conference on Machine Learning, pages 25834–25866, 2022
2022
-
[41]
Wide residual networks
Sergey Zagoruyko and Nikos Komodakis. Wide residual networks. In Procedings of the British Machine Vision Conference, 2016
2016
-
[42]
Coverage-guaranteed prediction sets for out-of-distribution data
Xin Zou and Weiwei Liu. Coverage-guaranteed prediction sets for out-of-distribution data. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 17263–17270, 2024. 12
2024
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.