pith. machine review for the scientific record. sign in

arxiv: 1810.07951 · v4 · submitted 2018-10-18 · 💻 cs.PL

Recognition: unknown

Don't Unroll Adjoint: Differentiating SSA-Form Programs

Authors on Pith no claims yet
classification 💻 cs.PL
keywords codeadjointapproachlanguagepresentsalgorithmicassignmentbenefits
0
0 comments X
read the original abstract

This paper presents reverse-mode algorithmic differentiation (AD) based on source code transformation, in particular of the Static Single Assignment (SSA) form used by modern compilers. The approach can support control flow, nesting, mutation, recursion, data structures, higher-order functions, and other language constructs, and the output is given to an existing compiler to produce highly efficient differentiated code. Our implementation is a new AD tool for the Julia language, called Zygote, which presents high-level dynamic semantics while transparently compiling adjoint code under the hood. We discuss the benefits of this approach to both the usability and performance of AD tools.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. A Riemannian quasi-Newton algorithm for optimization with Euclidean bounds

    math.OC 2026-05 unverdicted novelty 6.0

    A Riemannian L-BFGS method with adapted Cauchy-point bound handling outperforms classical interior-point and L-BFGS-B solvers on mixed manifold-plus-bounds problems by orders of magnitude.

  2. Engineering molecular potential energy surfaces using magnetic cavity quantum electrodynamics

    physics.chem-ph 2026-04 unverdicted novelty 6.0

    Magnetic cavity coupling renders H2 ground states metastable, inverts singlet-triplet gaps, and stabilizes exotic antiaromatic states in rings like H4 and C4H4 by preventing Jahn-Teller distortions.

  3. Efficient optimisation of multi-parameter quantum control protocols for strongly-coupled systems

    quant-ph 2026-04 unverdicted novelty 6.0

    Gradient-based optimization of SUPER and FTPE pulse protocols via auto-differentiation and uniTEMPO yields higher preparation fidelities than resonant pi-pulses or standard two-photon excitation, with the advantage in...

  4. Distributionally Robust PAC-Bayesian Control

    cs.LG 2026-04 unverdicted novelty 6.0

    A distributionally robust PAC-Bayesian approach derives sub-Gaussian loss proxies and performance bounds tied to closed-loop operator norms via system level synthesis, enabling optimization-based safety certificates f...

  5. Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl

    astro-ph.IM 2023-05 accept novelty 5.0

    PySR delivers a distributed evolutionary symbolic regression tool with a new EmpiricalBench for recovering historical scientific equations from data.