Papers for

computational engineers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Neural solvers enable fast adaptable solutions for differential problems

Single-condition neural solvers encode transferable response spaces for parametric differential equations

Abstract: Operator learning for parametric partial differential equations (PDEs) typically builds global models over prescribed domains, requiring cross-condition data or costly physics-constrained training. Here we show that the output Jacobian of a neural solution model trained at one condition defines a reusable response space for cross-condition solution variations. We introduce Linearized Subspace Transfer (LST) to exploit this space and recover target solutions by minimizing the target PDE-system residual over response-space coordinates. Because any single response space has finite coverage, Active Transfer Modeling (ATM) uses post-transfer residuals as coverage indicators to selectively acquire response spaces from additional single-condition models. Across six systems, single-condition response spaces supported cross-condition transfer, with enrichment improving accuracy when added spaces expanded representation capacity. Relative to evaluated physics-informed operator baselines, ATM reduced error and offline construction cost, with orders-of-magnitude accuracy gains in representative cases and millisecond-to-second target adaptation. These results establish neural solvers as reusable local parametric models.

Mon 14 SeptMachine Learning
The gist
Solving complex differential equations across many conditions usually needs lots of data or slow training. The authors found that training a neural network on one condition creates a useful space to represent related solutions under different conditions. They developed methods to combine these spaces from multiple trainings to quickly and accurately solve new problems. Their approach works well across several systems and is faster and more precise than previous methods.
Open 2609.15432v1

Linearized physics neural networks speed up solving differential equations

Linearized PINN with pretrained nonlinear layers

Abstract: We propose a linearized Physics-Informed Neural Network (lPINN), a reduced-order neural basis method for forward and inverse differential equations. In an offline stage, lPINN learns operator-compatible continuous neural basis functions from an ensemble of numerical solutions. The basis functions are differentiable through automatic differentiation and are pretrained using solution data together with either derivative information or physics residuals. For each new problem instance, the basis functions are frozen and the solution is obtained by minimizing the governing-equation residual together with applicable initial, boundary, regularization, and observational terms. Unlike surrogate and operator-learning methods, the training data define the trial space offline, while the instance-specific solution is computed online by enforcing the governing physics. Relative to vanilla PINNs, lPINN pretrains the nonlinear hidden-layer representation offline and performs online inference only in the final linear layer. We evaluate lPINN on forward and inverse problems for the advection-diffusion equation, Burgers' equation, and the nonlinear pendulum equation. Compared with vanilla PINNs, lPINN achieves lower solution and parameter errors while reducing online inference times by approximately one to more than three orders of magnitude, with the largest gains generally observed for limited residual or measurement data. Cross-resolution experiments show that the learned continuous representation can be evaluated on finer meshes without retraining and with nearly unchanged accuracy.

Mon 14 SeptMachine Learning
The gist
Solving complex physical problems using standard neural networks can be slow and less accurate. The authors propose a new method that first learns a set of building blocks from many example solutions, then quickly solves new problems by mixing these blocks. This approach works faster and with fewer errors than usual methods, especially when there is limited data. It can also handle finer details without retraining.
Open 2609.14926v1

Physics informed networks improve 3d equation solving with conflict free gradients

Tackling Failure Modes of PINNs and PIKANs Using Conflict-Free Gradients

Abstract: Scientific machine learning methods such as physics-informed neural networks (PINNs) increasingly rely on domain decomposition for better scalability while solving partial differential equations (PDEs) over complex geometries, yet the resulting composite loss comprising residual, boundary, and interface terms is highly susceptible to conflicting gradients that degrade training. This work bridges domain decomposition with projection-based gradient surgery to systematically mitigate such conflicts in 2D and 3D settings. We evaluate two existing projection-based algorithms, PCGrad and ConFIG, and identify their performance degradation in specific scenarios such as 3D domains with multiple overlapping interfaces. To address this limitation, we propose Norm-PCGrad, a normalized variant that achieves state-of-the-art accuracy across a range of 2D and 3D domain decomposition problems. Across the benchmarks considered, Norm-PCGrad consistently achieves the lowest relative $L_2$ error compared to training without gradient surgery as well as to existing algorithms such as PCGrad and ConFIG, while incurring negligible additional computational overhead. To improve computational efficiency of domain decomposition frameworks such as Extended PINN (XPINN), we propose replacing vanilla PINNs in selected subdomains with separable architectures such as Separable PINN (SPINN), reducing the computational cost from quadratic (or cubic) to linear. We additionally demonstrate that gradient surgery extends to physics-informed Kolmogorov-Arnold Networks (PIKANs), yielding substantial accuracy improvements for 3D domain decomposition and confirming the generality of the proposed approach across network architectures.

