Next Article in Journal
Influence of Fast and Slow Laser Phase Noise on the Fidelity of the Mølmer–Sørensen Trapped-Ion Gate
Previous Article in Journal
Emergence of Quantum Mechanical Formalism Through a Dimensional Redefinition of Time
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Certified Lower Bounds and Efficient Estimation of Minimum Accuracy in Quantum Kernel Methods

by
Demerson N. Gonçalves
1,2,
Tharso D. Fernandes
2,3,*,
Andrias M. M. Cordeiro
4,
Pedro H. G. Lugao
4,
João T. Dias
2,5 and
Fernando M. Araújo Moreira
2
1
Department of Mathematics, Federal Center for Technological Education Celso Suckow da Fonseca (CEFET-RJ), Petrópolis 25609-010, RJ, Brazil
2
Instituto Militar de Engenharia (IME), Rio de Janeiro 22290-270, RJ, Brazil
3
Department of Pure and Applied Mathematics, Federal University of Espírito Santo (UFES), Alegre 29500-000, ES, Brazil
4
Department of Computer Engineering, CEFET-RJ, Petrópolis 25609-010, RJ, Brazil
5
Department of Telecommunications Engineering, CEFET-RJ, Rio de Janeiro 20271-110, RJ, Brazil
*
Author to whom correspondence should be addressed.
Quantum Rep. 2026, 8(3), 73; https://doi.org/10.3390/quantum8030073
Submission received: 12 June 2026 / Revised: 19 July 2026 / Accepted: 20 July 2026 / Published: 31 July 2026
(This article belongs to the Topic Quantum Computing: Latest Advances and Prospects)

Abstract

The minimum accuracy heuristic provides a training-free way to evaluate quantum feature maps, but its original formulation assumes balanced datasets, requires an exhaustive Pauli-axis scan, and lacks a formal lower-bound interpretation. In this work, we generalize the metric to arbitrary binary datasets and prove that the resulting generalized minimum accuracy, denoted R min , is a certified lower bound on the optimal empirical accuracy R * achievable by linear classifiers in the same feature space. To improve scalability, we introduce Monte Carlo axis-selection strategies that estimate R min from random subsets of Pauli-feature axes and derive quantile-coverage guarantees for sampling high-accuracy directions. We validate the framework using exact statevector simulations of an n = 6 qubit quantum feature map, corresponding to d = 4 6 = 4096 Pauli axes, over 30 independent runs on five synthetic datasets. The proposed methods sample as few as 60 axes, produce lower-bound estimates and achieve speedups of approximately 27 × to 68 × compared with exhaustive evaluation. The results support generalized minimum accuracy as a scalable and theoretically grounded tool for pre-screening quantum feature maps in simulated quantum-kernel workflows.

1. Introduction

Machine learning (ML) is a key part of modern science and technology, supporting tasks such as pattern recognition, decision-making under uncertainty, and automated discovery in complex data [1]. Quantum machine learning (QML) is a growing field that aims to go beyond classical ML by exploiting the structure and resources of quantum systems [2]. One of the most promising QML paradigms is based on quantum kernel methods (QKMs).
Central to this framework is the feature map, a transformation that embeds input data into a high-dimensional vector space to render complex, non-linear patterns linearly separable. In the quantum setting, this map encodes classical data into quantum states through parameterized quantum circuits, allowing classical algorithms such as support vector machines (SVMs) to operate on the resulting quantum-induced feature space [3,4]. Quantum kernel methods are naturally suited to noisy intermediate-scale quantum (NISQ) devices because the most expensive operation, evaluating kernel entries via quantum circuits, is delegated to quantum hardware, while optimization and training are performed classically [5]. Foundational works by Havlíček et al. [6] and Schuld and Killoran [7] introduced the notion of quantum feature maps, establishing the basic hybrid quantum–classical framework.
The broader literature has clarified both the potential and the limitations of quantum kernel methods. While quantum kernels can provide rigorous speedups for carefully constructed learning problems [8], high-dimensional quantum feature spaces do not automatically imply practical advantage. Their usefulness depends on factors such as inductive bias, kernel bandwidth, concentration phenomena, measurement cost, feature-map design, and hyperparameter selection  [9,10,11,12,13,14,15]. Related approaches based on kernel alignment, trainable quantum embeddings, genetic feature-map design, and architectural choices in quantum kernel circuits have also been explored  [16,17,18,19,20,21]. These developments motivate lightweight screening criteria that can assess quantum feature maps before full kernel construction, model training, or hyperparameter optimization.
Recent advances in Quantum Architecture Search (QAS) have explored diverse strategies for automating quantum circuit design. Sun et al. [22] use unsupervised representation learning with DAG-based encodings and Bayesian optimization to discover high-performance circuits. Situ et al. [23] employ semi-supervised learning to reduce the cost of labeling circuit-performance pairs. Kundu and Sarra [24] combine reinforcement learning with program synthesis to construct reusable “gadgets” that scale to larger problems. Compared to these approaches, our work transforms the minimum-accuracy heuristic into a scalable, theoretically certified screening tool for QAS, enabling rapid assessment of feature-map expressiveness before costly optimization.
Recent theoretical advances have further clarified the conditions under which quantum kernel methods can provide practical advantages. In particular, generalization bounds based on the effective dimension of the quantum feature space have been shown to correlate with empirical performance [25], while the kernel-target alignment framework provides a training-free proxy for the suitability of a given feature map to a classification task [16,17]. Moreover, the recognition that supervised quantum machine learning models can be interpreted as kernel methods [26] has motivated the development of lightweight feature-map evaluation criteria that avoid the computational cost of full QSVM training. Although quantum models beyond kernel methods have also been explored [27], the kernel perspective remains the dominant framework for near-term QML applications, where the combination of classical optimization and quantum circuit evaluation is particularly attractive.
A practical challenge in this setting is how to compare different quantum feature maps without training a complete quantum support vector machine (QSVM) for each candidate. Suzuki et al. [28] addressed this problem by proposing the minimum accuracy heuristic, which estimates the best achievable classification accuracy when measurements are restricted to axis-aligned Pauli observables (i.e., tensor products of Pauli matrices I, X, Y, Z acting on n qubits). Their method avoids explicit optimization and can be resource-efficient in small- to medium-scale quantum systems. However, the original formulation has three important limitations: it assumes balanced, even-sized datasets; it is presented as a heuristic without a formal proof that it lower-bounds the optimal SVM accuracy; and its computation requires a full Pauli decomposition (the expansion of quantum states in the Pauli basis, whose number of terms scales as 4 n for n qubits), which quickly becomes intractable for larger systems.
In this work we advance the analysis and practical usability of the minimum accuracy in three main directions. First, we generalize the definition to arbitrary binary datasets (Section 2), removing assumptions on sample size and class balance. Second, we formalize the relationship between the generalized minimum accuracy and linear classification in the same feature space. Specifically, we prove that the generalized minimum accuracy, denoted R min , is a certified lower bound on the optimal empirical accuracy R * achievable by any affine linear threshold classifier operating in that feature space, i.e.,  R min R * (Theorem 1). Although the proof of this lower-bound relation follows directly from the inclusion of axis-aligned threshold classifiers within the class of affine linear threshold classifiers, the result gives the minimum accuracy heuristic a precise formal interpretation: R min is not merely an empirical screening score, but a certified lower bound on the best empirical accuracy achievable by linear classifiers in the same feature space. Third, we introduce a family of Monte Carlo based axis-selection strategies (Section 5) that estimate R min from a random subset of Pauli-feature axes (the directions in the 4 n -dimensional real space associated with each Pauli observable). We derive statistical guarantees via a quantile-coverage analysis (Theorem 3 and Corollary 1, fully detailed in Section 4) that relate the number of sampled axes to the probability of capturing high-performing directions [29].
To make this positioning explicit, Table 1 summarizes how the proposed metric differs from common feature-map evaluation and screening approaches in quantum kernel learning. The comparison is qualitative and is intended to clarify the complementary role of generalized R min relative to validation accuracy, kernel-target alignment, expressivity diagnostics, and feature-map optimization procedures.
To validate our approach, we perform extensive exact statevector simulations of an n = 6 qubit quantum feature map, yielding a Pauli feature space of dimension d = 4 6 = 4096 . Over 30 independent runs on five synthetic datasets, we compare the deterministic exhaustive evaluation with the proposed Monte Carlo estimators. The results show that sampling as few as 60 Pauli axes yields estimates that remain valid lower bounds by construction and, in the tested settings, lie within 0.02 0.05 of the exact R min . This reduces the computational time from about 1100 s per dataset to under 20 s, corresponding to a speedup of approximately two orders of magnitude. Moreover, we empirically confirm the inequality R min R * by comparing against the optimal linear SVM trained explicitly on the full Pauli feature space.
From a practical standpoint, these results transform the minimum accuracy from a heuristic into a scalable, certified tool for evaluating quantum feature maps in QSVM pipelines. The generalized definition makes the metric applicable to real-world, possibly imbalanced datasets; the lower-bound theorem connects it directly to SVM performance in the same kernel-induced feature space; and the Monte Carlo strategies drastically reduce the number of Pauli axes that need to be evaluated in high-dimensional spaces. The proposed workflow is straightforward: for any quantum feature map Φ : X R 4 n , where X denotes the input domain, one draws a random sample of t 4 n Pauli axes, computes the dataset projections { a i ( x k ) } k = 1 N only for those axes, where a i ( x ) = Tr [ ρ ( x ) σ i ] , and obtains a certified lower bound R min with high confidence. This allows researchers to discard unpromising feature maps early and focus resources on the most promising candidates before investing in full QSVM training.
The remainder of this paper is organized as follows. Section 2 introduces the generalized minimum accuracy framework. Section 3 provides the formal proof that R min R * . Section 4 establishes the theoretical foundations for Monte Carlo axis selection, followed by Section 5, which details the concrete sampling strategies. Section 6 reports the empirical results on synthetic datasets. Finally, Section 7 concludes with a discussion and directions for future work.

