---
title: 'Quantum-Inspired SMOTE: Innovative Oversampling'
url: https://www.emergentmind.com/topics/quantum-inspired-smote-qi-smote
type: topic
---

# Quantum-Inspired SMOTE: Innovative Oversampling

Quantum-Inspired SMOTE (QI-SMOTE) denotes a class of oversampling methods for imbalanced learning that borrow concepts from quantum information, quantum circuits, or quantum-inspired geometry to generate synthetic minority samples. Across the recent literature, the term covers several distinct mechanisms: classical feature-space oversamplers guided by fidelity-like similarity and margins, simulated quantum-circuit methods based on swap tests and rotations, entanglement- and VQE-based feature augmentation followed by SMOTE, and adjacent energy-based generative schemes such as Quantum Restricted Boltzmann Machines (QRBMs) that fill the same conceptual role as a principled minority-class oversampler [2512.16960] [2601.11423] [2509.02863] [2402.17398] [2501.19001] [2502.03086].

## 1. Terminology and conceptual scope

The recent literature uses the label “Quantum SMOTE” or “Quantum-Inspired SMOTE” in more than one sense. In one line of work, QSMOTE is explicitly “a family of oversampling algorithms defined and run entirely in the classical feature space,” with the quantum inspiration residing in fidelity-like similarity, Hilbert-space geometry, and probability-based margin filtering [2512.16960]. In another, QSMOTE is also a classical oversampling algorithm, but its similarity measure is obtained through a simulated compact SWAP test, so the method remains classical in execution while borrowing directly from quantum-circuit primitives [2601.11423]. A third formulation defines QI-SMOTE as a classical algorithm that “is not a quantum algorithm running on quantum hardware,” but that uses superposition, layered entanglement, and VQE-style optimization before returning to classical SMOTE in an augmented feature space [2509.02863].

A more circuit-centric branch, introduced as Quantum-SMOTE, amplitude-encodes minority samples and centroids, estimates angular distance with a compact swap test, and generates new data through quantum rotations rather than neighbor interpolation [2402.17398]. Quantum-SMOTEV2 removes \(K\)-means clustering, replaces multiple centroids with a single global centroid, and introduces Angular Outliers (AOL) as a criterion for additional synthetic generation in sparse angular regions [2501.19001]. In parallel, QRBM-based balancing on D-Wave Pegasus is not named QI-SMOTE, but is described as occupying “exactly in the role that ‘Quantum-Inspired SMOTE (QI-SMOTE)’ aims to fill”: a global generative mechanism for minority oversampling driven by energy-based modeling and quantum sampling rather than local interpolation [2502.03086].

This suggests that QI-SMOTE is best understood as a methodological family rather than a single canonical algorithm. The family is unified by one objective—synthetic minority generation for class-imbalance mitigation—but differs in whether the “quantum” ingredient appears as a similarity measure, a state-encoding formalism, a circuit-simulated transformation, a measurement-based classifier interface, or a generative energy model.

## 2. Relation to classical SMOTE

Classical SMOTE generates synthetic minority instances by interpolation between minority neighbors. In its standard form,
\[
\tilde{x} = x_i + \lambda (x_j - x_i),
\]
with \(x_i\) a minority sample, \(x_j\) a selected minority neighbor, and \(\lambda \sim U(0,1)\) or an analogous interpolation factor [2512.16960] [2402.17398]. The QI-SMOTE literature retains the same data-level purpose as SMOTE but replaces or supplements this local Euclidean interpolation with alternative geometry.

Several recurring criticisms of classical SMOTE motivate these variants. In medical tabular data, linear interpolation may create “physiologically impossible combinations,” may increase class overlap, and may ignore global structure and high-dimensional feature dependencies [2509.02863]. In industrial fault classification, centroid-directed interpolation can also distort boundaries for linear or probabilistic models when classes overlap strongly, a phenomenon described as “interpolation-induced boundary distortion” [2601.11423]. In telecom churn, the original Quantum-SMOTE paper explicitly frames its method as avoiding dependence on \(k\)-nearest neighbors and Euclidean distance, and replacing them with cluster centroids, angular relations, and quantum rotation [2402.17398].

QI-SMOTE variants therefore differ from classical SMOTE along three main axes. First, they often replace neighbor-based local interpolation with centroid-based or manifold-aware movement, either toward cluster centroids, a global centroid, or regions of low energy [2512.16960] [2501.19001] [2502.03086]. Second, they replace Euclidean similarity with cosine-squared “fidelity,” swap-test-derived angular distance, or energy-based sampling [2512.16960] [2601.11423] [2402.17398]. Third, some formulations add classifier-aware filtering or optimization layers before final sample generation, such as margin-based retention of high-confidence synthetic points or VQE-based evolution toward low-energy representations [2512.16960] [2509.02863].

