Supervised Latent Restructuring for Small-Data Quantum Learning in Plant Phenomics
Summary
This paper proposes a hybrid quantum-classical workflow for plant phenomics classification under small-data regimes, using supervised latent restructuring (PCA + LDA) to improve geometric separability before quantum kernel alignment. Experiments show improved separability but highlight compression trade-offs and the difficulty of achieving strong quantum performance.
View Cached Full Text
Cached at: 05/21/26, 06:25 AM
# Supervised Latent Restructuring for Small-Data Quantum Learning in Plant Phenomics
Source: [https://arxiv.org/html/2605.20413](https://arxiv.org/html/2605.20413)
Alakananda Mitra[https://orcid.org/0000-0002-8796-4819](https://orcid.org/0000-0002-8796-4819) Nebraska Water Center, IANR University of Nebraska–Lincoln Lincoln, NE 68588 amitra6@unl\.edu &David H\. Fleisher[https://orcid.org/0000-0002-0631-3986](https://orcid.org/0000-0002-0631-3986), Vangimalla Reddy Adaptive Cropping Systems Laboratory USDA\-ARS Beltsville, MD 20705 \{david\.fleisher, vangimalla\.reddy\}@usda\.gov &Chittaranjan Ray[https://orcid.org/0000-0002-1731-2030](https://orcid.org/0000-0002-1731-2030) Nebraska Water Center, DWFI University of Nebraska–Lincoln Lincoln, NE 68588 cray@nebraska\.edu
###### Abstract
High\-dimensional biological data often exhibit a severe mismatch between feature dimensionality and sample size, making reliable classification difficult in extremely small\-data regimes\. In these settings, kernel methods can lose discriminative power when latent compression fails to preserve class\-separating structure\. We study this problem in fine\-grained plant phenomics and propose a hybrid workflow that compresses 1280\-dimensional deep image embeddings into a 64\-dimensional PCA space and then restructures them into an 11\-dimensional supervised latent space using Linear Discriminant Analysis \(LDA\), followed by GPU\-accelerated Quantum Kernel Alignment \(QKA\) on NVIDIA L40S hardware\. Empirically, supervised latent restructuring substantially improves the geometric separability of the compressed representation, increasing the Silhouette coefficient from 0\.003 in the raw embedding space and \-0\.006 in PCA\-64 to 0\.197 in the supervised LDA\-11 space\. However, downstream classical evaluation reveals a clear compression trade\-off: Linear SVM and XGBoost improve in the restructured latent space, whereas RBF\-SVM and Random Forest degrade under the same 11\-dimensional bottleneck\. Under a constrained optimization budget, QKA in this regime remains challenging, indicating that latent geometry alone is not sufficient for strong trainable quantum performance\. These findings position representation geometry as a central design variable in small\-data quantum learning and expose the practical difficulty of recovering nonlinear discriminative structure from aggressively compressed biological representations\.
## 1Introduction
High\-dimensional biological sensing data often present a severe mismatch between feature dimensionality and sample size\. This challenge is especially pronounced in plant phenomics, where disease recognition must often be performed from limited labeled data despite substantial visual complexity across classes\. In fine\-grained plant pathology, diagnostically meaningful differences may appear through subtle lesion texture, discoloration, or morphology rather than large global changes, making reliable classification difficult even for strong machine learning modelsMohantyet al\.\([2016](https://arxiv.org/html/2605.20413#bib.bib15)\); Ferentinos \([2018](https://arxiv.org/html/2605.20413#bib.bib16)\); Barbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\)\. Under such conditions, the challenge is not only learning from a few examples but also preserving biologically meaningful structure when high\-dimensional representations are compressed for downstream inference\.
This issue becomes particularly important in quantum machine learning \(QML\)\. Many practical quantum pipelines are fundamentally qubit\-limited: they cannot directly process high\-dimensional classical embeddings and therefore require aggressive dimensionality reduction before quantum encodingHavlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\); Schuld and Killoran \([2019](https://arxiv.org/html/2605.20413#bib.bib2)\)\. In practice, this creates a difficult trade\-off\. Compression is necessary to make quantum learning feasible, but it may also remove class\-separating information that is essential for reliable classification\. As a result, the success of quantum kernel methods may depend not only on the quantum circuit or optimizer, but also on how the classical representation is restructured before it is mapped into Hilbert spaceHavlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\); Schuld and Killoran \([2019](https://arxiv.org/html/2605.20413#bib.bib2)\)\.
Most practical dimensionality reduction pipelines rely on unsupervised methods such as Principal Component Analysis \(PCA\), which preserve dominant variance directions but do not explicitly preserve class\-discriminative structureJolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\)\. By contrast, Linear Discriminant Analysis \(LDA\) constructs supervised projections that maximize between\-class separation relative to within\-class variationFisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\)\. This distinction is especially important in small\-data and fine\-grained settings, where diagnostically useful variation may not coincide with the directions of the largest global varianceJolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\); Fisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\); Barbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\)\. This suggests that representation geometry should be treated not as a preprocessing detail but as a central design variable for small\-data QML\.
In this work, we study this problem in fine\-grained plant phenomics through a hybrid classical\-quantum pipeline\. Starting from 1280\-dimensional deep image embeddings extracted using EfficientNet\-B0Tan and Le \([2019](https://arxiv.org/html/2605.20413#bib.bib18)\), we first compress the features into a 64\-dimensional PCA space and then apply supervised LDA to obtain an 11\-dimensional class\-aware latent representation\. This*Supervised Latent Restructuring*\(SLR\) stage is followed by Angle\-Aware Latent Rescaling and Quantum Kernel Alignment \(QKA\), implemented using GPU\-accelerated simulation on NVIDIA L40S hardware\. Rather than assuming that supervised compression is universally beneficial, we examine how this restructuring changes both latent geometry and downstream behavior across classical and quantum learners\.
Our empirical results reveal a nuanced picture\. On the one hand, supervised latent restructuring substantially improves the geometric separability of the compressed representation, as measured by both Silhouette analysis and low\-dimensional visualization\. On the other hand, its downstream effect is strongly model\-dependent: some classical learners benefit from the supervised latent space, while stronger nonlinear baselines degrade under the same 11\-dimensional bottleneck\. QKA in this regime achieves nontrivial multiclass performance but remains challenging under constrained optimization and evaluation budgets\. These findings collectively suggest that a qubit\-compatible latent space is necessary but not sufficient for strong trainable quantum performance\.
The main contribution of this paper is therefore not a claim of quantum superiority, but a careful empirical study of representation geometry under extreme compression in biologically realistic small\-data settings\. We show that supervised latent restructuring can substantially improve separability while still introducing trade\-offs across downstream learners, and we use this setting to examine the practical limits of trainable quantum kernels in a fine\-grained 12\-class plant pathology task\. More broadly, our results argue that future progress in small\-data QML will likely require co\-design across representation learning, compression, and quantum optimization\.
In summary, our contributions are:
- •We introduce a hybrid pipeline for small\-data plant phenomics that combines deep feature extraction, PCA\-based compression, supervised latent restructuring via LDA, angle\-aware rescaling, and Quantum Kernel Alignment\.
- •We show that supervised latent restructuring substantially improves the geometric separability of the compressed latent space, but introduces a model\-dependent trade\-off across classical learners\.
- •We evaluate trainable QKA in the resulting 11\-dimensional latent space and show that, under constrained optimization budgets, the method achieves nontrivial multiclass performance while remaining substantially below the strongest classical baselines\.
- •We identify representation geometry as a central design variable in small\-data quantum learning and highlight the practical difficulty of recovering nonlinear discriminative structure from aggressively compressed biological representations\.
## 2Related Work
Quantum Kernel Alignment and Trainable Quantum Kernels:Quantum kernel methods have emerged as a promising direction in quantum machine learning by mapping classical data into high\-dimensional Hilbert spaces, where linear separation may become easier\. Foundational work by Schuld and KilloranSchuld and Killoran \([2019](https://arxiv.org/html/2605.20413#bib.bib2)\)and Havlíček et al\.Havlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\)established the basis for quantum feature maps and kernel\-based quantum classification\. To address this, recent work has explored trainable quantum kernels and alignment\-based objectives that adapt the kernel to the downstream taskGlicket al\.\([2024](https://arxiv.org/html/2605.20413#bib.bib3)\)rather than relying on fixed encoding alone\. However, practical deployment remains challenging because trainable quantum models can suffer from optimization pathologies, including vanishing gradients and poor trainability in larger parameterized circuitsMcCleanet al\.\([2018](https://arxiv.org/html/2605.20413#bib.bib4)\), motivating the use of gradient\-free stochastic methods such as SPSASpall \([1992](https://arxiv.org/html/2605.20413#bib.bib19)\)\. Our work builds on this line of research by studying Quantum Kernel Alignment \(QKA\) in a fine\-grained multiclass biological setting\. In contrast to the predominantly binary or small\-class benchmarks often considered in prior work, we focus on a 12\-class plant pathology problem under extreme small\-data constraints, where both optimization and representation quality become critical\.
Latent Space Geometry and Dimensionality Reduction for QML:A major bottleneck in quantum machine learning is the encoding of high\-dimensional classical data into qubit\-limited quantum representations\. Because current quantum pipelines can process only a small number of input dimensions, most practical approaches rely on dimensionality reduction before quantum embedding\. Principal Component Analysis \(PCA\) is commonly used for this purpose because it preserves dominant variance directions in a compact formJolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\)\. However, PCA is unsupervised and therefore not explicitly optimized to preserve class\-discriminative information\. By contrast, Linear Discriminant Analysis \(LDA\) constructs supervised projections that maximize between\-class separation relative to within\-class variationFisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\)\. This distinction is especially important in small\-data and fine\-grained classification settings, where diagnostically meaningful variation may not align with the directions of largest global varianceJolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\); Fisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\); Barbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\)\. Prior work has emphasized that the geometry of the input representation strongly influences downstream kernel performance, including in quantum settings where the induced feature space is highly sensitive to the structure of the encoded dataSchuld and Killoran \([2019](https://arxiv.org/html/2605.20413#bib.bib2)\); Havlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\)\. Motivated by this observation, our work introduces*Supervised Latent Restructuring*\(SLR\), which combines PCA\-based denoising with Linear Discriminant Analysis \(LDA\) to better preserve class\-separating structure before quantum mapping\. This positions representation geometry not as a preprocessing detail, but as a central design variable in small\-data quantum learning\.
Quantum Machine Learning for Agriculture and Plant Phenomics:Image\-based plant disease recognition has been widely studied using deep learning, especially convolutional neural networks and transfer learning approachesMohantyet al\.\([2016](https://arxiv.org/html/2605.20413#bib.bib15)\); Ferentinos \([2018](https://arxiv.org/html/2605.20413#bib.bib16)\); Mitraet al\.\([2023](https://arxiv.org/html/2605.20413#bib.bib12)\)\. However, plant disease classification remains sensitive to dataset size, class diversity, and subtle visual overlap between categoriesBarbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\), making fine\-grained phenomics a particularly challenging setting\. In such applications, diagnostically meaningful cues may appear as small differences in lesion texture, discoloration, or morphology rather than large global changesFerentinos \([2018](https://arxiv.org/html/2605.20413#bib.bib16)\); Barbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\)\. While classical deep learning for plant disease recognition is now well established, quantum machine learning in this domain remains comparatively limited\. Our work instead studies a balanced 12\-class plant pathology problem in an extremely small\-data regime and develops a hybrid quantum kernel pipeline tailored to this setting\. Rather than proposing an end\-to\-end quantum vision model, we focus on how representation compression and latent geometry affect quantum kernel learning in a realistic fine\-grained phenomics task\.
Gap in Existing Literature:Taken together, prior work indicates that the success of quantum kernel methods depends not only on the choice of the quantum feature map or optimization procedure, but also on the geometry of the classical representation being encoded\. Yet most existing studies treat dimensionality reduction primarily as a qubit\-budget constraint rather than as a discriminative design problem\. As a result, the role of supervised latent restructuring before quantum mapping remains underexplored, particularly in fine\-grained, small\-data biological applications\. This limitation is especially relevant in plant phenomics, where diagnostically important differences are often subtle, locally structured, and difficult to preserve under aggressive compression\. Our work addresses this gap by showing that explicitly restructuring latent space around class\-separating directions substantially improves latent separability and provides a more structured entry point for trainable quantum kernels in a 12\-class plant pathology setting\.
## 3Method
We propose a four\-stage pipeline that links high\-resolution visual representations in plant phenomics with the low\-dimensional structure required for quantum kernel learning, followed by a brief description of the computational implementation\. The key idea is to preserve diagnostically meaningful biological variation while transforming deep image features into a compact latent space suitable for quantum encoding\. In particular, we address the loss of class\-discriminative structure that can arise when high\-dimensional embeddings are compressed under extremely small\-data conditions\.
#### Deep Feature Extraction:
We first map each leaf image into a high\-dimensional feature space using transfer learning\. Specifically, we employ an EfficientNet\-B0 backboneTan and Le \([2019](https://arxiv.org/html/2605.20413#bib.bib18)\)pretrained on ImageNet to extract deep embeddings from the Global Average Pooling layer, resulting in a vector𝐞i∈ℝD\\mathbf\{e\}\_\{i\}\\in\\mathbb\{R\}^\{D\}for each sampleii, whereD=1280D=1280\. EfficientNet\-B0 was selected because it provides compact and expressive pretrained features for fine\-grained plant pathology classification\.
In preliminary backbone comparisons conducted over the full dataset, EfficientNet\-B0 yielded the highest Silhouette score \(0\.0310\.031\), compared with0\.00150\.0015for EfficientNet\-B3 and−0\.0021\-0\.0021for ViT\. Although all three scores remain close to zero, EfficientNet\-B0 provided the strongest relative class separation and was therefore selected for the downstream compression and quantum\-learning pipeline\. Although EfficientNet\-B0 yielded the highest Silhouette score among the evaluated backbones, the absolute value remained low, indicating that the raw pretrained embedding space was still highly overlapping at the dataset level\. This is consistent with the fine\-grained nature of the task, which includes subtle symptom differences and compound disease classes\. Thus, EfficientNet\-B0 was selected not because it produced a cleanly clustered representation, but because it provided the strongest relative starting point for downstream supervised restructuring\.
#### Supervised Latent Restructuring \(SLR\):
To make the classical embeddings compatible with the Noisy Intermediate\-Scale Quantum \(NISQ\)\-era quantum encoding, we compress the 1280\-dimensional EfficientNet\-B0 features into an 11\-dimensional latent space through a two\-stage transformation\.
1. 1\.Unsupervised Denoising:We first apply Principal Component Analysis \(PCA\)Jolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\)to the training embeddings and retain the topdpca=64d\_\{\\mathrm\{pca\}\}=64components\. This step reduces dimensionality while filtering redundant variation and high\-dimensional noise, thereby stabilizing the subsequent supervised projection: 𝐳pca,i=𝐖pca⊤\(𝐞i−𝝁train\)\\mathbf\{z\}\_\{\\mathrm\{pca\},i\}=\\mathbf\{W\}\_\{\\mathrm\{pca\}\}^\{\\top\}\(\\mathbf\{e\}\_\{i\}\-\\boldsymbol\{\\mu\}\_\{\\mathrm\{train\}\}\)\(1\)where𝐖pca\\mathbf\{W\}\_\{\\mathrm\{pca\}\}denotes the PCA projection matrix and𝝁train\\boldsymbol\{\\mu\}\_\{\\mathrm\{train\}\}is the mean embedding computed from the training set\.
2. 2\.Supervised Discrimination:We then apply Linear Discriminant Analysis \(LDA\)Fisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\)in the PCA subspace to obtain a supervised representation that maximizes between\-class variance relative to within\-class varianceBelhumeuret al\.\([1997](https://arxiv.org/html/2605.20413#bib.bib8)\)\. This yields a final latent representation𝐳i∈ℝd\\mathbf\{z\}\_\{i\}\\in\\mathbb\{R\}^\{d\}withd=11d=11, corresponding to the maximum discriminative dimensionality available for aC=12C=12class problem, i\.e\.,d≤C−1d\\leq C\-1Bishop \([2006](https://arxiv.org/html/2605.20413#bib.bib9)\)\. The resulting latent space is designed to preserve class\-separating structure before quantum encoding\.
To avoid data leakage, the PCA basis, LDA projection, and all feature scaling parameters are fit only on the training set and then reused for validation and test data without modification\. These 11\-dimensional latent vectors are subsequently passed to the downstream quantum feature map\. Their comparative efficacy against higher\-dimensional classical baselines is evaluated in Section[4](https://arxiv.org/html/2605.20413#S4)\.
#### Angle\-Aware Latent Rescaling \(AALR\):
The 11\-dimensional supervised latent vectors must be numerically aligned with the periodic structure of rotation\-based quantum feature maps\. Directly injecting unbounded latent values into phase\-encoding circuits can induce unstable behavior, including angular wrapping and reduced kernel sensitivity\. Prior work has shown that rotation\-based quantum encodings exhibit inherent periodicity and sensitivity to input magnitudeHavlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\); Schuld and Killoran \([2019](https://arxiv.org/html/2605.20413#bib.bib2)\), motivating controlled rescaling before embedding\. To address this, we apply Angle\-Aware Latent Rescaling \(AALR\) \(Algorithm[1](https://arxiv.org/html/2605.20413#algorithm1)\), which maps each latent coordinate into a bounded interval\[a,b\]\[a,b\]\. Formally, AALR computes per\-dimension extremazjminz\_\{j\}^\{\\min\}andzjmaxz\_\{j\}^\{\\max\}strictly from the training set and applies a component\-wise affine transformation:
z~ij=a\+\(b−a\)zij−zjminzjmax−zjmin\+ε\\tilde\{z\}\_\{ij\}=a\+\(b\-a\)\\frac\{z\_\{ij\}\-z\_\{j\}^\{\\min\}\}\{z\_\{j\}^\{\\max\}\-z\_\{j\}^\{\\min\}\+\\varepsilon\}\(2\)whereε=10−8\\varepsilon=10^\{\-8\}is a stability constant\. We evaluated both\[0,1\]\[0,1\]and\[0,π\]\[0,\\pi\]as target intervals\. Empirically,\[0,1\]\[0,1\]yielded more stable*Simultaneous Perturbation Stochastic Approximation*\(SPSA\)Spall \([1992](https://arxiv.org/html/2605.20413#bib.bib19)\)optimization, whereas\[0,π\]\[0,\\pi\]was more difficult to train reliably under the available iteration budget\. Unless otherwise stated, we report results for the configuration selected based on validation performance\.
Input:Training embeddings
\{𝐞i\}i∈𝒯\\\{\\mathbf\{e\}\_\{i\}\\\}\_\{i\\in\\mathcal\{T\}\}, evaluation embeddings
\{𝐞i\}i∈ℰ\\\{\\mathbf\{e\}\_\{i\}\\\}\_\{i\\in\\mathcal\{E\}\}, intermediate PCA dimension
dpcad\_\{\\mathrm\{pca\}\}, final LDA dimension
doutd\_\{\\mathrm\{out\}\}, target interval
\[a,b\]\[a,b\], stability constant
ε\\varepsilon
Output:Rescaled supervised latent features
\{𝐳~i\}\\\{\\tilde\{\\mathbf\{z\}\}\_\{i\}\\\}
Compute PCA on
\{𝐞i\}i∈𝒯\\\{\\mathbf\{e\}\_\{i\}\\\}\_\{i\\in\\mathcal\{T\}\}and project all samples to the intermediate space
𝐳pca,i∈ℝdpca\\mathbf\{z\}\_\{\\mathrm\{pca\},i\}\\in\\mathbb\{R\}^\{d\_\{\\mathrm\{pca\}\}\};
Fit LDA on
\{𝐳pca,i\}i∈𝒯\\\{\\mathbf\{z\}\_\{\\mathrm\{pca\},i\}\\\}\_\{i\\in\\mathcal\{T\}\}using class labels and project to the final latent space:
𝐳i=𝐖lda⊤\(𝐳pca,i−𝝁lda\),∀i∈𝒯∪ℰ\\mathbf\{z\}\_\{i\}=\\mathbf\{W\}\_\{\\mathrm\{lda\}\}^\{\\top\}\(\\mathbf\{z\}\_\{\\mathrm\{pca\},i\}\-\\boldsymbol\{\\mu\}\_\{\\mathrm\{lda\}\}\),\\qquad\\forall i\\in\\mathcal\{T\}\\cup\\mathcal\{E\}
For each latent dimension
j∈\{1,…,dout\}j\\in\\\{1,\\dots,d\_\{\\mathrm\{out\}\}\\\}, compute training\-set extrema:
zjmin=mini∈𝒯zij,zjmax=maxi∈𝒯zijz\_\{j\}^\{\\min\}=\\min\_\{i\\in\\mathcal\{T\}\}z\_\{ij\},\\qquad z\_\{j\}^\{\\max\}=\\max\_\{i\\in\\mathcal\{T\}\}z\_\{ij\}
For each sample
i∈𝒯∪ℰi\\in\\mathcal\{T\}\\cup\\mathcal\{E\}and each dimension
j∈\{1,…,dout\}j\\in\\\{1,\\dots,d\_\{\\mathrm\{out\}\}\\\}, rescale:
z~ij=a\+\(b−a\)zij−zjminzjmax−zjmin\+ε\\tilde\{z\}\_\{ij\}=a\+\(b\-a\)\\frac\{z\_\{ij\}\-z\_\{j\}^\{\\min\}\}\{z\_\{j\}^\{\\max\}\-z\_\{j\}^\{\\min\}\+\\varepsilon\}
Form the rescaled supervised vector
𝐳~i=\[z~i1,…,z~idout\]⊤\\tilde\{\\mathbf\{z\}\}\_\{i\}=\[\\tilde\{z\}\_\{i1\},\\dots,\\tilde\{z\}\_\{id\_\{\\mathrm\{out\}\}\}\]^\{\\top\};
Use
𝐳~i\\tilde\{\\mathbf\{z\}\}\_\{i\}as input to the quantum feature map
Φ\(𝐳~i\)\\Phi\(\\tilde\{\\mathbf\{z\}\}\_\{i\}\)for kernel alignment and QSVC classification;
Algorithm 1Angle\-Aware Latent Rescaling \(AALR\) with SLR
#### Quantum Kernel Alignment \(QKA\):
The rescaled vectors𝐳~i\\tilde\{\\mathbf\{z\}\}\_\{i\}serve as inputs to an 11\-qubitZZFeatureMap\. To adapt the induced kernel to the biological traits of the 12 disease classes, we perform Quantum Kernel Alignment \(QKA\) using aRealAmplitudesansatzKandalaet al\.\([2017](https://arxiv.org/html/2605.20413#bib.bib20)\)as a trainable variational layer\. For two samplesiiandkk, the kernel entry is defined by the transition probabilityHavlíčeket al\.\([2019](https://arxiv.org/html/2605.20413#bib.bib1)\):
K\(𝐳~i,𝐳~k;θ\)=\|⟨Φ\(𝐳~i;θ\)∣Φ\(𝐳~k;θ\)⟩\|2K\(\\tilde\{\\mathbf\{z\}\}\_\{i\},\\tilde\{\\mathbf\{z\}\}\_\{k\};\\theta\)=\\left\|\\left\\langle\\Phi\(\\tilde\{\\mathbf\{z\}\}\_\{i\};\\theta\)\\mid\\Phi\(\\tilde\{\\mathbf\{z\}\}\_\{k\};\\theta\)\\right\\rangle\\right\|^\{2\}\(3\)
whereΦ\(𝐳~,θ\)=U\(θ\)V\(𝐳~\)\|0⟩⊗n\\Phi\(\\tilde\{\\mathbf\{z\}\},\\theta\)=U\(\\theta\)V\(\\tilde\{\\mathbf\{z\}\}\)\\left\|0\\right\\rangle^\{\\otimes n\}represents the state preparation incorporating the variational ansatzU\(θ\)U\(\\theta\)and the data\-encoding circuitV\(𝐳~\)V\(\\tilde\{\\mathbf\{z\}\}\)\. To guide training, we define an ideal class\-label similarity matrix whose entries indicate whether two samples belong to the same class:
\[Ktarget\]ik=\{1,yi=yk0,yi≠yk\[K\_\{\\mathrm\{target\}\}\]\_\{ik\}=\\begin\{cases\}1,&y\_\{i\}=y\_\{k\}\\\\ 0,&y\_\{i\}\\neq y\_\{k\}\\end\{cases\}\(4\)
We then optimize the parametersθ\\thetausing SPSA to maximize alignment between the learned kernel and this target similarity structure\. This alignment process is intended to adapt the induced quantum feature space to the class structure of the 11\-dimensional classical latent manifold\.
## 4Experiments
### 4\.1Experimental Setup and Baselines
We conduct experiments on the Plant Pathology 2021 fine\-grained apple disease classification datasetThapaet al\.\([2021](https://arxiv.org/html/2605.20413#bib.bib21)\)\. This dataset presents a significant challenge for latent space restructuring due to the presence of “complex” and “multi\-disease” labels, where a single leaf may exhibit overlapping symptoms of multiple pathologies\. We treat these as distinct categories within our 12\-class framework to test the capacity of the Supervised Latent Restructuring \(SLR\) pipeline to resolve subtle, co\-occurring morphological variations\.
To assess the discriminative effect of the SLR pipeline, we established a benchmarking suite using four classical classifiers: Linear SVM, RBF\-kernel SVM, Random Forest, and XGBoost\. These models were evaluated under two feature regimes: the 64\-dimensional PCA subspace and the 11\-dimensional LDA\-refined latent space\. Following the protocol described in Section[3](https://arxiv.org/html/2605.20413#S3), all models were trained on a strictly balanced subset of 10 samples per class \(N=120N=120\) and validated on 3 samples per class\. For classical baselines, final performance was measured on the full held\-out test set of 1,000 samples to assess the generalization of the compressed representations in a few\-shot setting\.
For QKA, we used the same balanced training and validation subsets, but the final evaluation was performed on a balanced test subset containing up to 30 samples per class, where available\. This reduced test protocol was necessary because full kernel evaluation on the complete test set was computationally expensive under the available runtime budget\. Validation performance was used to select the downstream QSVC regularization parameter\. We report Accuracy, Macro\-F1, and Weighted\-F1, with Macro\-F1 serving as an especially important metric due to class imbalance in the held\-out data\.
#### Implementation Details:
All experiments were implemented in Python 3\.10 using scikit\-learn for PCA, LDA, and classical benchmarking, and PyTorch for deep feature extraction via EfficientNet\-B0\. Quantum circuits and kernel alignment were developed using Qiskit and Qiskit Machine Learning\. Detailed hyperparameter configurations for both the classical baselines and the QKA optimization pipeline are provided in Tables[1](https://arxiv.org/html/2605.20413#S4.T1)and[2](https://arxiv.org/html/2605.20413#S4.T2)\. Because QKA requires repeatedO\(N2\)O\(N^\{2\}\)kernel matrix evaluations, training is computationally demanding even in this small\-data regime and requires GPU acceleration\. We therefore performed simulations on a high\-performance computing \(HPC\) cluster \(Atlas on the USDA SCINet\) using theAerSimulatorwith single\-precision floating\-point arithmetic on NVIDIA L40S GPUs\. A full audit of computational resources and GPU\-hours is documented in Table[3](https://arxiv.org/html/2605.20413#S4.T3)\. This hardware acceleration made iterative optimization over the 12\-class pathology task tractable, though kernel evaluation remained the dominant computational bottleneck\.
Table 1:Hyperparameters and Technical Configurations for QKA Optimization\.Table 2:Hyperparameters for Classical Baseline Models\.Table 3:Computational Resources and Execution Environment\.
### 4\.2Results
We begin our analysis by evaluating the structural properties of the feature space across different representational tiers to validate the geometric effectiveness of the Supervised Latent Restructuring \(SLR\) pipeline\.
#### Representation Geometry Under Supervised Latent Restructuring:
To quantify the effect of our Supervised Latent Restructuring \(SLR\) framework, we computed Silhouette coefficients across three representational tiers\. Raw embeddings and unsupervised PCA\-64 projections yielded scores near or below zero \(0\.0030\.003and−0\.006\-0\.006, respectively\), indicating substantial class inter\-mixing\. In contrast, the supervised LDA\-11 space achieved a markedly higher score of0\.1970\.197, showing that SLR transforms a highly overlapping feature space into a substantially more structured latent manifold\. The transition from a negative to a positive Silhouette coefficient signifies a fundamental shift from a regime where intra\-class distance exceeds inter\-class distance to one where meaningful class boundaries emerge\. This indicates that the 11\-dimensional supervised bottleneck is not merely a reduction in volume, but a purposeful distillation of discriminative structure\. Although preliminary comparisons suggested that applying LDA directly to the raw embeddings could yield stronger apparent separability, we retained the PCA→\\rightarrowLDA pipeline because it provides a more controlled compression stage prior to supervised restructuring, which is better aligned with the qubit\-limited and small\-data constraints of the downstream quantum setting\.
We further assessed the qualitative effect of SLR by projecting both PCA\-64 and PCA\-64→\\rightarrowLDA\-11 representations into two dimensions for visualization \(Fig\.[1](https://arxiv.org/html/2605.20413#S4.F1)\)\. While the PCA projection exhibits strong class overlap, the LDA projection reveals the emergence of more compact and separated class groupings\. This visual trend is consistent with the Silhouette analysis and indicates that the supervised latent space is better organized around class\-discriminative directions\.
\(a\)Unsupervised PCA\-64
\(b\)Supervised LDA\-11 \(SLR\)
Figure 1:Latent space geometries for the 12\-class pathology task\. \(a\) Unsupervised PCA retains variance but exhibits high class overlap\. \(b\) Supervised restructuring \(SLR\) yields distinct clusters, providing the foundation for QKA\.
#### Classical Baselines Under Compression:
The empirical comparisons in Fig\.[2](https://arxiv.org/html/2605.20413#S4.F2)across the two representation spaces\- the original 64\-dimensional PCA space and the compressed PCA→\\rightarrowLDA\-11 space\- reveal that supervised latent restructuring does not yield uniform gains across all learners; instead, its performance depends heavily on model bias\.


Figure 2:Classical Benchmarking under Dimensionality Constraints\. \(a\) Accuracy and \(b\) Macro\-F1 for the 12\-class pathology task across two representation tiers\. The transition to LDA\-11 reveals a divergent trend: linear\-biased models improve through class\-aware alignment, while flexible non\-linear learners lose discriminative “texture\.” This 11D bottleneck provides a challenging target for QKA\.Linear SVM and XGBoost improved after LDA restructuring, with Linear SVM accuracy increasing from 0\.299 to 0\.328 and XGBoost from 0\.337 to 0\.350\. The same pattern appears in Macro\-F1, where Linear SVM improved from 0\.189 to 0\.202 and XGBoost from 0\.185 to 0\.196\. By contrast, RBF\-SVM and Random Forest degraded under the compressed 11\-dimensional representation\. RBF\-SVM accuracy dropped from 0\.403 to 0\.310, with Macro\-F1 decreasing from 0\.250 to 0\.188, while Random Forest accuracy declined from 0\.410 to 0\.380\.
Figure 3:Class\-wiseF1F\_\{1\}comparison across classical baselines under PCA\-64 and PCA→\\rightarrowLDA\-11 representations\. The figure highlights the supervised compression trade\-off: the compressed supervised latent space improves some learners, but substantially degrades high\-capacity nonlinear models on several minority and visually similar classes\.The class\-wiseF1F\_\{1\}analysis in Fig\.[3](https://arxiv.org/html/2605.20413#S4.F3)makes the supervised compression trade\-off more explicit\. While the SLR pipeline \(1280→64→111280\\rightarrow 64\\rightarrow 11\) improves the representation for some learners, it also reduces the discriminative richness available to high\-capacity nonlinear models\. In the 64\-dimensional PCA space, RBF\-SVM and Random Forest exploit higher\-dimensional variation to separate complex disease boundaries more effectively\. After compression to the 11\-dimensional LDA space, these models degrade substantially, including near\-zeroF1F\_\{1\}scores for several minority and visually similar classes\. This pattern suggests that aggressive compression strengthens compact class\-aware structure while also removing fine\-grained variation that certain classical nonlinear learners rely on\.
These results directly motivate the quantum phase of our study\. The classical baselines show that PCA\-64 remains a strong benchmark, while the LDA\-11 space provides a more structured and qubit\-compatible representation that is nevertheless difficult for strong nonlinear classical models\. We therefore evaluate whether QKA can exploit this compressed latent geometry more effectively under qubit\-limited constraints\.
#### Quantum Kernel Alignment on the Supervised Latent Space:
When evaluating Quantum Kernel Alignment \(QKA\) within the compressed 11\-dimensional latent geometry described in Table[4](https://arxiv.org/html/2605.20413#S4.T4), the optimized downstream Quantum Support Vector Classifier \(QSVC\) achieved a validation accuracy of19\.4%19\.4\\%and a validation Macro\-F1 score of0\.1630\.163\(C=1\.0C=1\.0\)\. On the balanced test subset, the corresponding model achieved23\.6%23\.6\\%accuracy,0\.2120\.212Macro\-F1, and0\.2620\.262weighted F1\-score\.
Table 4:QKA results on the supervised PCA→\\rightarrowLDA\-11 latent space\. Validation selects the QSVC regularization parameter\. Test results are reported on a balanced subset containing up to 30 samples per class where available\.While these results trail the classical PCA\-64 benchmarks, they demonstrate that the quantum kernel extracts discriminative structure from an extreme few\-shot signal \(10 samples/class\)\. Given the high complexity of the 12\-class fine\-grained disease framework and the tight constraints of the optimization budget, this performance indicates a nontrivial mapping into the quantum Hilbert space that partially recovers the class\-separating features lost during classical LDA compression\.
At the class level, performance remained uneven\. The optimized quantum kernel achieved relatively strong signal recovery for Class33\(F1 =0\.570\.57\) and moderate performance for Class11\(F1 =0\.390\.39\), but several other classes remained difficult, with low or near\-zero F1\-scores\. Ultimately, these results indicate that QKA captures nontrivial multiclass structure in the compressed 11\-dimensional latent space, but remains substantially below the strongest classical baselines under the current optimization budget\.
### 4\.3Discussion
The results show that supervised latent restructuring is best understood as a geometry\-shaping operation rather than a uniformly beneficial compression strategy\. The PCA→\\rightarrowLDA transition substantially increases latent\-space separability, as seen in both the Silhouette analysis and the two\-dimensional projections, confirming that the supervised step reorganizes the compressed representation around class\-discriminative directionsFisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\)\. However, the downstream effects are clearly learner\-dependent\. Linear SVM and XGBoost benefit from the more structured latent space, whereas RBF\-SVM and Random Forest degrade under the same 11\-dimensional bottleneck\. This indicates that aggressive compression can simplify some decision boundaries while simultaneously removing higher\-order variation that stronger nonlinear learners can exploitCortes and Vapnik \([1995](https://arxiv.org/html/2605.20413#bib.bib7)\); Schölkopf and Smola \([2002](https://arxiv.org/html/2605.20413#bib.bib10)\); Breiman \([2001](https://arxiv.org/html/2605.20413#bib.bib11)\); Chen and Guestrin \([2016](https://arxiv.org/html/2605.20413#bib.bib13)\)\.
This trade\-off is especially relevant in fine\-grained plant phenomics, where diagnostically meaningful differences often appear as subtle changes in lesion texture, discoloration, or morphology rather than large global shiftsMohantyet al\.\([2016](https://arxiv.org/html/2605.20413#bib.bib15)\); Ferentinos \([2018](https://arxiv.org/html/2605.20413#bib.bib16)\); Barbedo \([2018](https://arxiv.org/html/2605.20413#bib.bib17)\)\. The PCA\-64 representation preserves a richer form of variationJolliffe and Cadima \([2016](https://arxiv.org/html/2605.20413#bib.bib6)\), which appears advantageous for flexible nonlinear classical models\. By contrast, the PCA→\\rightarrowLDA\-11 representation strengthens compact class\-aware structure, consistent with the supervised objective of LDAFisher \([1936](https://arxiv.org/html/2605.20413#bib.bib5)\), but also removes variation that stronger nonlinear models can exploit in the higher\-dimensional PCA\-64 space\. In this sense, the classical baselines do not support a simple claim that supervised compression is always better; instead, they show that the value of compression depends on the inductive bias of the learner operating on the latent space\.
The QKA results place an additional constraint on this picture\. Although the supervised latent space is geometrically cleaner and qubit\-compatible, trainable quantum kernel learning in this regime remains challenging under constrained optimization and compute budgets\. As shown in Table[4](https://arxiv.org/html/2605.20413#S4.T4), QKA achieves nontrivial multiclass performance on the balanced test subset, but it remains substantially below the strongest classical baselines\. This suggests that improved latent geometry alone is not sufficient to guarantee strong trainable quantum performance\. A compressed class\-aware representation may be necessary for qubit\-limited learning, but the induced quantum kernel can still remain optimization\-limited, especially in multiclass small\-data settings where the training objective is noisy and kernel evaluations are computationally expensive\.
Inspection of the misclassified test images suggests that many failures are visually plausible rather than arbitrary\. Errors are concentrated among classes with overlapping lesion morphology and among mixed\-disease labels, indicating that the compressed latent space often preserves coarse symptom cues while losing the finer\-grained structure needed to distinguish subtle co\-occurrence patterns\. Additional failures occur in samples with mild or sparse symptoms, partial leaves, cluttered backgrounds, shadows, or strong illumination changes, where the disease signal occupies only a small portion of the image\. These patterns are consistent with the quantitative results and suggest that aggressive compression preserves partial disease evidence, but not always the full fine\-grained structure required for robust multiclass separation\. In summary, the results support three main observations\.
- •Supervised latent restructuring substantially improves the geometric separability of the compressed representation\.
- •This restructuring introduces a model\-dependent trade\-off in classical learning, benefiting some learners while weakening others\.
- •QKA on the 11\-dimensional latent space remains challenging under constrained optimization and evaluation budgets\.
Thus, while SLR produces a more structured and qubit\-compatible representation, latent geometry alone is not sufficient to guarantee strong trainable quantum performance in this regime\. From this perspective, the present results should not be interpreted as evidence of quantum superiority, but rather as a careful empirical study of where the current bottlenecks lie\.
These observations point to several directions for future work\. One direction is to study more stable alignment objectives and optimization strategies for trainable quantum kernels under tight evaluation budgets\. Another is to compare multiple quantum feature maps and trainable ansatz choices on the same supervised latent space\. More broadly, our results suggest that future progress in small\-data QML for biological sensing will likely require co\-design across representation learning, compression, and quantum optimization, rather than improvements in any one stage alone\.
## 5Conclusion
This work investigated how representation geometry dictates learning behavior under extreme dimensionality compression in fine\-grained plant phenomics\. We introduced a hybrid framework integrating deep feature extraction, PCA\-driven denoising, LDA\-based supervised latent restructuring, angle\-aware rescaling, and trainable Quantum Kernel Alignment \(QKA\)\. Our empirical evaluation reveals that while supervised latent restructuring enhances the geometric separability of the compressed space, it introduces a stark classical trade\-off: linear learners benefit from the structured latent topology, whereas high\-capacity non\-linear baselines lose the high\-dimensional variance necessary to resolve fine\-grained disease boundaries\.
This classical limitation directly establishes the necessity of the quantum phase\. By projecting the severely compressed 11\-dimensional features into a high\-dimensional quantum Hilbert space, QKA demonstrates a nontrivial capacity to extract discriminative structure and recover signal that classical non\-linear models completely lose under compression\. While constrained optimization budgets currently keep these quantum metrics below the uncompressed classical benchmarks, the results validate the theoretical viability of using quantum kernels to bypass classical geometric bottlenecks in qubit\-limited regimes\. This identifies representation geometry and quantum optimization as deeply coupled variables that must be advanced jointly to achieve practical quantum advantage in biological sensing\.
Shifting toward a deployment paradigm, this methodology serves as a foundational step toward resource\-efficient AI for smart agriculture\. By demonstrating that meaningful diagnostic signals can be extracted from extreme few\-shot regimes \(10 samples per class\), this framework lays the groundwork for deploying precision diagnostics in regions where agricultural data collection is logistically or financially prohibitive\. To ensure its responsible development, we note that this system is intended strictly as a decision\-support tool rather than an autonomous actor, minimizing the risk of misdiagnosis\. Furthermore, while our current reliance on high\-performance classical simulators carries a notable computational footprint, this exploratory phase is essential for benchmarking algorithms before transitioning them to energy\-efficient, native NISQ\-era quantum hardware\.
## Declaration of Generative AI and AI\-Assisted Technologies in the Writing Process
During the preparation of this manuscript, the authors used generative AI tools solely for linguistic refinement, including improvements to grammar, clarity, and prose flow\. The authors retained full oversight throughout the process and take complete responsibility for the technical accuracy, mathematical derivations, and empirical integrity of the final work\.
## References
- \[1\]\(2018\)Impact of dataset size and variety on the effectiveness of deep learning and transfer learning for plant disease classification\.Computers and Electronics in Agriculture153,pp\. 46–53\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p1.1),[§1](https://arxiv.org/html/2605.20413#S1.p3.1),[§2](https://arxiv.org/html/2605.20413#S2.p2.1),[§2](https://arxiv.org/html/2605.20413#S2.p3.1),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p2.1)\.
- \[2\]P\. N\. Belhumeur, J\. P\. Hespanha, and D\. J\. Kriegman\(1997\)Eigenfaces vs\. fisherfaces: recognition using class specific linear projection\.IEEE Transactions on pattern analysis and machine intelligence19\(7\),pp\. 711–720\.Cited by:[item 2](https://arxiv.org/html/2605.20413#S3.I1.i2.p1.4)\.
- \[3\]C\. M\. Bishop\(2006\)Pattern recognition and machine learning\.Springer\.Cited by:[item 2](https://arxiv.org/html/2605.20413#S3.I1.i2.p1.4)\.
- \[4\]L\. Breiman\(2001\)Random forests\.Machine Learning45\(1\),pp\. 5–32\.Cited by:[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p1.1)\.
- \[5\]T\. Chen and C\. Guestrin\(2016\)XGBoost: a scalable tree boosting system\.InProceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining,pp\. 785–794\.Cited by:[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p1.1)\.
- \[6\]C\. Cortes and V\. Vapnik\(1995\)Support\-vector networks\.Machine Learning20\(3\),pp\. 273–297\.Cited by:[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p1.1)\.
- \[7\]K\. P\. Ferentinos\(2018\)Deep learning models for plant disease detection and diagnosis\.Computers and Electronics in Agriculture145,pp\. 311–318\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p1.1),[§2](https://arxiv.org/html/2605.20413#S2.p3.1),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p2.1)\.
- \[8\]R\. A\. Fisher\(1936\)The use of multiple measurements in taxonomic problems\.Annals of Eugenics7\(2\),pp\. 179–188\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p3.1),[§2](https://arxiv.org/html/2605.20413#S2.p2.1),[item 2](https://arxiv.org/html/2605.20413#S3.I1.i2.p1.4),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p1.1),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p2.1)\.
- \[9\]J\. R\. Glick, T\. P\. Gujarati, A\. D\. Corcoles, Y\. Kim, A\. Kandala, J\. M\. Gambetta, and K\. Temme\(2024\)Covariant quantum kernels for data with group structure\.Nature Phys\.20\(3\),pp\. 479–483\.External Links:2105\.03406,[Document](https://dx.doi.org/10.1038/s41567-023-02340-9)Cited by:[§2](https://arxiv.org/html/2605.20413#S2.p1.1)\.
- \[10\]V\. Havlíček, A\. D\. Córcoles, K\. Temme, A\. W\. Harrow, A\. Kandala, J\. M\. Chow, and J\. M\. Gambetta\(2019\)Supervised learning with quantum\-enhanced feature spaces\.Nature567,pp\. 209–212\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p2.1),[§2](https://arxiv.org/html/2605.20413#S2.p1.1),[§2](https://arxiv.org/html/2605.20413#S2.p2.1),[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px3.p1.3),[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px4.p1.3)\.
- \[11\]I\. T\. Jolliffe and J\. Cadima\(2016\)Principal component analysis: a review and recent developments\.Philosophical Transactions of the Royal Society A374\(2065\),pp\. 20150202\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p3.1),[§2](https://arxiv.org/html/2605.20413#S2.p2.1),[item 1](https://arxiv.org/html/2605.20413#S3.I1.i1.p1.1),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p2.1)\.
- \[12\]A\. Kandala, A\. Mezzacapo, K\. Temme, K\. Mauser, M\. Brink, J\. M\. Chow, and J\. M\. Gambetta\(2017\)Hardware\-efficient variational quantum eigensolver for small molecules and quantum magnets\.Nature549\(7671\),pp\. 242–246\.Cited by:[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px4.p1.3)\.
- \[13\]J\. R\. McClean, S\. Boixo, V\. N\. Smelyanskiy, R\. Babbush, and H\. Neven\(2018\)Barren plateaus in quantum neural network training landscapes\.Nature communications9\(1\),pp\. 4812\.External Links:[Document](https://dx.doi.org/https%3A//doi.org/10.1038/s41467-018-07090-4)Cited by:[§2](https://arxiv.org/html/2605.20413#S2.p1.1)\.
- \[14\]A\. Mitra, S\. P\. Mohanty, and E\. Kougianos\(2023\)aGRodet 2\.0: An automated real\-time approach for multiclass plant disease detection\.SN Computer Science4\(5\),pp\. 657\.Cited by:[§2](https://arxiv.org/html/2605.20413#S2.p3.1)\.
- \[15\]S\. P\. Mohanty, D\. P\. Hughes, and M\. Salathé\(2016\)Using deep learning for image\-based plant disease detection\.Frontiers in Plant Science7,pp\. 1419\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p1.1),[§2](https://arxiv.org/html/2605.20413#S2.p3.1),[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p2.1)\.
- \[16\]B\. Schölkopf and A\. J\. Smola\(2002\)Learning with kernels: support vector machines, regularization, optimization, and beyond\.MIT Press\.Cited by:[§4\.3](https://arxiv.org/html/2605.20413#S4.SS3.p1.1)\.
- \[17\]M\. Schuld and N\. Killoran\(2019\)Quantum machine learning in feature hilbert spaces\.Physical Review Letters122\(4\),pp\. 040504\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p2.1),[§2](https://arxiv.org/html/2605.20413#S2.p1.1),[§2](https://arxiv.org/html/2605.20413#S2.p2.1),[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px3.p1.3)\.
- \[18\]J\. C\. Spall\(1992\)Multivariate stochastic approximation using a simultaneous perturbation gradient approximation\.IEEE transactions on automatic control37\(3\),pp\. 332–341\.Cited by:[§2](https://arxiv.org/html/2605.20413#S2.p1.1),[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px3.p1.8)\.
- \[19\]M\. Tan and Q\. Le\(2019\)Efficientnet: rethinking model scaling for convolutional neural networks\.InInternational conference on machine learning,pp\. 6105–6114\.Cited by:[§1](https://arxiv.org/html/2605.20413#S1.p4.1),[§3](https://arxiv.org/html/2605.20413#S3.SS0.SSS0.Px1.p1.3)\.
- \[20\]R\. Thapa, K\. Zhang, N\. Snavely, S\. Belongie, and A\. Khan\(2021\)The plant pathology challenge 2021: fine\-grained classification of plant diseases\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\) Workshops,pp\. 2777–2781\.Cited by:[§4\.1](https://arxiv.org/html/2605.20413#S4.SS1.p1.1)\.Similar Articles
QUIVER: Quantum-Informed Views for Enhanced Representations in Large ML Models
This paper introduces Quiver, a paradigm that enriches classical machine learning models with quantum-inspired features derived from the quantum Fisher information matrix, demonstrating improvements on molecule property prediction and jet flavor classification benchmarks.
Medical Imaging Classification with Cold-Atom Reservoir Computing using Auto-Encoders and Surrogate-Driven Training
This paper presents a hybrid quantum-classical pipeline using neutral-atom reservoir computing and auto-encoders for medical image classification, specifically for polyp detection. It addresses quantum measurement non-differentiability with a surrogate model to enable end-to-end training.
Gated QKAN-FWP: Scalable Quantum-inspired Sequence Learning
# Paper page - Gated QKAN-FWP: Scalable Quantum-inspired Sequence Learning Source: [https://huggingface.co/papers/2605.06734](https://huggingface.co/papers/2605.06734) Authors: , , , , , , , , , , , , , , , , , ## Abstract Quantum\-inspired fast\-weight programming framework using single\-qubit circuits achieves superior forecasting performance with reduced parameters compared to classical recurrent models while maintaining NISQ device compatibility\. [Fast Weight Programmers](https://huggingfac
Gated QKAN-FWP: Scalable Quantum-inspired Sequence Learning
This paper introduces Gated QKAN-FWP, a scalable quantum-inspired sequence learning framework that combines Fast Weight Programmers with Kolmogorov-Arnold Networks using single-qubit data re-uploading circuits.
Byzantine-Resilient Federated Learning via QUBO-Based Client Selection on Quantum Annealers
This paper proposes a quantum annealing approach that reformulates client selection in federated learning as a QUBO problem to defend against Byzantine attacks, showing improved detection accuracy over classical MultiKrum on sophisticated attacks, especially when combined with a MultiSignal ensemble.