Papers › Deep adaptive sampling for surrogate modeling without labeled data

Deep adaptive sampling for surrogate modeling without labeled data

17 Feb 2024arXiv:2402.11283archive 2025-07-28

Xili Wang, Kejun Tang, Jiayu Zhai, Xiaoliang Wan, Chao Yang

Surrogate modeling is of great practical significance for parametric differential equation systems. In contrast to classical numerical methods, using physics-informed deep learning methods to construct simulators for such systems is a promising direction due to its potential to handle high dimensionality, which requires minimizing a loss over a training set of random samples. However, the random samples introduce statistical errors, which may become the dominant errors for the approximation of low-regularity and high-dimensional problems. In this work, we present a deep adaptive sampling method for surrogate modeling (DAS²), where we generalize the deep adaptive sampling (DAS) method [62] [Tang, Wan and Yang, 2023] to build surrogate models for low-regularity parametric differential equations. In the parametric setting, the residual loss function can be regarded as an unnormalized probability density function (PDF) of the spatial and parametric variables. This PDF is approximated by a deep generative model, from which new samples are generated and added to the training set. Since the new samples match the residual-induced distribution, the refined training set can further reduce the statistical error in the current approximate solution. We demonstrate the effectiveness of DAS² with a series of numerical experiments, including the parametric lid-driven 2D cavity flow problem with a continuous range of Reynolds numbers from 100 to 1000.

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

Code

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

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

MJfadeaway/DAS-2 officialmentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 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.

10ran
6unverified

Licence: 0 of the 16 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 MJfadeaway/DAS-2. “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.

entropy_loss_func MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_fixed.py official repository ran Apache-2.0 (permissive) · 9cac92f6484b1d10 · report
entropy_loss_func MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_train.py official repository ran Apache-2.0 (permissive) · 3b172cb085b5ae82 · report
entropy_loss_func MJfadeaway/DAS-2/Operator_learning/das_oplearning.py official repository ran Apache-2.0 (permissive) · d7b357b308f990f7 · report
entropy_loss_func MJfadeaway/DAS-2/Optimal_control/das_train.py official repository ran Apache-2.0 (permissive) · 6d7f5b45c76f2dfa · report
flatten_sum MJfadeaway/DAS-2/Lid-driven_cavity_flow/BR_lib/BR_data.py official repository ran fingerprinted Apache-2.0 (permissive) · b924ea760370518c · report
length_factor MJfadeaway/DAS-2/Optimal_control/das_train.py official repository ran fingerprinted Apache-2.0 (permissive) · 008dca1dbd361ccd · report
loss_func MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_train.py official repository ran Apache-2.0 (permissive) · c8171b470687f787 · report
loss_func MJfadeaway/DAS-2/Operator_learning/das_oplearning.py official repository ran Apache-2.0 (permissive) · feabd500549c048c · report
uu MJfadeaway/DAS-2/Lid-driven_cavity_flow/data.py official repository ran fingerprinted Apache-2.0 (permissive) · 87af8f0ef57cfc9e · report
yd MJfadeaway/DAS-2/Optimal_control/das_train.py official repository ran fingerprinted Apache-2.0 (permissive) · 640c69f3737dbb7a · report
absolute_error MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_fixed.py official repository unverified Apache-2.0 (permissive) · d481fa3ca02b9f3a · report
line_search_wolfe1 MJfadeaway/DAS-2/Lid-driven_cavity_flow/linesearch.py official repository unverified Apache-2.0 (permissive) · fd0ebec955ca8a6d · report
log_standard_Gaussian MJfadeaway/DAS-2/Lid-driven_cavity_flow/BR_lib/BR_data.py official repository unverified Apache-2.0 (permissive) · 9762ab5f23f45a06 · report
loss_func MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_fixed.py official repository unverified Apache-2.0 (permissive) · 2767233d06d2a32a · report
relative_error MJfadeaway/DAS-2/Lid-driven_cavity_flow/das_train.py official repository unverified Apache-2.0 (permissive) · 5c13cffdbbc3ac03 · report
scalar_search_wolfe1 MJfadeaway/DAS-2/Lid-driven_cavity_flow/linesearch.py official repository unverified Apache-2.0 (permissive) · 64a3d2b824b7001e · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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