The contrast is especially sharp in the QRBM formulation. There, SMOTE is characterized as a local geometric oversampler, whereas the QRBM learns an energy function over binary feature vectors and samples from the global Boltzmann distribution, with quantum annealing approximating low-energy configurations [2502.03086]. A plausible implication is that QI-SMOTE, in its broader sense, marks a transition from interpolation-centric oversampling to geometry-aware or generative oversampling.

## 3. Principal algorithmic families

The present literature contains several distinct QI-SMOTE families.

| Family | Characteristic mechanism | Representative works |
|---|---|---|
| Fidelity-/margin-based QSMOTE | Centroid guidance, cosine-squared fidelity, margin filtering | [2512.16960] |
| Swap-test angular QSMOTE | Amplitude encoding, compact SWAP test, angle-controlled synthesis | [2601.11423], [2402.17398], [2501.19001] |
| Entanglement/VQE-assisted QI-SMOTE | Hadamard + \(RY\), layered entanglement, Ising-like Hamiltonian, VQE, then SMOTE | [2509.02863] |
| Energy-based quantum oversampling | QRBM learning and quantum-assisted sampling for minority generation | [2502.03086] |

In fidelity-based QSMOTE, the minority sample is moved toward a cluster centroid with a step scaled by
\[
F(x,c) = \left( \frac{x \cdot c}{\|x\| \, \|c\|} \right)^2,
\]
which is exactly the squared cosine similarity and, under normalized pure-state interpretation, the pure-state fidelity [2512.16960]. The same paper also defines a margin-based variant in which synthetic samples produced by a base oversampler are retained only if
\[
\left|P(y=1\mid x)-0.5\right| > \text{margin},
\]
with logistic regression supplying the minority-class probability and margin set to \(0.1\) in the reported experiments [2512.16960]. These variants are fully classical in feature space, but they are explicitly aligned with later PGM and kPGM classification in Hilbert-space geometry.

The swap-test family represents the most literal quantum interpretation of oversampling. In the industrial-condition-monitoring formulation, the full dataset is clustered with \(K\)-means, each minority sample is paired with its assigned centroid \(c(x)\), both are amplitude-encoded as normalized state vectors, and a compact SWAP test estimates an overlap that defines the angle
\[
\alpha(x,c)=\cos^{-1}(s(x,c)).
\]
A synthetic sample is then constructed as
\[
\widetilde{x}=x+r\,\hat{d}(x,c), \qquad r\sim \mathrm{Unif}(0,\alpha(x,c)/\kappa),
\]
where \(\hat{d}(x,c)=(c-x)/\|c-x\|_2\) unless \(c=x\) [2601.11423]. The original Quantum-SMOTE paper follows a similar angular logic but uses compact swap-test states and applies \(R_X(\theta)\), \(R_Y(\theta)\), or \(R_Z(\theta)\) rotations to the encoded minority point, with X rotations used in the main Telecom Churn experiment [2402.17398]. Quantum-SMOTEV2 simplifies this design by replacing cluster centroids with a single global centroid and by adding AOL-based boosting in low-density angular regions [2501.19001].

The entanglement/VQE-based formulation is structurally different. QI-SMOTE there first maps each minority sample to a quantum-inspired circuit with one qubit per feature, applies a Hadamard gate to each qubit, encodes normalized features via \(RY(\theta_i)\), applies layered entanglement using CNOT, CZ, and Toffoli gates, and then evolves the resulting state under an Ising-like Hamiltonian optimized by VQE [2509.02863]. The real part of the evolved amplitudes is appended to the dataset, and standard SMOTE is then applied in this “quantum-enhanced” feature space [2509.02863]. The oversampling step remains classical, but the representation on which SMOTE operates has already been transformed by quantum-inspired structure.

Finally, the QRBM line moves beyond interpolation altogether. The data are binarized, a \(120 \times 120\) QRBM is trained on minority attack samples only, and synthetic attack records are obtained from quantum-assisted sampling on D-Wave Pegasus hardware [2502.03086]. Because the method learns \(P(\text{attack features})\) globally and samples new binary feature configurations rather than interpolating between examples, it functions as an energy-based minority generator rather than a SMOTE variant in the narrow sense. Nevertheless, the paper explicitly positions this mechanism as filling the role QI-SMOTE aims to fill [2502.03086].

## 4. Mathematical structure

