LGAIFeb 12, 2025

TANTE: Time-Adaptive Operator Learning via Neural Taylor Expansion

arXiv:2502.08574v34 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of varying temporal complexity in PDE simulations for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of error accumulation in operator learning for time-dependent PDEs due to fixed time step sizes, proposing TANTE, a framework that adapts step sizes dynamically, resulting in 60-80% accuracy gains and 30-40% speed-ups at inference.

Operator learning for time-dependent partial differential equations (PDEs) has seen rapid progress in recent years, enabling efficient approximation of complex spatiotemporal dynamics. However, most existing methods rely on fixed time step sizes during rollout, which limits their ability to adapt to varying temporal complexity and often leads to error accumulation. Here, we propose the Time-Adaptive Transformer with Neural Taylor Expansion (TANTE), a novel operator-learning framework that produces continuous-time predictions with adaptive step sizes. TANTE predicts future states by performing a Taylor expansion at the current state, where neural networks learn both the higher-order temporal derivatives and the local radius of convergence. This allows the model to dynamically adjust its rollout based on the local behavior of the solution, thereby reducing cumulative error and improving computational efficiency. We demonstrate the effectiveness of TANTE across a wide range of PDE benchmarks, achieving superior accuracy and adaptability compared to fixed-step baselines, delivering accuracy gains of 60-80 % and speed-ups of 30-40 % at inference time. The code is publicly available at https://github.com/zwu88/TANTE for transparency and reproducibility.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes