Skip to content

Centrum-IntelliPhysics/ANCHOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANCHOR: Adaptive Numerical Correction for High-Fidelity Operator Rollouts

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.

Proposed Architecture

Proposed Architecture

Results

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

Datasets

Link to the datasets used in this work: ANCHOR_datasets

About

ANCHOR: Adaptive Numerical Correction for High-Fidelity Operator Rollouts

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors