TL;DR
MetaColloc is a novel, optimization-free PDE solving framework that uses meta-learned basis functions, enabling rapid and accurate solutions across diverse PDEs without retraining.
Contribution
It introduces a universal neural basis function dictionary via meta-learning, eliminating the need for optimization during PDE solving.
Findings
Achieves state-of-the-art accuracy on multiple PDEs.
Reduces test-time computation by several orders of magnitude.
Reveals a frequency mismatch affecting operator stability at high frequencies.
Abstract
Solving partial differential equations (PDEs) with machine learning typically requires training a new neural network for every new equation. This optimization is slow. We introduce MetaColloc. It is an optimization-free and data-free framework that removes this bottleneck completely. We decouple basis discovery from the solving process. We meta-train a dual-branch neural network on diverse Gaussian Random Fields. This offline process creates a universal dictionary of neural basis functions. At test time, we freeze the network. We solve the PDE by assembling a collocation matrix. We find the solution through a single linear least squares step. For non-linear PDEs, we apply the Newton-Raphson method to achieve fast quadratic convergence. Our experiments across six 2D and 3D PDEs show massive improvements. MetaColloc reaches state-of-the-art accuracy on smooth and non-linear problems. It…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