The mathematical formulations of QI-SMOTE mirror its algorithmic diversity. The simplest member is the KNN-based QSMOTE variant, which is mathematically identical to classical SMOTE:
\[
\tilde{x} = x_i + \lambda (x_j - x_i).
\]
Its main role in the literature is comparative, not foundational [2512.16960].

Fidelity-based QSMOTE replaces neighbor interpolation with centroid-directed movement weighted by a fidelity-inspired factor. For a minority sample \(x\) and its centroid \(c\), with direction vector \(\vec d = c-x\),
\[
F(x,c) = \left( \frac{x \cdot c}{\|x\| \, \|c\|} \right)^2,
\qquad
\tilde{x} = x + \lambda \cdot F(x,c)\cdot \frac{\vec d}{\|\vec d\|}.
\]
If \(x\) and \(c\) are already similar, the step is large; if they are dissimilar, the step is small [2512.16960]. The margin-based variant adds a probabilistic filter,
\[
\left| P(y=1\mid x) - 0.5 \right| > \text{margin},
\]
to reject ambiguous synthetic points near the decision surface [2512.16960].

The swap-test formulations treat classical vectors as amplitude-encoded states. In the industrial QSMOTE benchmark, each non-zero vector \(v \in \mathbb{R}^d\) becomes
\[
|\psi_v\rangle = \frac{1}{\|v\|_2}\sum_{m=1}^d v_m |m\rangle.
\]
For minority sample \(x\) and centroid \(c\), the overlap
\[
s(x,c) = \langle \psi_x \mid \psi_c \rangle = \cos \alpha(x,c)
\]
is estimated via compact SWAP test, and the angle \(\alpha(x,c)\) determines the sampling range [2601.11423]. In the original Quantum-SMOTE formulation, the swap test yields a “swap test probability,” from which the angular distance is defined as
\[
\text{angular\_distance} = 2\cos^{-1}\big(\sqrt{\text{swap\_test\_probability}}\big),
\]
and this angle is then converted into a rotation angle modulated by the splitting factor and an angle increment [2402.17398]. Quantum-SMOTEV2 preserves this rotation-angle logic while using angular distributions around a single centroid and IQR-based angular outlier detection [2501.19001].

The VQE-assisted QI-SMOTE formulation introduces a more explicitly quantum mechanical encoding. Feature normalization is defined by
\[
f_i' = \frac{f_i - \min(f)}{\max(f)-\min(f)} \in [0,1],
\qquad
\theta_i = \pi \cdot f_i',
\]
and the corresponding single-qubit encoding gate is
\[
RY(\theta_i)=
\begin{bmatrix}
\cos(\theta_i/2) & -\sin(\theta_i/2)\\
\sin(\theta_i/2) & \cos(\theta_i/2)
\end{bmatrix}.
\]
After layered entanglement, the state is evolved under an Ising-like Hamiltonian
\[
H = \sum_i b_i Z_i + \sum_{i,j} w_{ij} Z_i Z_j,
\]
with VQE objective
\[
\theta^* = \arg\min_\theta \langle \psi(\theta)|H|\psi(\theta)\rangle.
\]
The evolved state \(|\psi_{\text{evolved}}\rangle\) is converted to a real vector by
\[
|\psi_{\text{real}}\rangle = \Re\big(|\psi_{\text{evolved}}\rangle\big),
\]
and standard SMOTE is then run on the augmented data [2509.02863].

The QRBM line uses an energy-based probabilistic model rather than interpolation. Its RBM energy is
\[
E(\mathbf{v},\mathbf{h}) = -\sum_i b_i v_i - \sum_j c_j h_j - \sum_{i,j} v_i W_{ij} h_j,
\]
which induces a Boltzmann distribution
\[
P(\mathbf{v},\mathbf{h}) = \frac{\exp(-E(\mathbf{v},\mathbf{h}))}{Z}.
\]
For quantum annealing, the model is mapped to an Ising Hamiltonian
\[
H = -\sum_i h_i s_i - \sum_{i<j} J_{ij} s_i s_j,
\]
and quantum sampling replaces classical Gibbs sampling when estimating model statistics during training [2502.03086]. Although this is not SMOTE in the literal sense, it provides the most explicit example of global minority-distribution modeling in the QI-SMOTE design space.

## 5. Empirical performance and application domains

Empirical evaluations span telecom churn, clinical mortality prediction, industrial condition monitoring, intrusion detection, and fraud detection. The results are heterogeneous, but several patterns recur: the strongest gains usually appear for non-linear or ensemble classifiers; purely local KNN-style QSMOTE is often weak; and geometry-aware or structure-aware variants tend to dominate basic interpolation.

