{"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/depth-conditioned-dynamic-message-propagation","title":"Depth-conditioned Dynamic Message Propagation for Monocular 3D Object Detection","arxiv_id":"2103.16470","date":"2021-03-30","proceeding":"CVPR 2021 1","authors":["Li Wang","Liang Du","Xiaoqing Ye","Yanwei Fu","Guodong Guo","xiangyang xue","Jianfeng Feng","Li Zhang"],"abstract":"The objective of this paper is to learn context- and depth-aware feature representation to solve the problem of monocular 3D object detection. We make following contributions: (i) rather than appealing to the complicated pseudo-LiDAR based approach, we propose a depth-conditioned dynamic message propagation (DDMP) network to effectively integrate the multi-scale depth information with the image context;(ii) this is achieved by first adaptively sampling context-aware nodes in the image context and then dynamically predicting hybrid depth-dependent filter weights and affinity matrices for propagating information; (iii) by augmenting a center-aware depth encoding (CDE) task, our method successfully alleviates the inaccurate depth prior; (iv) we thoroughly demonstrate the effectiveness of our proposed approach and show state-of-the-art results among the monocular-based approaches on the KITTI benchmark dataset. Particularly, we rank $1^{st}$ in the highly competitive KITTI monocular 3D object detection track on the submission day (November 16th, 2020). Code and models are released at \\url{https://github.com/fudan-zvg/DDMP}","url_abs":"https://arxiv.org/abs/2103.16470v1","url_pdf":"https://arxiv.org/pdf/2103.16470v1.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":"depth-conditioned-dynamic-message-propagation","repo_url":"https://github.com/fudan-zvg/DDMP","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-object-detection","task_name":"3D Object Detection"},{"task_slug":"monocular-3d-object-detection","task_name":"Monocular 3D Object Detection"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/monocular-3d-object-detection-on-kitti-cars","task":"Monocular 3D Object Detection","dataset":"KITTI Cars Moderate","model":"DDMP-3D","rank_in_archive_order":14,"of":29,"metrics":{"AP Medium":"12.78"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2103.16470","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2103.16470"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/fudan-zvg/DDMP","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":1,"unverified":14},"by_repo_kind":{"official":{"samples":15,"ran":1,"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":0,"samples":[{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/models/resnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fac5364e2f53c6db"}},{"code_sha256_prefix":"1f9619e12d3bd0b1","entry":"absolute_import","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1f9619e12d3bd0b1"}},{"code_sha256_prefix":"86a6965b9bf27579","entry":"anchor_center","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/rpn_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/rpn_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"86a6965b9bf27579"}},{"code_sha256_prefix":"1469325b29d17885","entry":"cluster_anchors","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/rpn_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/rpn_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1469325b29d17885"}},{"code_sha256_prefix":"9e27707b6ba89592","entry":"compute_targets","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/rpn_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/rpn_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9e27707b6ba89592"}},{"code_sha256_prefix":"241163a78260b639","entry":"init_config","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/core.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"241163a78260b639"}},{"code_sha256_prefix":"992842247d4e98e5","entry":"init_log_file","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"992842247d4e98e5"}},{"code_sha256_prefix":"e214e5ed10c86a42","entry":"intersect","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/core.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e214e5ed10c86a42"}},{"code_sha256_prefix":"aacaef36624e2635","entry":"pretty_print","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aacaef36624e2635"}},{"code_sha256_prefix":"94692e33979fd4e6","entry":"read_kitti_cal","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/imdb_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/imdb_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"94692e33979fd4e6"}},{"code_sha256_prefix":"9bba40886e60c915","entry":"read_kitti_label","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/imdb_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/imdb_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9bba40886e60c915"}},{"code_sha256_prefix":"09bdf9f5b1f17bb7","entry":"read_kitti_poses","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/imdb_util.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/imdb_util.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"09bdf9f5b1f17bb7"}},{"code_sha256_prefix":"e72da04e104d0cd4","entry":"resnet18","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/models/resnet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e72da04e104d0cd4"}},{"code_sha256_prefix":"aa939462813f803e","entry":"resnet34","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/models/resnet.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa939462813f803e"}},{"code_sha256_prefix":"107be57ecfc1b15c","entry":"xy_to_xyz","repo":"fudan-zvg/DDMP","repo_kind":"official","path":"lib/imdb_util_xyz.py","file_url":"https://github.com/fudan-zvg/DDMP/blob/HEAD/lib/imdb_util_xyz.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"107be57ecfc1b15c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}