Papers for

software developers for scientific computing

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

Latent-MoE improves physics-based neural networks for complex PDEs

Latent-MoE: Domain-Aware Mixture-of-Experts for PDEs with Multi-Regime Physics

Abstract: Physics-informed neural networks (PINNs) struggle on PDEs whose governing physics varies across the domain. We trace this to a structural property of standard coordinate networks: their neural tangent kernel (NTK) is translation-variant and lets training points of large coordinate magnitude disproportionately influence predictions elsewhere, producing long-range coupling and gradient conflict during training. We show analytically and empirically that mixture-of-experts (MoE) architectures with centered, compact-support routers yield a uniformly banded NTK whose kernel-regression weights decay exponentially with distance, localizing the learning. Building on this, we propose \emph{Latent-MoE}, which interleaves domain-aware MoE blocks within a shared backbone. Unlike FB-PINNs or X-PINNs, which rigidly partition both the domain and the parameters so that the parameters on different subdomains are updated independently, Latent-MoE is designed to preserve the localization benefit of domain-aware routing while allowing capacity to flow across regions through the shared backbone. On standard homogeneous-physics benchmarks Latent-MoE is competitive with established baselines; on benchmarks with multi-stage time-variable physics, where global models and rigid domain decompositions both fall into spurious solutions, it improves over them by more than an order of magnitude, with markedly reduced gradient conflict during training.

Mon 7 SeptMachine Learning
The gist
Physics-informed neural networks (PINNs) have trouble when the physics changes in different parts of a problem. The paper shows that traditional PINNs mix influences from distant parts too much, causing training conflicts. The authors propose Latent-MoE, which uses a smart mixture-of-experts setup that focuses learning locally while sharing some knowledge globally. This method works better especially for problems with time-varying physics and avoids common failures seen in older methods.
Open 2609.07814v1