Mollifier Layers: Enabling Efficient High-Order Derivatives in Inverse PDE Learning
Ananyae Kumar Bhartari, Vinayak Vinayak, Vivek B Shenoy
TL;DR
The paper tackles the memory and numerical instability challenges of computing high-order derivatives in inverse PDE learning with physics-informed neural networks. It introduces Mollifier Layers, an output-layer module that replaces recursive autodiff with convolutions against analytic mollifier kernels, enabling stable, memory-efficient computation of derivatives via $\hat{u}(n) = \hat{g} * \eta(n)$ and $\hat{u}_j(n) = \hat{g} * \eta_j(n)$. Across 1D Langevin, 2D heat, and 2D reaction–diffusion problems, plus a biophysical application inferring spatially varying epigenetic rates from STORM images, mollified variants consistently improve parameter recovery, reduce training time, and lower memory usage by 6–10×. The approach is architecture-agnostic, scalable to forward solvers and neural ODEs, and opens avenues for broader PhiML applications where stable high-order gradients are essential.
Abstract
Parameter estimation in inverse problems involving partial differential equations (PDEs) underpins modeling across scientific disciplines, especially when parameters vary in space or time. Physics-informed Machine Learning (PhiML) integrates PDE constraints into deep learning, but prevailing approaches depend on recursive automatic differentiation (autodiff), which produces inaccurate high-order derivatives, inflates memory usage, and underperforms in noisy settings. We propose Mollifier Layers, a lightweight, architecture-agnostic module that replaces autodiff with convolutional operations using analytically defined mollifiers. This reframing of derivative computation as smoothing integration enables efficient, noise-robust estimation of high-order derivatives directly from network outputs. Mollifier Layers attach at the output layer and require no architectural modifications. We compare them with three distinct architectures and benchmark performance across first-, second-, and fourth-order PDEs -- including Langevin dynamics, heat diffusion, and reaction-diffusion systems -- observing significant improvements in memory efficiency, training time and accuracy for parameter recovery across tasks. To demonstrate practical relevance, we apply Mollifier Layers to infer spatially varying epigenetic reaction rates from super-resolution chromatin imaging data -- a real-world inverse problem with biomedical significance. Our results establish Mollifier Layers as an efficient and scalable tool for physics-constrained learning.
