Papers › Sparse Cholesky Factorization for Solving Nonlinear PDEs via Gaussian Processes

Sparse Cholesky Factorization for Solving Nonlinear PDEs via Gaussian Processes

3 Apr 2023arXiv:2304.01294archive 2025-07-28

Yifan Chen, Houman Owhadi, Florian Schäfer

In recent years, there has been widespread adoption of machine learning-based approaches to automate the solving of partial differential equations (PDEs). Among these approaches, Gaussian processes (GPs) and kernel methods have garnered considerable interest due to their flexibility, robust theoretical guarantees, and close ties to traditional methods. They can transform the solving of general nonlinear PDEs into solving quadratic optimization problems with nonlinear, PDE-induced constraints. However, the complexity bottleneck lies in computing with dense kernel matrices obtained from pointwise evaluations of the covariance kernel, and its \textit{partial derivatives}, a result of the PDE constraint and for which fast algorithms are scarce. The primary goal of this paper is to provide a near-linear complexity algorithm for working with such kernel matrices. We present a sparse Cholesky factorization algorithm for these matrices based on the near-sparsity of the Cholesky factor under a novel ordering of pointwise and derivative measurements. The near-sparsity is rigorously justified by directly connecting the factor to GP regression and exponential decay of basis functions in numerical homogenization. We then employ the Vecchia approximation of GPs, which is optimal in the Kullback-Leibler divergence, to compute the approximate factor. This enables us to compute ϵ-approximate inverse Cholesky factors of the kernel matrices with complexity O(Nlogᵈ(N/ϵ)) in space and O(Nlog²ᵈ(N/ϵ)) in time. We integrate sparse Cholesky factorizations into optimization algorithms to obtain fast solvers of the nonlinear PDE. We numerically illustrate our algorithm's near-linear space/time complexity for a broad class of nonlinear PDEs such as the nonlinear elliptic, Burgers, and Monge-Amp\`ere equations.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2304.01294")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yifanc96/pdes-gp-koleskysolver officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 7 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

7ran
3unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yifanc96/pdes-gp-koleskysolver. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

get_coordinates yifanc96/pdes-gp-koleskysolver/kolesky/measurements.py official repository ran MIT (permissive) · 7085dc411741ae9f · report
maximin_ordering yifanc96/pdes-gp-koleskysolver/kolesky/ordering.py official repository ran MIT (permissive) · 2a1458b9c610ab9f · report
point_measurements yifanc96/pdes-gp-koleskysolver/kolesky/measurements.py official repository ran MIT (permissive) · 8eef393ee4ffcb7d · report
sample_points_grid_1d yifanc96/pdes-gp-koleskysolver/kolesky/pde/burgers.py official repository ran MIT (permissive) · b2e0ad3ec2c87401 · report
sample_points_grid_2d yifanc96/pdes-gp-koleskysolver/kolesky/pde/sampling.py official repository ran MIT (permissive) · 102b26282b953a2b · report
sample_points_rdm_2d yifanc96/pdes-gp-koleskysolver/kolesky/pde/sampling.py official repository ran MIT (permissive) · 7c86caf8f73dfb8b · report
supernodal_reverse_maximin_sparsity_pattern yifanc96/pdes-gp-koleskysolver/kolesky/supernodes.py official repository ran MIT (permissive) · cffa7eba92feb5c4 · report
ordering_and_sparsity_pattern yifanc96/pdes-gp-koleskysolver/kolesky/supernodes.py official repository unverified MIT (permissive) · 3353b886794b28d2 · report
predict_via_big yifanc96/pdes-gp-koleskysolver/kolesky/pde/pcg_ops.py official repository unverified MIT (permissive) · 92d7f41f0f7477c1 · report
stack_measurements yifanc96/pdes-gp-koleskysolver/kolesky/measurements.py official repository unverified MIT (permissive) · a9836252df3f5f70 · report

Tasks

Gaussian Processes

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Exponential DecayGaussian Process

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections