paper-with-me

홈 › Papers

Accelerating Legacy Numerical Solvers by Non-intrusive Gradient-based Meta-solving

2024-05-05 · Sohei Arisaka, Qianxiao Li

Scientific computing is an essential tool for scientific discovery and engineering design, and its computational cost is always a main concern in practice. To accelerate scientific computing, it is a promising approach to use machine learning (especially meta-learning) techniques for selecting hyperparameters of traditional numerical methods. There have been numerous proposals to this direction, but many of them require automatic-differentiable numerical methods. However, in reality, many practical applications still depend on well-established but non-automatic-differentiable legacy codes, which prevents practitioners from applying the state-of-the-art research to their own problems. To resolve this problem, we propose a non-intrusive methodology with a novel gradient estimation technique to combine machine learning and legacy numerical codes without any modification. We theoretically and numerically show the advantage of the proposed method over other baselines and present applications of accelerating established non-automatic-differentiable numerical solvers implemented in PETSc, a widely used open-source numerical software library.

📄 PDF Abstract BibTeX arXiv:2405.02952

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learningscientific discovery

Similar Papers 제목 키워드 기반

UGrid: An Efficient-And-Rigorous Neural Multigrid Solver for Linear PDEs

2024-08-09 · Xi Han, Fei Hou, Hong Qin

Numerical solvers of Partial Differential Equations (PDEs) are of fundamental significance to science and engineering. To date, the historical reliance on legacy techniques has circumscribed possible integration of big d…

NSR-Boost: A Neuro-Symbolic Residual Boosting Framework for Industrial Legacy Models

2026-01-15 · Ziming Dai, Dabiao Ma, Jinle Tong, Mengyuan Han 외 arxiv

Although the Gradient Boosted Decision Trees (GBDTs) dominate industrial tabular applications, upgrading legacy models in high-concurrency production environments still faces prohibitive retraining costs and systemic ris…

Proximal Implicit ODE Solvers for Accelerating Learning Neural ODEs

2022-04-19 · Justin Baker, Hedi Xia, Yiwei Wang, Elena Cherkaev 외

Learning neural ODEs often requires solving very stiff ODE systems, primarily using explicit adaptive step size ODE solvers. These solvers are computationally expensive, requiring the use of tiny step sizes for numerical…

Computational Efficiency

Accelerating Dynamical System Simulations with Contracting and Physics-Projected Neural-Newton Solvers

2021-06-04 · Samuel Chevalier, Jochen Stiasny, Spyros Chatzivasileiadis

Recent advances in deep learning have allowed neural networks (NNs) to successfully replace traditional numerical solvers in many applications, thus enabling impressive computing gains. One such application is time domai…

Accelerating Natural Gradient Descent for PINNs with Randomized Numerical Linear Algebra

2025-05-16 · Ivan Bioli, Carlo Marcati, Giancarlo Sangalli

Natural Gradient Descent (NGD) has emerged as a promising optimization algorithm for training neural network-based solvers for partial differential equations (PDEs), such as Physics-Informed Neural Networks (PINNs). Howe…