paper-with-me

Papers

QUACK: Quantum Aligned Centroid Kernel

2024-05-01 · Kilian Tscharke, Sebastian Issel, Pascal Debus

Quantum computing (QC) seems to show potential for application in machine learning (ML). In particular quantum kernel methods (QKM) exhibit promising properties for use in supervised ML tasks. However, a major disadvantage of kernel methods is their unfavorable quadratic scaling with the number of training samples. Together with the limits imposed by currently available quantum hardware (NISQ devices) with their low qubit coherence times, small number of qubits, and high error rates, the use of QC in ML at an industrially relevant scale is currently impossible. As a small step in improving the potential applications of QKMs, we introduce QUACK, a quantum kernel algorithm whose time complexity scales linear with the number of samples during training, and independent of the number of training samples in the inference stage. In the training process, only the kernel entries for the samples and the centers of the classes are calculated, i.e. the maximum shape of the kernel for n samples and c classes is (n, c). During training, the parameters of the quantum kernel and the positions of the centroids are optimized iteratively. In the inference stage, for every new sample the circuit is only evaluated for every centroid, i.e. c times. We show that the QUACK algorithm nevertheless provides satisfactory results and can perform at a similar level as classical kernel methods with quadratic scaling during training. In addition, our (simulated) algorithm is able to handle high-dimensional datasets such as MNIST with 784 features without any dimensionality reduction.

📄 PDF Abstract BibTeX arXiv:2405.00304

Code (2)

fraunhofer-aisec/quack 공식 구현 pytorch
kilian106/quack 공식 구현 pytorch

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

A Multiclass Quantum Aligned Centroid Kernel

2026-07-22 · Kilian Tscharke, Pascal Debus arxiv

Kernel methods are powerful tools in machine learning but commonly used full-Gram kernels face three key limitations: (1) quadratic scaling with training set size; (2) the use of fixed, non-trainable kernels; and (3) the…

QuACK: Accelerating Gradient-Based Quantum Optimization with Koopman Operator Learning

2022-11-02 · NeurIPS 2023 11 · Di Luo, Jiayu Shen, Rumen Dangovski, Marin Soljačić

Quantum optimization, a key application of quantum computing, has traditionally been stymied by the linearly increasing complexity of gradient calculations with an increasing number of parameters. This work bridges the g…

Operator learningQuantum Machine Learning

QuaCK-TSF: Quantum-Classical Kernelized Time Series Forecasting

2024-08-21 · Abdallah Aaraba, Soumaya Cherkaoui, Ola Ahmad, Jean-Frédéric Laprade 외

Forecasting in probabilistic time series is a complex endeavor that extends beyond predicting future values to also quantifying the uncertainty inherent in these predictions. Gaussian process regression stands out as a B…

Bayesian OptimizationTime SeriesTime Series Forecasting

HAQJSK: Hierarchical-Aligned Quantum Jensen-Shannon Kernels for Graph Classification

2022-11-05 · Lu Bai, Lixin Cui, Yue Wang, Ming Li 외

In this work, we propose a family of novel quantum kernels, namely the Hierarchical Aligned Quantum Jensen-Shannon Kernels (HAQJSK), for un-attributed graphs. Different from most existing classical graph kernels, the pro…

Graph Classification

AERK: Aligned Entropic Reproducing Kernels through Continuous-time Quantum Walks

2023-03-04 · Lixin Cui, Ming Li, Yue Wang, Lu Bai 외

In this work, we develop an Aligned Entropic Reproducing Kernel (AERK) for graph classification. We commence by performing the Continuous-time Quantum Walk (CTQW) on each graph structure, and computing the Averaged Mixin…

Graph Classification