Quantum-Assisted Support Vector Regression
Archismita Dalal, Mohsen Bagherimehrab, Barry C. Sanders
TL;DR
This work introduces a quantum-assisted support vector regression (SVR) framework that uses simulated and hybrid quantum-classical annealing to train SVR models for facial-landmark detection (FLD) on small datasets. By formulating the SVR training as a QUBO and solving it with D-Wave's Leap Hybrid Solver (and simulated annealing as a baseline), the authors demonstrate QA-SVR alongside SA-SVR and SKL-SVR in a 2L single-output regression FLD setup with Gaussian kernels. Across LFW, LFPW, and BioID datasets, QA-SVR achieves comparable accuracy to classical approaches and, in some cases, lower variance due to ensemble-like averaging, while offering substantial speedups over pure SA, though not outperforming classic gradient-based SVR in raw training time. The study serves as a proof-of-concept for applying quantum-assisted SVR to real-world supervised learning tasks with limited data and outlines practical considerations for future quantum-enhanced regression. Potential improvements include larger feature sets, refined annealing hyperparameters, and experiments on larger quantum hardware to probe true quantum advantages.
Abstract
A popular machine-learning model for regression tasks, including stock-market prediction, weather forecasting and real-estate pricing, is the classical support vector regression (SVR). However, a practically realisable quantum SVR remains to be formulated. We devise annealing-based algorithms, namely simulated and quantum-classical hybrid, for training two SVR models and compare their empirical performances against the SVR implementation of Python's scikit-learn package for facial-landmark detection (FLD), a particular use case for SVR. Our method is to derive a quadratic-unconstrained-binary formulation for the optimisation problem used for training a SVR model and solve this problem using annealing. Using D-Wave's hybrid solver, we construct a quantum-assisted SVR model, thereby demonstrating a slight advantage over classical models regarding FLD accuracy. Furthermore, we observe that annealing-based SVR models predict landmarks with lower variances compared to the SVR models trained by gradient-based methods. Our work is a proof-of-concept example for applying quantum-assisted SVR to a supervised-learning task with a small training dataset.
