Score
Using adjoint-state techniques to compute gradients for PDE-constrained inverse problems (e.g., full waveform inversion), enabling scalable integration of parametric representations while ensuring data‑fidelity gradients act in physical space and priors contribute via decoded samples.
This study addresses the lack of fair comparison between adjoint-based optimization and physics-informed neural networks (PINNs) in solving PDE-constrained inverse problems by conducting a systematic evaluation within a unified framework, ensuring identical settings for governing equations, observation models, regularization, parameterization, and optimizers. The analysis reveals that the representation of unknown fields critically determines method performance: grid-discretized fields favor adjoint methods, whereas neural network representations align better with PINNs. Building on this insight, the authors propose a hybrid strategy that uses PINN-based pre-training to initialize adjoint optimization, achieving high accuracy while substantially reducing computational cost. This work presents the first equitable benchmark between these two dominant approaches and establishes a new paradigm for efficiently solving high-dimensional spatiotemporal inverse problems.
This work proposes a novel framework that integrates continuous-time operator inference with the adjoint-state method to address the poor accuracy and unstable extrapolation of traditional data-driven reduced-order models under sparse sampling and noisy data. By minimizing trajectory loss during training, the approach avoids direct differentiation of noisy measurements and leverages temporal integration for intrinsic regularization. For the first time, the adjoint method is incorporated into continuous-time operator inference, enabling efficient gradient computation and stable optimization. Combining continuous adjoint equations, projected snapshot matching, and gradient-based optimization, the method demonstrates significantly improved accuracy and rolling prediction stability over standard operator inference when tested on the Burgers, Fisher–KPP, and convection–diffusion equations under sparse or noisy data conditions.
Data-driven discovery of partial differential equations (PDEs) remains challenging due to structural ambiguity and sensitivity to noise and data scale. Method: We propose an adjoint-based parametric modeling framework for PDE discovery. A sparse candidate library—comprising linear/nonlinear terms and spatial derivatives—is used to parameterize the PDE form, yielding a PDE-constrained optimization problem. For the first time, we systematically derive the adjoint equations for general parametric PDE families via variational calculus, enabling machine-precision analytical gradient computation. Contribution/Results: Our method significantly outperforms sparse regression approaches (e.g., PDE-FIND) in structural identification accuracy and noise robustness across diverse PDEs—including Burgers, KdV, and reaction-diffusion equations—especially under high noise levels and large-scale data. Integrated forward and adjoint numerical solvers ensure efficient training, while analytical gradients substantially accelerate optimization convergence.
In dynamic optimization, conventional adjoint methods require storing the full spatiotemporal wavefield, resulting in memory consumption scaling linearly with problem size—severely limiting scalability for large-scale problems. To address this, we propose an approximate adjoint method grounded in the superposition principle, reducing memory complexity for sensitivity computation from *O(TN)* to *O(N)*, where *T* is the number of time steps and *N* the number of spatial degrees of freedom. The method avoids storing the entire time-history wavefield, instead retaining only a few localized temporal states. Integrated with a CUDA-accelerated finite-difference forward solver, it enables iterative sensitivity updates. On an NVIDIA A100 GPU, we achieve, for the first time, billion-parameter-scale dynamic full-waveform inversion and transient acoustic topology optimization. Memory usage is reduced by one to two orders of magnitude, with controlled accuracy degradation (<5%).
This study addresses the simultaneous inverse reconstruction of multiple physical coefficients in partial differential equations (PDEs). We propose a model-consistent, data-driven iterative reconstruction framework. Methodologically, we first integrate physics-informed neural networks (PINNs), PDE model constraints, and uncertainty quantification in a unified manner—enabling joint assimilation of observational data and prior knowledge about coefficients, while explicitly modeling how learning uncertainty propagates into inversion outcomes during iteration. Our key contribution lies in establishing an intrinsic consistency mechanism between data-driven modeling and PDE-based physical constraints. Numerical experiments on two representative inverse problems demonstrate significant improvements in multi-coefficient joint reconstruction accuracy, alongside enhanced robustness and cross-scenario generalization capability.
This work addresses the high memory overhead and neglect of local structure in gradient computation for implicit nonlinear solvers within differentiable simulation. The authors propose a solver-level differentiation method that constructs an adjoint algorithm symmetric to the forward solve by reverse-scanning a block-structured implicit solver, entirely avoiding the assembly of a global Jacobian matrix. For the first time, adjoint computation is aligned with the block structure of the forward solver, combining vertex-block descent with reverse-colored Gauss–Seidel sweeps to enable efficient backpropagation using only local 3×3 adjoint solves. This approach leverages operator-view approximations of the inverse and its transpose. On a single GPU, it achieves a 33× speedup and 71× reduction in memory compared to unrolled automatic differentiation, enabling, for the first time, differentiable elastic dynamics simulation of million-contact coupled soft bodies with up to 8 million vertices.
This work addresses the computational inefficiency of existing methods for solving inverse problems with diffusion priors under nonlinear forward operators, which often rely on expensive repeated derivative evaluations or inner-loop optimization/MCMC sampling. The authors propose a training-free solver that replaces inner loops with hard constraint projections in measurement space and analytically derived optimal step sizes, yielding fixed and low per-noise-level computational cost. The key innovation lies in the first joint optimization framework that is adjoint-free, combining analytical step sizes with hard constraints. This approach integrates ADMM splitting, reannealing, and a hybrid latent/pixel-space scheduling strategy to guarantee local optimality and descent properties, while also enabling a derived KL error bound. Experiments demonstrate state-of-the-art PSNR, SSIM, and LPIPS performance in image reconstruction, achieving up to 19.5× acceleration without requiring hand-coded adjoints or MCMC sampling.
This work addresses the computational challenge of gradient evaluation in high-dimensional forward models arising in PDE-constrained inverse problems by introducing a Differentiable Multigrid Solver (DMGS). For the first time, DMGS enables compatibility between exact adjoint operations and automatic differentiation frameworks. The method explicitly derives the full multigrid hierarchy’s adjoint operators for steady-state diffusion-absorption problems and integrates them into JAX, efficiently supporting both Jacobian-vector and vector-Jacobian products. Applied to a 3D tissue diffuse radiative transfer inverse problem, DMGS achieves accurate reconstruction of effective radiation sources (χ² = 1.1) with reduced peak memory usage and controllable backward-pass overhead, while demonstrating strong generalization across 32 validation cases.
This work addresses the ill-posedness of inverse problems governed by partial differential equations, which arises from data noise, missing observations, and non-uniqueness, and for which existing Bayesian methods struggle to enforce hard physical constraints effectively. The authors propose a dual-space sampling framework that uniquely integrates the augmented Lagrangian method, the alternating direction method of multipliers (ADMM), and Stein variational gradient descent (SVGD) to transform hard constraints into differentiable penalty terms. This approach enables efficient posterior sampling while strictly satisfying physical laws. It combines the well-conditioned nature of dual solvers with the nonparametric expressiveness of SVGD. Experiments on Rosenbrock inference, Gaussian anomaly modeling, and Marmousi II full-waveform inversion demonstrate that the method yields well-calibrated uncertainty estimates, with posterior distributions converging stably as data coverage increases.
This work addresses the lack of systematic benchmarks and evaluation frameworks for inverse problems involving partial differential equations (PDEs) by introducing PDEInvBench, the first comprehensive benchmark dataset encompassing numerical simulations of diverse time-varying and time-invariant PDEs. The study systematically explores the neural network design space across three dimensions—optimization strategies, problem representations, and model/data scale—and evaluates architectures with varying inductive biases and conditioning strategies through supervised learning, self-supervised learning, and test-time optimization. Key findings reveal that a two-stage training protocol substantially enhances performance, incorporating PDE derivative features as inputs consistently improves accuracy, and increasing the diversity of initial conditions yields greater gains than merely expanding the parameter range.