Papers
Topics
Authors
Recent
Search
2000 character limit reached

Conformalized Quantum DeepONet Ensembles

Updated 5 July 2026
  • The paper proposes a quantum operator-learning framework that reduces quadratic layer complexity to linear, enabling scalable evaluations.
  • It replaces classical orthogonal layers with QOrthoNNs and compresses ensemble models using SPQCs, significantly lowering qubit requirements.
  • Adaptive conformal prediction calibrates ensemble outputs to offer distribution-free uncertainty guarantees with provable finite-sample coverage.

Conformalized Quantum DeepONet Ensembles are a quantum machine learning framework for operator learning that combines Quantum Orthogonal Neural Networks (QOrthoNNs), ensemble-based epistemic modeling, adaptive conformal prediction, and Superposed Parameterized Quantum Circuits (SPQCs) in order to address two limitations identified for existing approaches: quadratic inference complexity and unreliable uncertainty quantification in safety-critical settings (Matlia et al., 1 May 2026). In the formulation reported in the literature, the framework targets scalable evaluation over fine discretizations by reducing operator inference complexity from O(n2)\mathcal O(n^2) to O(n)\mathcal O(n), while also providing distribution-free coverage guarantees through conformal prediction. The reported empirical setting includes synthetic partial differential equations and real-world power system dynamics, with uncertainty behavior examined under realistic quantum noise (Matlia et al., 1 May 2026).

1. Operator-learning setting and the DeepONet baseline

The underlying task is operator learning, in which an operator

G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)

is approximated by a DeepONet architecture. In the stated construction, DeepONet separates the computation into a branch network and a trunk network,

b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,

followed by a dot-product readout,

Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.

The scaling bottleneck arises from the dense layers used in the branch or trunk components. For a network of hidden width nn, each dense layer costs O(n2)\mathcal O(n^2). When the trunk must be evaluated MM times for MM query points, the per-input cost becomes O(M n2)\mathcal O(M\,n^2). The source text explicitly identifies this as prohibitive for large O(n)\mathcal O(n)0 and for extensive Monte-Carlo runs in the range O(n)\mathcal O(n)1–O(n)\mathcal O(n)2 scenarios (Matlia et al., 1 May 2026).

The motivation for a quantum implementation is stated in three parts. First, parameterized quantum circuits can in principle emulate orthogonal transforms in sub-quadratic depth. Second, quantum uncertainty in the form of shot noise does not by itself capture epistemic model uncertainty. Third, naive quantum ensembling multiplies qubit requirements by the ensemble size O(n)\mathcal O(n)3. This combination motivates a joint quantum-plus-conformal design rather than a purely quantum surrogate or a purely classical uncertainty wrapper.

2. QOrthoNNs and sub-quadratic operator inference

QOrthoNNs are introduced as the mechanism for replacing a classical orthogonal layer

O(n)\mathcal O(n)4

with a quantum circuit implementation (Matlia et al., 1 May 2026). The reported construction uses O(n)\mathcal O(n)5 data qubits O(n)\mathcal O(n)6 plus one ancilla and consists of three stages:

  1. O(n)\mathcal O(n)7, an amplitude-loader into the unary subspace.
  2. O(n)\mathcal O(n)8, a pyramidal RBS (Reconfigurable Beam Splitter) network implementing O(n)\mathcal O(n)9.
  3. Tomography plus ancilla manipulation to read out each G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)0.

The complexity claim is central. Classically, each orthogonal layer remains G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)1. In the quantum realization, the data loader depth is stated as G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)2, the pyramidal unitary depth as G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)3, and tomography as G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)4 using two loaders plus G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)5 gates. The resulting total depth is therefore G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)6. Because amplitude encoding and tomography each require G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)7 shots for error G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)8, the end-to-end cost is

G:u(⋅)↦y=G[u](⋅)\mathcal G: u(\cdot)\mapsto y = \mathcal G[u](\cdot)9

which is described as sub-quadratic in b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,0 (Matlia et al., 1 May 2026).

This reduction is significant specifically for operator-learning workloads in which fine discretizations force repeated trunk evaluations. A plausible implication is that the advantage is most relevant when the cost of repeated classical dense-layer application dominates the overall surrogate evaluation budget.

3. SPQCs and ensemble compression

The framework does not rely on a single QOrthoNN model. It uses ensembles to represent epistemic uncertainty, but it also addresses the hardware cost of quantum ensembling. The baseline comparison is explicit: b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,1 independent QOrthoNN models in parallel require b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,2 qubits, whereas an SPQC encodes all b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,3 models in one circuit using b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,4 address qubits (Matlia et al., 1 May 2026).

The SPQC state preparation is given by

b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,5

In this construction, the address register b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,6 selects model b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,7, and controlled unitaries conditionally load data b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,8 and apply b=Branchθ(u)∈Rp,t=Trunkθ(y)∈Rp,\mathbf b = \mathrm{Branch}_\theta(u)\in\mathbb R^p, \qquad \mathbf t = \mathrm{Trunk}_\theta(y)\in\mathbb R^p,9.

The extraction mechanism is also specified: after a single joint measurement, with post-selection to unary outcomes, all Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.0 model outputs are obtained simultaneously. The circuit depth scales as Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.1 because of controlled-RBS ladders, while the qubit count is only

Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.2

The framework therefore trades linear qubit growth for logarithmic address overhead at the cost of circuit-depth growth in Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.3. This trade-off is later reflected in the stated limitations: SPQC depth Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.4 can accumulate noise for large Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.5. A common misconception addressed directly by this design is that quantum parallelism alone makes ensembling effectively free; in the reported formulation, naive parallelism still scales hardware resources linearly with the number of models.

