Improved Laplacian Quantum Semi-Supervised Learning
- ILQSSL is a hybrid quantum-classical method that integrates graph Laplacian regularization with variational quantum circuits for semi-supervised learning.
- It embeds graph structure into quantum states using both block-encoded and QR-based techniques for effective label propagation under limited supervision.
- The framework optimizes circuit depth and qubit count to balance entanglement and noise, achieving competitive performance on benchmark datasets.
Searching arXiv for the specified ILQSSL papers and closely related source material. Improved Laplacian Quantum Semi-Supervised Learning (ILQSSL) denotes a hybrid quantum approach to graph-based semi-supervised learning in which Laplacian-style label propagation is integrated with variational quantum circuits under scarce supervision. In the reported formulations, ILQSSL extends Laplacian-based Quantum Semi-Supervised Learning by embedding graph structure into quantum states, coupling graph regularization to trainable quantum models, and analyzing the interplay among qubit count, circuit depth, entanglement, and noise on standard benchmark datasets (Gholipour et al., 2024, Gholipour et al., 4 Aug 2025). The available descriptions present two closely related implementations under the same name: one centered on a unified graph-regularized variational loss with block-encoded Laplacians, and another centered on an improved propagation operator with QR-based quantum embedding. This suggests that ILQSSL is best understood as a methodological line rather than a single immutable circuit specification.
1. Conceptual lineage and problem setting
ILQSSL emerges from the observation that Laplacian learning is a well-established technique in classical graph-based semi-supervised learning, whereas its quantum analogue remained comparatively underexplored in the Laplacian-based Quantum Graph Neural Network for Semi-Supervised Learning framework of Gholipour and collaborators (Gholipour et al., 2024). The target regime is the standard semi-supervised setting in which a dataset contains only a small labeled subset, while the remaining unlabeled points are expected to contribute through graph structure and smoothness constraints (Gholipour et al., 4 Aug 2025).
The 2024 description of ILQSSL is formulated as an improvement over the “Laplacian-based Quantum Graph Neural Network for Semi-Supervised Learning” by Gholipour et al. It states that the key idea is to marry a graph-regularized loss, specifically the Laplacian smoothing term, with a hybrid quantum-classical variational circuit whose architecture and cost have been enhanced to reduce shot noise, mitigate barren plateaus, and absorb unlabeled-data propagation directly into the variational loss (Gholipour et al., 2024). The 2025 description frames ILQSSL together with Improved Poisson Quantum Semi-Supervised Learning as enhanced quantum models that incorporate advanced label propagation strategies within variational quantum circuits and utilize QR decomposition to embed graph structure directly into quantum states (Gholipour et al., 4 Aug 2025).
A consistent feature across these descriptions is that ILQSSL treats the graph not merely as a preprocessing device but as an operator that shapes the quantum learning dynamics. The unlabeled nodes are therefore not external to the optimization objective; they enter through either an explicit Laplacian regularizer over predicted outputs or through iterative propagation updates governed by an improved graph operator. A plausible implication is that ILQSSL should be read as a quantum graph-SSL framework whose design space includes both direct variational regularization and alternating propagation-evaluation schemes.
2. Graph operators and quantum embedding schemes
In the 2024 formulation, the graph is an undirected graph with adjacency matrix and degree matrix , where . The method uses the symmetric normalized Laplacian
whose eigenvalues lie in . In amplitude encoding, the entries of the Laplacian are stored as amplitudes of an -qubit basis state, and a block-encoding is constructed such that
This block-encoding can be realized via known Hamiltonian-simulation techniques (Gholipour et al., 2024).
In the 2025 formulation, preprocessing begins from a weighted similarity matrix 0, obtained either from a kernel such as RBF or from 1-nearest neighbors, with entries
2
From this, one forms the degree matrix 3, the unnormalized graph Laplacian 4, and the random-walk transition matrix 5. ILQSSL then introduces an improved propagation operator
6
where 7 is a rank-one “residual” matrix and the diagonal shift is intended to gain robustness in very low-label regimes. Label propagation is written as
8
The same formulation also states that the similarity matrix is QR-factorized as 9, the factor 0 is discarded, and 1 is promoted, after padding or truncation, to a unitary 2, yielding the graph state
3
It further notes that 4 itself can be amplitude-encoded as
5
In practice, however, propagation is carried out by alternating classical updates of 6 with quantum evaluations of observables on 7 and re-encoded label vectors (Gholipour et al., 4 Aug 2025).
| Aspect | 2024 formulation | 2025 formulation |
|---|---|---|
| Primary graph operator | Symmetric normalized Laplacian 8 | Improved operator 9 |
| Quantum embedding | Block-encoding 0 of 1 | QR-based unitary 2 from 3 |
| Propagation mechanism | Laplacian regularization folded into the variational loss | Iterative update 4 |
This comparison indicates that “improved Laplacian” refers to different technical mechanisms in the two descriptions: in one case to a multi-scale block-encoded Laplacian regularizer, and in the other to a modified propagation operator augmented by 5 and a diagonal shift.
3. Variational circuit design and measurement model
The 2024 ILQSSL circuit lives on 6 qubits, typically 7 or chosen heuristically, and uses 8 entangling layers. Each layer consists of angle-embedding gates 9 on wire 0, a “strongly entangling” block of two-qubit gates 1 followed by 2, and single-qubit rotations $d_i=\sum_j A_{ij}$3 on each wire. The layer action is written as
4
After 5 such blocks, the block-encoded Laplacian 6 is applied once, or multiple times for multi-scale smoothing, and the final measurement is 7 on the first qubit to produce a probability 8 (Gholipour et al., 2024).
The 2025 ILQSSL ansatz instead fixes 9, with experiments typically using 4–12 qubits and circuit depth 0 to 1 layers. Each layer applies single-qubit rotations 2 to every qubit, followed by a fixed nearest-neighbor entangling pattern of CNOT or CZ gates around the ring. The full variational unitary is
3
Quantum label propagation is then described procedurally: prepare 4, evolve under 5, measure commuting observables 6 whose expectations encode the current label estimate 7, perform the classical update of 8, re-encode 9 into the quantum register via a small-angle rotation layer, and iterate until convergence in Frobenius norm (Gholipour et al., 4 Aug 2025).
Both descriptions emphasize hardware-efficient nearest-neighbor entanglement and low- to moderate-width circuits. The 2024 account adds an explicit adaptive-entangling mechanism in which the entangling-angle parameters 0 are adjusted during training through an auxiliary penalty on two-qubit gate counts, discouraging overly deep entanglement that leads to noise accumulation (Gholipour et al., 2024). The 2025 account does not state the same auxiliary penalty, but it converges on the same practical conclusion that circuit complexity must be constrained under NISQ conditions (Gholipour et al., 4 Aug 2025).
4. Objective functions, propagation, and optimization
A central distinction of the 2024 formulation is its explicit unification of supervised classification and graph smoothness in a single cost. Writing 1 and 2, the loss is
3
where 4 trades off smoothness against classification accuracy. The description explicitly states that, unlike prior QSSL, this version does not separate quantum classification and classical Laplacian smoothing into two disjoint steps; instead, the Laplacian is folded into the same variational cost so that the optimizer simultaneously enforces label propagation and quantum feature discrimination. The same formulation also introduces multi-scale Laplacian block-encoding by replacing a single 5 with
6
to capture both local and global graph structure (Gholipour et al., 2024).
The 2025 description adopts a different training target. The variational parameters 7 are optimized to minimize the discrepancy between the converged propagated label matrix 8 and ground truth on the labeled subset, with an 9 regularizer: 0 Gradients are estimated via the parameter-shift rule and sent to a classical optimizer such as Adam or COBYLA. The practical implementation alternates quantum evaluations with classical propagation updates until the stopping criterion
1
is met (Gholipour et al., 4 Aug 2025).
These two objective constructions differ in where the graph regularization enters the optimization. In the 2024 setup it appears directly as 2 inside the loss; in the 2025 setup it appears through the converged propagation dynamics that define 3. This suggests two distinct but compatible readings of ILQSSL: one as direct graph-regularized variational learning, and one as variationally assisted iterative label propagation.
5. Workflow and practical deployment
The 2024 procedural recipe for a new dataset begins with preprocessing: fill missing 4-entries by column median and standardize features to zero mean and unit variance. A graph is then built using
5
followed by construction of 6 and the normalized Laplacian 7. Circuit initialization chooses 8 and 9, with random rotation parameters 0. Training samples mini-batches of labeled nodes 1, runs the quantum circuit to estimate 2 for all nodes in the batch and their entangled neighbors, computes the cross-entropy term on 3 and 4 on the batch via classical multiplication, and updates 5 by Adam using the parameter-shift rule. Evaluation on held-out test nodes reports Accuracy, Precision, Recall, and F1, while the entanglement entropy 6 is monitored to detect barren-plateau onset (Gholipour et al., 2024).
The 2025 workflow starts from the partially labeled dataset 7, builds a similarity graph via an RBF kernel or 8-nearest neighbors, and forms 9, 0, 1, and 2. QR decomposition of 3 produces the unitary graph embedding 4. The quantum-classical loop then alternates three elements: quantum state preparation and evaluation, classical application of the improved propagation operator 5, and re-encoding of the updated labels back into the quantum register. The description adds several implementation remarks for NISQ devices: circuit depth 6–7 layers is identified as a “sweet spot,” 4–8 qubits are said to suffice for graphs up to 8 nodes via amplitude or QR embedding in block-diagonal form, hardware-efficient nearest-neighbor CZ/CNOT is preferred to minimize SWAP overhead on linear or ibm-like backends, and 2–5 classical update steps for 9 per quantum evaluation reduce end-to-end circuit count (Gholipour et al., 4 Aug 2025).
Taken together, these workflows depict ILQSSL as a strongly hybrid procedure rather than a fully coherent end-to-end quantum routine. Graph construction, matrix factorization, propagation updates, and some regularization terms remain classical, while the variational circuit supplies trainable nonlinear feature discrimination and measurement-based label estimation.
6. Empirical results, scaling behavior, and diagnostics
The 2024 study reports results on Iris, Wine, Breast Cancer Wisconsin, and Heart Disease. It compares ILQSSL against classical Laplacian SSL, the original QSSL of Gholipour et al., and label-propagation baselines, with the following accuracies: Iris 00, Wine 01, BreastCancer 02, and HeartDisease 03, where each triplet is classical Laplacian, original QSSL, and ILQSSL, respectively. It further states that on Iris with 6 qubits and 04, ILQSSL reaches 05 accuracy, and that the entangling-entropy optimum is 06 bits. The same source notes that ILQSSL “consistently closes the gap” to the best classical semi-supervised methods, giving Label Propagation as 07 on Iris and 08 on Wine (Gholipour et al., 2024).
The 2025 study evaluates ILQSSL on Iris, Wine, Heart Disease, and German Credit Card with label fractions 09. At 10 labeled, the reported test metrics for ILQSSL are: Iris accuracy 11, F1 12, recall 13, precision 14; Wine accuracy 15, F1 16, recall 17, precision 18; Heart Disease accuracy 19, F1 20, recall 21, precision 22; German Credit Card accuracy 23, F1 24, recall 25, precision 26. The corresponding original LQSSL accuracies are 27, 28, 29, and 30. Under 31 and 32 labels, the absolute accuracy drops by 2–5 points, but ILQSSL is said to outperform the original by 8–30 points on structured sets such as Iris and Wine and by 5–10 points on noisier sets such as Heart and German (Gholipour et al., 4 Aug 2025).
Both sources emphasize that larger quantum resources do not monotonically improve learning quality. The 2024 hyperparameter sweep over 33 identifies a sweet spot at 34–35, while beyond 10 qubits gradients vanish, described as barren plateaus. For entangling layers 36, the best Iris test accuracy 37 occurs at 38; additional layers produce larger entanglement but over-fitting. The same study monitors the von Neumann entropy
39
with 40 the reduced density on the first 41 qubits, and reports a characteristic “rise and fall” of test accuracy versus 42, with moderate 43 optimal (Gholipour et al., 2024).
The 2025 study adds Randomized Benchmarking diagnostics. It defines half-register entanglement entropy through
44
and RB fidelity from the fit
45
On Iris, increasing depth from 46 to 47 layers raises 48 from approximately 49 to 50 but lowers 51 from approximately 52 to 53, while increasing qubits from 54 to 55 raises 56 from 57 to 58 and slightly lowers 59 from 60 to 61; accuracy remains flat at 62. The same trend is reported for Wine, German Credit, and Heart Disease: deeper circuits become marginally more entangled, RB fidelity decreases, and accuracy does not improve; wider circuits substantially increase entanglement, RB drops slightly, and on less-structured datasets accuracy can decrease (Gholipour et al., 4 Aug 2025).
7. Interpretation, limits, and relation to adjacent methods
A recurring result across the available formulations is the expressivity–noise trade-off. The 2024 description states that adding more qubits to a quantum system does not always improve performance, that the effectiveness of additional qubits depends on the quantum algorithm and how well it matches the dataset, and that moderate levels of entanglement offer the best balance between model complexity and generalization capabilities (Gholipour et al., 2024). The 2025 description sharpens the same point with RB analysis, concluding that increased circuit complexity may introduce noise that undermines performance on current quantum hardware (Gholipour et al., 4 Aug 2025).
This directly addresses a common misconception that better semi-supervised performance in quantum graph models should follow automatically from deeper circuits, more entanglers, or more qubits. The reported results do not support that view. Instead, both sources converge on moderate circuit scale as the preferred operating regime. The 2025 implementation guidance explicitly recommends 10–30 layers, 4–8 qubits, a small 63 penalty 64, and error-mitigation methods such as zero-noise extrapolation or readout calibration to reduce SPAM terms in RB fits (Gholipour et al., 4 Aug 2025). The 2024 account similarly stresses precise hyperparameter tuning tailored to each dataset and identifies barren-plateau onset and over-fitting as practical failure modes (Gholipour et al., 2024).
Another important interpretive point is that ILQSSL is described in relation to both classical and quantum baselines. In the 2024 benchmarks it improves over classical Laplacian SSL and the original QSSL but does not uniformly surpass the best classical label propagation baseline on Iris. In the 2025 study it is described as consistently outperforming both classical semi-supervised methods and the original Laplacian QSSL, particularly under limited supervision. Because the two sources use different datasets, operators, and evaluation setups, these statements should be read as benchmark-specific rather than as a universal ranking claim.
The relation to Improved Poisson Quantum Semi-Supervised Learning is also noteworthy. The 2025 work introduces ILQSSL and IPQSSL together as enhanced quantum models for low-label settings (Gholipour et al., 4 Aug 2025). Although the present topic is ILQSSL, this pairing suggests a broader research direction in which classical graph-based propagation operators, Laplacian and Poisson among them, are being reformulated as hybrid quantum-classical variational procedures. A plausible implication is that future work may compare operator choice, embedding method, and propagation dynamics within a common QSSL framework rather than treating ILQSSL as an isolated model family.