In the Telco Customer Churn study coupling QSMOTE variants with quantum-inspired classifiers, Random Forest with Fidelity-based QSMOTE achieved Accuracy \(0.8191\), Recall \(0.7940\), and F1 \(0.7785 \pm 0.0298\), the best Random Forest F1 among the reported QSMOTE variants [2512.16960]. More strikingly, PGM with stereographic encoding and \(n_{\text{copies}}=2\) under standard QSMOTE achieved Accuracy \(0.8512 \pm 0.0181\) and F1 \(0.8234 \pm 0.0235\), the best overall result reported in that work, while kPGM with stereo encoding and two copies reached Accuracy \(0.8511\) and F1 \(0.8225\) [2512.16960]. KNN-based QSMOTE was consistently poor across RF, PGM, and kPGM, with markedly lower recall and F1 than baseline QSMOTE, Fidelity-QSMOTE, or Margin-QSMOTE [2512.16960].

In industrial and energy-system condition monitoring, QSMOTE was benchmarked on SPID, CWRUBD, EFDD, and IFDD under multi-class settings [2601.11423]. The reported aggregate conclusion was that QSMOTE “consistently corrects distributional skew and significantly enhances the performance of non-linear classifiers such as Random Forests (RF), Support Vector Machines (SVM), and Decision Trees (DT), yielding improvements of up to 170% on EFDD and achieving near-perfect accuracy (\(\geq 0.99\)) on IFDD” [2601.11423]. The same study also showed that Logistic Regression and Naive Bayes could degrade substantially on overlapping feature spaces, with EFDD and IFDD providing explicit examples of deterioration after oversampling [2601.11423].

In medical mortality prediction on MIMIC-III and MIMIC-IV, QI-SMOTE was evaluated against SMOTE, ADASYN, Borderline-SMOTE, ROS, RUS, SMOTE-ENN, SMOTE-TOMEK, and SVM-SMOTE [2509.02863]. Improvement in F1 over the original dataset was reported as \(12.11\%\) on MIMIC-III, \(24.30\%\) on MIMIC-IV, \(89.52\%\) on MIMIC-IV(10), and \(165.28\%\) on MIMIC-IV(20) [2509.02863]. On MIMIC-III, the original F1 of \(0.677\) increased to \(0.759\) under QI-SMOTE, while on MIMIC-IV the original F1 of \(0.572\) increased to \(0.711\) [2509.02863]. The study also reported a Wilcoxon signed-rank comparison against SMOTE-ENN on MIMIC-IV(10), with \(W=0\), \(Z=-2.891\), \(p_{\text{two-sided}} = 0.001953\), and effect size \(r \approx 0.914\), indicating a highly significant and consistent advantage across the 10 folds [2509.02863].

The original Quantum-SMOTE on Telecom Churn reported substantial downstream gains as the synthetic minority proportion increased from no synthetic data to 50% minority [2402.17398]. For Random Forest, test accuracy rose from \(0.784\) to \(0.846\), F1 from \(0.575\) to \(0.835\), PR-AUC from \(0.627\) to \(0.940\), and ROC-AUC from \(0.811\) to \(0.929\) [2402.17398]. Logistic Regression also improved in F1 from \(0.524\) to \(0.742\) and PR-AUC from \(0.604\) to \(0.779\), although test accuracy was non-monotonic across oversampling levels [2402.17398]. Quantum-SMOTEV2 on the Cell-to-Cell Telecom dataset further reported that Random Forest at 50% minority with AOL achieved test accuracy \(\sim 0.779\), F1 \(\sim 0.748\), AUC-ROC \(\sim 0.819\), and PR-AUC \(\sim 0.874\); the neural network improved from baseline test accuracy \(0.709\), F1 \(0.041\), AUC-ROC \(0.576\), PR-AUC \(0.368\) to approximately \(0.795\), \(0.747\), \(0.822\), and \(0.875\), respectively [2501.19001]. The same paper argued that moderate synthetic levels of 30–36% with AOL could deliver performance previously associated with about 50% synthetic data in the original method [2501.19001].

