TINNs: Time-Induced Neural Networks for Solving Time-Dependent PDEs
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Solving Time-Dependent PDEs | Burgers | Relative L2 Error6.89e-7 | 4 | |
| Solving Time-Dependent PDEs | Allen-Cahn | Relative L2 Error3.85e-6 | 4 | |
| Solving Time-Dependent PDEs | Klein-Gordon | Rel L2 Error4.78e-6 | 4 | |
| Solving Time-Dependent PDEs | Korteweg-De Vries | Relative L2 Error1.53e-4 | 4 | |
| Solving Time-Dependent PDEs | Wave | Rel L2 Error6.71e-6 | 4 |