paper-with-me

Papers

Semi-Explicit Neural DAEs: Learning Long-Horizon Dynamical Systems with Algebraic Constraints

2025-05-26 · Avik Pal, Alan Edelman, Christopher Rackauckas

Despite the promise of scientific machine learning (SciML) in combining data-driven techniques with mechanistic modeling, existing approaches for incorporating hard constraints in neural differential equations (NDEs) face significant limitations. Scalability issues and poor numerical properties prevent these neural models from being used for modeling physical systems with complicated conservation laws. We propose Manifold-Projected Neural ODEs (PNODEs), a method that explicitly enforces algebraic constraints by projecting each ODE step onto the constraint manifold. This framework arises naturally from semi-explicit differential-algebraic equations (DAEs), and includes both a robust iterative variant and a fast approximation requiring a single Jacobian factorization. We further demonstrate that prior works on relaxation methods are special cases of our approach. PNODEs consistently outperform baselines across six benchmark problems achieving a mean constraint violation error below $10^{-10}$. Additionally, PNODEs consistently achieve lower runtime compared to other methods for a given level of error tolerance. These results show that constraint projection offers a simple strategy for learning physically consistent long-horizon dynamics.

📄 PDF Abstract BibTeX arXiv:2505.20515

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DAE-PINN: A Physics-Informed Neural Network Model for Simulating Differential-Algebraic Equations with Application to Power Networks

2021-09-09 · Christian Moya, Guang Lin

Deep learning-based surrogate modeling is becoming a promising approach for learning and simulating dynamical systems. Deep-learning methods, however, find very challenging learning stiff dynamics. In this paper, we deve…

Deep Learning

Semi-implicit Continuous Newton Method for Power Flow Analysis

2023-12-05 · Ruizhi Yu, Wei Gu, Yijun Xu, Shuai Lu 외

As an effective emulator of ill-conditioned power flow, continuous Newton methods (CNMs) have been extensively investigated using explicit and implicit numerical integration algorithms. Explicit CNMs are prone to non-con…

BenchmarkingNumerical Integration

Identifiability of Differential-Algebraic Systems

2024-05-22 · Arthur N. Montanari, François Lamoline, Robert Bereza, Jorge Gonçalves

Data-driven modeling of dynamical systems often faces numerous data-related challenges. A fundamental requirement is the existence of a unique set of parameters for a chosen model structure, an issue commonly referred to…

Numerical Integration

Parsimonious Physics-Informed Random Projection Neural Networks for Initial-Value Problems of ODEs and index-1 DAEs

2022-03-10 · Gianluca Fabiani, Evangelos Galaris, Lucia Russo, Constantinos Siettos

We address a physics-informed neural network based on the concept of random projections for the numerical solution of IVPs of nonlinear ODEs in linear-implicit form and index-1 DAEs, which may also arise from the spatial…

SODAs: Sparse Optimization for the Discovery of Differential and Algebraic Equations

2025-03-08 · Manu Jayadharan, Christina Catlett, Arthur N. Montanari, Niall M. Mangan

Differential-algebraic equations (DAEs) integrate ordinary differential equations (ODEs) with algebraic constraints, providing a fundamental framework for developing models of dynamical systems characterized by timescale…

Model Discovery