2. Generalized Minimum Accuracy

We consider a binary classification dataset D = { ( x k , y k ) } k = 1 N , where each input x k belongs to an input domain X and each label satisfies y k { 1 , + 1 } . The set X denotes the space of admissible input data. In many tabular classification problems one has X R m , where m is the number of classical input features. However, the following construction does not require X itself to be a real vector space; it only requires a well-defined feature map
Φ : X R d .
The map Φ embeds each input into a d-dimensional real feature space, where axis-aligned threshold classifiers and, later, linear classifiers can be defined.
In the quantum kernel setting, the feature map is induced by an n-qubit circuit that prepares a state ρ ( x ) from x. We take the feature coordinates to be expectation values of Pauli string observables, so that d = 4 n and
Φ ( x ) = a 1 ( x ) , a 2 ( x ) , , a d ( x ) ,
with
a i ( x ) = Tr ρ ( x ) σ i ,
where { σ i } i = 1 d is the set of n-qubit Pauli strings, including the identity string. We refer to each coordinate direction i as a Pauli-feature axis.

2.1. Axis-Aligned Threshold Classifiers

Fix a Pauli-feature axis i and a threshold τ R . The associated one-dimensional threshold classifier is defined by
f i , τ ( x ) = + 1 , a i ( x ) τ , 1 , a i ( x ) < τ .
Because the overall sign of the classifier is arbitrary relative to the labels, we may use either f i , τ or f i , τ to maximize accuracy.
Let N + total and N total be the total numbers of positive and negative examples in D:
N + total = | { k : y k = + 1 } | , N total = | { k : y k = 1 } | .
Relative to the chosen axis and threshold, define the numbers of positive and negative examples below the threshold by
N i , + τ = | { k : y k = + 1 , a i ( x k ) < τ } | , N i , τ = | { k : y k = 1 , a i ( x k ) < τ } | .
If the region below the threshold is assigned label + 1 and the complementary region is assigned label 1 , the number of correct classifications is
C i , + τ = N i , + τ + N total N i , τ .
If the assignment is flipped, so that the region below the threshold is assigned label 1 and the complementary region is assigned label + 1 , the number of correct classifications is
C i , τ = N i , τ + N + total N i , + τ .
Thus, for the pair ( i , τ ) , the best empirical accuracy is
R i τ = 1 N max C i , + τ , C i , τ .
The maximum over the two assignments makes the orientation of the threshold free. The resulting quantity is the ordinary empirical accuracy and is well defined without assuming equal class sizes.
For each axis i, we then optimize over all thresholds:
r i = sup τ R R i τ .
In practice, R i τ changes only when τ crosses one of the distinct projected values in { a i ( x k ) } k = 1 N . Hence, after sorting the projections, it is sufficient to scan one representative threshold in each interval determined by consecutive sorted values, together with the two exterior intervals below the minimum and above the maximum projection value. This finite scan covers all possible label partitions induced by an axis-aligned threshold, including constant classifiers, and requires O ( N ) candidates after sorting.

2.2. Definition of the Generalized Minimum Accuracy

The generalized minimum accuracy is the best empirical accuracy achievable by any axis-aligned threshold classifier across all Pauli-feature axes:
R min = max 1 i d r i = max 1 i d sup τ R R i τ .
Equivalently, let
F axis = ± f i , τ : i { 1 , , d } , τ R
be the class of all axis-aligned threshold classifiers, up to a global sign flip. Defining the empirical accuracy of a classifier f on D as
R ( f ) = 1 N k = 1 N I [ f ( x k ) = y k ] ,
where I [ · ] is the indicator function, we can write compactly
R min = sup f F axis R ( f ) .
Equations (8) and (10) give equivalent forms of the generalized minimum accuracy. This definition generalizes [28] to arbitrary binary datasets, removing any requirement that N be even or that classes be balanced.

3. Minimum Accuracy as a Certified Lower Bound

