LGQUANT-PHOct 31, 2024

Quantum Deep Equilibrium Models

arXiv:2410.23940v15 citationsh-index: 9Has CodeNIPS
Originality Highly original
AI Analysis

This work addresses the challenge of reducing circuit depth and parameters for near-term quantum computers, which is essential for their practical utility in quantum machine learning.

The authors tackled the problem of high circuit depth and parameter count in variational quantum algorithms by introducing Quantum Deep Equilibrium Models (QDEQs), which use deep equilibrium models to train parametrized quantum circuits. They applied QDEQs to classify MNIST-4 digits and extended it to 10 classes on MNIST, FashionMNIST, and CIFAR, finding it competitive with baselines and achieving higher performance than a network with 5 times more layers.

The feasibility of variational quantum algorithms, the most popular correspondent of neural networks on noisy, near-term quantum hardware, is highly impacted by the circuit depth of the involved parametrized quantum circuits (PQCs). Higher depth increases expressivity, but also results in a detrimental accumulation of errors. Furthermore, the number of parameters involved in the PQC significantly influences the performance through the necessary number of measurements to evaluate gradients, which scales linearly with the number of parameters. Motivated by this, we look at deep equilibrium models (DEQs), which mimic an infinite-depth, weight-tied network using a fraction of the memory by employing a root solver to find the fixed points of the network. In this work, we present Quantum Deep Equilibrium Models (QDEQs): a training paradigm that learns parameters of a quantum machine learning model given by a PQC using DEQs. To our knowledge, no work has yet explored the application of DEQs to QML models. We apply QDEQs to find the parameters of a quantum circuit in two settings: the first involves classifying MNIST-4 digits with 4 qubits; the second extends it to 10 classes of MNIST, FashionMNIST and CIFAR. We find that QDEQ is not only competitive with comparable existing baseline models, but also achieves higher performance than a network with 5 times more layers. This demonstrates that the QDEQ paradigm can be used to develop significantly more shallow quantum circuits for a given task, something which is essential for the utility of near-term quantum computers. Our code is available at https://github.com/martaskrt/qdeq.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes