TINNs: Time-Induced Neural Networks for Solving Time-Dependent PDEs
Chen-Yang Dai, Che-Chia Chang, Te-Sheng Lin, Ming-Chih Lai, Chieh-Hsin Lai
TL;DR
The paper identifies a time-entanglement problem in standard space–time PINNs, where a single parameter vector must capture dynamics with evolving spatial complexity. It proposes Time-Induced Neural Networks (TINNs), which encode temporal evolution as a trajectory in parameter space by learning a compact time code and a layer-wise affine lift to the full parameter set, thereby decoupling temporal dynamics from the spatial representation. Training leverages a nonlinear least-squares formulation using Levenberg–Marquardt optimization, yielding faster convergence and improved robustness. Across five time-dependent PDE benchmarks, TINNs achieve higher accuracy with far fewer parameters than strong baselines, demonstrating practical gains in both performance and training stability for physics-informed learning of dynamic systems.
Abstract
Physics-informed neural networks (PINNs) solve time-dependent partial differential equations (PDEs) by learning a mesh-free, differentiable solution that can be evaluated anywhere in space and time. However, standard space--time PINNs take time as an input but reuse a single network with shared weights across all times, forcing the same features to represent markedly different dynamics. This coupling degrades accuracy and can destabilize training when enforcing PDE, boundary, and initial constraints jointly. We propose Time-Induced Neural Networks (TINNs), a novel architecture that parameterizes the network weights as a learned function of time, allowing the effective spatial representation to evolve over time while maintaining shared structure. The resulting formulation naturally yields a nonlinear least-squares problem, which we optimize efficiently using a Levenberg--Marquardt method. Experiments on various time-dependent PDEs show up to $4\times$ improved accuracy and $10\times$ faster convergence compared to PINNs and strong baselines.
