pith. sign in

arxiv: 2602.03024 · v2 · pith:2SQZFW2Dnew · submitted 2026-02-03 · 💻 cs.LG · cs.AI

Consistency Deep Equilibrium Models

classification 💻 cs.LG cs.AI
keywords inferencedeepequilibriumconsistencydeqsalongc-deqsfew-step
0
0 comments X
read the original abstract

Deep Equilibrium Models (DEQs) have emerged as a powerful paradigm in deep learning, offering the ability to model infinite-depth networks with constant memory usage. However, DEQs incur significant inference latency due to the iterative nature of fixed-point solvers. In this work, we introduce the Consistency Deep Equilibrium Model (C-DEQ), a novel framework that leverages consistency distillation to accelerate DEQ inference. We cast the DEQ iterative inference process as evolution along a fixed ODE trajectory toward the equilibrium. Along this trajectory, we train C-DEQs to consistently map intermediate states directly to the fixed point, enabling few-step inference while preserving the performance of the teacher DEQ. At the same time, it facilitates multi-step evaluation to flexibly trade computation for performance gains. Extensive experiments across various domain tasks demonstrate that C-DEQs achieve consistent 2-20$\times$ accuracy improvements over implicit DEQs under the same few-step inference budget. Our code is available at https://github.com/landrarwolf/CDEQ.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. i-DEQ: A stable inertial deep equilibrium model for image restoration

    math.OC 2026-05 unverdicted novelty 5.0

    i-DEQ adds momentum to DEQ fixed-point iterations, yielding convergence guarantees, training stability, and halved inference time while matching state-of-the-art reconstruction quality on inverse problems.