Sun 13 SeptMachine Learning
The gist
Solving complex math problems that describe physical systems often involves breaking the problem into parts and training AI models on each part. But training can be tricky because different parts pull the model’s learning in conflicting directions. The authors studied existing methods to avoid these conflicts and found they sometimes fail for complicated 3D problems. They created a new technique called Norm-PCGrad that fixes these conflicts more reliably and improves accuracy without slowing down training. Their approach also works well on different AI models and speeds up computation by simplifying parts of the network.
Open 2609.14841v1

Machine learning helps swap complex boundary conditions efficiently

Selective boundary condition reduction via learned error gating

Abstract: Parametric PDEs can admit different boundary conditions with different accuracy and computational cost. We introduce a framework for learning when one reduced boundary condition can replace another: paired solutions train a neural network to estimate the resulting domain and boundary errors, and the simpler condition is used only when both predicted errors meet prescribed tolerances. We focus on singular limits in applications, in which a stiff Robin or nonlinear boundary law is replaced by its limiting Dirichlet form. We evaluate the method on a galvanic corrosion problem and other nonlinear stationary and evolution problems.

Tue 8 SeptMachine Learning
The gist
When solving physics problems with equations, the edges or boundaries often need special rules that can be hard and slow to use. The researchers created a method where a computer learns when it’s okay to use simpler edge rules instead without losing accuracy. It uses pairs of solutions to train a model that predicts errors and only switches to simpler ones if the predicted mistakes are small. They tested this on corrosion and other physical problems and showed it can save effort while keeping good results.
Open 2609.08461v1

Two-scale approach reduces artifacts in learning PDE solutions

Two-Scale Localized PCA-Net: Coarse-Global and Local-Residual Representations for Artifact-Reduced PDE Operator Learning

Abstract: Localized dimensionality reduction improves the scalability of operator learning for high-dimensional partial differential equations (PDEs), but independently decoded local patches can introduce block offsets, interface mismatches, and spurious high-wavenumber content. We introduce Two-Scale Localized PCA-Net, which decomposes the solution into a coarse-global component and local residual corrections. A compact global PCA basis captures domain-scale structure, while nonoverlapping local PCA bases represent the remaining fine-scale residual. A block-balanced latent objective couples the two representations, and optional interface-aware fine-tuning further promotes continuity through reconstruction and trace losses. On Poisson benchmarks, the two-scale representation substantially reduces reconstruction error and visible block artifacts relative to plain and overlap-based localized PCA-Net while approximately halving PCA fitting cost relative to overlap. On heterogeneous Darcy flow, it strongly reduces interface and discrete-residual errors, with more modest reconstruction gains. Ablations show that the primary improvement arises from the two-scale output representation, while interface-aware fine-tuning provides complementary continuity refinement. Overall, separating globally coherent structure from localized residual detail provides an efficient representation for artifact-reduced PDE operator learning.

Mon 7 SeptMachine Learning
The gist
Learning solutions to complex math problems called partial differential equations (PDEs) often involves breaking the problem into smaller patches, but stitching these patches together can cause visible errors or mismatches. The authors introduced a method that first captures the big-picture structure of the whole problem, then adds smaller local corrections, reducing these stitching errors. Their experiments showed this approach lowers errors and improves continuity between patches compared to other methods. This helps create more accurate and efficient models for solving PDEs.
Open 2609.08034v1