paper-with-me

홈 › Papers

A research framework for writing differentiable PDE discretizations in JAX

2021-11-09 · Antonio Stanziola, Simon R. Arridge, Ben T. Cox, Bradley E. Treeby

Differentiable simulators are an emerging concept with applications in several fields, from reinforcement learning to optimal control. Their distinguishing feature is the ability to calculate analytic gradients with respect to the input parameters. Like neural networks, which are constructed by composing several building blocks called layers, a simulation often requires computing the output of an operator that can itself be decomposed into elementary units chained together. While each layer of a neural network represents a specific discrete operation, the same operator can have multiple representations, depending on the discretization employed and the research question that needs to be addressed. Here, we propose a simple design pattern to construct a library of differentiable operators and discretizations, by representing operators as mappings between families of continuous functions, parametrized by finite vectors. We demonstrate the approach on an acoustic optimization problem, where the Helmholtz equation is discretized using Fourier spectral methods, and differentiability is demonstrated using gradient descent to optimize the speed of sound of an acoustic lens. The proposed framework is open-sourced and available at \url{https://github.com/ucl-bug/jaxdf}

📄 PDF Abstract BibTeX arXiv:2111.05218

Code (1)

ucl-bug/jaxdf 공식 구현 jax

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

The Neural Compiler: Program-to-Network Translation for Hybrid Scientific Machine Learning

2026-05-21 · Lucas Sheneman arxiv

Scientific machine learning often requires combining known physics with unknown parameters or correction terms learned from data. Existing approaches either ignore known structure, encode it as a soft penalty, or require…

Bridging Online and Offline Handwriting via Differentiable Physical Rendering

2026-08-04 · Seonmi Park, Seunghyun Shin, Vihaan Misra, Dongmin Shin 외 arxiv

Realistic handwritten text generation plays an important role in numerous applications, such as font design, biometric authentication, and robotic calligraphy. Existing methods are typically divided into two independent …

Text Generation

Efficient Discretizations of Optimal Transport

2021-02-16 · Junqi Wang, Pei Wang, Patrick Shafto

Obtaining solutions to Optimal Transportation (OT) problems is typically intractable when the marginal spaces are continuous. Recent research has focused on approximating continuous solutions with discretization methods …

Structure-Preserving Operator Learning

2024-10-01 · Nacime Bouziani, Nicolas Boullé

Learning complex dynamics driven by partial differential equations directly from data holds great promise for fast and accurate simulations of complex physical systems. In most cases, this problem can be formulated as an…

Operator learning

TRACE: A Differentiable Approach to Line-level Stroke Recovery for Offline Handwritten Text

2021-05-24 · Taylor Archibald, Mason Poggemann, Aaron Chan, Tony Martinez

Stroke order and velocity are helpful features in the fields of signature verification, handwriting recognition, and handwriting synthesis. Recovering these features from offline handwritten text is a challenging and wel…

Dynamic Time WarpingHandwriting RecognitionTrajectory Recovery