{"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/kinematic-3d-object-detection-in-monocular","title":"Kinematic 3D Object Detection in Monocular Video","arxiv_id":"2007.09548","date":"2020-07-19","proceeding":"ECCV 2020 8","authors":["Garrick Brazil","Gerard Pons-Moll","Xiaoming Liu","Bernt Schiele"],"abstract":"Perceiving the physical world in 3D is fundamental for self-driving applications. Although temporal motion is an invaluable resource to human vision for detection, tracking, and depth perception, such features have not been thoroughly utilized in modern 3D object detectors. In this work, we propose a novel method for monocular video-based 3D object detection which carefully leverages kinematic motion to improve precision of 3D localization. Specifically, we first propose a novel decomposition of object orientation as well as a self-balancing 3D confidence. We show that both components are critical to enable our kinematic model to work effectively. Collectively, using only a single model, we efficiently leverage 3D kinematics from monocular videos to improve the overall localization precision in 3D object detection while also producing useful by-products of scene dynamics (ego-motion and per-object velocity). We achieve state-of-the-art performance on monocular 3D object detection and the Bird's Eye View tasks within the KITTI self-driving dataset.","url_abs":"https://arxiv.org/abs/2007.09548v1","url_pdf":"https://arxiv.org/pdf/2007.09548v1.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":"kinematic-3d-object-detection-in-monocular","repo_url":"https://github.com/Nicholasli1995/EgoNet","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"kinematic-3d-object-detection-in-monocular","repo_url":"https://github.com/garrickbrazil/kinematic3d","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"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","task_name":"Object"},{"task_slug":"object-detection","task_name":"Object Detection"},{"task_slug":"vehicle-pose-estimation","task_name":"Vehicle Pose Estimation"},{"task_slug":"object-detection-1","task_name":"object-detection"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/3d-object-detection-on-rope3d","task":"3D Object Detection","dataset":"Rope3D","model":"Kinematic3D+(G)","rank_in_archive_order":6,"of":8,"metrics":{"AP@0.7":"17.74"},"uses_additional_data":false},{"leaderboard":"/sota/monocular-3d-object-detection-on-kitti-cars","task":"Monocular 3D Object Detection","dataset":"KITTI Cars Moderate","model":"Kinematic3D","rank_in_archive_order":15,"of":29,"metrics":{"AP Medium":"12.72"},"uses_additional_data":true},{"leaderboard":"/sota/vehicle-pose-estimation-on-kitti-cars-hard","task":"Vehicle Pose Estimation","dataset":"KITTI Cars Hard","model":"Kinematic3D","rank_in_archive_order":19,"of":19,"metrics":{"Average Orientation Similarity":"34.81"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2007.09548","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.09548"}},"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/garrickbrazil/kinematic3d","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Nicholasli1995/EgoNet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":1,"ran_draft_wrong":2,"unverified":17},"by_repo_kind":{"listed":{"samples":20,"ran":3,"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":"83abf1ce90db7100","entry":"affine_transform","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/img_proc.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/img_proc.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"83abf1ce90db7100"}},{"code_sha256_prefix":"01a97ab430ea6b53","entry":"basicdownsample","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/model/heatmapModel/hrnet.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/model/heatmapModel/hrnet.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01a97ab430ea6b53"}},{"code_sha256_prefix":"fac5364e2f53c6db","entry":"conv3x3","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/model/heatmapModel/hrnet.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/model/heatmapModel/hrnet.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":"60a783020da65982","entry":"camera_to_world_frame","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/transformation.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/transformation.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":"60a783020da65982"}},{"code_sha256_prefix":"3cc14f34cae92fb1","entry":"format_str_submission","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/format.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/format.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":"3cc14f34cae92fb1"}},{"code_sha256_prefix":"368190b1b5b3b5fc","entry":"get_PCK","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/metric/criterions.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/metric/criterions.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":"368190b1b5b3b5fc"}},{"code_sha256_prefix":"0749713c6ab68724","entry":"get_affine_transform","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/img_proc.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/img_proc.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":"0749713c6ab68724"}},{"code_sha256_prefix":"c7bcfcd2a2856ad7","entry":"get_angle_error","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/metric/criterions.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/metric/criterions.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":"c7bcfcd2a2856ad7"}},{"code_sha256_prefix":"00e9a2fcfbd05cf8","entry":"get_comp_dict","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/loss/function.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/loss/function.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":"00e9a2fcfbd05cf8"}},{"code_sha256_prefix":"ec239c087bc001fa","entry":"get_dirs","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/logger/logger.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/logger/logger.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":"ec239c087bc001fa"}},{"code_sha256_prefix":"a11733449ce5e5e0","entry":"get_distance","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/metric/criterions.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/metric/criterions.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":"a11733449ce5e5e0"}},{"code_sha256_prefix":"41632cbbe6ec6dc1","entry":"get_fc_model","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/model/FCmodel.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/model/FCmodel.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":"41632cbbe6ec6dc1"}},{"code_sha256_prefix":"ff857105336a55b1","entry":"get_instance_str","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/format.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/format.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":"ff857105336a55b1"}},{"code_sha256_prefix":"adf71efd4bd77c7e","entry":"get_model_summary","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/utils.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/utils.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":"adf71efd4bd77c7e"}},{"code_sha256_prefix":"b853d5c9bc73035c","entry":"get_pred_str","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/format.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/format.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":"b853d5c9bc73035c"}},{"code_sha256_prefix":"16cfb496b9f7fcee","entry":"is_freezed","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/model/heatmapModel/hrnet.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/model/heatmapModel/hrnet.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":"16cfb496b9f7fcee"}},{"code_sha256_prefix":"4367e9e28855609c","entry":"move_to","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/transformation.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/transformation.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":"4367e9e28855609c"}},{"code_sha256_prefix":"b4f9a04dd604efae","entry":"read_yaml_file","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/arguments/parse.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/arguments/parse.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":"b4f9a04dd604efae"}},{"code_sha256_prefix":"22240ba992aac7c7","entry":"transform_preds","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/img_proc.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/img_proc.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":"22240ba992aac7c7"}},{"code_sha256_prefix":"06dd3c5363dff6f9","entry":"world_to_camera_frame","repo":"Nicholasli1995/EgoNet","repo_kind":"listed","path":"libs/common/transformation.py","file_url":"https://github.com/Nicholasli1995/EgoNet/blob/HEAD/libs/common/transformation.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":"06dd3c5363dff6f9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}