Papers
Topics
Authors
Recent
Search
2000 character limit reached

Filtered Conformal Ellipsoids

Updated 5 July 2026
  • Filtered Conformal Ellipsoids are geometric and statistical constructions that blend conformal mapping with filtering techniques to reduce area distortion and adapt prediction sets.
  • The methodology integrates spherical conformal maps, quasi-conformal deformations, and axis optimization or state-space filtering to tailor ellipsoidal shapes to underlying data or surface geometry.
  • Applications include texture mapping, medical imaging, and multivariate time series forecasting, yielding improved accuracy by efficiently managing cross-coordinate dependencies.

Searching arXiv for the cited works and closely related usage of the term. Tool call: arxiv_search({"query":"all:\"Filtered Conformal Ellipsoids\" OR id:(Choi, 2023) OR id:(Limmer, 15 Jun 2026) OR id:(Henderson et al., 2024)","max_results":10,"sort_by":"submittedDate","sort_order":"descending"}) Found relevant arXiv entries matching the topic and cited ids, including:

  • (Limmer, 15 Jun 2026) — "Filtered Conformal Ellipsoids for Graph-Native Time Series"
  • (Henderson et al., 2024) — "Adaptive inference with random ellipsoids through Conformal Conditional Linear Expectation"
  • (Choi, 2023) — "Fast ellipsoidal conformal and quasi-conformal parameterization of genus-0 closed surfaces" Filtered conformal ellipsoids denote an ellipsoidal construction that has been developed in two distinct technical settings. In geometry processing, the term refers to constructing low-distortion, bijective parameterizations of genus-0 closed surfaces on tri-axial ellipsoids by combining a spherical conformal map with quasi-conformal filtering and axis optimization (Choi, 2023). In conformal prediction for multivariate time series, it refers to a frozen state-space filter that emits a one-step predictive mean and covariance, followed by split-conformal calibration of Mahalanobis scores to produce a single joint prediction ellipsoid (Limmer, 15 Jun 2026). A closely related regression framework, Conformal Conditional Linear Expectation (CCLE), constructs explicit random ellipsoids whose center and shape adapt to covariates through residual covariance analysis (Henderson et al., 2024). This suggests a shared organizing idea: the ellipsoid shape is chosen by structure in the data or geometry, while a separate procedure controls distortion or coverage.

1. Conceptual scope and motivating problem

In the surface-parameterization setting, the starting point is that a genus-0 closed surface MM is topologically equivalent to a sphere, so there exists a conformal diffeomorphism fconf:MS2f_{\mathrm{conf}}: M \to S^2. The practical problem is that mapping an elongated or flattened surface to the rotationally symmetric sphere often entails large area distortion even when angles are preserved. The geometric mismatch between the input surface’s aspect ratios and the sphere drives significant variation in the Jacobian determinant, which complicates area-sensitive texture mapping, remeshing, and shape analysis. The proposed remedy is an ellipsoidal conformal parameterization onto

E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},

with radii (a,b,c)>0(a,b,c)>0, so that tuning (a,b,c)(a,b,c) can filter out area distortion that is otherwise unavoidable on S2S^2 (Choi, 2023).

In the time-series setting, the motivating problem is different but structurally analogous. Joint prediction sets for multivariate time series should control a single event while adapting to cross-coordinate dependence. A filtered conformal ellipsoid uses a learned, frozen state-space filter to emit one-step predictive Gaussian laws with mean and covariance, and then uses split-conformal calibration to set a single scalar radius. At time tt, the filter emits (μt,Σt)(\mu_t,\Sigma_t), the conformal score is the Mahalanobis distance of the realized outcome yty_t to (μt,Σt)(\mu_t,\Sigma_t), and the prediction set is

fconf:MS2f_{\mathrm{conf}}: M \to S^20

This achieves target marginal coverage of fconf:MS2f_{\mathrm{conf}}: M \to S^21 without relying on Gaussian tail probabilities, while fconf:MS2f_{\mathrm{conf}}: M \to S^22 controls the shape of the set (Limmer, 15 Jun 2026).

The CCLE framework addresses multivariate regression rather than graph-native time series, but it also produces explicit ellipsoids. It introduces two new conformity scores based on a covariance analysis of residuals and input points, and the resulting prediction sets are ellipsoids whose geometry adapts to the covariates. The paper studies asymptotic properties of these ellipsoids and shows that their volume is reduced compared to that of classic balls, under ellipticity assumptions (Henderson et al., 2024).

2. Geometric filtered conformal ellipsoids on genus-0 surfaces

