{"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/harnessing-uncertainty-aware-bounding-boxes","title":"Harnessing Uncertainty-aware Bounding Boxes for Unsupervised 3D Object Detection","arxiv_id":"2408.00619","date":"2024-08-01","proceeding":null,"authors":["Ruiyang Zhang","Hu Zhang","Hang Yu","Zhedong Zheng"],"abstract":"Unsupervised 3D object detection aims to identify objects of interest from unlabeled raw data, such as LiDAR points. Recent approaches usually adopt pseudo 3D bounding boxes (3D bboxes) from clustering algorithm to initialize the model training. However, pseudo bboxes inevitably contain noise, and such inaccuracies accumulate to the final model, compromising the performance. Therefore, in an attempt to mitigate the negative impact of inaccurate pseudo bboxes, we introduce a new uncertainty-aware framework for unsupervised 3D object detection, dubbed UA3D. In particular, our method consists of two phases: uncertainty estimation and uncertainty regularization. (1) In the uncertainty estimation phase, we incorporate an extra auxiliary detection branch alongside the original primary detector. The prediction disparity between the primary and auxiliary detectors could reflect fine-grained uncertainty at the box coordinate level. (2) Based on the assessed uncertainty, we adaptively adjust the weight of every 3D bbox coordinate via uncertainty regularization, refining the training process on pseudo bboxes. For pseudo bbox coordinate with high uncertainty, we assign a relatively low loss weight. Extensive experiments verify that the proposed method is robust against the noisy pseudo bboxes, yielding substantial improvements on nuScenes and Lyft compared to existing approaches, with increases of +6.9% AP$_{BEV}$ and +2.5% AP$_{3D}$ on nuScenes, and +4.1% AP$_{BEV}$ and +2.0% AP$_{3D}$ on Lyft.","url_abs":"https://arxiv.org/abs/2408.00619v2","url_pdf":"https://arxiv.org/pdf/2408.00619v2.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":"harnessing-uncertainty-aware-bounding-boxes","repo_url":"https://github.com/Ruiyang-061X/UA3D","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-object-detection","task_name":"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":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2408.00619","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2408.00619"}},"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/Ruiyang-061X/UA3D","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":15},"by_repo_kind":{"official":{"samples":15,"ran":15,"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":"dd2865592c40bf95","entry":"box_to_string","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/lyft/lyft2kitti.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/lyft/lyft2kitti.py","link_basis":"first_harvest_node","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":"dd2865592c40bf95"}},{"code_sha256_prefix":"74ac280ac0823fc6","entry":"cart2hom","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/gather_historical_traversals.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/gather_historical_traversals.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"74ac280ac0823fc6"}},{"code_sha256_prefix":"68d59bd1b88d6e20","entry":"cls_type_to_id","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/kitti_util.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/kitti_util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"68d59bd1b88d6e20"}},{"code_sha256_prefix":"83ab1e0e7536624e","entry":"filter_by_ppscore","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/combine_labels.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/combine_labels.py","link_basis":"first_harvest_node","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":"83ab1e0e7536624e"}},{"code_sha256_prefix":"4974407b90a3a234","entry":"find_closest_integer_in_ref_arr","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/nuscenes/nusc2kitti_boston.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/nuscenes/nusc2kitti_boston.py","link_basis":"first_harvest_node","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":"4974407b90a3a234"}},{"code_sha256_prefix":"306616f38b29c8f3","entry":"in_hull","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/pre_compute_pp_score.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/pre_compute_pp_score.py","link_basis":"first_harvest_node","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":"306616f38b29c8f3"}},{"code_sha256_prefix":"36c27fc61a6a9bb8","entry":"in_hull","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/gen_gt_mask.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/gen_gt_mask.py","link_basis":"first_harvest_node","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":"36c27fc61a6a9bb8"}},{"code_sha256_prefix":"37c1e89b5864f71a","entry":"load_velo_scan","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/gather_historical_traversals.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/gather_historical_traversals.py","link_basis":"first_harvest_node","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":"37c1e89b5864f71a"}},{"code_sha256_prefix":"145ca2df8e53618f","entry":"postprocessing","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/lyft/lyft2kitti.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/lyft/lyft2kitti.py","link_basis":"first_harvest_node","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":"145ca2df8e53618f"}},{"code_sha256_prefix":"748a64a37b298a5e","entry":"predicts2objs","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/combine_labels.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/combine_labels.py","link_basis":"first_harvest_node","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":"748a64a37b298a5e"}},{"code_sha256_prefix":"7f710b9dd1564d49","entry":"range_cutoff","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/gen_gt_mask.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/gen_gt_mask.py","link_basis":"first_harvest_node","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":"7f710b9dd1564d49"}},{"code_sha256_prefix":"ebebb4d0ffe1438f","entry":"remove_center","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"generate_cluster_mask/pre_compute_pp_score.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/generate_cluster_mask/pre_compute_pp_score.py","link_basis":"first_harvest_node","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":"ebebb4d0ffe1438f"}},{"code_sha256_prefix":"8843d80ab666c4e9","entry":"rotx","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/kitti_util.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/kitti_util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8843d80ab666c4e9"}},{"code_sha256_prefix":"ae86074e10e1dfd7","entry":"roty","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/kitti_util.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/kitti_util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ae86074e10e1dfd7"}},{"code_sha256_prefix":"8b80c6bbc9d282b1","entry":"transform_points","repo":"Ruiyang-061X/UA3D","repo_kind":"official","path":"data_preprocessing/gather_historical_traversals.py","file_url":"https://github.com/Ruiyang-061X/UA3D/blob/HEAD/data_preprocessing/gather_historical_traversals.py","link_basis":"first_harvest_node","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":"8b80c6bbc9d282b1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}