paper-with-me

Papers

Collapsing Taylor Mode Automatic Differentiation

2025-05-19 · Felix Dangel, Tim Siebert, Marius Zeinhofer, Andrea Walther

Computing partial differential equation (PDE) operators via nested backpropagation is expensive, yet popular, and severely restricts their utility for scientific machine learning. Recent advances, like the forward Laplacian and randomizing Taylor mode automatic differentiation (AD), propose forward schemes to address this. We introduce an optimization technique for Taylor mode that 'collapses' derivatives by rewriting the computational graph, and demonstrate how to apply it to general linear PDE operators, and randomized Taylor mode. The modifications simply require propagating a sum up the computational graph, which could -- or should -- be done by a machine learning compiler, without exposing complexity to users. We implement our collapsing procedure and evaluate it on popular PDE operators, confirming it accelerates Taylor mode and outperforms nested backpropagation.

📄 PDF Abstract BibTeX arXiv:2505.13644

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automatically Bounding the Taylor Remainder Series: Tighter Bounds and New Applications

2022-12-22 · Matthew Streeter, Joshua V. Dillon

We present a new algorithm for automatically bounding the Taylor remainder series. In the special case of a scalar function $f: \mathbb{R} \to \mathbb{R}$, our algorithm takes as input a reference point $x_0$, trust regi…

global-optimizationNumerical Integration

Stochastic automatic differentiation for Monte Carlo processes

2023-07-28 · Guilherme Catumba, Alberto Ramos, Bryan Zaldivar

Monte Carlo methods represent a cornerstone of computer science. They allow to sample high dimensional distribution functions in an efficient way. In this paper we consider the extension of Automatic Differentiation (AD)…

Universal Majorization-Minimization Algorithms

2023-07-31 · Matthew Streeter

Majorization-minimization (MM) is a family of optimization methods that iteratively reduce a loss by minimizing a locally-tight upper bound, called a majorizer. Traditionally, majorizers were derived by hand, and MM was …

A Finite Difference Approximation of Second Order Regularization of Neural-SDFs

2025-11-12 · Haotian Yin, Aleksander Plocharski, Michal Jan Wlodarczyk, Przemyslaw Musialski arxiv

We introduce a finite-difference framework for curvature regularization in neural signed distance field (SDF) learning. Existing approaches enforce curvature priors using full Hessian information obtained via second-orde…

Differentiable Genetic Programming

2016-11-15 · Dario Izzo, Francesco Biscani, Alessio Mereta

We introduce the use of high order automatic differentiation, implemented via the algebra of truncated Taylor polynomials, in genetic programming. Using the Cartesian Genetic Programming encoding we obtain a high-order T…

Symbolic Regression