Papers › GPLaSDI: Gaussian Process-based Interpretable Latent Space Dynamics Identification...

GPLaSDI: Gaussian Process-based Interpretable Latent Space Dynamics Identification through Deep Autoencoder

10 Aug 2023arXiv:2308.05882archive 2025-07-28

Christophe Bonneville, Youngsoo Choi, Debojyoti Ghosh, Jonathan L. Belof

Numerically solving partial differential equations (PDEs) can be challenging and computationally expensive. This has led to the development of reduced-order models (ROMs) that are accurate but faster than full order models (FOMs). Recently, machine learning advances have enabled the creation of non-linear projection methods, such as Latent Space Dynamics Identification (LaSDI). LaSDI maps full-order PDE solutions to a latent space using autoencoders and learns the system of ODEs governing the latent space dynamics. By interpolating and solving the ODE system in the reduced latent space, fast and accurate ROM predictions can be made by feeding the predicted latent space dynamics into the decoder. In this paper, we introduce GPLaSDI, a novel LaSDI-based framework that relies on Gaussian process (GP) for latent space ODE interpolations. Using GPs offers two significant advantages. First, it enables the quantification of uncertainty over the ROM predictions. Second, leveraging this prediction uncertainty allows for efficient adaptive training through a greedy selection of additional training data points. This approach does not require prior knowledge of the underlying PDEs. Consequently, GPLaSDI is inherently non-intrusive and can be applied to problems without a known PDE or its residual. We demonstrate the effectiveness of our approach on the Burgers equation, Vlasov equation for plasma physics, and a rising thermal bubble problem. Our proposed method achieves between 200 and 100,000 times speed-up, with up to 7% relative error.

PaperPDFCodeCode Syntology ran

In Syntology 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="2308.05882")

Code

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

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

llnl/gplasdi officialmentioned in paperpytorchMIT 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

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

8ran
4unverified

Licence: 0 of the 12 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 llnl/gplasdi. “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.

create_uniform_1dspace llnl/gplasdi/src/lasdi/param.py official repository ran MIT (permissive) · 955f93c8c0d00cb3 · report
fit_gps llnl/gplasdi/src/lasdi/gp.py official repository ran MIT (permissive) · 397604236762a963 · report
getDictFromList llnl/gplasdi/src/lasdi/inputs.py official repository ran MIT (permissive) · 6e2b8d60ef4ac674 · report
get_1dspace_from_list llnl/gplasdi/src/lasdi/param.py official repository ran MIT (permissive) · e6bd243459eae8ad · report
get_fom_max_std llnl/gplasdi/src/lasdi/gplasdi.py official repository ran MIT (permissive) · 5186838430b72798 · report
initial_condition_func llnl/gplasdi/legacy/BurgersEqn2D/train_model1.py official repository ran MIT (permissive) · 1a1121e2ebfc3ba0 · report
initial_condition_func llnl/gplasdi/legacy/Vlasov1D1V/train_model1.py official repository ran MIT (permissive) · f1a8f4126d4d29bb · report
initial_condition_latent llnl/gplasdi/src/lasdi/latent_space.py official repository ran MIT (permissive) · 3a5ab8c3931d9e7d · report
average_rom llnl/gplasdi/src/lasdi/gplasdi.py official repository unverified MIT (permissive) · 25df4c8aa8bff0b2 · report
eval_gp llnl/gplasdi/src/lasdi/gp.py official repository unverified MIT (permissive) · 3c4f0a1787214693 · report
sample_coefs llnl/gplasdi/src/lasdi/gp.py official repository unverified MIT (permissive) · ce9caced94bb8a5d · report
sample_roms llnl/gplasdi/src/lasdi/gplasdi.py official repository unverified MIT (permissive) · 780816cd926c39df · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

GPSGaussian 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