Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Quantum Neural Networks: Concepts, Applications,

and Challenges
◦ Yunseok Kwak, ◦ Won Joon Yun, ◦ Soyi Jung, and ◦ Joongheon Kim

Department of Electrical and Computer Engineering, Korea University, Seoul 02841, Republic of Korea
E-mails: yskwak6937@gmail.com, ywjoon95@korea.ac.kr,
jungsoyi@korea.ac.kr, joongheon@korea.ac.kr

Abstract—Quantum deep learning is a research field for the A. Quantum Computing


arXiv:2108.01468v1 [quant-ph] 2 Aug 2021

use of quantum computing techniques for training deep neural


networks. The research topics and directions of deep learning and Quantum computers use qubits as the basic units of com-
quantum computing have been separated for long time, however putation, which represent a superposition state between |0i
by discovering that quantum circuits can act like artificial neural and |1i [2]–[5]. A single qubit state can be represented as a
networks, quantum deep learning research is widely adopted. normalized two-dimensional complex vector, i.e.,
This paper explains the backgrounds and basic principles of
quantum deep learning and also introduces major achievements. |ψi = α|0i + β|1i, kαk2 + kβk2 = 1 (1)
After that, this paper discusses the challenges of quantum deep
learning research in multiple perspectives. Lastly, this paper and kαk2 and kβk2 are the probabilities of observing |0i and
presents various future research directions and application fields |1i from the qubit, respectively. This can be also geometrically
of quantum deep learning. represented using polar coordinates θ and φ,
|ψi = cos(θ/2)|0i + eiφ sin(θ/2)|1i, (2)
I. I NTRODUCTION
where 0 ≤ θ ≤ π and 0 ≤ φ ≤ π. This representation maps a
As quantum computing and deep learning have recently single qubit state into the surface of 3-dimensional unit sphere,
begun to draw attentions, notable research achievements have which is called Bloch sphere. A multi qubit system can be
been pouring over past decades. In the field of deep learn- represented as the tensor product of n single qubits, which
ing, the problems which were considered as their inherent exists as a superposition of 2n basis states from |00...00i
limitations like gradient vanishing, local minimum, learning to |11...11i. Quantum entanglement appears as a correlation
inefficiencies in large-scale parameter training are gradually between different qubits in this system. For example, in a 2-
being conquered [1]. On the one hand, innovative new deep qubit system √12 |00i+ √12 |11i, the observation of the first qubit
learning algorithms such as quantum neural network (QNN), directly determines that of the second qubit. Those systems are
convolutional neural network (CNN), and recurrent neural controlled by quantum gates in a quantum circuit to perform
network (RNN) are completely changing the way various a quantum computation on its purpose [6], [7].
kinds of data are processed. Meanwhile, the field of quantum Quantum gates are unitary operators mapping a qubit system
computing has also undergone rapid developments in recent into another one, and as classical computing, it is known that
years. Quantum computing, which has been recognized only every quantum gate can be factorized into the combination
for its potential for a long time, has opened up a new era of several basic operators like rotation operator gates and CX
of enormous potentials with the recent advances of variational gate [8]. Rotation operator gates Rx (θ), Ry (θ), Rz (θ) rotates
quantum circuits (VQC). The surprising potentials of the varia- a qubit state in Bloch sphere around corresponding axis by θ
tional quantum algorithms were made clear by solving various and CX gate entangles two qubits by flipping a qubit state if
combinatorial optimization problems and the intrinsic energy the other is |1i. Those quantum gates utilizes quantum super-
problems of molecules, which were difficult to solve using position and entanglement to take an advantage over classical
conventional methods, and further extensions are considered computing, and it is well known that quantum algorithms
to design machine learning algorithms using quantum comput- can obtain an exponential computational gain over existing
ing. Among them, quantum deep learning fields are growing algorithms in certain tasks such as prime factorization [9].
rapidly, inheriting the achievements of existing deep learning II. Q UANTUM D EEP L EARNING
research. Accordingly, numerous notable achievements related
to quantum deep learning have been published, and active A. Variational Quantum Circuits (VQC)
follow-up studies are being conducted at this time. In this pa- A variational quantum circuit (VQC) is a quantum circuit
per, we first briefly introduce the background knowledge, basic using rotation operator gates with free parameters to perform
principles of quantum deep learning, and look at the current various numerical tasks, such as approximation, optimization,
research directions. We then discuss the various directions and classification. An algorithm using a variational quantum circuit
challenges of future research in quantum deep learning. is called variational quantum algorithm (VQA), which is

You might also like