Publications
Publications by categories in reversed chronological order.
2026
-
CP4SBI: Local Conformal Calibration of Credible Sets in Simulation-Based InferenceLuben M. C. Cabezas, Vagner S. Santos, Thiago R. Ramos, and 2 more authorsAccepted at Philosophical Transactions of the Royal Society A, 2026Current experimental scientists have been increasingly relying on simulationbased inference (SBI) to invert complex non-linear models with intractable likelihoods. However, posterior approximations obtained with SBI are often miscalibrated, causing credible regions to undercover true parameters. We develop CP4SBI, a model-agnostic conformal calibration framework that constructs credible sets with local Bayesian coverage. Our two proposed variants, namely local calibration via regression trees and CDF-based calibration, enable finite-sample local coverage guarantees for any scoring function, including HPD, symmetric, and quantile-based regions. Experiments on widely used SBI benchmarks demonstrate that our approach improves the quality of uncertainty quantification for neural posterior estimators using both normalizing flows and score-diffusion modeling.
@article{cabezas2025cp4sbi, title = {CP4SBI: Local Conformal Calibration of Credible Sets in Simulation-Based Inference}, author = {Cabezas, Luben M. C. and Santos, Vagner S. and Ramos, Thiago R. and Rodrigues, Pedro L. C. and Izbicki, Rafael}, month = {}, year = {2026}, journal = {Accepted at Philosophical Transactions of the Royal Society A}, primaryclass = {stat.ML}, archiveprefix = {arXiv}, eprint = {2508.17077}, } -
CREDO: Epistemic-Aware Conformalized Credal Envelopes for RegressionLuben Cabezas, Sabina J Sloman, Bruno M Resende, and 3 more authorsarXiv preprint arXiv:2603.06826, 2026Conformal prediction delivers prediction intervals with distribution-free coverage, but its intervals can look overconfident in regions where the model is extrapolating, because standard conformal scores do not explicitly represent epistemic uncertainty. Credal methods, by contrast, make epistemic effects visible by working with sets of plausible predictive distributions, but they are typically model-based and lack calibration guarantees. We introduce CREDO, a simple “credal-then-conformalize” recipe that combines both strengths. CREDO first builds an interpretable credal envelope that widens when local evidence is weak, then applies split conformal calibration on top of this envelope to guarantee marginal coverage without further assumptions. This separation of roles yields prediction intervals that are interpretable: their width can be decomposed into aleatoric noise, epistemic inflation, and a distribution-free calibration slack. We provide a fast implementation based on trimming extreme posterior predictive endpoints, prove validity, and show on benchmark regressions that CREDO maintains target coverage while improving sparsity adaptivity at competitive efficiency.
@article{cabezas2026credo, title = {CREDO: Epistemic-Aware Conformalized Credal Envelopes for Regression}, author = {Cabezas, Luben and Sloman, Sabina J and Resende, Bruno M and Wu, Fanyi and Caprio, Michele and Izbicki, Rafael}, journal = {arXiv preprint arXiv:2603.06826}, primaryclass = {stat.ML}, archiveprefix = {arXiv}, eprint = {2603.06826}, year = {2026}, } -
LoBoost: Fast Model-Native Local Conformal Prediction for Gradient-Boosted TreesVagner Santos, Victor Coscrato, Luben Cabezas, and 2 more authorsarXiv preprint arXiv:2602.22432, 2026Gradient-boosted decision trees are among the strongest off-the-shelf predictors for tabular regression, but point predictions alone do not quantify uncertainty. Conformal prediction provides distribution-free marginal coverage, yet split conformal uses a single global residual quantile and can be poorly adaptive under heteroscedasticity. Methods that improve adaptivity typically fit auxiliary nuisance models or introduce additional data splits/partitions to learn the conformal score, increasing cost and reducing data efficiency. We propose LoBoost, a model-native local conformal method that reuses the fitted ensemble’s leaf structure to define multiscale calibration groups. Each input is encoded by its sequence of visited leaves; at resolution level k, we group points by matching prefixes of leaf indices across the first k trees and calibrate residual quantiles within each group. LoBoost requires no retraining, auxiliary models, or extra splitting beyond the standard train/calibration split. Experiments show competitive interval quality, improved test MSE on most datasets, and large calibration speedups.
@article{santos2026loboost, title = {LoBoost: Fast Model-Native Local Conformal Prediction for Gradient-Boosted Trees}, author = {Santos, Vagner and Coscrato, Victor and Cabezas, Luben and Izbicki, Rafael and Ramos, Thiago}, journal = {arXiv preprint arXiv:2602.22432}, primaryclass = {stat.ML}, archiveprefix = {arXiv}, eprint = {2602.22432}, year = {2026}, } - Conformal Prediction via Transported Beta LawsThiago R Ramos, Helton Graziadei, and Luben CabezasAccepted at COPA proceedings 2026, 2026
Split conformal prediction provides finite-sample marginal coverage under exchangeability, but this guarantee averages over the random calibration sample. We study instead the law of the calibration-conditional coverage induced by a realized conformal threshold. In the continuous i.i.d. setting this law is exactly Beta(k, n + 1 − k), so the usual marginal guarantee corresponds to its mean. We take this beta law as a finite-sample reference object and quantify departures from it using Wasserstein distances on [0, 1]. The framework yields direct bounds on marginal coverage gaps and on bad-calibration probabilities, and separates different sources of non-i.i.d. behavior according to how they deform the beta reference: test-side shift acts through a transport map on the coverage scale, while calibration dependence changes the order-statistic law itself. We instantiate the framework in scaleshift, clustered, and stationary mixing settings, where the induced deformations can be characterized explicitly or through Berry–Esseen approximations. Simulations on dependent processes confirm that the first-order approximation tracks the empirical Wasserstein distance even at moderate sample sizes.
@article{ramos2026conformal, title = {Conformal Prediction via Transported Beta Laws}, author = {Ramos, Thiago R and Graziadei, Helton and Cabezas, Luben}, journal = {Accepted at COPA proceedings 2026}, primaryclass = {stat.ML}, archiveprefix = {arXiv}, eprint = {2605.19024}, year = {2026} } -
Conformal Calibration of Statistical Confidence SetsLuben Miguel Cruz Cabezas, Guilherme Soares, Thiago Ramos, and 2 more authorsTransactions on Machine Learning Research, 2026Constructing valid confidence sets is a crucial task in statistical inference, yet traditional methods often face challenges when dealing with complex models or limited observed sample sizes. These challenges are frequently encountered in modern applications, such as Likelihood-Free Inference (LFI). In these settings, confidence sets may fail to maintain a confidence level close to the nominal value. In this paper, we introduce two novel methods, TRUST and TRUST++, for calibrating confidence sets to achieve distribution-free conditional coverage. These methods rely entirely on simulated data from the statistical model to perform calibration. Leveraging insights from conformal prediction techniques adapted to the statistical inference context, our methods ensure both finite-sample local coverage and asymptotic conditional coverage as the number of simulations increases, even if n is small. They effectively handle nuisance parameters and provide computationally efficient uncertainty quantification for the estimated confidence sets. This allows users to assess whether additional simulations are necessary for robust inference. Through theoretical analysis and experiments on models with both tractable and intractable likelihoods, we demonstrate that our methods outperform existing approaches, particularly in small-sample regimes. This work bridges the gap between conformal prediction and statistical inference, offering practical tools for constructing valid confidence sets in complex models.
@article{cabezas2024distributionfreecalibrationstatisticalconfidence, title = {Conformal Calibration of Statistical Confidence Sets}, author = {Cabezas, Luben Miguel Cruz and Soares, Guilherme and Ramos, Thiago and Stern, Rafael Bassi and Izbicki, Rafael}, journal = {Transactions on Machine Learning Research}, issn = {2835-8856}, year = {2026}, url = {https://openreview.net/forum?id=J4lK62PVE6}, note = {}, }
2025
-
Epistemic Uncertainty in Conformal Scores: A Unified ApproachLuben Miguel Cruz Cabezas, Vagner Silva Santos, Thiago Ramos, and 1 more authorIn Proceedings of the Forty-first Conference on Uncertainty in Artificial Intelligence, 21–25 jul 2025Conformal prediction methods create prediction bands with distribution-free guarantees but do not explicitly capture epistemic uncertainty, which can lead to overconfident predictions in data-sparse regions. Although recent conformal scores have been developed to address this limitation, they are typically designed for specific tasks, such as regression or quantile regression. Moreover, they rely on particular modeling choices for epistemic uncertainty, restricting their applicability. We introduce EPICSCORE, a model-agnostic approach that enhances any conformal score by explicitly integrating epistemic uncertainty. Leveraging Bayesian techniques such as Gaussian Processes, Monte Carlo Dropout, or Bayesian Additive Regression Trees, EPICSCORE adaptively expands predictive intervals in regions with limited data while maintaining compact intervals where data is abundant. As with any conformal method, it preserves finite-sample marginal coverage. Additionally, it also achieves asymptotic conditional coverage. Experiments demonstrate its good performance compared to existing methods. Designed for compatibility with any Bayesian model, but equipped with distribution-free guarantees, EPICSCORE provides a general-purpose framework for uncertainty quantification in prediction problems.
@inproceedings{cabezas2025epistemicuncertaintyconformalscores, title = {Epistemic Uncertainty in Conformal Scores: A Unified Approach}, author = {Cruz Cabezas, Luben Miguel and Silva Santos, Vagner and Ramos, Thiago and Izbicki, Rafael}, booktitle = {Proceedings of the Forty-first Conference on Uncertainty in Artificial Intelligence}, pages = {443--470}, year = {2025}, editor = {Chiappa, Silvia and Magliacane, Sara}, volume = {286}, series = {Proceedings of Machine Learning Research}, month = {21--25 Jul}, publisher = {PMLR}, url = {https://proceedings.mlr.press/v286/cruz-cabezas25a.html} } - Conformal Prediction for Compositional DataLucas P Amaral, Luben Cabezas, Thiago R Ramos, and 1 more authorarXiv preprint arXiv:2511.18141, 21–25 jul 2025
In this work, we propose a set of conformal prediction procedures tailored to compositional responses, where outcomes are proportions that must be positive and sum to one. Building on Dirichlet regression, we introduce a split conformal approach based on quantile residuals and a highest-density region strategy that combines a fast coordinate-floor approximation with an internal grid refinement to restore sharpness. Both constructions are model-agnostic at the conformal layer and guarantee finite-sample marginal coverage under exchangeability, while respecting the geometry of the simplex. A comprehensive Monte Carlo study spanning homoscedastic and heteroscedastic designs shows that the quantile residual and grid-refined HDR methods achieve empirical coverage close to the nominal 90% level and produce substantially narrower regions than the coordinate-floor approximation, which tends to be conservative. We further demonstrate the methods on household budget shares from the BudgetItaly dataset, using standardized socioeconomic and price covariates with a train, calibration, and test split. In this application, the grid-refined HDR attains coverage closest to the target with the smallest average widths, closely followed by the quantile residual approach, while the simple triangular HDR yields wider, less informative sets. Overall, the results indicate that conformal prediction on the simplex can be both calibrated and efficient, providing practical uncertainty quantification for compositional prediction tasks.
@article{amaral2025conformal, title = {Conformal Prediction for Compositional Data}, author = {Amaral, Lucas P and Cabezas, Luben and Ramos, Thiago R and Pereira, Gustavo HGA}, journal = {arXiv preprint arXiv:2511.18141}, primaryclass = {stat.ML}, archiveprefix = {arXiv}, eprint = {2511.18141}, year = {2025} } -
Regression trees for fast and adaptive prediction intervalsLuben MC Cabezas, Mateus P Otto, Rafael Izbicki, and 1 more authorInformation Sciences, 2025In predictive modeling, quantifying prediction uncertainty is crucial for reliable decision-making. Traditional conformal inference methods provide marginally valid predictive regions but often produce non-adaptive intervals when naively applied to regression, potentially biasing applications. Recent advances using quantile regressors or conditional density estimators improve adaptability but are typically tied to specific prediction models, limiting their ability to quantify uncertainty around arbitrary models. Similarly, methods based on partitioning the feature space adopt sub-optimal strategies, failing to consistently measure predictive uncertainty across the feature space, especially in adversarial examples. This paper introduces a model-agnostic family of methods to calibrate prediction intervals for regression with local coverage guarantees. By leveraging regression trees and Random Forests, our approach constructs data-adaptive partitions of the feature space to approximate conditional coverage, enhancing the accuracy and scalability of prediction intervals. Our methods outperform established benchmarks on simulated and real-world datasets. They are implemented in the Python package clover, which integrates seamlessly with the scikit-learn interface for practical application.
@article{cabezas2025regression, title = {Regression trees for fast and adaptive prediction intervals}, author = {Cabezas, Luben MC and Otto, Mateus P and Izbicki, Rafael and Stern, Rafael B}, journal = {Information Sciences}, volume = {686}, pages = {121369}, year = {2025}, month = {}, publisher = {Elsevier}, } -
REACT to NHST: Sensible conclusions for meaningful hypothesesRafael Izbicki, Luben M. C. Cabezas, Fernando A. B. Colugnatti, and 3 more authorsThe Quantitative Methods for Psychology, 2025While Null Hypothesis Significance Testing (NHST) remains a widely used statistical tool, it suffers from several shortcomings in its common usage, such as conflating statistical and practical significance, the formulation of inappropriate null hypotheses, and the inability to distinguish between accepting the null hypothesis and failing to reject it. Recent efforts have focused on developing alternatives that address these issues. Despite these efforts, conventional NHST remains dominant in scientific research due to its procedural simplicity and mistakenly presumed ease of interpretation. Our work presents an intuitive alternative to conventional NHST designed to bridge the gap between the expectations of researchers and the actual outcomes of hypothesis tests: REACT. REACT not only tackles shortcomings of conventional NHST but also offers additional advantages over existing alternatives. For instance, REACT applies to multiparametric hypotheses and does not require stringent significance-level corrections when conducting multiple tests. We illustrate the practical utility of REACT through real-world data examples.
2023
-
Hierarchical clustering: Visualization, feature importance and model selectionLuben MC Cabezas, Rafael Izbicki, and Rafael B SternApplied Soft Computing, 2023We propose methods for the analysis of hierarchical clustering that fully use the multi-resolution structure provided by a dendrogram. Specifically, we propose a loss for choosing between clustering methods, a feature importance score and a graphical tool for visualizing the segmentation of features in a dendrogram. Current approaches to these tasks lead to loss of information since they require the user to generate a single partition of the instances by cutting the dendrogram at a specified level. Our proposed methods, instead, use the full structure of the dendrogram. The key insight behind the proposed methods is to view a dendrogram as a phylogeny. This analogy permits the assignment of a feature value to each internal node of a tree through an evolutionary model. Real and simulated datasets provide evidence that our proposed framework has desirable outcomes and gives more insights than state-of-art approaches. We provide an R package that implements our methods.
@article{cabezas2023hierarchical, title = {Hierarchical clustering: Visualization, feature importance and model selection}, author = {Cabezas, Luben MC and Izbicki, Rafael and Stern, Rafael B}, journal = {Applied Soft Computing}, volume = {141}, pages = {110303}, year = {2023}, publisher = {Elsevier}, month = {}, }