Rajyasri Roy, Dibyajyoti Nayak, and Somdatta Goswami
In this work, we propose ANCHOR (Adaptive Numerical Correction for High-fidelity Operator Rollouts), an online, instance-aware, error-controlled hybrid inference framework that enables stable and accurate long-horizon prediction for nonlinear, time-dependent PDEs. ANCHOR treats a pretrained NO as the primary inference engine and adaptively couples it with a classical numerical solver through a physics-informed, residual-based error estimator. Inspired by adaptive time-stepping in numerical analysis, ANCHOR continuously monitors an exponential moving average (EMA) of the normalized PDE residual to detect accumulating error and trigger corrective solver interventions without requiring access to ground-truth solutions.
| PDE Example | Sample # | NS only (s) | TI-DON only (s) | ANCHOR (Ours) (s) |
|---|---|---|---|---|
| 1D Burgers' | #1 | 0.15 | 0.049 | 0.22 |
| #2 | 0.156 | 0.0714 | 0.163 | |
| 2D Burgers' | #1 | 7.86 | 0.139 | 4.842 |
| #2 | 7.915 | 0.136 | 4.089 | |
| 2D Allen-Cahn | #1 | 3.22 | 0.075 | 1.04 |
| #2 | 3.13 | 0.076 | 0.99 | |
| 2D Cahn-Hilliard | #1 | 12.436 | 0.375 | 8.87 |
| #2 | 12.502 | 0.373 | 8.11 | |
| 3D Heat | #1 | 2.735 | 0.178 | 1.084 |
| #2 | 2.677 | 0.176 | 1.017 |
Link to the datasets used in this work: ANCHOR_datasets