In this section we formalize the relationship between the generalized minimum accuracy and the best achievable empirical accuracy of linear classifiers operating in the same feature space. We adopt the notation of Section 2 for the dataset D and the feature map Φ : X R d . Although the previous section focused on the specific structure of quantum Pauli-feature axes, the arguments here rely only on a real-valued feature representation and apply to any feature map.
Throughout the paper, we use the convention
sign ( z ) = + 1 if z 0 , sign ( z ) = 1 if z < 0 .
This convention ensures that all classifiers take values in { 1 , + 1 } , including points lying exactly on a decision boundary.
Consider the hypothesis class of affine linear threshold classifiers in the feature space:
F = f w , b ( x ) = sign ( w , Φ ( x ) + b ) : w R d , b R .
Recalling the empirical accuracy R ( f ) from (9), define the optimal empirical accuracy over linear classifiers as
R * = sup f F R ( f ) .
This quantity is an idealized benchmark for the best empirical performance achievable by linear decision boundaries in the feature space induced by Φ . In practice, a trained soft-margin SVM provides an empirical linear-classifier baseline in this same feature space, but it should not be identified with an exact computation of R * .
The relationship between R * and the generalized minimum accuracy R min follows from the fact that axis-aligned threshold classifiers form a restricted subclass of linear threshold classifiers. Indeed, an axis-aligned classifier using the coordinate a i ( x ) corresponds to a linear classifier whose weight vector is supported only on the i-th coordinate. For example, the classifier
f i , τ ( x ) = sign ( a i ( x ) τ )
is obtained by taking w = e i and b = τ , where e i is the i-th standard basis vector. The flipped orientation f i , τ is obtained by taking w = e i and b = τ . Hence every classifier in F axis is contained in F , and therefore F axis F .
Theorem 1 (Minimum accuracy lower bound).
Let Φ : X R d be a feature map and let D = { ( x k , y k ) } k = 1 N be a binary labeled dataset. Let F be the class of affine linear threshold classifiers with optimal empirical accuracy R * as in (12), and let R min be the generalized minimum accuracy as in (10). Then
R min R * .
Proof. 
Since F axis F , the supremum of R ( f ) over the restricted class cannot exceed the supremum over the full class of affine linear threshold classifiers. Therefore,
R min = sup f F axis R ( f ) sup f F R ( f ) = R * .
   □
Thus, R min is a certified lower bound on the best empirical accuracy achievable by linear classifiers in the feature space induced by Φ . It provides a training-free baseline for axis-aligned separability, and hence for the expressive potential, of the corresponding feature representation.

4. Monte Carlo Axis Selection with Statistical Guarantees

Exact computation of R min requires evaluating all d = 4 n Pauli-feature axes, which becomes intractable for large n. We therefore develop Monte Carlo methods that produce lower-bound estimates of R min by evaluating only small random subsets of axes. The guarantees developed in this section quantify the probability of sampling at least one axis whose threshold accuracy reaches a prescribed level; they are coverage guarantees, not absolute-error guarantees for R min . For readability, we present in the main text the Monte Carlo estimator, its lower-bound property and the quantile-coverage guarantees together with their interpretation, while collecting the detailed proofs in Appendix A.

4.1. Estimator Definition

For a nonempty subset T { 1 , , d } , define the Monte Carlo estimator
R ^ min ( T ) = max i T r i ,
where r i = sup τ R R i τ is the optimal threshold accuracy along axis i.
Theorem 2 (Monte Carlo lower bound property).
For any nonempty subset T { 1 , , d } ,
R ^ min ( T ) R min R * .
Moreover, if  T t is sampled uniformly among all subsets of cardinality t, with  1 t d , then E [ R ^ min ( T t ) ] is nondecreasing in t, and  E [ R ^ min ( T d ) ] = R min .

4.2. Quantile Coverage Guarantees

The estimator R ^ min ( T ) is always a lower bound on R min because it maximizes over a subset of axes. We now quantify the probability that a uniformly sampled subset contains at least one axis whose one-dimensional accuracy is at least a prescribed threshold. Throughout this subsection, the dataset, the feature map, and the axis-wise accuracies { r i } i = 1 d are fixed; the only source of randomness is the sampled subset T.
For a target accuracy level η [ 0 , 1 ] , define the empirical survival function of the axis-wise accuracies by
S ( η ) = 1 d { i { 1 , , d } : r i η } .
Thus, S ( η ) is the fraction of Pauli-feature axes whose optimal threshold accuracy is at least η .
Theorem 3 (Quantile coverage).
Fix a target accuracy η [ 0 , 1 ] . Let k η = | { i { 1 , , d } : r i η } | and p η = k η / d = S ( η ) . Suppose that T is sampled uniformly without replacement from { 1 , , d } with | T | = t , where 1 t d . Then
P R ^ min ( T ) η = 1 d k η t d t 1 ( 1 p η ) t ,
where d k η t is interpreted as zero whenever d k η < t .
Remark 1.
The quantity 1 ( 1 p η ) t is the success probability of observing at least one success in t independent Bernoulli trials with success probability p η . In the present setting, the axes are sampled without replacement, so the exact hypergeometric probability is at least as large as this Bernoulli expression. Thus, 1 ( 1 p η ) t provides a simple conservative lower bound on the probability of sampling at least one axis with accuracy at least η.
Corollary 1 (Sample size for accuracy threshold).
Fix a desired confidence level 1 δ ( 0 , 1 ) and an accuracy threshold η [ 0 , 1 ] . Suppose that a lower bound
S ( η ) p 0
is known for some p 0 ( 0 , 1 ) . If T is sampled uniformly without replacement with 1 t d and
t log ( 1 / δ ) log ( 1 p 0 ) ,
then
P R ^ min ( T ) η 1 δ .
In particular, since log ( 1 p 0 ) p 0 , the simpler sufficient condition
t 1 p 0 log 1 δ
also guarantees
P R ^ min ( T ) η 1 δ .
If either lower bound on t exceeds d, sampling all d axes recovers R min exactly and therefore gives coverage probability one whenever S ( η ) > 0 .
Remark 2.
The result above is a coverage guarantee, not an absolute-error guarantee for R min . It ensures that, with high probability, the sampled subset contains at least one axis whose accuracy is at least the prescribed threshold η, provided that a non-negligible fraction of such axes exists. Therefore, R ^ min ( T ) is a lower bound by construction, while its numerical closeness to the exact R min depends on the empirical distribution of the axis-wise accuracies { r i } i = 1 d .

4.3. Illustrative Example

To see how this works in practice, let’s walk through a tiny example with n = 2 qubits ( d = 16 Pauli axes). This is purely pedagogical; we’ve cooked up the numbers to illustrate the mechanics, not to simulate any actual quantum circuit or physical state.

Balanced Example