The geometric construction composes a conformal map to the sphere with a carefully designed quasi-conformal deformation from the sphere to the ellipsoid:

fconf:MS2f_{\mathrm{conf}}: M \to S^23

where fconf:MS2f_{\mathrm{conf}}: M \to S^24 is a spherical conformal parameterization and fconf:MS2f_{\mathrm{conf}}: M \to S^25 is a quasi-conformal map. A concrete fast instantiation is

fconf:MS2f_{\mathrm{conf}}: M \to S^26

where fconf:MS2f_{\mathrm{conf}}: M \to S^27 is an initial spherical conformal map, fconf:MS2f_{\mathrm{conf}}: M \to S^28 is the north-pole stereographic projection, fconf:MS2f_{\mathrm{conf}}: M \to S^29 is a Möbius transformation aligning poles and orientation, E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},0 is a scalar balancing factor that filters area distortion near poles, E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},1 is a quasi-conformal planar map whose E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},2 matches the inverse ellipsoidal projection’s E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},3, and E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},4 is the inverse ellipsoidal stereographic projection (Choi, 2023).

Axis selection is part of the filtering mechanism. The framework gives several initializations for E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},5. A PCA-based choice computes the covariance of the zero-centered vertex cloud, diagonalizes E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},6, and sets E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},7 proportional to E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},8. A normalized bounding-box variant is

E={(x,y,z)R3:x2/a2+y2/b2+z2/c2=1},E=\{(x,y,z)\in\mathbb{R}^3:x^2/a^2+y^2/b^2+z^2/c^2=1\},9

with

(a,b,c)>0(a,b,c)>00

A least-squares best-fit ellipsoid minimizing

(a,b,c)>0(a,b,c)>01

subject to (a,b,c)>0(a,b,c)>02 is another initialization. After an initial ellipsoidal parameterization (a,b,c)>0(a,b,c)>03, the axes can be filtered further by minimizing area distortion in terms of the logged area ratio (a,b,c)>0(a,b,c)>04 by gradient descent on (a,b,c)>0(a,b,c)>05 (Choi, 2023).

The conformal stage uses standard discretizations. For a triangle mesh (a,b,c)>0(a,b,c)>06, the discrete Laplace–Beltrami operator with cotan weights is

(a,b,c)>0(a,b,c)>07

Several standard algorithms produce (a,b,c)>0(a,b,c)>08: harmonic energy minimization, discrete Ricci flow, and the FLASH approach. Stereographic maps are

(a,b,c)>0(a,b,c)>09

and the compositions satisfy

(a,b,c)(a,b,c)0

To align desired poles and orientation on (a,b,c)(a,b,c)1, the Möbius map is

(a,b,c)(a,b,c)2

which sends (a,b,c)(a,b,c)3 and (a,b,c)(a,b,c)4 (Choi, 2023).

3. Quasi-conformal filtering, cancellation, and distortion control

The filtering stage is formulated in quasi-conformal theory. A map (a,b,c)(a,b,c)5 is quasi-conformal if it satisfies the Beltrami equation

(a,b,c)(a,b,c)6

Its pointwise dilatation is

(a,b,c)(a,b,c)7

and the Jacobian determinant is

(a,b,c)(a,b,c)8

so (a,b,c)(a,b,c)9 whenever S2S^20, guaranteeing local injectivity; global bijectivity follows under appropriate normalization and absence of fold-overs. Given S2S^21 per face on a planar triangulation, the Linear Beltrami solver reconstructs S2S^22 by solving

S2S^23

with the stated SPD coefficient matrix S2S^24, yielding sparse SPD linear systems solved efficiently by conjugate gradient or multigrid (Choi, 2023).

The key obstruction is that the simple anisotropic scaling

S2S^25

from S2S^26 to S2S^27 is not conformal unless S2S^28. The framework instead designs the correction on the plane via the inverse ellipsoidal stereographic projection

S2S^29

Its planar pullback metric yields a Beltrami coefficient

tt0

where tt1 are the coefficients of the first fundamental form induced by tt2 (Choi, 2023).

The cancellation step reconstructs tt3 with

tt4

via LBS. Then the composition rule for Beltrami coefficients implies that

tt5

so tt6 is conformal. This corrected inverse projection is the key filter: it cancels the distortion introduced by the nonconformal ellipsoidal projection, producing a conformal map from tt7 to tt8 (Choi, 2023).

Distortion is evaluated face-wise. If tt9 is the (μt,Σt)(\mu_t,\Sigma_t)0 Jacobian on a face (μt,Σt)(\mu_t,\Sigma_t)1 and (μt,Σt)(\mu_t,\Sigma_t)2 are its singular values, then conformal distortion is

