Papers › Data-driven reduced order modeling of environmental hydrodynamics using deep...

Data-driven reduced order modeling of environmental hydrodynamics using deep autoencoders and neural ODEs

6 Jul 2021arXiv:2107.02784archive 2025-07-28

Sourav Dutta, Peter Rivera-Casillas, Orie M. Cecil, Matthew W. Farthing, Emma Perracchione, Mario Putti

Model reduction for fluid flow simulation continues to be of great interest across a number of scientific and engineering fields. In a previous work [arXiv:2104.13962], we explored the use of Neural Ordinary Differential Equations (NODE) as a non-intrusive method for propagating the latent-space dynamics in reduced order models. Here, we investigate employing deep autoencoders for discovering the reduced basis representation, the dynamics of which are then approximated by NODE. The ability of deep autoencoders to represent the latent-space is compared to the traditional proper orthogonal decomposition (POD) approach, again in conjunction with NODE for capturing the dynamics. Additionally, we compare their behavior with two classical non-intrusive methods based on POD and radial basis function interpolation as well as dynamic mode decomposition. The test problems we consider include incompressible flow around a cylinder as well as a real-world application of shallow water hydrodynamics in an estuarine system. Our findings indicate that deep autoencoders can leverage nonlinear manifold learning to achieve a highly efficient compression of spatial information and define a latent-space that appears to be more suitable for capturing the temporal dynamics through the NODE framework.

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="2107.02784")

Code

Syntology Ran 4 of 17 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 4 ran · our draft was wrong.

By repository: official repository: 3 samples from 1 repository, 3 ran; community (archive-listed): 14 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

erdc/node_nirom officialmentioned in papertf report
erdc/pynirom mentioned on GitHubtfMIT 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

17 samples harvested; 4 ran; 0 honoured the contract we drafted; 13 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.

4ran · our draft was wrong
13unverified

Licence: 0 of the 17 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

compute_pod_multicomponent erdc/node_nirom/notebooks/node_cylinder.py official repository ran · our draft was wrong MIT (permissive) · e67299e850b73c74 · report
compute_trunc_basis erdc/node_nirom/notebooks/node_cylinder.py official repository ran · our draft was wrong MIT (permissive) · 742ed8bc9159b522 · report
project_onto_basis erdc/node_nirom/notebooks/node_cylinder.py official repository ran · our draft was wrong MIT (permissive) · badc48beb2854cec · report
init_cond_onl erdc/pynirom/pynirom/rbf/rom.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 8408470eb905f774 · report
augment_state erdc/pynirom/pynirom/node/node.py community (archive-listed) unverified MIT (permissive) · 8fcd97a3976f6f38 · report
combine_L erdc/pynirom/pynirom/rbf/greedy.py community (archive-listed) unverified MIT (permissive) · aa03d22e70261b8e · report
compute_interp_matrix erdc/pynirom/pynirom/rbf/rbf.py community (archive-listed) unverified MIT (permissive) · f01dee026cdb9d91 · report
compute_kernel erdc/pynirom/pynirom/rbf/rbf.py community (archive-listed) unverified MIT (permissive) · 7bca82596cbfac78 · report
compute_rbf erdc/pynirom/pynirom/rbf/rbf.py community (archive-listed) unverified MIT (permissive) · cdaa0af2555ce42a · report
compute_trunc_basis erdc/pynirom/pynirom/pod/pod_utils.py community (archive-listed) unverified MIT (permissive) · ea93e60cd93f4d0c · report
greedy erdc/pynirom/pynirom/rbf/greedy.py community (archive-listed) unverified MIT (permissive) · 163ff6791fabf8ca · report
prepare_data erdc/pynirom/pynirom/utils/data_utils.py community (archive-listed) unverified MIT (permissive) · 265d0246506b1b71 · report
project_onto_basis erdc/pynirom/pynirom/pod/pod_utils.py community (archive-listed) unverified MIT (permissive) · fded0b5c3a89c0ff · report
scale_states erdc/pynirom/pynirom/node/node.py community (archive-listed) unverified MIT (permissive) · a6e03e31ed6fc434 · report
scale_time erdc/pynirom/pynirom/node/node.py community (archive-listed) unverified MIT (permissive) · a6abed9452167983 · report
viz_err erdc/pynirom/pynirom/rbf/plotting.py community (archive-listed) unverified MIT (permissive) · cb305b0b881c14b0 · report
viz_sol erdc/pynirom/pynirom/rbf/plotting.py community (archive-listed) unverified MIT (permissive) · 31499761d8eeab82 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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