The QRBM-based intrusion-detection study is not framed as QI-SMOTE, but it provides a direct comparison with SMOTE and RandomOversampler in the same oversampling role [2502.03086]. The QRBM generated 1,683,771 usable synthetic attack samples from about 1,700 anneals, producing a balanced dataset of 4,208,618 samples [2502.03086]. Runtime for balancing the full dataset was \(0.33\) s for QRBM, compared with \(0.75\) s for SMOTE and \(0.23\) s for RandomOversampler [2502.03086]. With Random Forest, the QRBM-balanced dataset yielded Precision \(96.18\), Recall \(96.1\), and F1 \(96.1\), compared with SMOTE’s F1 \(89.5\) and RandomOversampler’s F1 \(95.96\) [2502.03086]. These results strengthen the broader claim that global generative oversampling can outperform local interpolation when feature dependencies are strong.

A related but distinct comparison comes from the hybrid quantum-classical adversarial framework Q-SYNTH for fraud detection [2605.21164]. Although Q-SYNTH is not presented as QI-SMOTE, it is evaluated directly against SMOTE. SMOTE achieved the lowest KS median \(0.034553\) and Wasserstein median \(0.156992\), the classical GAN showed the highest downstream detection in several settings, and Q-SYNTH occupied an intermediate position: better marginal similarity than the GAN, downstream performance close to the GAN, and real-vs-synthetic detectability AUC \(\sim 0.475\) [2605.21164]. A plausible implication is that future QI-SMOTE designs may increasingly blend SMOTE-like locality constraints with stochastic generative modeling.

## 6. Limitations, misconceptions, and open directions

A recurrent misconception is that QI-SMOTE necessarily implies execution on quantum hardware. The literature does not support that reading. Several papers state explicitly that their methods are classical oversampling algorithms or quantum-inspired classical pipelines, even when quantum concepts, simulated circuits, or quantum notation are used [2512.16960] [2601.11423] [2509.02863]. Conversely, some adjacent work does run on quantum or quantum-annealing hardware, as in the Pegasus QRBM study [2502.03086]. The term therefore describes inspiration and mechanism more reliably than hardware substrate.

Computational cost varies sharply by formulation. The entanglement/VQE-based medical QI-SMOTE reported, on a dataset with 700 samples, 3 features, minority count \(=30\), and 100 additional minority samples, classical SMOTE requiring less than \(0.1\) s and less than 1 MB, whereas QI-SMOTE required approximately 50–100 s and up to approximately 200 MB on an Intel i7 CPU with 32 GB RAM [2509.02863]. The original Quantum-SMOTE and Quantum-SMOTEV2 also depend on state preparation, swap-test simulation, and repeated rotation circuits, even though both emphasize low-depth circuits and compact swap tests [2402.17398] [2501.19001]. The QRBM study, in contrast, reported balancing tasks in milliseconds once the hardware and embedding infrastructure were in place, but also documented hardware constraints, embedding complexity, chain breakage, and noise as practical limitations [2502.03086].

Performance is also model-dependent. The industrial robustness study showed that Random Forest and SVM often preserved over 95% of baseline accuracy even under maximum quantum-inspired noise, whereas Naive Bayes and Decision Trees could become unstable on high-variance datasets, and Logistic Regression and Naive Bayes could degrade after oversampling in overlapping feature spaces [2601.11423]. In the Telco churn QSMOTE-plus-PGM study, KNN-based QSMOTE was consistently poor, indicating that merely rebranding local interpolation without changing its geometry may not provide the advertised benefit [2512.16960].

The literature also remains narrow in benchmark scope. One paper reports on Telco Customer Churn restricted to the first 1000 samples [2512.16960]; another focuses on MIMIC-III and MIMIC-IV mortality prediction with a specific curated feature set [2509.02863]; Quantum-SMOTEV2 is evaluated on a single large telecom churn dataset [2501.19001]. This suggests caution in treating any one variant as settled across domains.

Open directions are explicit. The QSMOTE-PGM/kPGM study proposes new encodings, more efficient kPGM algorithms such as Nyström approximations and random features, extension to multi-class and multi-label imbalanced settings, and more principled quantum-inspired metrics beyond fidelity and cosine similarity [2512.16960]. The medical QI-SMOTE paper highlights hybrid quantum-classical implementations, hyperparameter robustness studies, and extension to multimodal and time-series data [2509.02863]. The QRBM study points toward larger and deeper energy-based models, improved classical embedding and sampling algorithms such as simulated quantum annealing, and broader applications in healthcare, finance, cybersecurity, and anomaly detection [2502.03086]. Across these lines of work, the overarching trajectory is clear: QI-SMOTE is evolving from a metaphor for quantum-flavored interpolation into a broader framework for structure-aware minority generation, in which the most consequential design choice is not whether the method is quantum-labeled, but whether it captures the geometry, dependence structure, and decision-relevant support of the minority class.

Source: https://www.emergentmind.com/topics/quantum-inspired-smote-qi-smote