4. Conformal prediction and distribution-free uncertainty

The uncertainty layer combines ensemble statistics with adaptive conformal prediction (Matlia et al., 1 May 2026). For each calibration point Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.6, the ensemble mean Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.7 and standard deviation Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.8 are computed, and the adaptive nonconformity score is defined as

Gθ[u](y)  =  b⊤t.\mathcal G_\theta[u](y)\;=\;\mathbf b^\top\mathbf t.9

Let nn0 denote the nn1-quantile of the calibration scores nn2. For a new input nn3, the prediction set is

nn4

Under the standard conformal assumption of exchangeability between calibration and test data, the framework has the finite-sample guarantee

nn5

The conceptual role of conformalization is explicit. Quantum uncertainty arising from shot noise alone is not treated as a sufficient account of model uncertainty, so the framework retains model ensembles and then calibrates their outputs with conformal prediction. This separates epistemic modeling from finite-sample calibration. The reported guarantee is distribution-free, but only under exchangeability; the same source notes that this assumption is violated in streaming and temporal tasks, which is an important qualification rather than a minor technical caveat.

5. Reported empirical results

The reported experiments cover synthetic PDE benchmarks and real-world power system benchmarks, with a target coverage of nn6 throughout (Matlia et al., 1 May 2026).

For the synthetic PDE setting, two benchmark operators are listed: the antiderivative nn7 with nn8, nn9, and the one-dimensional advection equation O(n2)\mathcal O(n^2)0 with periodic boundary conditions.

The ideal simulation results are:

  • Antiderivative, O(n2)\mathcal O(n^2)1: Relative O(n2)\mathcal O(n^2)2 error O(n2)\mathcal O(n^2)3, coverage O(n2)\mathcal O(n^2)4, average width O(n2)\mathcal O(n^2)5, peak uncertainty O(n2)\mathcal O(n^2)6.
  • Antiderivative, O(n2)\mathcal O(n^2)7: Relative O(n2)\mathcal O(n^2)8 error O(n2)\mathcal O(n^2)9, coverage MM0, average width MM1, peak uncertainty MM2.
  • Advection, MM3: Relative MM4 error MM5, coverage MM6, average width MM7, peak uncertainty MM8.
  • Advection, MM9: Relative MM0 error MM1, coverage MM2, average width MM3, peak uncertainty MM4.

For the power system setting, three tasks are listed: offline voltage-to-voltage forecasting MM5 from MM6 pre-fault to MM7 post-fault, offline voltage-to-active-power MM8, and online sliding-window voltage-to-voltage MM9.

The ideal simulation results are:

  • Online V→V: Relative O(M n2)\mathcal O(M\,n^2)0 error O(M n2)\mathcal O(M\,n^2)1, coverage O(M n2)\mathcal O(M\,n^2)2, average width O(M n2)\mathcal O(M\,n^2)3, peak uncertainty O(M n2)\mathcal O(M\,n^2)4.
  • Offline V→V: Relative O(M n2)\mathcal O(M\,n^2)5 error O(M n2)\mathcal O(M\,n^2)6, coverage O(M n2)\mathcal O(M\,n^2)7, average width O(M n2)\mathcal O(M\,n^2)8, peak uncertainty O(M n2)\mathcal O(M\,n^2)9.
  • Offline V→P: Relative O(n)\mathcal O(n)00 error O(n)\mathcal O(n)01, coverage O(n)\mathcal O(n)02, average width O(n)\mathcal O(n)03, peak uncertainty O(n)\mathcal O(n)04.

Taken together, these experiments are presented as demonstrating accurate predictions with calibrated uncertainty. This suggests that the conformal layer remains effective across both synthetic operator benchmarks and application-driven dynamical-system surrogates, although the reported accuracy and interval widths vary substantially by task.

6. Quantum noise, limitations, and stated future directions

The impact of quantum noise is explicitly examined under hardware-calibrated depolarizing and readout noise from IBM Marrakesh, Torino, and Brisbane (Matlia et al., 1 May 2026). The reported finding is that empirical coverage remains at least O(n)\mathcal O(n)05 across shot budgets from O(n)\mathcal O(n)06 to O(n)\mathcal O(n)07. The same source additionally reports that, for very shallow circuits with at most O(n)\mathcal O(n)08 qubits, increased depolarizing noise can act as a regularizer, slightly improving coverage and sharpening intervals.

The strengths claimed for the framework are equally explicit: sub-quadratic inference O(n)\mathcal O(n)09 via QOrthoNN, provable distribution-free uncertainty via conformal prediction, and logarithmic-scale qubit cost in ensembles via SPQC. The limitations are also directly enumerated. Conformal validity assumes calibration/test exchangeability and is violated in streaming or temporal tasks; near-term quantum devices remain noisy, so classical-quantum hybrid variants may be needed; and SPQC depth O(n)\mathcal O(n)10 can accumulate noise for large ensemble sizes.

The future directions listed in the source are: adaptive conformal methods for non-exchangeable data, including weighted and Mondrian variants; theoretical study of noise-induced regularization in shallow PQCs; hardware demonstrations on more than O(n)\mathcal O(n)11 qubits as coherence improves; and multi-fidelity hybrid architectures combining a classical branch, a quantum trunk, and an SPQC ensemble. A plausible implication is that subsequent work will focus less on the existence of a conformalized quantum operator-learning pipeline and more on robustness under temporal shift, hardware noise accumulation, and hybrid architectural decomposition.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

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 Conformalized Quantum DeepONet Ensembles.