Consistency Deep Equilibrium Models
Abstract
Lay Summary
Many modern AI models make predictions by passing information through many layers. Deep equilibrium models take a different approach: they repeatedly refine an internal representation until it settles into a stable answer. This design can be memory-efficient and powerful, but it often makes prediction slow because the model must repeat this refinement many times. In this paper, we introduce Consistency Deep Equilibrium Models, or C-DEQ, a method that teaches such models to reach their final stable answer much faster. Instead of running many repeated refinement steps, C-DEQ learns from the trajectory of a trained teacher model and predicts the final answer from any intermediate states in only a few steps. It can also use more steps when higher accuracy is needed. We test C-DEQ on language modeling, image classification, and graph learning tasks. Across these settings, C-DEQ greatly improves few-step prediction quality and reduces inference time, making deep equilibrium models more practical for real-world deployment.