Let the dataset consist of N = 6 samples: three positive samples P 1 , P 2 , P 3 and three negative samples N 1 , N 2 , N 3 . For clarity, we directly prescribe the feature projections a i ( x k ) for five representative axes, as reported in Table 2.
For Axis 4, the ordered projections are ( 0.1 , 0.2 , 0.3 , 0.7 , 0.8 , 0.9 ) , corresponding to ( N 3 , N 2 , P 2 , N 1 , P 1 , P 3 ) . Selecting a threshold τ = 0.25 assigns the region below the threshold to the negative class and the region above to the positive class. This yields 2 correct negatives and 3 correct positives, totaling 5 correct classifications out of 6, hence
r 4 = 5 6 0.833 .
No other threshold improves this value.
For the purpose of this illustrative construction, suppose that the remaining 11 axes satisfy r i 0.667 . Under this assumption, the maximum over all 16 axes is attained at Axis 4, and the generalized minimum accuracy for this toy dataset is
R min = max 1 i 16 r i = 5 6 0.833 .
If a sampled subset T includes Axis 4, then R ^ min ( T ) = R min exactly, consistent with Theorem 2. Otherwise, R ^ min ( T ) 0.667 < R min , illustrating that Monte Carlo estimates remain valid lower bounds by construction, but may fall strictly below the exact value when the maximizing axis is not sampled.
This small-scale demonstration reinforces the intuition behind the theoretical developments in Section 3 and Section 4.

5. Monte Carlo Sampling Methods for Axis Selection

The methods described in this section produce lower-bound estimates of R min by evaluating only selected Pauli-feature axes. They all use the axis-wise quantities r i computed from the projected feature values { a i ( x k ) } k = 1 N , and differ only in how the subset T of axes is selected.

5.1. Deterministic Exhaustive Method

The Deterministic baseline evaluates all axes. For each axis i, it computes the axis-wise optimum
r i = sup τ R R i τ
by scanning the finite set of threshold intervals described in Section 2, namely the intervals determined by consecutive sorted projected values together with the two exterior intervals. It then sets
R min = max 1 i d r i .
This yields the exact value of R min but incurs a cost of O ( 4 n N log N ) , which is prohibitive for large n.

5.2. Conservative Fixed-Sample Monte Carlo

The Conservative strategy uses a fixed number of uniformly sampled axes, chosen from the coverage bound in Corollary 1. Fix an accuracy threshold η [ 0 , 1 ] and suppose that a conservative lower bound
S ( η ) p cons
is available for some p cons ( 0 , 1 ) . Equivalently, at least a fraction p cons of all Pauli-feature axes is assumed to satisfy r i η .
Given a target confidence level 1 δ , we set
t = 1 p cons log 1 δ
as suggested by Corollary 1. If this value exceeds d, we set t = d . We then sample a subset T { 1 , , d } with | T | = t uniformly without replacement and compute the estimator R ^ min ( T ) defined in (14).
Under the condition S ( η ) p cons , this choice guarantees
P R ^ min ( T ) η 1 δ .
In our experiments, we use p cons = 0.05 and δ = 0.05 , which gives t = 60 sampled axes, substantially fewer than the full Pauli-feature space.

5.3. Pilot Sampling Monte Carlo

The Pilot strategy proceeds in two stages.
1.
Pilot stage. Draw n pilot axes uniformly at random, compute their axis-wise accuracies r i , and set η as the 75th percentile of these pilot accuracies. Estimate the empirical proportion of promising axes as
p ^ = 1 n pilot { i T pilot : r i η } .
2.
Completion stage. We use p ^ as a plug-in estimate of the unknown survival probability S ( η ) and compute the heuristic total sample size
t req = 1 p ^ log 1 δ .
If t req > n pilot , additional axes are sampled uniformly without replacement from the axes not already included in T pilot until | T | = t req , or until all d axes have been sampled. Otherwise, the pilot sample itself is retained as the final subset. The final output is the estimator R ^ min ( T ) defined in (14).
Because p ^ is estimated from the pilot sample rather than known a priori as a lower bound for S ( η ) , this strategy should be interpreted as an adaptive plug-in heuristic. It is designed to reduce the number of sampled axes in practice, but it does not have the same formal coverage guarantee as the Conservative strategy.

5.4. Adaptive Incremental Monte Carlo

The Adaptive incremental method proceeds in mini-batches. At each iteration, it samples a new batch of previously unexplored axes, updates the accumulated subset T, computes the current value of R ^ min ( T ) , and stops when one of the following conditions is met:
  • no improvement occurs over a predefined number of consecutive batches (patience);
  • the variation of R ^ min ( T ) over recent iterations falls below a stability threshold;
  • a maximum axis budget is reached, or no unexplored axes remain.
Unlike the Conservative strategy, this scheme does not come with the same formal confidence guarantee because its stopping rule depends on the observed accuracies. However, it often evaluates fewer axes and yields estimates close to the exact R min in practice.

5.5. Sampling Hyperparameters Used in the Experiments

Table 3 summarizes the hyperparameters used by the Monte Carlo axis-selection methods in the experiments. These values were kept fixed across all datasets and random seeds.

6. Experimental Results

This section provides empirical validation of the generalized minimum accuracy framework and of the Monte Carlo axis-selection strategies described in Section 2, Section 3, Section 4 and Section 5. Building on the minimum accuracy criterion [28], we evaluate the proposed formulation through exact statevector simulations of an n = 6 qubit quantum feature map, yielding a Pauli feature space of dimension d = 4 6 = 4096 . All experiments are repeated over 30 independent random seeds, and the results are reported in terms of mean accuracies and standard deviations.

6.1. Experimental Setup and Feature Construction

We generated five synthetic binary classification datasets using scikit-learn [32]: Blobs, Circles, Linear_Separable, Moons, and Multi_Cluster. The rationale for selecting these synthetic datasets is to cover a broad spectrum of separability regimes and structural complexities, allowing for a controlled and systematic evaluation of the proposed metric. Specifically:
  • Blobs and Linear_Separable provide baseline scenarios with Gaussian clusters and linearly separable structures, respectively. These datasets verify that the quantum feature map does not degrade the performance of simple classifiers and serve as a sanity check for the lower-bound estimates.
  • Circles and Moons introduce non-linear structures, concentric rings and interleaving half-moons, that are classically challenging for linear and axis-aligned classifiers. These datasets test the ability of the Pauli-feature space to create representations that facilitate threshold-based separation, directly probing the expressiveness of the feature map.
  • Multi_Cluster evaluates the behavior of R min under multi-modal distributions with multiple cluster centers, representing scenarios closer to real-world data with distinct subpopulations and non-trivial density separations.
