← Latest papers
🤖 machine learning

Learning Reduced-Order Dynamics with Singularity via Latent-Augmented Neural Ordinary Differential Equations

This paper proposes the Latent-Augmented Neural Ordinary Differential Equations (LA-NODEs) framework to resolve self-intersecting trajectory issues in industrial reduced-order modeling by augmenting neural ODEs to represent conflicting vector fields, thereby achieving superior prediction accuracy and fidelity in complex systems like IPMSM drives and distributed energy systems.

Original authors: Xiaorui Wang, Yu Zhou, Wenjie Mei, Dongzhe Zheng, Yang Bai, Masaaki Nagahara

Published 2026-08-25
📖 6 min read🧠 Deep dive

Original authors: Xiaorui Wang, Yu Zhou, Wenjie Mei, Dongzhe Zheng, Yang Bai, Masaaki Nagahara

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the complex world of modern engineering, from the motors driving electric vehicles to the grids powering our cities, systems are often too intricate to manage in real time. These machines are governed by laws of physics that involve dozens of variables changing simultaneously, creating a high-dimensional puzzle that is computationally expensive to solve. To make these systems manageable for control and optimization, engineers use a technique called model order reduction. This process simplifies a complex machine into a smaller, faster version by focusing only on the most visible parts, much like viewing a three-dimensional object through a two-dimensional window. However, this simplification comes with a hidden trap. When the full, complex reality is squashed into a lower-dimensional view, different internal states can sometimes look exactly the same from the outside. This creates a confusing situation where a single point on the simplified map corresponds to multiple different directions of movement, a phenomenon known as a singularity. If a computer model tries to learn the behavior of such a system without accounting for this ambiguity, it gets stuck, unable to predict which way the system will go next.

Researchers have long relied on a powerful tool called Neural Ordinary Differential Equations to learn these dynamic systems directly from data. These models act as universal approximators, capable of learning intricate patterns without needing explicit physical formulas. Yet, standard versions of these models hit a hard wall when faced with the singularities caused by model reduction. Because they assume that every point in the system has only one unique direction of movement, they fail when that point actually has several possible paths. The result is a model that learns the general shape of the system but misses the critical details, leading to significant errors in prediction. This limitation is not just a minor glitch; it is a fundamental barrier that prevents accurate modeling of many real-world industrial systems where data is incomplete or simplified.

To overcome this, a team of researchers from Lanzhou University of Technology, Hiroshima University, Nanjing University, and Princeton University has developed a new framework called Latent-Augmented Neural Ordinary Differential Equations. The core idea is surprisingly straightforward: if the view through the window is too crowded to tell the paths apart, the model needs to look through a slightly larger window. The researchers proposed adding a hidden, or "latent," layer of information to the model. This extra layer acts as a temporary workspace that lifts the system into a higher-dimensional space just long enough to separate the confusing paths. By doing this, the model can distinguish between states that look identical on the surface but are moving in different directions. Once the model learns the correct path in this expanded space, it projects the answer back down to the original, simplified view, effectively resolving the confusion without needing to know the full, complex internal state of the machine.

The team proved mathematically that this approach is necessary. They demonstrated that without this extra dimension, the error in learning such systems cannot be reduced to zero, no matter how much data is provided or how long the model trains. The error is locked in by the geometry of the problem itself. However, by introducing these latent variables, the model can theoretically achieve perfect accuracy, learning the true dynamics even when the observed data is ambiguous. Crucially, the researchers did not just add random extra dimensions; they derived a specific rule for how many are needed. They found that the number of extra dimensions required depends on the complexity of the confusion at the singular points. If a point has two possible directions, one extra dimension is enough to separate them. If it has three, two extra dimensions are needed. This provides a clear, principled way to design the model, balancing the need for accuracy with the cost of computation.

To test their theory, the researchers applied this new framework to two very different industrial systems. The first was an interior permanent magnet synchronous motor, a type of electric motor used in high-performance drives. In this system, the researchers reduced the model from three variables down to two, creating a scenario where the motor's speed was hidden, causing the simplified view to show a single point with two possible velocity directions. The second system was a distributed energy network, simulating a microgrid with solar panels and batteries. Here, the reduction created a point with three possible directions. In both cases, the researchers compared their new method against existing models, including standard neural networks and other advanced differential equation models. The results were clear: the new framework consistently outperformed all others. In the motor experiment, the new model kept its prediction errors extremely low, while the older models struggled significantly as the system approached the confusing points. In the energy system test, the new model reduced the average error by more than half compared to the next best method, and it remained stable even as the system evolved over time.

The researchers also investigated how the size of the hidden layer affected performance. They found that increasing the number of extra dimensions improved accuracy up to a specific point, after which adding more dimensions provided no benefit and only slowed down the training process. For the energy system, which required two extra dimensions to resolve its three-way confusion, increasing the dimension beyond two actually caused a slight dip in performance. This confirmed their theoretical rule: the model needs just enough extra space to separate the paths, but no more. This finding is vital for practical application, as it ensures that engineers can build efficient models without wasting computational resources on unnecessary complexity.

The study concludes that this approach offers a robust solution for high-precision modeling of complex industrial systems where data is limited or simplified. By acknowledging and mathematically addressing the geometric limitations of reduced-order models, the researchers have provided a tool that can recover system features that were previously impossible to capture accurately. While the method has shown great promise in these specific simulations and experiments, the authors note that its ability to handle extremely high-dimensional systems or those with severe information loss still needs further exploration. Nevertheless, the work establishes a clear path forward for creating more reliable, data-driven models that can keep pace with the demands of modern engineering, turning the problem of singularities from a dead end into a solvable puzzle.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →