Physics-Informed Time-Integrated DeepONet: Temporal Tangent Space Operator Learning for High-Accuracy Inference
Luis Mandl, Dibyajyoti Nayak, Tim Ricken, Somdatta Goswami
TL;DR
The paper introduces PITI-DeepONet, a physics-informed time-integrated neural operator that learns a continuous temporal tangent space and advances PDE solutions via standard time-stepping, enabling reliable long-horizon predictions. It unifies six losses (PDE, IC, BC, reconstruction, consistency, and data) within a physics-informed training framework and supports residual-based quality monitoring to detect out-of-distribution states. Through experiments on 1D Heat, 1D Burgers, and 2D Allen-Cahn, the method achieves superior long-term extrapolation compared to Full Rollout and Autoregressive baselines, with residuals serving as a robust error proxy. The approach demonstrates robustness to sampling and random seeds, and its residual-driven monitoring opens avenues for adaptive sampling and multi-fidelity extensions in challenging or stiff PDE regimes.
Abstract
Accurately modeling and inferring solutions to time-dependent partial differential equations (PDEs) over extended horizons remains a core challenge in scientific machine learning. Traditional full rollout (FR) methods, which predict entire trajectories in one pass, often fail to capture the causal dependencies and generalize poorly outside the training time horizon. Autoregressive (AR) approaches, evolving the system step by step, suffer from error accumulation, limiting long-term accuracy. These shortcomings limit the long-term accuracy and reliability of both strategies. To address these issues, we introduce the Physics-Informed Time-Integrated Deep Operator Network (PITI-DeepONet), a dual-output architecture trained via fully physics-informed or hybrid physics- and data-driven objectives to ensure stable, accurate long-term evolution well beyond the training horizon. Instead of forecasting future states, the network learns the time-derivative operator from the current state, integrating it using classical time-stepping schemes to advance the solution in time. Additionally, the framework can leverage residual monitoring during inference to estimate prediction quality and detect when the system transitions outside the training domain. Applied to benchmark problems, PITI-DeepONet shows improved accuracy over extended inference time horizons when compared to traditional methods. Mean relative $\mathcal{L}_2$ errors reduced by 84% (vs. FR) and 79% (vs. AR) for the one-dimensional heat equation; by 87% (vs. FR) and 98% (vs. AR) for the one-dimensional Burgers equation; and by 42% (vs. FR) and 89% (vs. AR) for the two-dimensional Allen-Cahn equation. By moving beyond classic FR and AR schemes, PITI-DeepONet paves the way for more reliable, long-term integration of complex, time-dependent PDEs.
