Conference Agenda
| Session | ||
LO1: Learning Operators and surrogate models using scientific machine learning
Session Topics: Learning Operators and surrogate models using scientific machine learning
| ||
| Presentations | ||
Application of learning operators in neural network preconditioning and generative AI models 1: Université de Strasbourg, France; 2: Inria, Bordeaux; 3: Cerfacs, Toulouse
This talk mainly focuses on CNN-FGMRES, a hybrid algorithm that integrates classical numerical linear algebra methods with nonlinear neural operator preconditioning to accelerate the solution of some parametric Partial Differential Equations (PDEs). Specifically, we consider Krylov subspace methods, such as Flexible GMRES (FGMRES), combined with nonlinear preconditioners derived from the trained neural operator models with convolutional neural networks (CNN). The parametric PDEs addressed include the Helmholtz equations, Poisson equations, Darcy flow, and Diffusion-Advection equations, spanning both academic benchmarks and practical datasets. Compared to the classical numerical preconditioners, the trained neural operator preconditioning exhibits significant generalization capabilities in addressing a wide range of numerical and parametric variations. Besides, it owns a matrix-free implementation, indicating it can address some large-scale problems that memory constraints restrict classical numerical preconditioners. In addition, it supports both CPU and GPU implementations. On the other hand, compared to the pure neural network solver, CNN-FGMRES can reach machine precision with much less computational cost than the classical subspace methods. Overall, this work demonstrates the efficiency and flexibility of combining modern neural networks with classical Krylov methods, leveraging the strengths of both to achieve higher attainable accuracy and broader applicability across diverse problem settings. This talk also covers some related follow-ups on generative models for applications to other PDE-based problems.
Encoder-Free Operator Learning for PDEs: Generalizing Latent Dynamics Networks to Variable Initial Conditions MOX Laboratory, Department of Mathematics, Politecnico di Milano, Milan, Italy While traditional high-fidelity methods for solving Partial Differential Equations (PDEs) are highly accurate, their computational cost in many-query scenarios has led to the rise of Scientific Machine Learning (SciML) as a promising paradigm to build data-driven surrogates that incorporate physical and mathematical knowledge. Among recent SciML architectures, Latent Dynamics Networks (LDNets) have demonstrated remarkable performance in predicting the response of spatio-temporal systems, combining Neural ODEs with reduced-order modeling. However, their application has been limited by fixed initial states. In this work, we generalize the LDNet architecture to handle variable initial conditions, broadening their applicability, and enabling the prediction of system evolution from arbitrary measured states. To achieve this, we introduce novel auto-decoding strategies to effectively represent the initial conditions within the lower-dimensional latent space. Crucially, this approach retains the encoder-free nature of the original LDNet architecture, thus preserving resolution independence and the ability to seamlessly process various data formats (e.g., images, graphs). Furthermore, we integrate meta-learning techniques by treating the initial condition as task-specific information, significantly enhancing model generalization and performance. We demonstrate the efficacy of our proposed framework across several challenging benchmarks, ranging from advection-diffusion-reaction equations to computational fluid dynamics. False Fixed Points in Training Deep Learning–Based Hybrid Iterative Methods TU Eindhoven, Netherlands, The Deep learning-based hybrid iterative methods (DL-HIMs) promise accelerated convergence by combining the complementary spectral biases of classical numerical solvers and neural operators. However, these methods frequently stall at "false fixed points", where neural updates vanish despite unacceptably large physical residuals, raising significant concerns about their reliability in scientific computing. In this talk, we demonstrate that DL-HIM performance is higly sensitive to training paradigms and update strategies, independent of the underlying neural architecture. Through a detailed analysis of a DeepONet-based solver (HINTS) and an FFT-based Fourier neural solver (FNS), we demonstrate how misaligned training objectives allow physical residuals to persist. Furthermore, we show that classical Anderson acceleration (AA) is poorly suited for nonlinear neural operators. To resolve this, we introduce Physics-Aware Anderson Acceleration (PA-AA), which minimizes the physical residual rather than the fixed-point update. Numerical experiments confirm that PA-AA successfully circumvents false fixed points, restoring reliable convergence in substantially fewer iterations. We conclude that reliability depends not only on architectures, but on physically informed training and iteration design. Adaptive Correction for Ensuring Conservation Laws in Neural Operators 1: University of Bath, United Kingdom; 2: University of Cambridge, United Kingdom Physical laws, such as the conversation of mass and momentum, are fundamental principles in | ||