Efficient Continuous-Depth Modeling with GRU Equivalents
Abstract
Lay Summary
Modern AI systems are often built from neural networks—flexible pattern-recognition models that learn from data. A particularly versatile family of these models, called continuous-depth networks, treats information as flowing smoothly through time rather than jumping through fixed steps. This flexibility lets them adapt naturally to streaming data like sensor readings, voice, or video, and they form the basis of recent "liquid" foundation models. The cost of this flexibility is speed: running or training these models requires solving a long sequence of small mathematical problems one after another, which is slow and energy-hungry, especially on phones, watches, and other small devices. We developed a method called CoDA that makes these models dramatically faster without changing what they can do. The key idea, borrowed from physics, is that the complicated step-by-step behavior of a continuous-depth network can be replaced by a much smaller, simpler calculation that produces the same answer in a single shot. We prove mathematically that this replacement is reliable—the accelerated model reaches the same accuracy as the original—and we show how to plug it into existing systems without retraining from scratch.