{"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/kprnet-improving-projection-based-lidar","title":"KPRNet: Improving projection-based LiDAR semantic segmentation","arxiv_id":"2007.12668","date":"2020-07-24","proceeding":null,"authors":["Deyvid Kochanov","Fatemeh Karimi Nejadasl","Olaf Booij"],"abstract":"Semantic segmentation is an important component in the perception systems of autonomous vehicles. In this work, we adopt recent advances in both image and point cloud segmentation to achieve a better accuracy in the task of segmenting LiDAR scans. KPRNet improves the convolutional neural network architecture of 2D projection methods and utilizes KPConv to replace the commonly used post-processing techniques with a learnable point-wise component which allows us to obtain more accurate 3D labels. With these improvements our model outperforms the current best method on the SemanticKITTI benchmark, reaching an mIoU of 63.1.","url_abs":"https://arxiv.org/abs/2007.12668v2","url_pdf":"https://arxiv.org/pdf/2007.12668v2.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":"kprnet-improving-projection-based-lidar","repo_url":"https://github.com/DeyvidKochanov-TomTom/kprnet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-semantic-segmentation","task_name":"3D Semantic Segmentation"},{"task_slug":"autonomous-vehicles","task_name":"Autonomous Vehicles"},{"task_slug":"lidar-semantic-segmentation","task_name":"LIDAR Semantic 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":[{"leaderboard":"/sota/3d-semantic-segmentation-on-semantickitti","task":"3D Semantic Segmentation","dataset":"SemanticKITTI","model":"KPRNet","rank_in_archive_order":17,"of":45,"metrics":{"test mIoU":"63.1%"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2007.12668","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2007.12668"}},"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/DeyvidKochanov-TomTom/kprnet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"ran_draft_wrong":3,"ran_honours":1,"ran_fixture":1,"ran_violates":1,"unverified":8},"by_repo_kind":{"official":{"samples":15,"ran":7,"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":"728888ce9772c062","entry":"closest_pool","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/blocks.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/blocks.py","link_basis":"plan_row","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":"728888ce9772c062"}},{"code_sha256_prefix":"d9def42110729a85","entry":"conv1x1","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/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":"d9def42110729a85"}},{"code_sha256_prefix":"160bb14bd76201b4","entry":"conv3x3","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/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":"160bb14bd76201b4"}},{"code_sha256_prefix":"c545a5b0a698e295","entry":"create_3D_rotations","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/kernels/kernel_points.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/kernels/kernel_points.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c545a5b0a698e295"}},{"code_sha256_prefix":"06eb9b038422a6ef","entry":"gather","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/blocks.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/blocks.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"06eb9b038422a6ef"}},{"code_sha256_prefix":"92429fcd23170b41","entry":"kernel_point_optimization_debug","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/kernels/kernel_points.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/kernels/kernel_points.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":"92429fcd23170b41"}},{"code_sha256_prefix":"42f2cd40ba483d3b","entry":"radius_gaussian","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/blocks.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/blocks.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"42f2cd40ba483d3b"}},{"code_sha256_prefix":"39fa190c2fea8604","entry":"all_gather","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"utils/dist_utils.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/utils/dist_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":"39fa190c2fea8604"}},{"code_sha256_prefix":"ab71205e2b5a9154","entry":"do_range_projection","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"datasets/semantic_kitti.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/datasets/semantic_kitti.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":"ab71205e2b5a9154"}},{"code_sha256_prefix":"f82d80ceb7289856","entry":"get_gaussian_kernel","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"utils/knn.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/utils/knn.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":"f82d80ceb7289856"}},{"code_sha256_prefix":"f0d5f68c22d5a13e","entry":"label_img_to_color","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"datasets/semantic_kitti.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/datasets/semantic_kitti.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":"f0d5f68c22d5a13e"}},{"code_sha256_prefix":"afa7f46e5931b1eb","entry":"resample_grid","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/deeplab.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/deeplab.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":"afa7f46e5931b1eb"}},{"code_sha256_prefix":"743d9872b2cf4e99","entry":"resnet18","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/resnet.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/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":"743d9872b2cf4e99"}},{"code_sha256_prefix":"14bb4c876c8124a9","entry":"resnext101_aspp_kp","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/deeplab.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/deeplab.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":"14bb4c876c8124a9"}},{"code_sha256_prefix":"65f89c45baf4ab31","entry":"spherical_Lloyd","repo":"DeyvidKochanov-TomTom/kprnet","repo_kind":"official","path":"models/kpconv/kernels/kernel_points.py","file_url":"https://github.com/DeyvidKochanov-TomTom/kprnet/blob/HEAD/models/kpconv/kernels/kernel_points.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":"65f89c45baf4ab31"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}