(μt,Σt)(\mu_t,\Sigma_t)3

while area distortion uses

(μt,Σt)(\mu_t,\Sigma_t)4

The framework also regularizes (μt,Σt)(\mu_t,\Sigma_t)5 face-wise by minimizing

(μt,Σt)(\mu_t,\Sigma_t)6

which suppresses local spikes and improves stability (Choi, 2023).

A further filtering device is the perimeter-based scalar (μt,Σt)(\mu_t,\Sigma_t)7. Let (μt,Σt)(\mu_t,\Sigma_t)8 be the outermost triangle and (μt,Σt)(\mu_t,\Sigma_t)9 the innermost triangle around the origin in the planar parameterization yty_t0. Since

yty_t1

the product of perimeters is invariant under scaling, and the choice

yty_t2

equalizes the perimeters of the North/South pole triangles after inverse ellipsoidal projection. This filters uneven sampling near poles that otherwise arises from stereographic maps (Choi, 2023).

4. Filtered conformal ellipsoids for graph-native time series

In the time-series formulation, the filter emits

yty_t3

and the Mahalanobis conformity score is

yty_t4

Given calibration scores yty_t5, the split-conformal ellipsoid is

yty_t6

where yty_t7 is the yty_t8-th order statistic with

yty_t9

The Gaussian negative log-likelihood is

(μt,Σt)(\mu_t,\Sigma_t)0

and the ellipsoid volume is

(μt,Σt)(\mu_t,\Sigma_t)1

The filter is used to choose the ellipsoid shape; conformal calibration chooses the scalar radius (Limmer, 15 Jun 2026).

The rationale for a single joint prediction set is explicit. For multivariate time series, the event of interest is joint correctness, and controlling a single joint miscoverage event accounts for cross-coordinate dependence, avoiding the overly conservative Bonferroni-style inflation that arises if each coordinate is treated independently. Ellipsoids adapt to the learned cross-sectional correlations via (μt,Σt)(\mu_t,\Sigma_t)2 so that the shape aligns with principal directions of uncertainty, yielding sharper joint sets than axis-aligned rectangles. The framework therefore contrasts with standard conformal prediction that often uses axis-aligned sets or exchangeability-based finite-sample guarantees in IID settings (Limmer, 15 Jun 2026).

The central difficulty is dependence. Filtered scores (μt,Σt)(\mu_t,\Sigma_t)3 are serially dependent because (μt,Σt)(\mu_t,\Sigma_t)4 depend on the past, and learned recurrent filters need not contract in raw hidden-state space. The analysis therefore introduces an observable predictive-law quotient: two hidden states are equivalent if, over a fixed horizon (μt,Σt)(\mu_t,\Sigma_t)5, they emit the same sequence of Gaussian predictive laws. Distances are measured between sequences of emitted laws using a statistical metric such as Fisher–Rao or Kullback–Leibler. The assumptions linking small excess NLL to contraction are the Stable Bayes Gaussian-projection filter, Covariance bounds

(μt,Σt)(\mu_t,\Sigma_t)6

and the Finite-horizon observability Fisher condition (Limmer, 15 Jun 2026).

Under these assumptions, the main contraction statement is that there exist constants (μt,Σt)(\mu_t,\Sigma_t)7 such that

(μt,Σt)(\mu_t,\Sigma_t)8

and

(μt,Σt)(\mu_t,\Sigma_t)9

In particular, if fconf:MS2f_{\mathrm{conf}}: M \to S^200 and fconf:MS2f_{\mathrm{conf}}: M \to S^201, then the emitted-law sequence contracts in expectation at rate fconf:MS2f_{\mathrm{conf}}: M \to S^202 with an additive perturbation fconf:MS2f_{\mathrm{conf}}: M \to S^203 (Limmer, 15 Jun 2026).

5. Calibration under dependence and learned covariance structure

Coverage analysis under dependence replaces exchangeability with dependence-aware concentration of the empirical calibration quantile. For thresholded indicators

fconf:MS2f_{\mathrm{conf}}: M \to S^204

the threshold-autocovariance envelope is defined by

fconf:MS2f_{\mathrm{conf}}: M \to S^205

and

fconf:MS2f_{\mathrm{conf}}: M \to S^206

Then

fconf:MS2f_{\mathrm{conf}}: M \to S^207

where fconf:MS2f_{\mathrm{conf}}: M \to S^208. If the score CDF fconf:MS2f_{\mathrm{conf}}: M \to S^209 is continuous at fconf:MS2f_{\mathrm{conf}}: M \to S^210 and has density bounded below by fconf:MS2f_{\mathrm{conf}}: M \to S^211 near fconf:MS2f_{\mathrm{conf}}: M \to S^212, then with an appropriate choice of fconf:MS2f_{\mathrm{conf}}: M \to S^213 the realized coverage satisfies