The use of synthetic datasets, combined with exact statevector simulation, eliminates confounding variables and provides a deterministic ground-truth for d = 4096 axes. This controlled setting is essential for rigorously validating the theoretical guarantees of R min and the Monte Carlo sampling strategies before moving to more complex real-world benchmarks. Each dataset contains N = 1000 samples, split into training (70%) and test (30%) sets via stratified sampling.
The quantum feature map is constructed using a parameterized circuit with n = 6 qubits, comprising alternating R Y rotations, C R Z entangling gates, and a final Hadamard layer, denoted RY_CRZ. For the deterministic evaluation, we compute the full set of d = 4096 Pauli expectation values a i ( x ) = σ i via exact statevector simulation. For the Monte Carlo procedures, only the Pauli-feature axes selected by each sampling strategy are evaluated.
As an empirical linear-classifier baseline, we train a linear SVM directly on the full Pauli feature matrix Φ ( X ) R N train × 4096 , denoted SVM_Linear_PauliSpace. This baseline provides a practical comparison with a standard linear classifier operating in the same feature space used to define R min . Theorem 1, however, concerns the ideal quantity R * , defined as the optimal empirical accuracy over all linear classifiers in that feature space. Since a soft-margin SVM optimizes a regularized surrogate objective rather than the empirical 0–1 accuracy directly, its training accuracy is used here only as a practical linear-classifier baseline.
For reference, we also report classical SVM baselines with linear and RBF kernels trained on the original input features, before the quantum feature-map transformation. These baselines operate in a different feature space and are included only as external references; they are not involved in the lower-bound relation proved in Theorem 1.
The numerical settings used specifically by the Monte Carlo axis-selection procedures are summarized in Table 3.

6.2. Results

Table 4 summarizes the mean training accuracies and standard deviations over 30 runs. The deterministic R min , obtained by exhaustively evaluating all 4096 Pauli-feature axes, serves as the exact axis-aligned reference value. The Monte Carlo methods produce lower-bound estimates by construction, since they maximize over subsets of axes. In the present experiments, the Conservative method uses t = 60 axes, while the Pilot and Adaptive methods use dataset-dependent axis budgets specified by their sampling rules.
Figure 1 displays these accuracy results graphically. For reference, it also includes classical SVM baselines trained on the original input features. Across all datasets, the deterministic R min remains below the accuracy of the linear SVM trained on the full Pauli feature space. This observation is consistent with Theorem 1.
The computational savings are substantial. Evaluating all 4096 axes deterministically took on average 1098 s per dataset. The Conservative method, using only 60 axes, required about 16 s, corresponding to a speedup factor of approximately 68 × . The Pilot and Adaptive methods achieved speedups of approximately 27 × and 36 × , respectively, while generally producing estimates closer to the deterministic R min than the Conservative method. These results illustrate the practical advantage of Monte Carlo axis selection in simulated quantum-kernel workflows.
Figure 2 illustrates the trade-off between the number of sampled axes and the estimated value of R min . The Monte Carlo methods concentrate near the low-cost region of the plot, while the deterministic scan evaluates all 4096 axes. The Pilot and Adaptive methods provide a favorable compromise between computational cost and proximity to the deterministic value, whereas the Conservative method gives a low-cost lower-bound estimate with the conditional coverage guarantee described in Corollary 1.

6.3. Discussion

The empirical results indicate that R min can serve as a useful training-free indicator of axis-aligned separability in the Pauli feature space for the settings considered in this study. The deterministic value of R min provides the exact optimum over Pauli-feature axes, while the Monte Carlo estimates remain lower bounds by construction and approach the deterministic value in the tested datasets.
The Conservative method offers a low-cost estimate by sampling only 60 axes. The Pilot and Adaptive methods typically yield estimates closer to the deterministic R min at a moderately higher computational cost, making them useful when a tighter lower-bound estimate is desired. The observed speedups highlight the practical value of Monte Carlo axis selection for simulated quantum-kernel workflows.
The comparison with the linear SVM trained on the full Pauli feature space is consistent with the theoretical inequality R min R * proved in Theorem 1. This comparison should nevertheless be read in light of the distinction between the ideal optimum R * and the regularized objective optimized by a soft-margin SVM. Finally, the present experiments are limited to synthetic binary datasets, one family of quantum feature maps, and exact statevector simulations. Therefore, the results should be interpreted as evidence of the usefulness of the proposed framework in controlled settings, rather than as a general performance guarantee for arbitrary datasets, noisy devices, or all quantum feature maps.
To test the robustness of the proposed framework to hardware noise, we repeated the experiments under a depolarization noise model with error rate p noise = 0.02 , corresponding to a typical gate error for NISQ devices. The results, based on 30 complete repetitions, are reported in Appendix B.
Table A1 shows that the deterministic R min remains a valid lower bound on the linear SVM accuracy under noise, with degradation of less than 1 % compared to the noiseless case (Table A2). For instance, on the Blobs dataset, the deterministic R min is 0.670 ± 0.028 under noise, compared to 0.672 ± 0.027 in the noiseless case—a difference well within the statistical variability. On the Circles dataset, the noisy value is 0.710 ± 0.027 , nearly identical to the noiseless 0.711 ± 0.028 . The Monte Carlo estimators continue to produce lower-bound estimates, with the Pilot method achieving estimates particularly close to the deterministic value (e.g., 0.681 ± 0.044 vs. 0.710 ± 0.027 for Circles, and 0.631 ± 0.022 vs. 0.670 ± 0.028 for Blobs).
These results demonstrate that the proposed framework is resilient to moderate levels of depolarizing noise. The accuracy degradation is negligible, and the lower-bound property—the central theoretical contribution of this work—remains intact under noise. This resilience reinforces the practical relevance of the proposed metric for near-term quantum devices.

7. Conclusions

This work establishes a rigorous theoretical and practical foundation for the minimum accuracy metric in quantum kernel methods. We generalized the original heuristic to arbitrary binary datasets and formally proved that R min is a certified lower bound on the optimal empirical accuracy achievable by any linear classifier in the same feature space (Theorem 1). Moreover, we introduced Monte Carlo axis-selection strategies, namely Conservative, Pilot, and Adaptive, that produce efficient lower-bound estimates of R min . The Conservative strategy is supported by the quantile-coverage guarantee in Theorem 3 and Corollary 1, while the Pilot and Adaptive strategies provide practical heuristic variants.
Our experiments with n = 6 qubits ( d = 4096 ) and 30 independent runs on five synthetic datasets show that:
  • The Monte Carlo estimators sample as few as 60 axes while producing lower bounds by construction that, in the tested datasets, remain close to the exact R min .
  • The computational speedups range from approximately 27 × to 68 × compared to an exhaustive deterministic scan.
  • The comparison with the linear SVM trained on the full Pauli feature space is consistent with the theoretical inequality R min R * .
These contributions transform the minimum accuracy from a heuristic into a scalable, theoretically sound tool for pre-screening quantum feature maps in simulated quantum-kernel pipelines.
Looking ahead, several directions are worth pursuing. We plan to extend the framework to multiclass problems, explore hybrid strategies that favor low-weight Pauli observables, and test R min as a practical screening tool for QAS [22,23,24]. We also aim to derive generalization bounds connecting the empirical R min to test performance. A crucial next step is validation on real quantum hardware and noisy simulators, where we can assess the impact of finite-shot statistics, decoherence, and readout errors. Finally, we intend to systematically evaluate R min across a wider range of feature-map architectures and real-world benchmark datasets.

Author Contributions

