English

Active Learning with Selective Time-Step Acquisition for PDEs

Machine Learning 2026-04-17 v2 Machine Learning

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 (**S**elective **T**ime-Step **A**cquisition for **P**DEs), 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.

Keywords

Cite

@article{arxiv.2511.18107,
  title  = {Active Learning with Selective Time-Step Acquisition for PDEs},
  author = {Yegon Kim and Hyunsu Kim and Gyeonghoon Ko and Juho Lee},
  journal= {arXiv preprint arXiv:2511.18107},
  year   = {2026}
}

Comments

This manuscript is an improvement over the camera-ready version in ICML 2025. We have added a clearer motivation for our acquisition function. (See Sections 2.3 and 3.2)

R2 v1 2026-07-01T07:50:18.451Z