fconf:MS2f_{\mathrm{conf}}: M \to S^214

A sharper Bernstein-type bound is obtained under geometric fconf:MS2f_{\mathrm{conf}}: M \to S^215-mixing, where fconf:MS2f_{\mathrm{conf}}: M \to S^216 (Limmer, 15 Jun 2026).

The implementation is instantiated with a GCN-GRU filter. The architecture combines a Graph Convolutional Network, a Gated Recurrent Unit, and an emission head mapping hidden states to fconf:MS2f_{\mathrm{conf}}: M \to S^217. For scalability, the covariance is parameterized as

fconf:MS2f_{\mathrm{conf}}: M \to S^218

where fconf:MS2f_{\mathrm{conf}}: M \to S^219 with fconf:MS2f_{\mathrm{conf}}: M \to S^220 and fconf:MS2f_{\mathrm{conf}}: M \to S^221. The Woodbury identity gives

fconf:MS2f_{\mathrm{conf}}: M \to S^222

and

fconf:MS2f_{\mathrm{conf}}: M \to S^223

Training minimizes average Gaussian NLL on a training split, after which the parameters are frozen and calibration proceeds by computing the order statistic of the calibration Mahalanobis scores (Limmer, 15 Jun 2026).

Empirically, the learned filter gives sharper at-target ellipsoids than static-covariance and non-filter baselines on moderate-size graph-native traffic benchmarks, specifically METRLA-fconf:MS2f_{\mathrm{conf}}: M \to S^224 and PEMSBAY-fconf:MS2f_{\mathrm{conf}}: M \to S^225. The abstract states that, at full-graph scale and on non-graph-native datasets, factor and copula baselines can be stronger. Practical guidance in the paper emphasizes contiguous calibration blocks, optional block-resampling or block-quantiles, rolling recalibration, and monitoring the stability of fconf:MS2f_{\mathrm{conf}}: M \to S^226 over time (Limmer, 15 Jun 2026).

CCLE develops two conformity scores in a general multivariate regression framework with inputs fconf:MS2f_{\mathrm{conf}}: M \to S^227, outputs fconf:MS2f_{\mathrm{conf}}: M \to S^228, predictor fconf:MS2f_{\mathrm{conf}}: M \to S^229, and residuals fconf:MS2f_{\mathrm{conf}}: M \to S^230. The first score constructs an augmented sample using

fconf:MS2f_{\mathrm{conf}}: M \to S^231

centers it through the Helmert projector, forms the ridge empirical covariance

fconf:MS2f_{\mathrm{conf}}: M \to S^232

and defines the score matrix

fconf:MS2f_{\mathrm{conf}}: M \to S^233

The exact conformal set

fconf:MS2f_{\mathrm{conf}}: M \to S^234

is expensive because the calibration scores also depend on fconf:MS2f_{\mathrm{conf}}: M \to S^235, so the paper introduces the conservative fconf:MS2f_{\mathrm{conf}}: M \to S^236-independent approximation

fconf:MS2f_{\mathrm{conf}}: M \to S^237

with coverage at least fconf:MS2f_{\mathrm{conf}}: M \to S^238 (Henderson et al., 2024).

The resulting conservative joint-Mahalanobis set is exactly an ellipsoid

fconf:MS2f_{\mathrm{conf}}: M \to S^239

where

fconf:MS2f_{\mathrm{conf}}: M \to S^240

fconf:MS2f_{\mathrm{conf}}: M \to S^241

and

fconf:MS2f_{\mathrm{conf}}: M \to S^242

The adjusted score fconf:MS2f_{\mathrm{conf}}: M \to S^243 yields a second ellipsoid

fconf:MS2f_{\mathrm{conf}}: M \to S^244

with the same fconf:MS2f_{\mathrm{conf}}: M \to S^245 and fconf:MS2f_{\mathrm{conf}}: M \to S^246 but a different radius. The paper states that fconf:MS2f_{\mathrm{conf}}: M \to S^247 is possible, while fconf:MS2f_{\mathrm{conf}}: M \to S^248 is never empty; conversely, fconf:MS2f_{\mathrm{conf}}: M \to S^249 can be full space but fconf:MS2f_{\mathrm{conf}}: M \to S^250 as fconf:MS2f_{\mathrm{conf}}: M \to S^251 (Henderson et al., 2024).

CCLE is defined through ridge multivariate regression:

