Differentiable programming is a programming paradigm in which a numeric computer program can be differentiated throughout via automatic differentiation.[1][2][3][4][5] This allows for gradient-based optimization of parameters in the program, often via gradient descent, as well as other learning approaches that are based on higher order derivative information. Differentiable programming has found use in a wide variety of areas, particularly scientific computing and artificial intelligence.[5] One of the early proposals to adopt such a framework in a systematic fashion to improve upon learning algorithms was made by the Advanced Concepts Team at the European Space Agency in early 2016.[6]
Contents
1Approaches
2Applications
3See also
4Notes
5References
Approaches
Most differentiable programming frameworks work by constructing a graph containing the control flow and data structures in the program.[7] Attempts generally fall into two groups:
Static, compiled graph-based approaches such as TensorFlow,[note 1] Theano, and MXNet. They tend to allow for good compiler optimization and easier scaling to large systems, but their static nature limits interactivity and the types of programs that can be created easily (e.g. those involving loops or recursion), as well as making it harder for users to reason effectively about their programs.[7] A proof of concept compiler toolchain called Myia uses a subset of Python as a front end and supports higher-order functions, recursion, and higher-order derivatives.[8][9][10]
Operator overloading, dynamic graph based approaches such as PyTorch and NumPy's autograd package. Their dynamic and interactive nature lets most programs be written and reasoned about more easily. However, they lead to interpreter overhead (particularly when composing many small operations), poorer scalability, and reduced benefit from compiler optimization.[9][10] A package for the Julia programming language – Zygote – works directly on Julia's intermediate representation, allowing it to still be optimized by Julia's just-in-time compiler.[7][11][5]
A limitation of earlier approaches is that they are only able to differentiate code written in a suitable manner for the framework, limiting their interoperability with other programs. Newer approaches resolve this issue by constructing the graph from the language's syntax or IR, allowing arbitrary code to be differentiated.[7][9]
Applications
Differentiable programming has been applied in areas such as combining deep learning with physics engines in robotics,[12] solving electronic structure problems with differentiable density functional theory,[13] differentiable ray tracing,[14] image processing,[15] and probabilistic programming.[5]
See also
Differentiable function
Machine learning
Notes
↑TensorFlow 1 uses the static graph approach, whereas TensorFlow 2 uses the dynamic graph approach by default.
References
↑Izzo, Dario; Biscani, Francesco; Mereta, Alessio (2017). "Differentiable Genetic Programming". Genetic Programming. Lecture Notes in Computer Science. 18. pp. 35–51. doi:10.1007/978-3-319-55696-3_3. ISBN 978-3-319-55695-6. https://link.springer.com/chapter/10.1007/978-3-319-55696-3_3.
↑Baydin, Atilim Gunes; Pearlmutter, Barak; Radul, Alexey Andreyevich; Siskind, Jeffrey (2018). "Automatic differentiation in machine learning: a survey". Journal of Machine Learning Research18: 1–43. http://jmlr.org/papers/v18/17-468.html.
↑Wang, Fei; Decker, James; Wu, Xilun; Essertel, Gregory; Rompf, Tiark (2018). "Backpropagation with Callbacks: Foundations for Efficient and Expressive Differentiable Programming". in Bengio, S.; Wallach, H.; Larochelle, H. et al.. NIPS'18: Proceedings of the 32nd International Conference on Neural Information Processing Systems. Curran Associates. pp. 10201–12. http://papers.nips.cc/paper/8221-backpropagation-with-callbacks-foundations-for-efficient-and-expressive-differentiable-programming.pdf. Retrieved 2019-02-13.
↑Innes, Mike (2018). "On Machine Learning and Programming Languages". SysML Conference 2018. http://www.sysml.cc/doc/2018/37.pdf. Retrieved 2019-07-04.
↑ 5.05.15.25.3Innes, Mike; Edelman, Alan; Fischer, Keno; Rackauckas, Chris; Saba, Elliot; Viral B Shah; Tebbutt, Will (2019), ∂P: A Differentiable Programming System to Bridge Machine Learning and Scientific Computing
↑"Differential Intelligence". October 2016. https://www.esa.int/gsp/ACT/projects/differential_intelligence/.
↑Merriënboer, Bart van; Breuleux, Olivier; Bergeron, Arnaud; Lamblin, Pascal (3 December 2018). "Automatic differentiation in ML: where we are and where we should be going". NIPS'18. 31. pp. 8771–81. https://papers.nips.cc/paper/2018/hash/770f8e448d07586afbf77bb59f698587-Abstract.html.
↑ 9.09.19.2Breuleux, O.; van Merriënboer, B. (2017). "Automatic Differentiation in Myia". https://www.sysml.cc/doc/2018/39.pdf.
↑Degrave, Jonas; Hermans, Michiel; Dambre, Joni; wyffels, Francis (2016-11-05). "A Differentiable Physics Engine for Deep Learning in Robotics". arXiv:1611.01652 [cs.NE].
↑Li, Li; Hoyer, Stephan; Pederson, Ryan; Sun, Ruoxi; Cubuk, Ekin D.; Riley, Patrick; Burke, Kieron (2021). "Kohn-Sham Equations as Regularizer: Building Prior Knowledge into Machine-Learned Physics". Physical Review Letters126 (3): 036401. doi:10.1103/PhysRevLett.126.036401. PMID 33543980. Bibcode: 2021PhRvL.126c6401L.
↑Li, Tzu-Mao; Aittala, Miika; Durand, Frédo; Lehtinen, Jaakko (2018). "Differentiable Monte Carlo Ray Tracing through Edge Sampling". ACM Transactions on Graphics37 (6): 222:1–11. doi:10.1145/3272127.3275109. https://people.csail.mit.edu/tzumao/diffrt/.
↑Li, Tzu-Mao; Gharbi, Michaël; Adams, Andrew; Durand, Frédo; Ragan-Kelley, Jonathan (August 2018). "Differentiable Programming for Image Processing and Deep Learning in Halide". ACM Transactions on Graphics37 (4): 139:1–13. doi:10.1145/3197517.3201383. https://cseweb.ucsd.edu/~tzli/gradient_halide.
v
t
e
Differentiable computing
General
Differentiable programming
Neural Turing machine
Differentiable neural computer
Automatic differentiation
Neuromorphic engineering
Concepts
Gradient descent
Cable theory
Cluster analysis
Regression analysis
Pattern recognition
Adversarial machine learning
Computational learning theory
Programming languages
Python
Julia
Application
Machine learning
Artificial neural network
Scientific computing
Artificial Intelligence
Hardware
TPU
VPU
Memristor
SpiNNaker
Software library
TensorFlow
PyTorch
Implementation
Audio-visual
AlexNet
WaveNet
Human image synthesis
HWR
OCR
Speech synthesis
Speech recognition
Facial recognition system
Verbal
Word2vec
Transformer
BERT
NMT
Project Debater
Watson
GPT-3
Decisional
AlphaGo
Q-learning
SARSA
OpenAI Five
People
Alex Graves
Ian Goodfellow
Yoshua Bengio
Geoffrey Hinton
Yann LeCun
Andrew Ng
Demis Hassabis
Portals
Computer programming
Technology
Category
Artificial neural networks
Machine learning
0.00
(0 votes)
Original source: https://en.wikipedia.org/wiki/Differentiable programming. Read more