TL;DR
Generating training data for surrogate models of partial differential equations (PDEs) is challenging due to under-representation of complex dynamics. Online Generative Active Sampling (OGAS) was developed to improve data sampling by focusing on difficult configurations.
✦ Why It Matters
Engineers can implement OGAS to improve the reliability of surrogate models in complex simulations with minimal overhead.
Key Takeaways
How It Works
OGAS operates by training a diffusion model alongside the surrogate, which learns to map a difficulty signal—such as loss or uncertainty—to configuration parameters. This allows OGAS to actively sample data from regions of high difficulty, ensuring that the training set is representative of challenging dynamics.
Related