fconf:MS2f_{\mathrm{conf}}: M \to S^252

which yields

fconf:MS2f_{\mathrm{conf}}: M \to S^253

Thus the ellipsoid center is

fconf:MS2f_{\mathrm{conf}}: M \to S^254

so CCLE applies an input-dependent correction to the predictor. The paper gives finite-sample marginal coverage under exchangeability for both fconf:MS2f_{\mathrm{conf}}: M \to S^255 and fconf:MS2f_{\mathrm{conf}}: M \to S^256, asymptotic limits for fconf:MS2f_{\mathrm{conf}}: M \to S^257, fconf:MS2f_{\mathrm{conf}}: M \to S^258, and the radii, and volume comparisons with classic balls. Under elliptical distributions, the volume of the ellipsoid is reduced compared to that of balls in the stated regimes; under highly anisotropic non-elliptical scenarios, covariance-based ellipsoids can be suboptimal (Henderson et al., 2024).

The paper also gives a time-series remark: set fconf:MS2f_{\mathrm{conf}}: M \to S^259 as past residuals fconf:MS2f_{\mathrm{conf}}: M \to S^260 and fconf:MS2f_{\mathrm{conf}}: M \to S^261 as future residuals fconf:MS2f_{\mathrm{conf}}: M \to S^262. CCLE then yields multi-horizon ellipsoids adapting to recent dynamics. The text explicitly notes that the paper does not implement weighted or sliding-window calibration, but that a practitioner can adapt CCLE to filtered settings by using a moving calibration window, covariate-dependent quantiles, and suitable exchangeability or stationarity assumptions (Henderson et al., 2024).

7. Misconceptions, limitations, and applications

A common misconception in the geometric setting is that ellipsoidal parameterization can be obtained by a simple anisotropic scaling of the sphere. The construction explicitly rejects this: fconf:MS2f_{\mathrm{conf}}: M \to S^263 is not conformal unless fconf:MS2f_{\mathrm{conf}}: M \to S^264, so a nontrivial quasi-conformal correction is required. Another misconception is that ellipsoidal domains are introduced only for aesthetic reasons. The stated objective is to reduce the area distortion induced by the geometric mismatch between an anisotropic genus-0 surface and the sphere, while maintaining bijectivity through quasi-conformal theory (Choi, 2023).

A common misconception in the statistical setting is that an ellipsoidal prediction set must rely on Gaussian tail probabilities. The time-series framework states the opposite: the filter’s covariance controls the shape of the set, while split-conformal calibration chooses the scalar radius, so the construction benefits from a learned predictive covariance without relying on Gaussian tail probabilities for coverage. Another misconception is that joint multivariate coverage can be obtained by coordinate-wise intervals without substantial loss. The framework emphasizes that axis-aligned sets ignore cross-coordinate dependence and can induce overly conservative Bonferroni-style inflation (Limmer, 15 Jun 2026).

The principal limitations are also explicit. For filtered conformal ellipsoids in graph-native time series, assumptions on Gaussian emitted laws and mixing or contraction may be violated in highly nonstationary regimes; sensitivity to filter misspecification affects sharpness and stability; and scalability challenges arise at very large fconf:MS2f_{\mathrm{conf}}: M \to S^265 with complex graph structure and large fconf:MS2f_{\mathrm{conf}}: M \to S^266. For CCLE, exact finite-sample conditional coverage is impossible in general, covariance-based ellipsoids may be suboptimal under strong non-ellipticity or multimodality, fconf:MS2f_{\mathrm{conf}}: M \to S^267-ellipsoids can be full with small fconf:MS2f_{\mathrm{conf}}: M \to S^268 and heavy tails, and fconf:MS2f_{\mathrm{conf}}: M \to S^269-ellipsoids can be empty when fconf:MS2f_{\mathrm{conf}}: M \to S^270 is very atypical (Limmer, 15 Jun 2026, Henderson et al., 2024).

The applications span the two domains. In geometry, the stated uses are texture mapping and UV parameterization on anisotropic targets, remeshing and meshing with near-uniform area elements, and registration and medical imaging for anatomically anisotropic organs such as the hippocampus and skull (Choi, 2023). In time series, the framework is designed for graph-native traffic benchmarks and, more generally, for multivariate settings where a single joint prediction event and learned cross-sectional dependence are central (Limmer, 15 Jun 2026). In regression, CCLE provides covariate-sensitive alternatives to residual-norm balls, and its time-series remark indicates a path to multi-horizon ellipsoids adapting to recent dynamics (Henderson et al., 2024).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Filtered Conformal Ellipsoids.