SCLGMLFeb 20, 2015

Automatic differentiation in machine learning: a survey

arXiv:1502.05767v43548 citations
Originality Synthesis-oriented
AI Analysis

It clarifies terminology and interrelationships for AD in ML, which is incremental as it synthesizes existing knowledge from AD and ML fields.

The paper surveys automatic differentiation (AD) techniques and their relevance to machine learning, highlighting that AD has been missing from the machine learning toolbox but is now being adopted under names like 'dynamic computational graphs' and 'differentiable programming'.

Derivatives, mostly in the form of gradients and Hessians, are ubiquitous in machine learning. Automatic differentiation (AD), also called algorithmic differentiation or simply "autodiff", is a family of techniques similar to but more general than backpropagation for efficiently and accurately evaluating derivatives of numeric functions expressed as computer programs. AD is a small but established field with applications in areas including computational fluid dynamics, atmospheric sciences, and engineering design optimization. Until very recently, the fields of machine learning and AD have largely been unaware of each other and, in some cases, have independently discovered each other's results. Despite its relevance, general-purpose AD has been missing from the machine learning toolbox, a situation slowly changing with its ongoing adoption under the names "dynamic computational graphs" and "differentiable programming". We survey the intersection of AD and machine learning, cover applications where AD has direct relevance, and address the main implementation techniques. By precisely defining the main differentiation techniques and their interrelationships, we aim to bring clarity to the usage of the terms "autodiff", "automatic differentiation", and "symbolic differentiation" as these are encountered more and more in machine learning settings.

Code Implementations4 repos
Foundations

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

Your Notes