Search papers, labs, and topics across Lattice.
This paper introduces a QUBO-based iterative training framework for CNN classifier heads, leveraging quantum annealing to bypass gradient-based circuit optimization and address limitations of variational quantum circuits and quantum kernel methods. The method freezes randomly initialized convolutional filters and optimizes the fully connected layer by iteratively solving convex quadratic surrogates derived from the feature Gram matrix. Experiments on six image classification benchmarks demonstrate that increasing bit precision improves accuracy, with a 20-bit formulation achieving performance comparable to or exceeding classical stochastic gradient descent on several datasets, while remaining within the hardware constraints of current D-Wave systems.
Quantum annealing can now train CNN classifiers to match or beat classical stochastic gradient descent on image benchmarks, thanks to a novel QUBO-based iterative training method that avoids gradient-based optimization.
Variational quantum circuits for image classification suffer from barren plateaus, while quantum kernel methods scale quadratically with dataset size. We propose an iterative framework based on Quadratic Unconstrained Binary Optimization (QUBO) for training the classifier head of convolutional neural networks (CNNs) via quantum annealing, entirely avoiding gradient-based circuit optimization. Following the Extreme Learning Machine paradigm, convolutional filters are randomly initialized and frozen, and only the fully connected layer is optimized. At each iteration, a convex quadratic surrogate derived from the feature Gram matrix replaces the non-quadratic cross-entropy loss, yielding an iteration-stable curvature proxy. A per-output decomposition splits the $C$-class problem into $C$ independent QUBOs, each with $(d+1)K$ binary variables, where $d$ is the feature dimension and $K$ is the bit precision, so that problem size depends on the image resolution and bit precision, not on the number of training samples. We evaluate the method on six image-classification benchmarks (sklearn digits, MNIST, Fashion-MNIST, CIFAR-10, EMNIST, KMNIST). A precision study shows that accuracy improves monotonically with bit resolution, with 10 bits representing a practical minimum for effective optimization; the 15-bit formulation remains within the qubit and coupler limits of current D-Wave Advantage hardware. The 20-bit formulation matches or exceeds classical stochastic gradient descent on MNIST, Fashion-MNIST, and EMNIST, while remaining competitive on CIFAR-10 and KMNIST. All experiments use simulated annealing, establishing a baseline for direct deployment on quantum annealing hardware.