{"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/ldls-3-d-object-segmentation-through-label","title":"LDLS: 3-D Object Segmentation Through Label Diffusion From 2-D Images","arxiv_id":"1910.13955","date":"2019-10-30","proceeding":null,"authors":["Brian H. Wang","Wei-Lun Chao","Yan Wang","Bharath Hariharan","Kilian Q. Weinberger","Mark Campbell"],"abstract":"Object segmentation in three-dimensional (3-D) point clouds is a critical task for robots capable of 3-D perception. Despite the impressive performance of deep learning-based approaches on object segmentation in 2-D images, deep learning has not been applied nearly as successfully for 3-D point cloud segmentation. Deep networks generally require large amounts of labeled training data, which are readily available for 2-D images but are difficult to produce for 3-D point clouds. In this letter, we present Label Diffusion Lidar Segmentation (LDLS), a novel approach for 3-D point cloud segmentation, which leverages 2-D segmentation of an RGB image from an aligned camera to avoid the need for training on annotated 3-D data. We obtain 2-D segmentation predictions by applying Mask-RCNN to the RGB image, and then link this image to a 3-D lidar point cloud by building a graph of connections among 3-D points and 2-D pixels. This graph then directs a semi-supervised label diffusion process, where the 2-D pixels act as source nodes that diffuse object label information through the 3-D point cloud, resulting in a complete 3-D point cloud segmentation. We conduct empirical studies on the KITTI benchmark dataset and on a mobile robot, demonstrating wide applicability and superior performance of LDLS compared with the previous state of the art in 3-D point cloud segmentation, without any need for either 3-D training data or fine tuning of the 2-D image segmentation model.","url_abs":"https://arxiv.org/abs/1910.13955v1","url_pdf":"https://arxiv.org/pdf/1910.13955v1.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":"ldls-3-d-object-segmentation-through-label","repo_url":"https://github.com/brian-h-wang/LDLS","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"image-segmentation","task_name":"Image Segmentation"},{"task_slug":"point-cloud-segmentation","task_name":"Point Cloud Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1910.13955","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1910.13955"}},"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/brian-h-wang/LDLS","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":9},"by_repo_kind":{"official":{"samples":9,"ran":0,"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":"583e0f8f222c12fc","entry":"check_points_in_box","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/kitti_utils.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/kitti_utils.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":"583e0f8f222c12fc"}},{"code_sha256_prefix":"8a846c66a156fa02","entry":"color_array","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/visualization.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/visualization.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":"8a846c66a156fa02"}},{"code_sha256_prefix":"8ae6e851b6df6115","entry":"get_dont_care_indices","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/evaluation.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/evaluation.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":"8ae6e851b6df6115"}},{"code_sha256_prefix":"b2b82525ee9c26f5","entry":"get_pixel_indices","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/segmentation.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/segmentation.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":"b2b82525ee9c26f5"}},{"code_sha256_prefix":"5244188779146e5d","entry":"label_colors","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/plotting.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/plotting.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":"5244188779146e5d"}},{"code_sha256_prefix":"56ac10a9dab473b8","entry":"load_csv_lidar_data","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/utils.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/utils.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":"56ac10a9dab473b8"}},{"code_sha256_prefix":"5d903c7fc91f6765","entry":"load_image","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/utils.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/utils.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":"5d903c7fc91f6765"}},{"code_sha256_prefix":"a03ba197e715885d","entry":"load_kitti_lidar_data","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/kitti_utils.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/kitti_utils.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":"a03ba197e715885d"}},{"code_sha256_prefix":"ba8fbaf9222843ce","entry":"row_normalize","repo":"brian-h-wang/LDLS","repo_kind":"official","path":"lidar_segmentation/segmentation.py","file_url":"https://github.com/brian-h-wang/LDLS/blob/HEAD/lidar_segmentation/segmentation.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":"ba8fbaf9222843ce"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}