January 01, 1970
Quantum machine learning has emerged as a promising research area for learning complex data patterns. However, most existing quantum feature maps employ fixed encoding strategies that do not explicitly consider the relationships among features within a dataset. In this study, we propose a Correlation Aware Quantum Feature Map (CAQFM) which integrates feature dependencies into the quantum encoding process. The proposed approach utilizes Pearson, Spearman, Kendall Tau, Mutual Information, and Distance Correlation measures to identify relationships among features. Dependencies exceeding a predefined threshold are incorporated into the quantum circuit through controlled quantum gates, enabling the construction of richer quantum representations that better reflect the underlying structure of the data.
The proposed method is evaluated using a Variational Quantum Classifier (VQC) on three benchmark datasets, namely breast cancer diagnosis, credit default prediction, and student placement classification. Simulation results demonstrate that correlation based quantum encoding can improve classification performance compared to conventional encoding strategies. In particular, the Spearman and Kendall Tau based CAQFM variants achieved the highest predictive performance and consistently outperformed standard quantum feature maps. The findings indicate that incorporating dependency information from classical data into quantum feature maps facilitates the generation of more discriminative quantum representations and enhances the effectiveness of variational quantum classifiers.
Keywords: Quantum Machine Learning, Quantum Feature Map, Variational Quantum Classifier, Correlation Aware Encoding, Quantum Neural Networks
Quantum computing continues to evolve as a computational paradigm with the potential to provide significant computational and security advantages over classical computing for certain classes of problems by exploiting quantum mechanical phenomena such as superposition, interference, entanglement, and the no-cloning principle[1]–[4]. With the development of Noisy Intermediate-Scale Quantum (NISQ) hardware architectures, research on applying quantum computing to machine learning problems has accelerated considerably[5], [6]. A substantial portion of these efforts has focused on the field of Quantum Machine Learning (QML), which aims to combine the representational power and parallel processing capabilities of quantum systems with modern learning algorithms[7]–[9]. One of the most critical components determining the success of QML models is how classical data are encoded into quantum states. Since most real-world datasets are inherently classical, they must be transformed into suitable quantum representations before being processed by quantum algorithms. To this end, various encoding strategies, including angle encoding, amplitude encoding, and basis encoding, have been proposed [10]–[13]. More recently, feature map-based approaches such as Z Feature Map, ZZ Feature Map, and Pauli Feature Map have become widely adopted in variational quantum classifiers and quantum neural networks [14]–[19]. Although existing quantum feature maps have demonstrated promising performance across various classification tasks, they often fail to account for the underlying statistical and relational structure of the data. In particular, dependencies among features are generally ignored, and interaction patterns within quantum circuits are typically defined independently of the dataset itself [20]–[26]. Consequently, the resulting quantum representations may capture only a limited portion of the structural information embedded in the data.
In both classical machine learning and QML, dependencies among features play a fundamental role in understanding and modeling complex data structures. Accordingly, statistical measures such as Pearson Correlation, Spearman Correlation, Kendall Tau Coefficient, Mutual Information, and Distance Correlation are widely employed to identify linear and nonlinear relationships between variables [27]–[31]. These dependencies often reveal hidden structures within datasets and can directly influence learning performance. Nevertheless, studies that systematically incorporate feature dependencies into quantum data encoding processes remain relatively scarce.
To address this limitation, this study proposes a Correlation-Aware Quantum Feature Map (CAQFM) that directly incorporates feature dependencies into the quantum data encoding process. In the proposed approach, relationships between feature pairs are quantitatively characterized using Pearson Correlation, Spearman Correlation, Kendall Tau Coefficient, Mutual Information, and Distance Correlation. Dependency values exceeding a problem-specific threshold are subsequently used to determine the rotation angles of controlled quantum gates. As a result, the architecture of the quantum encoding circuit is adaptively shaped according to the statistical characteristics of the dataset.
The proposed method is evaluated on three binary classification problems: breast cancer diagnosis, credit default prediction, and student placement prediction. Experimental results demonstrate that incorporating relational information into the quantum encoding process can improve classification performance compared with conventional feature maps employing fixed interaction structures such as linear, circular, and fully entangling connectivity patterns. Furthermore, the proposed approach establishes an interpretable connection between classical dependency analysis and quantum data representation, providing a new perspective for the development of data-driven quantum feature maps.
With the development of NISQ devices, research on quantum machine learning has increased significantly. Due to the limited number of qubits available in current quantum hardware and their susceptibility to noise, the practical implementation of large-scale fault-tolerant quantum algorithms remains challenging. Consequently, researchers have increasingly focused on hybrid approaches that can exploit the capabilities of existing quantum devices. One of the most prominent examples of such approaches is Variational Quantum Algorithms (VQAs). In VQAs, a parameterized quantum circuit is executed on a quantum processor, while the circuit parameters are iteratively updated by a classical optimizer. In this manner, quantum computation and classical optimization are combined to perform learning and optimization tasks [32]–[35].
Among VQA-based models, Variational Quantum Classifiers (VQCs) and Quantum Neural Networks (QNNs) are the most widely used approaches in the field of Quantum Machine Learning (QML). These models generally consist of four main components: a data encoding layer, a variational circuit (ansatz), a measurement layer, and an optimization procedure. The data encoding layer transforms classical data into quantum states, while the variational circuit contains trainable parameters. The measurement layer extracts classical information from the quantum system, and the resulting outputs are used by the optimization process to update the circuit parameters iteratively [36]–[40].
The performance of VQA-based models largely depends on the chosen ansatz architecture and optimization strategy. Hardware-efficient ansatz designs are among the most commonly employed architectures in current implementations. These circuits typically combine parameterized single-qubit rotation gates with entangling gates such as CNOT operations. For parameter optimization, algorithms such as COBYLA, SPSA, and gradient-based methods are frequently utilized. Recent studies have demonstrated that VQC and QNN models can achieve promising results across a wide range of applications, including healthcare, finance, image processing, and pattern recognition.
The transformation of classical data into quantum states is a fundamental step in quantum machine learning. Unlike classical computers, which operate directly on classical data vectors, quantum computers process information encoded in quantum states. Therefore, classical data must be mapped into suitable quantum representations before quantum algorithms can be applied. To address this requirement, several quantum data encoding strategies have been proposed. Basis encoding represents information using computational basis states, while amplitude encoding stores information within the amplitudes of quantum states. Angle encoding, on the other hand, maps feature values to the rotation angles of quantum gates such as \(R_X\), \(R_Y\), and \(R_Z\). Due to its simplicity and compatibility with current quantum hardware, angle encoding has become one of the most widely adopted encoding techniques in VQAs. In addition to these approaches, feature map-based encoding methods have emerged as an important research direction in recent years. Feature maps aim to project classical data into higher dimensional Hilbert spaces, thereby generating richer quantum representations. Such representations can enable quantum classifiers to extract meaningful patterns from more complex data structures.
One of the most widely used feature maps is the Z Feature Map, in which classical features are encoded into quantum states through phase transformations. An extension of this approach, known as the ZZ Feature Map, introduces pairwise interactions between qubits, allowing certain relationships among features to be represented within the quantum circuit. To further enhance representational capacity, the Pauli Feature Map employs combinations of different Pauli operators to generate more expressive quantum states.
These feature map-based approaches have demonstrated promising performance in a variety of quantum classification tasks and have become standard data encoding techniques in QML. However, their interaction structures are generally predefined and remain independent of the statistical properties of the underlying dataset. Consequently, the relational information present among features may not be fully reflected in the resulting quantum representations.
Although existing quantum feature maps have demonstrated promising performance across a variety of classification tasks, they exhibit several important limitations. One of the primary limitations is that the interaction structures employed within quantum circuits are generally designed without considering the relative importance or dependency patterns among features in the dataset. In many studies, linear, circular, or fully connected entanglement topologies are adopted and applied uniformly across different datasets. This approach implicitly assumes that all features contribute equally to the learning process. However, in real-world applications, some features may exhibit strong relationships, whereas others may be only weakly correlated or entirely independent. When fixed interaction structures are used, these differences are ignored, and both strong and weak dependencies are treated identically.
Another important limitation is that most existing feature maps primarily focus on encoding individual feature values. In classical machine learning, relationships among variables often reveal the underlying structure of a dataset and can significantly influence model performance. Nevertheless, such relational information is rarely incorporated into the quantum data encoding process. Furthermore, the use of fixed interaction topologies may introduce unnecessary quantum gates into the circuit. Considering the noise and decoherence challenges associated with current NISQ devices, an excessive number of gates can increase circuit depth and consequently degrade model performance.
These observations indicate an important research gap in the QML literature. While the majority of existing studies focus on developing more sophisticated feature maps or more expressive variational circuits, relatively few approaches directly incorporate statistical relationships within the dataset into the quantum data encoding process. To address this limitation, this work proposes the Correlation-Aware Quantum Feature Map (CAQFM). In the proposed approach, dependencies among features are extracted directly from the dataset and utilized to determine the structure of controlled quantum rotation gates. As a result, the quantum data encoding process can be adaptively tailored to the statistical characteristics of the underlying dataset.
In this section, the proposed Correlation-Aware Quantum Feature Map (CAQFM), which incorporates dependencies among features into the quantum data encoding process, is presented in detail. The proposed approach establishes a direct connection between classical data analysis and quantum data encoding, enabling the statistical structure of a dataset to be embedded into quantum representations. Within the proposed QML framework, this procedure is employed as a classical preprocessing stage prior to quantum encoding. By extracting dependency information from the dataset before constructing the quantum circuit, the encoding process can be adaptively tailored to the underlying characteristics of the data.
The first stage of CAQFM consists of quantifying dependencies among the features of a dataset. To this end, several dependency measures, including Pearson Correlation, Spearman Correlation, Kendall Tau Coefficient, Mutual Information, and Distance Correlation, are employed.
Pearson correlation measures the strength of the linear relationship between two variables and is defined as
\[r_{xy} = \frac{ \sum_{k=1}^{n} (x_k-\bar{x}) (y_k-\bar{y}) }{ \sqrt{ \sum_{k=1}^{n} (x_k-\bar{x})^2 } \sqrt{ \sum_{k=1}^{n} (y_k-\bar{y})^2 } } \label{eq:pearson}\tag{1}\]
where \(x_k\) and \(y_k\) denote the \(k\)-th observations of two features, and \(\bar{x}\) and \(\bar{y}\) represent their corresponding sample means. The coefficient takes values in the interval \([-1,1]\), where values close to \(+1\) indicate a strong positive linear relationship, values close to \(-1\) indicate a strong negative linear relationship, and values near zero indicate little or no linear dependence.
Spearman correlation is a non-parametric measure that quantifies the strength of a monotonic relationship between two variables. Unlike Pearson correlation, it operates on ranked observations rather than the original values, making it suitable for capturing nonlinear monotonic dependencies and more robust against outliers.
The Spearman correlation coefficient is computed as
\[\rho = 1-\frac{6\sum_{i=1}^{n} d_i^2}{n(n^2-1)} \label{eq:spearman}\tag{2}\]
where \(n\) denotes the number of observations and \(d_i\) represents the difference between the ranks of the corresponding observations. The coefficient ranges from \(-1\) to \(+1\), where positive values indicate increasing monotonic relationships and negative values indicate decreasing monotonic relationships.
Kendall Tau is another non-parametric dependency measure based on the difference between concordant and discordant observation pairs. It is defined as
\[\tau = \frac{N_c-N_d}{\frac{n(n-1)}{2}} \label{eq:kendall}\tag{3}\]
where \(N_c\) and \(N_d\) denote the numbers of concordant and discordant pairs, respectively. Similar to Spearman correlation, Kendall Tau takes values in the interval \([-1,1]\).
Mutual Information (MI) is employed to quantify both linear and nonlinear dependencies between variables. Unlike correlation-based measures, MI evaluates the amount of shared information between two variables and is defined as
\[I(X;Y) = \sum_{x \in X} \sum_{y \in Y} p(x,y) \ln \frac{p(x,y)}{p(x)p(y)} \label{eq:mi}\tag{4}\]
where \(p(x,y)\) denotes the joint probability distribution of \(X\) and \(Y\), while \(p(x)\) and \(p(y)\) represent their marginal probability distributions.
Distance Correlation is a more general dependency measure capable of detecting both linear and nonlinear relationships between variables. Unlike Pearson correlation, it can identify any form of statistical dependence and is therefore particularly useful for analyzing complex datasets.
Distance Correlation is defined as
\[dCor(X,Y) = \frac{dCov(X,Y)}{\sqrt{dVar(X)\,dVar(Y)}} \label{eq:dcor}\tag{5}\]
where \(dCov(X,Y)\) denotes the distance covariance between variables \(X\) and \(Y\), and \(dVar(X)\) and \(dVar(Y)\) denote their corresponding distance variances. The resulting coefficient ranges from \(0\) to \(1\), where larger values indicate stronger dependencies.
Using one of the dependency measures described above, pairwise relationships between all features are calculated to construct a dependency matrix representing the relational structure of the dataset:
\[C= [c_{ij}]\]
where \(c_{ij}\) denotes the dependency coefficient between the \(i\)-th and \(j\)-th features. Each element of the matrix quantifies the strength of the relationship between a pair of features. Larger absolute values correspond to stronger dependencies.
Encoding all pairwise relationships into a quantum circuit may introduce an excessive number of controlled gates and unnecessarily increase circuit depth. This issue is particularly critical for NISQ devices, where deeper circuits are more susceptible to noise and decoherence. Therefore, a threshold parameter \(\tau\) is introduced to retain only statistically significant relationships.
The corresponding adjacency matrix is defined as
\[A_{ij} = \begin{cases} 1, & |c_{ij}| \ge \tau \\[4pt] 0, & |c_{ij}| < \tau \end{cases} \label{eq:adjacency}\tag{6}\]
where \(A_{ij}=1\) indicates that the corresponding feature pair will be connected through a controlled quantum rotation gate, while \(A_{ij}=0\) indicates that no quantum interaction will be introduced between the two features.
As a result, the thresholding procedure enables the selection of the most informative dependencies within the dataset, leading to a more data-driven quantum encoding architecture. This strategy not only reduces unnecessary quantum operations but also allows the statistical structure of the dataset to be more effectively embedded into the resulting quantum representation.
The proposed CAQFM architecture consists of three sequential stages: a quantum encoding layer, a correlation-aware interaction layer, and a variational learning layer. Figure X illustrates the overall structure of the proposed framework.
In the first stage, each normalized feature is encoded into a corresponding qubit using angle encoding. Given a feature vector
\[\mathbf{x} = (x_1,x_2,\ldots,x_n),\]
the initial quantum state is prepared as
\[|\Psi_{enc}\rangle = \bigotimes_{i=1}^{n} R_Y(x_i)|0\rangle .\]
This operation embeds the classical feature vector into the Hilbert space while preserving the dimensional structure of the original data.
Following the encoding stage, the correlation-aware interaction layer is applied. Let
\[C=[c_{ij}]\]
denote the dependency matrix obtained using one of the selected statistical dependency measures. After thresholding, only feature pairs satisfying
\[|c_{ij}| \ge \tau\]
are retained. For each selected feature pair, a controlled rotation gate is introduced into the quantum circuit. In this work, controlled \(R_Y\) gates are employed:
\[CRY(\theta_{ij}).\]
The rotation angle is determined directly from the corresponding dependency coefficient,
\[\theta_{ij} = \frac{\pi}{2} |c_{ij}|,\]
allowing stronger feature dependencies to induce stronger quantum interactions. Consequently, the connectivity pattern of the quantum circuit is not predefined but is adaptively generated from the statistical structure of the dataset.
The resulting state is subsequently processed by a variational learning layer consisting of parameterized single-qubit rotations
\[R_X(\alpha_i), \qquad R_Y(\beta_i), \qquad R_Z(\gamma_i),\]
followed by a linear chain of entangling CNOT gates,
\[CX(q_i,q_{i+1}).\]
This hardware-efficient ansatz introduces trainable parameters while maintaining compatibility with the connectivity constraints of current NISQ devices.
Finally, all qubits are measured in the computational basis and the resulting probability distribution is used to perform the classification task.
The proposed CAQFM-based quantum classifier is trained using a hybrid quantum-classical learning framework. In this approach, quantum state preparation and measurement are performed on a quantum processor, while the trainable parameters of the variational circuit are optimized by a classical optimizer. This hybrid strategy enables efficient learning while remaining compatible with the limitations of current Noisy Intermediate-Scale Quantum (NISQ) devices.
For binary classification tasks, the Binary Cross-Entropy (BCE) loss function is employed:
\[L = -\frac{1}{N} \sum_{i=1}^{N} \Bigl[ y_i \log(p_i) + (1-y_i)\log(1-p_i) \Bigr] \label{eq:bce}\tag{7}\]
where \(N\) denotes the number of samples, \(y_i\) is the true class label, and \(p_i\) represents the predicted probability produced by the quantum classifier.
The optimization of the variational parameters is performed using the Constrained Optimization BY Linear Approximation (COBYLA) algorithm. COBYLA is a gradient-free optimization method that has been widely adopted in variational quantum algorithms due to its robustness and suitability for noisy quantum environments.
The overall construction and training procedure of the proposed CAQFM framework is summarized in Algorithm [alg:caqfm].
The training procedure consists of two main stages. First, the CAQFM structure is generated from the statistical dependencies extracted from the dataset. The resulting dependency graph determines the placement and strength of controlled quantum interactions within the feature map. Second, the parameters of the variational quantum classifier are optimized using the Binary Cross-Entropy objective and the COBYLA optimizer. This framework enables feature values and feature dependencies to be jointly incorporated into the quantum encoding process, resulting in a data-driven quantum representation that reflects the statistical characteristics of the underlying dataset.
This section describes the datasets, preprocessing procedures, experimental configuration, and evaluation metrics used to assess the performance of the proposed CAQFM framework.
To evaluate the effectiveness of the proposed approach, three binary classification datasets from healthcare, finance, and education domains were employed. These datasets were selected to investigate the robustness of CAQFM across different application areas.
| Dataset | Samples | Features | Classes |
|---|---|---|---|
| Breast Cancer | 569 | 4 | 2 |
| Credit Default | 566 | 3 | 2 |
| Student Placement | 2000 | 4 | 2 |
Missing-value analysis and data cleaning procedures were first applied to all datasets. Class labels were subsequently converted into numerical form to facilitate binary classification. To eliminate the effects of differing feature scales, all features were standardized prior to model training. To mitigate potential bias caused by class imbalance, balanced datasets were generated before training. Finally, feature selection was performed to reduce the number of required qubits and retain the most informative variables for each dataset.
| Dataset | F1 | F2 | F3 | F4 |
|---|---|---|---|---|
| Breast Cancer | CP-worst | Perim-worst | CP-mean | Rad-worst |
| Credit Default | Age | Loan | Income | – |
| Student Placement | Exam | Study hrs | Assignments | Prev. score |
Note. CP: concave points; Perim: perimeter; Rad: radius; Prev.: previous; hrs: hours.
The proposed CAQFM framework was evaluated within a Variational Quantum Classifier (VQC) architecture. Classical features were encoded into quantum states using \(R_Y\) rotation gates, while feature dependencies identified by Pearson Correlation, Spearman Correlation, Kendall Tau Correlation, Mutual Information, and Distance Correlation were incorporated into the quantum circuit through controlled \(R_Y\) rotation gates.
A single-layer hardware-efficient variational ansatz was employed in all experiments. The dataset was divided into training and test subsets using a fixed test ratio of 0.25. Model parameters were optimized using the COBYLA optimizer with an initial
trust-region radius parameter of rhobeg=0.5. Binary Cross-Entropy was adopted as the objective function during training.
Since the statistical characteristics of each dataset differ, the dependency threshold parameter \(\tau\) was selected separately for each problem. A threshold value of \(0.95\) was used for the Breast Cancer dataset, whereas thresholds of \(0.20\) and \(0.10\) were employed for the Credit Default and Student Placement datasets, respectively.
The experimental settings used throughout this study are summarized in Table 3.
| Parameter | Value |
|---|---|
| Train/Test Split | 75% / 25% |
| Ansatz Layers | 1 |
| Optimizer | COBYLA |
| COBYLA rhobeg | 0.5 |
| Loss Function | Binary Cross-Entropy |
| Breast Cancer Threshold (\(\tau\)) | 0.95 |
| Credit Default Threshold (\(\tau\)) | 0.20 |
| Student Placement Threshold (\(\tau\)) | 0.10 |
To assess classification performance, Accuracy, Precision, Recall, F1-score, and ROC-AUC metrics were computed for all experiments.
In this section, the performance of the proposed CAQFM framework is evaluated on three different datasets. The obtained results are compared with conventional quantum feature maps. For all simulations, Accuracy, Precision, Recall, F1-score, and ROC-AUC metrics are reported.
The Breast Cancer Wisconsin dataset was first employed to evaluate the effectiveness of the proposed approach. This dataset represents one of the most widely studied binary classification benchmarks in the healthcare domain. The performance of the proposed CAQFM variants was compared with conventional quantum feature maps.
| Method | Accuracy | Col. Gates | Precision | Recall | F1 | ROC-AUC | Epoch |
|---|---|---|---|---|---|---|---|
| Pearson-CAQFM | 0.94 | 1 | 0.92 | 0.92 | 0.92 | 0.98 | 31 |
| Spearman-CAQFM | 0.95 | 3 | 0.97 | 0.88 | 0.93 | 0.99 | 19 |
| Kendall-CAQFM | 0.95 | 1 | 0.96 | 0.90 | 0.93 | 0.99 | 56 |
| MI-CAQFM | 0.93 | 1 | 0.97 | 0.83 | 0.89 | 0.97 | 19 |
| Distance-CAQFM | 0.91 | 2 | 0.84 | 0.94 | 0.89 | 0.93 | 25 |
| Z Feature Map | 0.87 | 0 | 0.92 | 0.71 | 0.80 | 0.94 | 74 |
| ZZ Feature Map | 0.85 | 6 | 0.84 | 0.73 | 0.78 | 0.94 | 93 |
| Pauli Feature Map | 0.86 | 36 | 0.94 | 0.66 | 0.77 | 0.93 | 92 |
3pt
For all experiments on the Breast Cancer dataset, the dependency threshold was set to 0.95, the variational ansatz consisted of a single layer, and the classification threshold was fixed at 0.4. The corresponding training and test performance curves are presented in Figures 1,2,3,4.
“’
The results indicate that the proposed CAQFM-based approaches consistently outperform conventional quantum feature maps. Among the dependency-aware methods, Spearman-CAQFM and Kendall-CAQFM achieved the highest classification performance with an accuracy of approximately \(95.1\%\). Pearson-CAQFM followed closely with an accuracy of \(94.4\%\), while MI-CAQFM and Distance-CAQFM reached \(93.0\%\) and \(91.6\%\), respectively. These findings suggest that incorporating statistical dependencies into the quantum encoding process enables the quantum circuit to capture more discriminative information from the dataset.
In contrast, the conventional feature maps produced lower classification performance. The best accuracy achieved by the Z Feature Map was approximately \(87.4\%\), while the ZZ Feature Map and Pauli Feature Map reached \(85.3\%\) and \(86.0\%\), respectively. Although these results remain competitive, they consistently lag behind the CAQFM variants.
A similar trend can be observed in the loss values. Pearson-CAQFM achieved the lowest test loss of approximately 0.2084, indicating not only high classification accuracy but also more reliable class probability estimates. The minimum test losses obtained by Spearman-CAQFM, Kendall-CAQFM, MI-CAQFM, and Distance-CAQFM were approximately 0.3600, 0.3677, 0.3998, and 0.4335, respectively. In comparison, the minimum test losses of the Z, ZZ, and Pauli Feature Maps were approximately 0.4434, 0.4514, and 0.4647.
From a convergence perspective, the advantages of CAQFM are also evident. Spearman-CAQFM, Kendall-CAQFM, and MI-CAQFM reached high accuracy levels within approximately 17–19 epochs, whereas the conventional feature maps required substantially more training iterations. In particular, the Z Feature Map exhibited noticeable improvements only after approximately 40 epochs, while the ZZ and Pauli Feature Maps remained in lower-accuracy regions for a longer period.
Overall, the experimental results demonstrate that incorporating statistical dependencies into the quantum encoding process can significantly improve classification performance. Compared with conventional Z, ZZ, and Pauli Feature Maps, the proposed CAQFM variants consistently achieved higher accuracy, lower loss values, and faster convergence. Among the investigated approaches, Pearson-, Spearman-, and Kendall-based CAQFM models exhibited the most competitive performance, indicating that dependency-aware quantum representations can provide a more informative feature space for variational quantum classifiers.
The second set of experiments was conducted on the Credit Default dataset. This dataset represents a financial classification problem characterized by complex decision boundaries and potentially nonlinear relationships among variables. The performance of the proposed CAQFM variants was compared against conventional quantum feature maps.
| Method | Accuracy | CRY Gates | Precision | Recall | F1 | ROC-AUC | Epoch |
|---|---|---|---|---|---|---|---|
| Pearson-CAQFM | 0.80 | 2 | 0.71 | 1.00 | 0.83 | 0.87 | 55 |
| Spearman-CAQFM | 0.81 | 2 | 0.71 | 1.00 | 0.83 | 0.87 | 64 |
| Kendall-CAQFM | 0.81 | 1 | 0.71 | 1.00 | 0.83 | 0.87 | 34 |
| MI-CAQFM | 0.81 | 1 | 0.73 | 1.00 | 0.84 | 0.85 | 30 |
| Distance-CAQFM | 0.80 | 2 | 0.70 | 1.00 | 0.82 | 0.87 | 50 |
| Z Feature Map | 0.74 | 0 | 0.70 | 0.85 | 0.77 | 0.82 | 28 |
| ZZ Feature Map | 0.80 | 6 | 0.74 | 0.92 | 0.82 | 0.87 | 88 |
| Pauli Feature Map | 0.70 | 18 | 0.65 | 0.81 | 0.72 | 0.77 | 70 |
3pt
For all experiments on the Credit Default dataset, the dependency threshold was set to 0.20, the variational ansatz consisted of a single layer, and the classification threshold was fixed at 0.5. The corresponding training and test performance curves are presented in Figures 5,6,7 and 8.
The results demonstrate that dependency-aware quantum feature maps provide a consistent advantage over conventional quantum encoding techniques. Among all evaluated approaches, Spearman-CAQFM and MI-CAQFM achieved the highest classification accuracy of approximately \(81.7\%\). Kendall-CAQFM followed closely with an accuracy of \(81.0\%\), while Pearson-CAQFM and Distance-CAQFM achieved approximately \(80.3\%\). These results indicate that incorporating feature dependencies into the quantum encoding process can improve the representation of financial data characterized by complex variable interactions.
Among the conventional feature maps, ZZ Feature Map achieved the strongest performance with an accuracy comparable to Pearson-CAQFM and Distance-CAQFM. However, ZZ Feature Map required six predefined entangling interactions and considerably more training epochs to converge. In contrast, the CAQFM variants achieved similar or superior performance using significantly fewer data-driven interactions. This observation suggests that dependency-guided quantum connectivity can provide a more efficient encoding strategy than fixed entanglement topologies.
The ranking-based dependency measures, namely Spearman Correlation and Kendall Tau, exhibited particularly strong performance. Since credit default prediction often involves monotonic but not strictly linear relationships among variables, rank-based dependency measures appear to capture the underlying structure of the dataset more effectively than purely linear correlation measures. This observation is supported by the superior performance of Spearman-CAQFM and the faster convergence of Kendall-CAQFM, which reached its final performance level after only 34 epochs.
Mutual Information-based CAQFM produced one of the most competitive results while requiring only a single controlled interaction and 30 training epochs. Given that Mutual Information is capable of capturing both linear and nonlinear dependencies, its strong performance suggests that information-theoretic relationships play an important role in the Credit Default dataset. The rapid convergence observed for this approach further indicates that incorporating informative dependency structures into the quantum encoding stage can facilitate optimization.
In contrast, the Z Feature Map and Pauli Feature Map achieved noticeably lower performance. The Z Feature Map reached an accuracy of approximately \(74.7\%\), while the Pauli Feature Map remained near \(70\%\). These results suggest that encoding schemes that do not explicitly exploit dataset-specific dependency structures may be less effective for complex financial classification problems.
Overall, the Credit Default experiments confirm the benefits of incorporating statistical dependency information into quantum feature maps. Compared with conventional quantum encoding strategies, the proposed CAQFM variants achieved higher classification accuracy, required fewer meaningful interactions, and exhibited faster convergence behavior. The strongest results were obtained using Spearman Correlation, Kendall Tau, and Mutual Information, indicating that dependency-aware quantum representations can effectively capture the complex relationships present in financial datasets.
The third set of experiments was conducted on the Student Placement dataset, which represents a binary classification problem in the educational domain. The objective of this dataset is to predict student placement outcomes based on academic performance and related attributes.
| Method | Accuracy | CRY Gates | Precision | Recall | F1 | ROC-AUC | Epoch |
|---|---|---|---|---|---|---|---|
| Pearson-CAQFM | 0.97 | 4 | 1.00 | 0.93 | 0.96 | 1.00 | 39 |
| Spearman-CAQFM | 0.97 | 4 | 1.00 | 0.93 | 0.96 | 1.00 | 39 |
| Kendall-CAQFM | 0.98 | 3 | 1.00 | 0.97 | 0.98 | 1.00 | 18 |
| MI-CAQFM | 0.99 | 3 | 1.00 | 0.98 | 0.98 | 1.00 | 18 |
| Distance-CAQFM | 0.98 | 3 | 1.00 | 0.97 | 0.98 | 1.00 | 18 |
| Z Feature Map | 0.99 | 0 | 1.00 | 0.98 | 0.99 | 1.00 | 23 |
| ZZ Feature Map | 0.70 | 12 | 0.82 | 0.48 | 0.61 | 0.82 | 47 |
| Pauli Feature Map | 0.75 | 36 | 0.73 | 0.76 | 0.75 | 0.79 | 21 |
3pt
For all experiments on the Student Placement dataset, the dependency threshold was set to 0.10, the variational ansatz consisted of a single layer, and the classification threshold was fixed at 0.5. The corresponding training and test performance curves are presented in Figures 9,10,11 and 12.
The Student Placement dataset produced the highest classification performance among all datasets considered in this study. Most CAQFM variants achieved accuracies exceeding \(97\%\), indicating that the selected features contain highly discriminative information for predicting placement outcomes.
Among the dependency-aware approaches, MI-CAQFM achieved the strongest performance with an accuracy of approximately \(99\%\), followed by Kendall-CAQFM and Distance-CAQFM with accuracies close to \(98.6\%\). Pearson-CAQFM and Spearman-CAQFM also produced highly competitive results, reaching approximately \(97.2\%\) accuracy. These findings suggest that dependency-aware quantum representations are highly effective for educational decision-support problems, where multiple academic factors jointly influence the target outcome.
The ranking-based dependency measures, namely Spearman Correlation and Kendall Tau, again demonstrated strong performance. However, unlike the Credit Default dataset, the performance differences among the CAQFM variants were relatively small. This observation indicates that the predictive information in the Student Placement dataset is sufficiently strong to be captured by several different dependency measures.
A notable result is the performance of the Z Feature Map, which achieved approximately \(99.2\%\) accuracy and slightly outperformed all CAQFM variants. While this result appears highly favorable, it should be interpreted with caution. The absence of entangling interactions in the Z Feature Map suggests that the dataset may be largely separable using individual feature information alone. In other words, the dominant predictive patterns may already be encoded within single features, reducing the need for complex feature interactions.
In contrast, the ZZ Feature Map and Pauli Feature Map produced substantially lower classification performance. The ZZ Feature Map achieved approximately \(70.4\%\) accuracy, while the Pauli Feature Map reached approximately \(75.4\%\). These results indicate that predefined entanglement structures do not necessarily provide an advantage when the underlying dataset can be effectively represented using simpler feature relationships.
From a convergence perspective, MI-CAQFM, Kendall-CAQFM, and Distance-CAQFM exhibited the fastest learning behavior, reaching their highest performance levels within only 18 epochs. Pearson-CAQFM and Spearman-CAQFM required longer training periods, converging after approximately 39 epochs. Nevertheless, all CAQFM variants demonstrated stable optimization behavior and consistently achieved high classification performance.
Overall, the results obtained on the Student Placement dataset further support the effectiveness of incorporating statistical dependency information into quantum feature maps. Although the Z Feature Map achieved the highest accuracy in this particular dataset, the CAQFM variants consistently provided competitive performance while maintaining an interpretable connection between dataset statistics and quantum circuit structure. The strong results obtained by MI-, Kendall-, and Distance-based CAQFM models indicate that dependency-aware quantum representations can serve as a powerful approach for educational prediction and decision-support tasks.
The experimental results demonstrate that incorporating statistical dependency information into the quantum encoding process can improve classification performance across multiple application domains. Unlike conventional quantum feature maps, which rely on fixed interaction topologies independent of the underlying dataset, the proposed CAQFM framework adapts the quantum circuit structure according to the statistical relationships observed among features.
The results obtained from the Breast Cancer dataset indicate that dependency-aware quantum representations can significantly enhance classification performance. In particular, Pearson-, Spearman-, and Kendall-based CAQFM variants consistently outperformed conventional Z, ZZ, and Pauli Feature Maps in terms of accuracy, convergence speed, and loss values. These findings suggest that exploiting feature dependencies during quantum encoding enables the quantum circuit to capture more discriminative information from biomedical datasets.
For the Credit Default dataset, the strongest performance was achieved by Spearman-, Kendall-, and Mutual Information-based CAQFM variants. The superiority of these methods indicates that rank-based and information-theoretic dependency measures are particularly effective for modeling the complex relationships commonly encountered in financial datasets. Furthermore, CAQFM approaches achieved comparable or superior performance using fewer meaningful interactions than conventional feature maps with fixed entanglement structures.
The Student Placement dataset exhibited a different behavior. While CAQFM variants achieved highly competitive accuracies exceeding \(97\%\), the Z Feature Map obtained the highest overall accuracy. This observation suggests that the dataset may already possess highly informative individual features, reducing the necessity for complex interaction structures. Nevertheless, CAQFM variants maintained strong performance while providing a more interpretable connection between dataset statistics and quantum circuit architecture.
Another notable observation concerns the relationship between dependency measures and dataset characteristics. Pearson Correlation generally performed well when linear relationships were dominant, whereas Spearman Correlation and Kendall Tau demonstrated advantages when monotonic dependencies were more informative. Mutual Information and Distance Correlation, which are capable of capturing nonlinear relationships, proved particularly effective in datasets containing more complex dependency structures. These findings indicate that the selection of an appropriate dependency measure plays a crucial role in the effectiveness of dependency-aware quantum feature maps.
Overall, the proposed CAQFM framework provides a flexible and data-driven quantum encoding mechanism capable of adapting to the statistical characteristics of different datasets. The results suggest that dependency-aware quantum representations constitute a promising direction for the development of next-generation quantum machine learning models.
In this study, a Correlation-Aware Quantum Feature Map (CAQFM) was proposed to incorporate statistical dependencies among features directly into the quantum data encoding process. Unlike conventional quantum feature maps that employ predefined interaction structures, the proposed approach constructs quantum interactions according to the statistical properties of the dataset, thereby introducing a data-driven mechanism for quantum representation learning.
The proposed framework utilizes Pearson Correlation, Spearman Correlation, Kendall Tau, Mutual Information, and Distance Correlation to quantify pairwise feature dependencies. The resulting dependency coefficients are subsequently transformed into controlled quantum rotations, allowing relational information present in the dataset to be embedded into the quantum feature map. As a result, the quantum representation captures not only individual feature values but also the statistical relationships among features.
The effectiveness of the proposed approach was evaluated on three binary classification problems from healthcare, finance, and education domains, namely Breast Cancer diagnosis, Credit Default prediction, and Student Placement prediction. Experimental results demonstrated that CAQFM-based models consistently achieved competitive and, in many cases, superior performance compared with conventional Z, ZZ, and Pauli Feature Maps. In addition to improved classification accuracy, the proposed framework frequently exhibited faster convergence and required fewer meaningful interactions to achieve strong predictive performance.
One of the primary contributions of this work is the establishment of an interpretable connection between classical dependency analysis and quantum data encoding. The proposed framework demonstrates that the design of quantum feature maps can be guided not only by quantum circuit considerations but also by the statistical structure of the underlying dataset. This perspective introduces a new direction for developing adaptive and data-aware quantum representations in quantum machine learning.
Future work will focus on evaluating the proposed approach on real quantum hardware, developing adaptive threshold-selection strategies, and extending dependency-aware principles to the design of variational ansatz architectures. In addition, the application of CAQFM to multiclass classification problems, larger datasets, and graph-based quantum representations constitutes a promising avenue for further research.
All datasets used in this study are publicly available and can be accessed through the Kaggle platform.
Breast Cancer Wisconsin Diagnostic Dataset:
https://www.kaggle.com/datasets/utkarshx27/breast-cancer-wisconsin-diagnostic-dataset
Default of Credit Card Clients Dataset:
https://www.kaggle.com/datasets/uciml/default-of-credit-card-clients-dataset
Student Placement Dataset:
https://www.kaggle.com/datasets/ruchikakumbhar/student-placement-dataset
No proprietary or restricted-access data were used in this study. All datasets were accessed between January and May 2026 and were used in accordance with their respective licenses and terms of use.