vix.ing · top · new · best · stats · spec

Software-based Automatic Differentiation is Flawed

2023/05/05 by Johnson, Daniel, Maxfield, Trevor, Jin, Yongxu +1
#FOS: Computer and information sciences #Machine Learning (cs.LG)

paper · doi:10.48550/arxiv.2305.03863

Abstract

Various software efforts embrace the idea that object oriented programming enables a convenient implementation of the chain rule, facilitating so-called automatic differentiation via backpropagation. Such frameworks have no mechanism for simplifying the expressions (obtained via the chain rule) before evaluating them. As we illustrate below, the resulting errors tend to be unbounded.

Related