Conceptualization, D.N.G. and F.M.A.M.; Methodology, D.N.G., T.D.F. and F.M.A.M.; Software, T.D.F., A.M.M.C. and P.H.G.L.; Validation, D.N.G., T.D.F. and P.H.G.L.; Formal analysis, D.N.G., T.D.F. and J.T.D.; Investigation, D.N.G., T.D.F., A.M.M.C., P.H.G.L. and J.T.D.; Resources, D.N.G., T.D.F., A.M.M.C. and J.T.D.; Data curation, D.N.G., T.D.F., P.H.G.L. and J.T.D.; Writing—original draft, D.N.G., T.D.F., A.M.M.C., P.H.G.L. and J.T.D.; Writing—review & editing, D.N.G., T.D.F., A.M.M.C., P.H.G.L., J.T.D. and F.M.A.M.; Supervision, F.M.A.M.; Project administration, F.M.A.M. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES) and by the Brazilian Ministry of Defense through the PRÓ-DEFESA V Program–IATQ Network (grant No. 88887.961681/2024-00). Additional support was provided by Financiadora de Estudos e Projetos (FINEP) through the projects PDI-DQBRN/1545-22, CMLabIME/0160-22, and QUANTUM II/3310-24. D.N.G., T.D.F., J.T.D. and F.M.A.M. gratefully acknowledge this support.

Data Availability Statement

The original data presented in the study are openly available at https://github.com/Quantum-Communications/Minimum-Accuracy-in-Quantum-Kernel-Methods (accessed on 19 July 2026). The source code for the quantum circuit simulations and the Monte Carlo axis-selection methods is publicly available on GitHub at the same link.

Acknowledgments

During the preparation of this manuscript, the authors used DeepSeek-V4 for the purposes of language polishing, structural suggestions, and improving overall readability. The authors have reviewed and edited all output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A. Proofs of the Monte Carlo Guarantees

Appendix A.1. Proof of Theorem 2

Proof. 
Since T { 1 , , d } , we have
R ^ min ( T ) = max i T r i max 1 i d r i = R min .
The inequality R min R * follows from Theorem 1.
For monotonicity, let ( I 1 , , I d ) be a uniformly random permutation of the axes and set T t = { I 1 , , I t } . Then each T t is uniformly distributed among all subsets of size t, and T t T t + 1 . Hence, for every realization,
R ^ min ( T t ) R ^ min ( T t + 1 ) .
Taking expectations gives the desired monotonicity. Finally, for t = d , T d = { 1 , , d } , so R ^ min ( T d ) = R min . □

Appendix A.2. Proof of Theorem 3

Proof. 
Let G η = { i { 1 , , d } : r i η } , so that | G η | = k η . The event R ^ min ( T ) < η occurs exactly when the sampled set T contains no element of G η . Since T is sampled uniformly without replacement, this probability is hypergeometric:
P ( R ^ min ( T ) < η ) = d k η t d t .
Taking complements gives the equality in (16).
It remains to prove the lower bound. If t > d k η , then d k η t = 0 and the inequality is immediate. Otherwise,
d k η t d t = j = 0 t 1 d k η j d j j = 0 t 1 d k η d = ( 1 p η ) t .
Therefore,
P R ^ min ( T ) η 1 ( 1 p η ) t ,
which completes the proof. □

Appendix A.3. Proof of Corollary 1

Proof. 
Since S ( η ) p 0 , Theorem 3 gives
P R ^ min ( T ) η 1 ( 1 S ( η ) ) t 1 ( 1 p 0 ) t .
Thus it is enough to require ( 1 p 0 ) t δ , which is equivalent to
t log ( 1 / δ ) log ( 1 p 0 ) .
The simpler sufficient condition follows from the inequality log ( 1 p 0 ) p 0 for p 0 ( 0 , 1 ) . □

Appendix B. Results with Depolarizing Noise

Results with Depolarizing Noise How robust is this framework to hardware noise? To get a first answer, we reran the experiments from Section 6 with a simple depolarization noise model, applied directly to the Pauli expectation values. The depolarizing channel is one of the most common noise models in NISQ devices, and its effect on traceless Pauli observables admits a simple analytical description: for any Pauli string σ i I n , the noisy expectation value is given by
σ i noisy = ( 1 p noise ) σ i clean ,
where p noise denotes the depolarization error rate. This approximation corresponds to the average effect of the depolarizing channel over many measurement shots, without introducing shot-to-shot variance. We set p noise = 0.02 , representing a typical gate error rate for current NISQ processors. All other experimental settings (dataset split, number of qubits, feature map architecture, and Monte Carlo hyperparameters) were kept identical to those in the main text.
Table A1 reports the mean training accuracies over 30 complete repetitions under this noise model. The results confirm the key findings of the main text: the deterministic R min remains a valid lower bound on the linear SVM accuracy under noise, and the Monte Carlo estimators continue to produce lower-bound estimates. Importantly, the degradation in accuracy due to noise is minimal, typically less than 1 % across all datasets. Table A2 provides a direct comparison with the noiseless results, showing that the framework is resilient to moderate levels of depolarizing noise. This resilience reinforces the practical relevance of the proposed metric for near-term quantum devices.
Table A1. Mean training accuracy (±std) under a 2 % depolarization noise model for n = 6 qubits ( d = 4096 ). Results based on 30 complete repetitions.
Table A1. Mean training accuracy (±std) under a 2 % depolarization noise model for n = 6 qubits ( d = 4096 ). Results based on 30 complete repetitions.
DatasetDet. R min Cons. (60)PilotAdaptiveSVM Pauli
Blobs 0.670 ± 0.028 0.625 ± 0.023 0.631 ± 0.022 0.635 ± 0.026 1.000 ± 0.000
Circles 0.710 ± 0.027 0.635 ± 0.043 0.681 ± 0.044 0.667 ± 0.053 0.767 ± 0.040
Linear_Sep 0.668 ± 0.026 0.620 ± 0.016 0.629 ± 0.023 0.625 ± 0.016 1.000 ± 0.000
Moons 0.638 ± 0.020 0.607 ± 0.022 0.625 ± 0.021 0.627 ± 0.024 0.700 ± 0.029
Multi_Cluster 0.648 ± 0.016 0.621 ± 0.017 0.630 ± 0.017 0.623 ± 0.016 1.000 ± 0.000
Table A2. Comparison of deterministic R min : noiseless (30 runs) vs. 2 % depolarization noise (30 runs).
Table A2. Comparison of deterministic R min : noiseless (30 runs) vs. 2 % depolarization noise (30 runs).
DatasetNoiseless Det. R min Noisy Det. R min Degradation
Blobs 0.672 ± 0.027 0.670 ± 0.028 0.3 %
Circles 0.711 ± 0.028 0.710 ± 0.027 0.1 %
Linear_Separable 0.664 ± 0.024 0.668 ± 0.026 0.6 %
Moons 0.639 ± 0.021 0.638 ± 0.020 0.2 %
Multi_Cluster 0.649 ± 0.015 0.648 ± 0.016 0.2 %

References

  1. Russell, S.; Norvig, P. Artificial Intelligence: A Modern Approach, 3rd ed.; Prentice Hall: New York, NY, USA, 2010. [Google Scholar]
  2. Ciliberto, C.; Herbster, M.; Ialongo, A.D.; Pontil, M.; Rocchetto, A.; Severini, S.; Wossnig, L. Quantum machine learning: A classical perspective. Proc. R. Soc. A Math. Phys. Eng. Sci. 2018, 474, 20170551. [Google Scholar] [CrossRef] [Scilit]
  3. El Ayachi, F.; El Baz, M. Enhancing quantum support vector machines using multipartite entanglement. Phys. Lett. A 2025, 551, 130666. [Google Scholar] [CrossRef] [Scilit]
  4. Schuld, M.; Petruccione, F. Supervised Learning with Quantum Computers; Springer: Berlin/Heidelberg, Germany, 2018. [Google Scholar]
  5. Wang, Y.; Qi, B.; Wang, X.; Liu, T.; Dong, D. Power characterization of noisy quantum kernels. IEEE Trans. Neural Netw. Learn. Syst. 2025, 36, 13939–13952. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  6. Havlíček, V.; Córcoles, A.D.; Temme, K.; Harrow, A.W.; Kandala, A.; Chow, J.M.; Gambetta, J.M. Supervised learning with quantum-enhanced feature spaces. Nature 2019, 567, 209–212. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  7. Schuld, M.; Killoran, N. Quantum machine learning in feature Hilbert spaces. Phys. Rev. Lett. 2019, 122, 040504. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  8. Liu, Y.; Arunachalam, S.; Temme, K. A rigorous and robust quantum speed-up in supervised machine learning. Nat. Phys. 2021, 17, 1013–1017. [Google Scholar] [CrossRef] [Scilit]
  9. Miroszewski, A.; Asiani, M.F.; Mielczarek, J.; Le Saux, B.; Nalepa, J. In search of quantum advantage: Estimating the number of shots in quantum kernel methods. arXiv 2024, arXiv:2407.15776. [Google Scholar]
  10. Kübler, J.M.; Buchholz, S.; Schölkopf, B. The Inductive Bias of Quantum Kernels. Adv. Neural Inf. Process. Syst. 2021, 34, 12661–12673. [Google Scholar]
  11. Shaydulin, R.; Wild, S.M. Importance of kernel bandwidth in quantum machine learning. Phys. Rev. A 2022, 106, 042407. [Google Scholar] [CrossRef] [Scilit]
  12. Canatar, A.; Peters, E.; Pehlevan, C.; Wild, S.M.; Shaydulin, R. Bandwidth Enables Generalization in Quantum Kernel Models. Trans. Mach. Learn. Res. 2023. Available online: https://openreview.net/forum?id=A1N2qp4yAq (accessed on 19 July 2026).
  13. Thanasilp, S.; Wang, S.; Cerezo, M.; Holmes, Z. Exponential concentration in quantum kernel methods. Nat. Commun. 2024, 15, 5200. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  14. Schnabel, J.; Roth, M. Quantum kernel methods under scrutiny: A benchmarking study. Quantum Mach. Intell. 2024, 7, 58. [Google Scholar]
  15. Álvarez-Estévez, D. Benchmarking Quantum Machine Learning Kernel Training for Classification Tasks. IEEE Trans. Quantum Eng. 2025, 6, 2500215. [Google Scholar] [CrossRef] [Scilit]
  16. Cristianini, N.; Shawe-Taylor, J.; Elisseeff, A.; Kandola, J. On Kernel-Target Alignment. Adv. Neural Inf. Process. Syst. 2002, 14, 367–373. [Google Scholar] [CrossRef] [Scilit]
  17. Hubregtsen, T.; Wierichs, D.; Gil-Fuster, E.; Derks, P.-J.H.S.; Faehrmann, P.K.; Meyer, J.J. Training quantum embedding kernels on near-term quantum computers. Phys. Rev. A 2022, 106, 042431. [Google Scholar] [CrossRef] [Scilit]
  18. Pellow-Jarman, R.; Pillay, A.; Sinayskiy, I.; Petruccione, F. Hybrid genetic optimization for quantum feature map design. Quantum Mach. Intell. 2024, 6, 45. [Google Scholar] [CrossRef] [Scilit]
  19. Salmenperä, I.; Kuhtarskis, I.; Meijer-van de Griend, A.; Nurminen, J.K. The impact of feature embedding placement in the ansatz of a quantum kernel in QSVMs. arXiv 2024, arXiv:2409.13147. [Google Scholar]
  20. Gentinetta, G.; Sutter, D.; Zoufal, C.; Fuller, B.; Woerner, S. Quantum Kernel Alignment with Stochastic Gradient Descent. In Proceedings of the 2023 IEEE International Conference on Quantum Computing and Engineering (QCE); IEEE: New York, NY, USA, 2023; pp. 256–262. [Google Scholar]
  21. Hur, T.; Araujo, I.F.; Park, D.K. Neural quantum embedding: Pushing the limits of quantum supervised learning. Phys. Rev. A 2024, 110, 022411. [Google Scholar] [CrossRef] [Scilit]
  22. Sun, Y.; Wu, Z.; Tresp, V.; Ma, Y. Quantum Architecture Search with Unsupervised Representation Learning. Quantum 2026, 10, 1994. [Google Scholar]
  23. Situ, H.; Li, G.; Li, Z.; He, Z.; Li, Y.; Li, L. Data-efficient predictor-based quantum architecture search with semi-supervised learning. Phys. Rev. A 2026, 113, 012402. [Google Scholar] [CrossRef] [Scilit]
  24. Kundu, A.; Sarra, L. Reinforcement learning with learned gadgets to tackle hard quantum problems on real hardware. Commun. Phys. 2026, 9, 44. [Google Scholar] [CrossRef] [Scilit]
  25. Cerezo, M.; Verdon, G.; Huang, H.-Y.; Cincio, L.; Coles, P.J. Challenges and opportunities in quantum machine learning. Nat. Comput. Sci. 2022, 2, 567–576. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  26. Schuld, M. Supervised quantum machine learning models are kernel methods. arXiv 2021, arXiv:2101.11020. [Google Scholar]
  27. Jerbi, S.; Fiderer, L.J.; Nautrup, H.P.; Kübler, J.M.; Briegel, H.J.; Dunjko, V. Quantum machine learning beyond kernel methods. Nat. Commun. 2023, 14, 517. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  28. Suzuki, Y.; Yano, H.; Gao, Q.; Uno, S.; Tanaka, T.; Akiyama, M.; Yamamoto, N. Analysis and synthesis of feature map for kernel-based quantum classifier. Quantum Mach. Intell. 2020, 2, 9. [Google Scholar] [CrossRef] [Scilit]
  29. Rubinstein, R.Y.; Kroese, D.P. Simulation and the Monte Carlo Method; John Wiley & Sons: Hoboken, NJ, USA, 2016. [Google Scholar]
  30. Gentinetta, G.; Thomsen, A.; Sutter, D.; Woerner, S. The complexity of quantum support vector machines. Quantum 2024, 8, 1225. [Google Scholar] [CrossRef] [Scilit]
  31. Huang, H.-Y.; Broughton, M.; Mohseni, M.; Babbush, R.; Boixo, S.; Neven, H.; McClean, J.R. Power of data in quantum machine learning. Nat. Commun. 2021, 12, 2631. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  32. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
