{"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/dcdepth-progressive-monocular-depth","title":"DCDepth: Progressive Monocular Depth Estimation in Discrete Cosine Domain","arxiv_id":"2410.14980","date":"2024-10-19","proceeding":null,"authors":["Kun Wang","Zhiqiang Yan","Junkai Fan","Wanlu Zhu","Xiang Li","Jun Li","Jian Yang"],"abstract":"In this paper, we introduce DCDepth, a novel framework for the long-standing monocular depth estimation task. Moving beyond conventional pixel-wise depth estimation in the spatial domain, our approach estimates the frequency coefficients of depth patches after transforming them into the discrete cosine domain. This unique formulation allows for the modeling of local depth correlations within each patch. Crucially, the frequency transformation segregates the depth information into various frequency components, with low-frequency components encapsulating the core scene structure and high-frequency components detailing the finer aspects. This decomposition forms the basis of our progressive strategy, which begins with the prediction of low-frequency components to establish a global scene context, followed by successive refinement of local details through the prediction of higher-frequency components. We conduct comprehensive experiments on NYU-Depth-V2, TOFDC, and KITTI datasets, and demonstrate the state-of-the-art performance of DCDepth. Code is available at https://github.com/w2kun/DCDepth.","url_abs":"https://arxiv.org/abs/2410.14980v2","url_pdf":"https://arxiv.org/pdf/2410.14980v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"dcdepth-progressive-monocular-depth","repo_url":"https://github.com/w2kun/dcdepth","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"depth-estimation","task_name":"Depth Estimation"},{"task_slug":"monocular-depth-estimation","task_name":"Monocular Depth Estimation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2410.14980","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2410.14980"}},"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":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/w2kun/DCDepth","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/w2kun/dcdepth","reach":{"status":"ok"}}],"summary":{"ran_fixture":1,"ran_draft_wrong":1,"unverified":4},"by_repo_kind":{"official":{"samples":6,"ran":2,"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":6,"samples":[{"code_sha256_prefix":"144d10b49baeb8a6","entry":"window_partition","repo":"w2kun/DCDepth","repo_kind":"official","path":"networks/newcrf_layers.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/networks/newcrf_layers.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":2,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"144d10b49baeb8a6"}},{"code_sha256_prefix":"61bf152e6a42a184","entry":"window_reverse","repo":"w2kun/DCDepth","repo_kind":"official","path":"networks/newcrf_layers.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/networks/newcrf_layers.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"61bf152e6a42a184"}},{"code_sha256_prefix":"9b9dd29ad0d626a0","entry":"is_module_wrapper","repo":"w2kun/DCDepth","repo_kind":"official","path":"networks/newcrf_utils.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/networks/newcrf_utils.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":"9b9dd29ad0d626a0"}},{"code_sha256_prefix":"92dad73ee855852f","entry":"load_url_dist","repo":"w2kun/DCDepth","repo_kind":"official","path":"networks/newcrf_utils.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/networks/newcrf_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":"92dad73ee855852f"}},{"code_sha256_prefix":"9012d3fdd4cbaea1","entry":"resize","repo":"w2kun/DCDepth","repo_kind":"official","path":"networks/newcrf_utils.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/networks/newcrf_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":"9012d3fdd4cbaea1"}},{"code_sha256_prefix":"94622a31d77eb67a","entry":"shift_image","repo":"w2kun/DCDepth","repo_kind":"official","path":"models/utils.py","file_url":"https://github.com/w2kun/DCDepth/blob/HEAD/models/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":"94622a31d77eb67a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}