Papers
Topics
Authors
Recent
Search
2000 character limit reached

Skew-adaptive conformal prediction

Published 15 May 2026 in stat.ML and cs.LG | (2605.16145v1)

Abstract: We develop a skew-adaptive extension of split conformal prediction for regression. The method starts from an asymmetric interval family centered at a point prediction and uses the gauge approach to deduce the conformity score induced by this family. The inverse hyperbolic sine transform of signed scaled residuals provides the training target for an additional predictive model, whose role is to learn how predictive uncertainty should tilt across the feature space. The resulting procedure preserves the finite-sample marginal validity of split conformal prediction under exchangeability, while producing intervals that adapt to both local scale and local skewness. We also develop a calibration-sample-based estimator for comparing the expected relative future width of the skew-adaptive and classical scaled-score intervals. Experiments on a variety of datasets indicate gains in prediction interval efficiency over the scaled-score construction and conformalized quantile regression, and show that the proposed estimator closely matches the corresponding average width ratio observed on the test sample.

Summary

  • The paper introduces an asymmetric interval framework that adjusts prediction intervals for skewed response distributions.
  • It employs a three-stage estimation process—central tendency, local scale, and local skewness—using methods like random forests.
  • Empirical results on seven datasets demonstrate that the skew-adaptive approach achieves narrower intervals while preserving marginal validity.

Skew-Adaptive Conformal Prediction: A Technical Synthesis

Introduction and Motivation

The paper "Skew-adaptive conformal prediction" (2605.16145) presents an extension of the split conformal prediction (CP) framework for regression, designed to address the limitation of symmetric prediction intervals. Standard split CP methods, notably the scaled-score approach, produce intervals that are symmetric around a point estimate, adapting interval width to local uncertainty but not to potential skewness in the conditional distribution of the response variable. This work introduces a principled mechanism for constructing asymmetric (skew-adaptive) intervals that remain marginally valid under exchangeability.

Canonical and Dual Perspectives on Conformal Prediction

The split conformal framework can be conceptualized from two mathematically equivalent but procedurally distinct views: the canonical (conformity-function-first) and the dual (interval-family-first) constructions.

The canonical view specifies a conformity function (e.g., scaled absolute residuals), computes conformity scores for the calibration sample, and defines the prediction interval as the sublevel set corresponding to a calibrated threshold. The dual view, following Gupta et al. (2022), instead fixes a nondecreasing family of intervals and derives the conformity function as the "gauge" measuring minimal expansion required for yy to fall in the interval at xx. Both views ensure finite-sample marginal validity, but they permit flexibility in where modeling and design choices are introduced into the procedure. Figure 1

Figure 1: Diagrammatic comparison of canonical (conformity-first) and dual (interval-family-first) constructions of split conformal prediction, elucidating the convergence of both views to finite-sample valid intervals.

Formulation of Skew-Adaptive Intervals

The core methodological contribution is the introduction of an asymmetric interval family parameterized by a central estimator μ^(x)\hat\mu(x), a local scale σ^(x)\hat\sigma(x), and a local skewness parameter γ^(x)\hat\gamma(x). The interval at expansion factor rr is

Cr(x)=[μ^(x)rσ^(x)eγ^(x),μ^(x)+rσ^(x)eγ^(x)],C_r(x) = [\hat\mu(x) - r\hat\sigma(x)e^{-\hat\gamma(x)},\, \hat\mu(x) + r\hat\sigma(x)e^{\hat\gamma(x)}],

where γ^(x)\hat\gamma(x) modulates left/right interval width asymmetrically. The conformity (gauge) score induced by this family for each calibration residual (Xi,Yi)(X_i, Y_i) is

Ri=max{(μ^(Xi)Yi)+σ^(Xi)eγ^(Xi), (Yiμ^(Xi))+σ^(Xi)eγ^(Xi)}.R_i = \max\left\{ \frac{(\hat\mu(X_i)-Y_i)_+}{\hat\sigma(X_i)e^{-\hat\gamma(X_i)}},\ \frac{(Y_i-\hat\mu(X_i))_+}{\hat\sigma(X_i)e^{\hat\gamma(X_i)}} \right\}.

This construction strictly generalizes the scaled-score method by allowing xx0, as a data-driven function, to impart spatially varying tilt to the prediction intervals.

Learning Skewness and Sequential Model Estimation

The three-stage estimation pipeline operates as follows:

  1. Central Tendency: Train xx1 on the features and responses.
  2. Local Scale: Residuals xx2 are modeled by xx3 to capture conditional scale heterogeneity.
  3. Local Skewness: Signed, scaled residuals are further transformed via the inverse hyperbolic sine, i.e.,

xx4

to produce a target for learning xx5, thus encoding the directionality of predictive errors in a manner matched to the analytic form of asymmetric expansion.

Implementation-wise, all three functions can be estimated by any expressive regression method; the experiments employ random forests for all components. Notably, setting xx6 recovers the symmetric scaled-score baseline, clarifying the strict extensibility of this approach.

Prediction Interval Efficiency and Estimation

The calibration sample can be used not only for coverage calibration but also to estimate the relative efficiency of skew-adaptive versus symmetric intervals. The expected width ratio

xx7

(where xx8 denotes skew-adaptive intervals and xx9 the respective calibrated thresholds) can be consistently estimated empirically under regularity conditions. The authors provide theoretical results on consistency and practical estimators for this ratio, enabling model comparison without requiring a labeled test set.

Empirical Evaluation

Seven public regression datasets of varying size and skewness were used to compare (a) the skew-adaptive method, (b) the classical scaled-score CP method, and (c) conformalized quantile regression (CQR). Coverage was essentially at the target nominal value across datasets for all methods, consistent with CP guarantees. The strong empirical finding is that the skew-adaptive procedure produces narrower intervals than both comparators, particularly pronounced in settings with asymmetric response distributions. Figure 2

Figure 2: Test-set prediction interval comparisons on selected datasets, illustrating the adaptivity and asymmetry of skew-adaptive intervals (blue) relative to CQR (red), with responses marked as black crosses and blue dots denoting point predictions.

Across all datasets and coverage levels, the skew-adaptive intervals exhibited the smallest average width, with calibration-based efficiency estimators closely tracking holdout-set empirical averages (as shown in Table 3 of the paper). Thus, the method achieves improved efficiency while maintaining marginal validity, confirming the utility of local asymmetry modeling in practical conformal inference.

Theoretical and Practical Implications

This work advances the theory of conformal prediction by synthesizing the dual/gauge functional formulation with flexible, data-driven modeling of asymmetry in predictive uncertainty. The methodology can be straightforwardly generalized to alternative conformal inference frameworks (e.g., out-of-bag CP, stacked CP), as the estimation and calibration dynamics decouple from the asymmetric geometry.

From a practical standpoint, the implementation is model-agnostic and remains assumption-lean, requiring only data exchangeability for coverage guarantees. The estimator for relative interval efficiency allows practitioners to select the most efficient conformal predictor empirically, even when unlabeled test instances are unavailable.

Conclusion

The skew-adaptive extension to split conformal prediction integrates asymmetry modeling via a theoretically motivated, interpretable parameterization that preserves marginal validity. Empirical evidence shows systematic gains in efficiency relative to standard symmetric conformal methods and conformalized quantile regression. The approach generalizes naturally to other conformal frameworks, suggesting broad applicability for predictive uncertainty quantification in settings with heterogeneous, asymmetric noise. Future directions include the exploration of alternative skewness parameterizations, application to high-dimensional and structured output spaces, and algorithmic refinement for online and streaming contexts.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 7 likes about this paper.