论文标题
QEML(量子增强机器学习):使用量子计算来增强ML分类器和特征空间
QEML (Quantum Enhanced Machine Learning): Using Quantum Computing to Enhance ML Classifiers and Feature Spaces
论文作者
论文摘要
机器学习和量子计算是两种导致某些算法的性能和行为范式转移的技术,从而实现了以前无法实现的结果。机器学习(内核分类)已成为无处不在的模式识别方法,并已被证明具有许多社会应用。虽然尚未容忍断层,但由于量子计算的剥削,量子计算是一种全新的计算方法,例如量子现象(例如叠加和纠缠)。尽管当前的机器学习分类器(例如支持向量机器)正在逐步改善性能,但由于功能空间有限,这种算法的效率和可扩展性仍然存在严重的限制,这使得内核功能在计算上的估计昂贵。通过将量子电路集成到传统的ML中,我们可以通过使用量子特征空间来解决此问题,该技术通过使用并行化以及将存储空间从指数变为线性来改善现有机器学习算法。这项研究扩展了希尔伯特空间的这一概念,并通过实施K最近的邻居算法的量子增强版本将其应用于经典的机器学习。本文首先了解实现量子特征空间的数学直觉,并通过Qiskit Python库和IBM量子体验平台成功模拟了Fidelity和Grover的算法等量子性能和算法。这项研究的主要实验是构建一个嘈杂的变分量子电路KNN(QKNN),该量子量(QKNN)模仿了传统KNN分类器的分类方法。 QKNN利用了锤距的距离度量,并能够在10维乳腺癌数据集上胜过现有的KNN。
Machine learning and quantum computing are two technologies that are causing a paradigm shift in the performance and behavior of certain algorithms, achieving previously unattainable results. Machine learning (kernel classification) has become ubiquitous as the forefront method for pattern recognition and has been shown to have numerous societal applications. While not yet fault-tolerant, Quantum computing is an entirely new method of computation due to its exploitation of quantum phenomena such as superposition and entanglement. While current machine learning classifiers like the Support Vector Machine are seeing gradual improvements in performance, there are still severe limitations on the efficiency and scalability of such algorithms due to a limited feature space which makes the kernel functions computationally expensive to estimate. By integrating quantum circuits into traditional ML, we may solve this problem through the use of quantum feature space, a technique that improves existing Machine Learning algorithms through the use of parallelization and the reduction of the storage space from exponential to linear. This research expands on this concept of the Hilbert space and applies it for classical machine learning by implementing the quantum-enhanced version of the K nearest neighbors algorithm. This paper first understands the mathematical intuition for the implementation of quantum feature space and successfully simulates quantum properties and algorithms like Fidelity and Grover's Algorithm via the Qiskit python library and the IBM Quantum Experience platform. The primary experiment of this research is to build a noisy variational quantum circuit KNN (QKNN) which mimics the classification methods of a traditional KNN classifier. The QKNN utilizes the distance metric of Hamming Distance and is able to outperform the existing KNN on a 10-dimensional Breast Cancer dataset.