SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2511.18107 · ICML · 2025

Active Learning with Selective Time-Step Acquisition for PDEs

Juho Lee, Hyunsu Kim, Gyeonghoon Ko, Yegon Kim

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
yegonkim/stap — 2 of 7
FunctionStatusWhere it lives
ensemble_mean_model Ran yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("e01b9834791aba94")
get_features_ycov_trajectory Ran yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("1e340425d24b6781")
Acquirer Not yet run yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("3fb296e6657ac26a")
EER_Calculator Not yet run yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("5eeeb9fedcb93388")
get_features_hidden_trajectory Not yet run yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("5f742f9237762a0a")
split_model Not yet run yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("ca337b373572d182")
torch_expand Not yet run yegonkim/stap/acquisition/acquirer.py
pointer only (licence: NONE) · get_code("61fe509a78cc7876")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Accurately solving partial differential equations (PDEs) is critical to understanding complex scientific and engineering phenomena, yet traditional numerical solvers are computationally expensive. Surrogate models offer a more efficient alternative, but their development is hindered by the cost of generating sufficient training data from numerical solvers. In this paper, we present a novel framework for active learning in PDE surrogate modeling that reduces this cost. Unlike the existing AL methods for PDEs that always acquire entire PDE trajectories, our approach, STAP (Selective Time-Step Acquisition for PDEs), strategically generates only the most important time steps with the numerical solver, while employing the surrogate model to approximate the remaining steps. This reduces the cost incurred by each trajectory and thus allows the active learning algorithm to try out a more diverse set of trajectories given the same budget. To accommodate this novel framework, we develop an acquisition function that estimates the utility of a set of time steps by approximating its resulting variance reduction. We demonstrate the effectiveness of our method on several benchmark PDEs.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2511.18107")
get_code_for_paper("2511.18107")
have("2511.18107")

Connect an agent — have() is free.