{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-03024","title":"Consistency Deep Equilibrium Models","arxiv_id":"2602.03024","date":"2026-02-03","proceeding":"ICML","authors":["Junchao Lin","Zenan Ling","Jingwen Xu","Robert C. Qiu"],"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.","url_abs":"https://arxiv.org/abs/2602.03024","url_pdf":"https://arxiv.org/pdf/2602.03024","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.03024","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.03024"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/landrarwolf/CDEQ","reach":null}],"summary":{"ran_draft_wrong":4,"ran_honours":1,"unverified":15},"by_repo_kind":{"found_in_text":{"samples":20,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":20,"samples":[{"code_sha256_prefix":"bc359191fdd6e179","entry":"conv3x3","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/layer_utils.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/layer_utils.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bc359191fdd6e179"}},{"code_sha256_prefix":"cf5710371bcfb0ab","entry":"line_search","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/solvers.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/solvers.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cf5710371bcfb0ab"}},{"code_sha256_prefix":"3c120cc50bc8c55f","entry":"power_method","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/jacobian.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/jacobian.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3c120cc50bc8c55f"}},{"code_sha256_prefix":"968a8f446ad3c5b1","entry":"rmatvec","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/solvers.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/solvers.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"968a8f446ad3c5b1"}},{"code_sha256_prefix":"b2b5022f654ee4d3","entry":"scalar_search_armijo","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/solvers.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/solvers.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b2b5022f654ee4d3"}},{"code_sha256_prefix":"df1c4e8a21c5f2ef","entry":"embedded_dropout","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/optimizations.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/optimizations.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"df1c4e8a21c5f2ef"}},{"code_sha256_prefix":"f4e2a4a09b74b2a9","entry":"get_free_gpus","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/DEQ-Sequence/train_transformer.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/DEQ-Sequence/train_transformer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f4e2a4a09b74b2a9"}},{"code_sha256_prefix":"3d07af47a6ba65bd","entry":"jac_loss_estimate","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/jacobian.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/jacobian.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3d07af47a6ba65bd"}},{"code_sha256_prefix":"e193f0d97cdfd598","entry":"list2vec","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/layer_utils.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/layer_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e193f0d97cdfd598"}},{"code_sha256_prefix":"cb0eb480c6bc29cb","entry":"load_history","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/analyze.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/analyze.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cb0eb480c6bc29cb"}},{"code_sha256_prefix":"f06524d1a24b825a","entry":"matrix_diag","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/optimizations.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/optimizations.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f06524d1a24b825a"}},{"code_sha256_prefix":"57512bacc2c28eff","entry":"parse_gpu_ids","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/DEQ-Sequence/train_transformer.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/DEQ-Sequence/train_transformer.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"57512bacc2c28eff"}},{"code_sha256_prefix":"23889d23e4101bd8","entry":"parse_runs","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/analyze.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/analyze.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"23889d23e4101bd8"}},{"code_sha256_prefix":"bb557893c9d3592b","entry":"progress_to_rho_time","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/adaptive.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/adaptive.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bb557893c9d3592b"}},{"code_sha256_prefix":"0f965318218530f2","entry":"project_to_teacher_trajectory","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/adaptive.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/adaptive.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0f965318218530f2"}},{"code_sha256_prefix":"1a5025436f52b641","entry":"read_manifest","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/cache.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/cache.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1a5025436f52b641"}},{"code_sha256_prefix":"4710c385466e8a29","entry":"rho_time_to_progress","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/adaptive.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/adaptive.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4710c385466e8a29"}},{"code_sha256_prefix":"f05c7196d352aba3","entry":"trajectory_curves","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CLLM-src/llm_cdeq/analyze.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CLLM-src/llm_cdeq/analyze.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f05c7196d352aba3"}},{"code_sha256_prefix":"bfc68a2da5929c5b","entry":"vec2list","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/layer_utils.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/layer_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bfc68a2da5929c5b"}},{"code_sha256_prefix":"4bf00e788db9f349","entry":"weight_norm","repo":"landrarwolf/CDEQ","repo_kind":"found_in_text","path":"CDEQ-src/lib/optimizations.py","file_url":"https://github.com/landrarwolf/CDEQ/blob/HEAD/CDEQ-src/lib/optimizations.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4bf00e788db9f349"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":3,"rejected_by_independent_check":0,"refused_by_a_rule":3,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}