Figure 1. Training accuracy (mean ± std) for each dataset and method. The deterministic R min is the exact axis-aligned value; Monte Carlo methods produce lower-bound estimates by construction. Classical SVM baselines on the original input features are included only for reference.
Figure 1. Training accuracy (mean ± std) for each dataset and method. The deterministic R min is the exact axis-aligned value; Monte Carlo methods produce lower-bound estimates by construction. Classical SVM baselines on the original input features are included only for reference.
Quantumrep 08 00073 g001
Figure 2. Trade-off between the number of axes sampled and the resulting estimate of R min (mean ± std) over 30 runs. (a) Zoom on the low-cost region (0–300 axes) to clearly distinguish the Monte Carlo variants: Conservative ( t = 60 ), Pilot, and Adaptive. The dashed horizontal line indicates the exact deterministic value R min for reference. (b) Deterministic baseline evaluated on all 4096 Pauli-feature axes, giving the exact R min .
Figure 2. Trade-off between the number of axes sampled and the resulting estimate of R min (mean ± std) over 30 runs. (a) Zoom on the low-cost region (0–300 axes) to clearly distinguish the Monte Carlo variants: Conservative ( t = 60 ), Pilot, and Adaptive. The dashed horizontal line indicates the exact deterministic value R min for reference. (b) Deterministic baseline evaluated on all 4096 Pauli-feature axes, giving the exact R min .
Quantumrep 08 00073 g002
Table 1. Comparison between generalized minimum accuracy and other feature-map evaluation approaches in quantum kernel learning.
Table 1. Comparison between generalized minimum accuracy and other feature-map evaluation approaches in quantum kernel learning.
MethodTrainingFull KernelTraining-FreeReferences
QSVM validation accuracyYesYesNo[6,7,30]
Kernel-target alignmentNo YesYes[16,17]
Expressivity/concentration diagnosticsNoUsually yesYes[13,31]
Feature-map optimization/searchOften yesOften yesNo/partial[17,18]
Generalized R min NoNoYesThis work; [28]
Monte Carlo R ^ min NoNoYesThis work
Kernel-target alignment does not require training a final classifier, although it may be used as an objective for optimizing a quantum embedding or feature map.
Table 2. Feature projections a i ( x k ) for five representative Pauli axes, projections and their optimal threshold accuracies r i (balanced example, N = 6 ).
Table 2. Feature projections a i ( x k ) for five representative Pauli axes, projections and their optimal threshold accuracies r i (balanced example, N = 6 ).
Axis i (Pauli String) ( P 1 , P 2 , P 3 , N 1 , N 2 , N 3 ) r i
1 ( Z 1 ) ( 0.9 , 0.5 , 0.4 , 0.8 , 0.6 , 0.2 ) 0.667
2 ( Z 2 ) ( 0.2 , 0.8 , 0.3 , 0.7 , 0.9 , 0.1 ) 0.667
3 ( X 1 ) ( 0.2 , 0.9 , 0.7 , 0.4 , 0.1 , 0.6 ) 0.667
4 ( Z 1 Z 2 ) ( 0.8 , 0.3 , 0.9 , 0.7 , 0.2 , 0.1 ) 0.833
5 ( Y 1 ) ( 0.5 , 0.5 , 0.5 , 0.5 , 0.5 , 0.5 ) 0.500
Table 3. Numerical settings used by the Monte Carlo axis-selection procedures.
Table 3. Numerical settings used by the Monte Carlo axis-selection procedures.
MethodHyperparameterValue
ConservativeConfidence level 1 δ 0.95
ConservativeLower bound p cons 0.05
ConservativeNumber of sampled axes t60
PilotPilot sample size n pilot 50
PilotPilot quantile used to define η 0.75
PilotConfidence level 1 δ 0.95
PilotEstimated fraction of promising axes p ^ (estimated from pilot sample)
PilotTotal sample size t req computed from (22)
AdaptiveBatch size30
AdaptivePatience3
AdaptiveStability tolerance 1 × 10 3
AdaptiveMaximum axis budget409 (or 500 when d large)
Table 4. Mean training accuracy (±std) over 30 runs for n = 6 qubits ( d = 4096 ). The deterministic R min is exact; Monte Carlo estimates are lower bounds by construction.
Table 4. Mean training accuracy (±std) over 30 runs for n = 6 qubits ( d = 4096 ). The deterministic R min is exact; Monte Carlo estimates are lower bounds by construction.
DatasetDet. R min Cons. (60)PilotAdaptiveSVM Pauli
Blobs0.672 ± 0.0270.624 ± 0.0210.641 ± 0.0270.640 ± 0.0321.000 ± 0.000
Circles0.711 ± 0.0280.650 ± 0.0540.680 ± 0.0440.667 ± 0.0430.767 ± 0.039
Linear_Separable0.664 ± 0.0240.622 ± 0.0170.629 ± 0.0160.637 ± 0.0241.000 ± 0.000
Moons0.639 ± 0.0210.604 ± 0.0250.625 ± 0.0250.624 ± 0.0300.700 ± 0.027
Multi_Cluster0.649 ± 0.0150.618 ± 0.0150.629 ± 0.0150.624 ± 0.0181.000 ± 0.000
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gonçalves, D.N.; Fernandes, T.D.; Cordeiro, A.M.M.; Lugao, P.H.G.; Dias, J.T.; Araújo Moreira, F.M. Certified Lower Bounds and Efficient Estimation of Minimum Accuracy in Quantum Kernel Methods. Quantum Rep. 2026, 8, 73. https://doi.org/10.3390/quantum8030073

AMA Style

Gonçalves DN, Fernandes TD, Cordeiro AMM, Lugao PHG, Dias JT, Araújo Moreira FM. Certified Lower Bounds and Efficient Estimation of Minimum Accuracy in Quantum Kernel Methods. Quantum Reports. 2026; 8(3):73. https://doi.org/10.3390/quantum8030073

Chicago/Turabian Style

Gonçalves, Demerson N., Tharso D. Fernandes, Andrias M. M. Cordeiro, Pedro H. G. Lugao, João T. Dias, and Fernando M. Araújo Moreira. 2026. "Certified Lower Bounds and Efficient Estimation of Minimum Accuracy in Quantum Kernel Methods" Quantum Reports 8, no. 3: 73. https://doi.org/10.3390/quantum8030073

APA Style

Gonçalves, D. N., Fernandes, T. D., Cordeiro, A. M. M., Lugao, P. H. G., Dias, J. T., & Araújo Moreira, F. M. (2026). Certified Lower Bounds and Efficient Estimation of Minimum Accuracy in Quantum Kernel Methods. Quantum Reports, 8(3), 73. https://doi.org/10.3390/quantum8030073

Article Metrics

Back to TopTop