Machine Learning and The Physical Sciences1-4
Machine Learning and The Physical Sciences1-4
net/publication/332010806
CITATION READS
1 4,113
8 authors, including:
Leslie Vogt
New York University
52 PUBLICATIONS 8,553 CITATIONS
SEE PROFILE
All content following this page was uploaded by Naftali Tishby on 30 November 2019.
Ignacio Cirac
Max-Planck-Institut fur Quantenoptik,
Hans-Kopfermann-Straße 1, D-85748 Garching, Germany
Kyle Cranmer
arXiv:1903.10563v1 [physics.comp-ph] 25 Mar 2019
Laurent Daudet
LightOn, 2 rue de la Bourse, F-75002 Paris, France
Maria Schuld
University of KwaZulu-Natal, Durban 4000, South Africa
National Institute for Theoretical Physics, KwaZulu-Natal, Durban 4000, South Africa,
and Xanadu Quantum Computing, 777 Bay Street, M5B 2H7 Toronto, Canada
Naftali Tishby
The Hebrew University of Jerusalem, Edmond Safra Campus, Jerusalem 91904, Israel
Leslie Vogt-Maranto
Department of Chemistry, New York University, New York, NY 10003, USA
Lenka Zdeborová
Institut de physique théorique, Université Paris Saclay, CNRS, CEA,
F-91191 Gif-sur-Yvette, France†
Machine learning encompasses a broad range of algorithms and modeling tools used for a vast array
of data processing tasks, which has entered most scientific disciplines in recent years. We review in
a selective way the recent research on the interface between machine learning and physical sciences.
This includes conceptual developments in machine learning (ML) motivated by physical insights,
applications of machine learning techniques to several domains in physics, and cross-fertilization
between the two fields. After giving basic notion of machine learning methods and principles, we
describe examples of how statistical physics is used to understand methods in ML. We then move
to describe applications of ML methods in particle physics and cosmology, quantum many body
physics, quantum computing, and chemical and material physics. We also highlight research and
development into novel computing architectures aimed at accelerating ML. In each of the sections
we describe recent successes as well as domain-specific methodology and challenges.
Contents
I. Introduction 2
A. Concepts in machine learning 3
1. Supervised learning and neural networks 4
2. Unsupervised learning and generative modelling 5
3. Reinforcement learning 6
3. Information Bottleneck 10
4. Landscapes and glassiness of deep learning 11
E. Applications of ML in Statistical Physics 11
F. Outlook and Challenges 12
V. Quantum computing 27
A. Quantum state tomography 28
B. Controlling and preparing qubits 29
C. Error correction 29
Acknowledgements 36
References 37
I. INTRODUCTION
∗ Corresponding author: [email protected] The past decade has seen a prodigious rise of machine-
† Corresponding author: [email protected] learning (ML) based techniques, impacting many areas
in industry including autonomous driving, health-care, fi-
nance, manufacturing, energy harvesting, and more. ML
3
is largely perceived as one of the main disruptive tech- Section III treats progress in the fields of high-energy
nologies of our ages, as much as computers have been physics and cosmology, Section IV reviews how ML ideas
in the 1980’s and 1990’s. The general goal of ML is to are helping to understand the mysteries of many-body
recognize patterns in data, which inform the way unseen quantum systems, Section V briefly explore the promises
problems are treated. For example, in a highly complex of machine learning within quantum computations, and
system such as a self-driving car, vast amounts of data in Section VI we highlight some of the amazing advances
coming from sensors have to be turned into decisions of in computational chemistry and materials design due to
how to control the car by a computer that has “learned” ML applications. In Section VII we discuss some ad-
to recognize the pattern of “danger”. vances in instrumentation leading potentially to hard-
The success of ML in recent times has been marked ware adapted to perform machine learning tasks. We
at first by significant improvements on some existing conclude with an outlook in Section VIII.
technologies, for example in the field of image recogni-
tion. To a large extent, these advances constituted the
first demonstrations of the impact that ML methods can
have in specialized tasks. More recently, applications tra-
ditionally inaccessible to automated software have been
successfully enabled, in particular by deep learning tech- A. Concepts in machine learning
nology. The demonstration of reinforcement learning
techniques in game playing, for example, has had a deep For the purpose of this review we will briefly explain
impact in the perception that the whole field was moving some fundamental terms and concepts used in machine
a step closer to what expected from a general artificial learning. For further reading, we recommend a few re-
intelligence. sources, some of which have been targeted especially for
In parallel to the rise of ML techniques in industrial ap- a physics audience. For a historical overview of the
plications, scientists have increasingly become interested development of the field we recommend Refs. (LeCun
in the potential of ML for fundamental research, and et al., 2015; Schmidhuber, 2014). An excellent recent
physics is no exception. To some extent, this is not too introduction to machine learning for physicists is Ref.
surprising, since both ML and physics share some of their (Mehta et al., 2018), which includes notebooks with prac-
methods as well as goals. The two disciplines are both tical demonstrations. A very useful online resource is
concerned about the process of gathering and analyzing Florian Marquardt’s course “Machine learning for physi-
data to design models that can predict the behaviour of cists” 1 . Useful textbooks written by machine learning
complex systems. However, the fields prominently differ researchers are Christopher Bishop’s standard textbook
in the way their fundamental goals are realized. On the (Bishop, 2006), as well as (Goodfellow et al., 2016) which
one hand, physicists want to understand the mechanisms focuses on the theory and foundations of deep learning
of Nature, and are proud of using their own knowledge, and covers many aspects of current-day research. A vari-
intelligence and intuition to inform their models. On ety of online tutorials and lectures is useful to get a basic
the other hand, machine learning mostly does the oppo- overview and get started on the topic.
site: models are agnostic and the machine provides the
’intelligence’ by extracting it from data. Although of- To learn about the theoretical progress made in statis-
ten powerful, the resulting models are notoriously known tical physics of neural networks in the 1980s-1990s we rec-
to be as opaque to our understanding as the data pat- ommend the rather accessible book Statistical Mechan-
terns themselves. Machine learning tools in physics are ics of Learning (Engel and Van den Broeck, 2001). For
therefore welcomed enthusiastically by some, while being learning details of the replica method and its use in com-
eyed with suspicions by others. What is difficult to deny puter science, information theory and machine learning
is that they produce surprisingly good results in some we would recommend the book of Nishimori (Nishimori,
cases. 2001). For the more recent statistical physics methodol-
ogy the textbook of Mézard and Montanari is an excellent
In this review, we attempt at providing a coherent se-
reference (Mézard and Montanari, 2009).
lected account of the diverse intersections of ML with
physics. Specifically, we look at an ample spectrum of To get a basic idea of the type of problems that ma-
fields (ranging from statistical and quantum physics to chine learning is able to tackle it is useful to defined three
high energy and cosmology) where ML recently made a large classes of learning problems: Supervised learning,
prominent appearance, and discuss potential applications unsupervised learning and reinforcement learning. This
and challenges of ‘intelligent’ data mining techniques in will also allow us to state the basic terminology, build-
the different contexts. We start this review with the field ing basic equipment to expose some of the basic tools of
of statistical physics in Section II where the interaction machine learning.
with machine learning has a long history, drawing on
methods in physics to provide better understanding of
problems in machine learning. We then turn the wheel in
the other direction of using machine learning for physics. 1 See https://machine-learning-for-physicists.org/.