Recurrent Quantum Neural Networks
Johannes Bausch

TL;DR
This paper introduces a quantum recurrent neural network (QRNN) built from parametrized quantum neurons, demonstrating its capabilities on sequence learning, digit classification, and analyzing its advantages over classical RNNs.
Contribution
The paper presents the first implementation of a QRNN with nonlinear activation, efficient training in PyTorch, and evaluation on real datasets like MNIST.
Findings
QRNN performs well on sequence learning tasks
QRNN achieves competitive accuracy on MNIST classification
Unitary nature may mitigate vanishing gradient issues
Abstract
Recurrent neural networks are the foundation of many sequence-to-sequence models in machine learning, such as machine translation and speech synthesis. In contrast, applied quantum computing is in its infancy. Nevertheless there already exist quantum machine learning models such as variational quantum eigensolvers which have been used successfully e.g. in the context of energy minimization tasks. In this work we construct a quantum recurrent neural network (QRNN) with demonstrable performance on non-trivial tasks such as sequence learning and integer digit classification. The QRNN cell is built from parametrized quantum neurons, which, in conjunction with amplitude amplification, create a nonlinear activation of polynomials of its inputs and cell state, and allow the extraction of a probability distribution over predicted classes at each step. To study the model's performance, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsQuantum Computing Algorithms and Architecture · Advancements in Semiconductor Devices and Circuit Design · Neural Networks and Applications
MethodsTanh Activation · Convolution · Sigmoid Activation · Masked Convolution
