{"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/object-dgcnn-3d-object-detection-using","title":"Object DGCNN: 3D Object Detection using Dynamic Graphs","arxiv_id":"2110.06923","date":"2021-10-13","proceeding":"NeurIPS 2021 12","authors":["Yue Wang","Justin Solomon"],"abstract":"3D object detection often involves complicated training and testing pipelines, which require substantial domain knowledge about individual datasets. Inspired by recent non-maximum suppression-free 2D object detection models, we propose a 3D object detection architecture on point clouds. Our method models 3D object detection as message passing on a dynamic graph, generalizing the DGCNN framework to predict a set of objects. In our construction, we remove the necessity of post-processing via object confidence aggregation or non-maximum suppression. To facilitate object detection from sparse point clouds, we also propose a set-to-set distillation approach customized to 3D detection. This approach aligns the outputs of the teacher model and the student model in a permutation-invariant fashion, significantly simplifying knowledge distillation for the 3D detection task. Our method achieves state-of-the-art performance on autonomous driving benchmarks. We also provide abundant analysis of the detection model and distillation framework.","url_abs":"https://arxiv.org/abs/2110.06923v1","url_pdf":"https://arxiv.org/pdf/2110.06923v1.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":"object-dgcnn-3d-object-detection-using","repo_url":"https://github.com/wangyueft/detr3d","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"2d-object-detection","task_name":"2D Object Detection"},{"task_slug":"3d-object-detection","task_name":"3D Object Detection"},{"task_slug":"autonomous-driving","task_name":"Autonomous Driving"},{"task_slug":"knowledge-distillation","task_name":"Knowledge Distillation"},{"task_slug":"object","task_name":"Object"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[{"method_slug":"dgcnn","method_name":"DGCNN"},{"method_slug":"knowledge-distillation","method_name":"Knowledge Distillation"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2110.06923","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2110.06923"}},"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/wangyueft/detr3d","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"unverified":3},"by_repo_kind":{"official":{"samples":7,"ran":4,"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":"c637c42a302bb63c","entry":"conv1x1","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/models/backbones/vovnet.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/models/backbones/vovnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c637c42a302bb63c"}},{"code_sha256_prefix":"303f4d3695ad18f1","entry":"conv3x3","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/models/backbones/vovnet.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/models/backbones/vovnet.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"303f4d3695ad18f1"}},{"code_sha256_prefix":"38e90d12ef38fe79","entry":"denormalize_bbox","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/core/bbox/util.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/core/bbox/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"38e90d12ef38fe79"}},{"code_sha256_prefix":"e6ab81c2ff932920","entry":"normalize_bbox","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/core/bbox/util.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/core/bbox/util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e6ab81c2ff932920"}},{"code_sha256_prefix":"5ebf15e6940f6710","entry":"dw_conv3x3","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/models/backbones/vovnet.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/models/backbones/vovnet.py","link_basis":"harvester_set","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":"5ebf15e6940f6710"}},{"code_sha256_prefix":"ac73da5ed8412961","entry":"feature_sampling","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/models/utils/detr3d_transformer.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/models/utils/detr3d_transformer.py","link_basis":"harvester_set","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":"ac73da5ed8412961"}},{"code_sha256_prefix":"f3855be53d36327d","entry":"inverse_sigmoid","repo":"wangyueft/detr3d","repo_kind":"official","path":"projects/mmdet3d_plugin/models/utils/detr3d_transformer.py","file_url":"https://github.com/wangyueft/detr3d/blob/HEAD/projects/mmdet3d_plugin/models/utils/detr3d_transformer.py","link_basis":"harvester_set","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":"f3855be53d36327d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}