Modeling of an ODE-constrained optimization problem describing tumor dynamics, and numerical approximation via sequential physics-informed neural networks
arXiv:2608.18974
2026
Dynamics
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The transferable contribution is a time-domain domain-decomposition strategy for neural differential-equation solvers: replace one long-horizon network by locally trained networks whose initial values are inherited exactly from the preceding interval. This reduces the burden of representing long trajectories and prevents accumulated interface drift, while retaining a shared physics residual objective. The most promising neural-network use is a hard-constrained sequential architecture for long-horizon neural ODEs, PINNs, differentiable simulators, and adjoint-based training. The paper's numerical evidence suggests that exact interface handling is more robust than merely penalizing continuity, although it costs additional forward passes and parameters.
Ideas from this paper
Unverified
2026
Partition a long integration interval into M short segments and assign one neural trajectory approximator to each segment. Instead of asking a single network to satisfy the ODE and initial condition over the entire horizon, construct every segment so that its value at the left boundary is exactly the terminal value predicted by the previous segment. This removes interface discontinuities from the optimization problem and should improve long-horizon trajectory accuracy and gradient stability.
Useful6/10
Difficulty5/10
Novelty6/10