{"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/lidar-based-4d-occupancy-completion-and","title":"LiDAR-based 4D Occupancy Completion and Forecasting","arxiv_id":"2310.11239","date":"2023-10-17","proceeding":null,"authors":["Xinhao Liu","Moonjun Gong","Qi Fang","Haoyu Xie","Yiming Li","Hang Zhao","Chen Feng"],"abstract":"Scene completion and forecasting are two popular perception problems in research for mobile agents like autonomous vehicles. Existing approaches treat the two problems in isolation, resulting in a separate perception of the two aspects. In this paper, we introduce a novel LiDAR perception task of Occupancy Completion and Forecasting (OCF) in the context of autonomous driving to unify these aspects into a cohesive framework. This task requires new algorithms to address three challenges altogether: (1) sparse-to-dense reconstruction, (2) partial-to-complete hallucination, and (3) 3D-to-4D prediction. To enable supervision and evaluation, we curate a large-scale dataset termed OCFBench from public autonomous driving datasets. We analyze the performance of closely related existing baseline models and our own ones on our dataset. We envision that this research will inspire and call for further investigation in this evolving and crucial area of 4D perception. Our code for data curation and baseline implementation is available at https://github.com/ai4ce/Occ4cast.","url_abs":"https://arxiv.org/abs/2310.11239v2","url_pdf":"https://arxiv.org/pdf/2310.11239v2.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":"lidar-based-4d-occupancy-completion-and","repo_url":"https://github.com/ai4ce/occ4cast","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"autonomous-driving","task_name":"Autonomous Driving"},{"task_slug":"autonomous-vehicles","task_name":"Autonomous Vehicles"},{"task_slug":"hallucination","task_name":"Hallucination"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2310.11239","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.11239"}},"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/ai4ce/occ4cast","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":13},"by_repo_kind":{"official":{"samples":13,"ran":13,"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":"caeaa72cca0b0383","entry":"conv3x3","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv2d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv2d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"caeaa72cca0b0383"}},{"code_sha256_prefix":"1fd61ab78733bff2","entry":"conv3x3","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv3d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv3d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1fd61ab78733bff2"}},{"code_sha256_prefix":"aa8ad83ca9710526","entry":"deconv3x3","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv2d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv2d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"aa8ad83ca9710526"}},{"code_sha256_prefix":"47aaea667768848e","entry":"deconv3x3","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv3d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv3d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"47aaea667768848e"}},{"code_sha256_prefix":"0602f1a1c2295660","entry":"get_homo_pose","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/apolloscape/geometry_utils.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/apolloscape/geometry_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0602f1a1c2295660"}},{"code_sha256_prefix":"c5be4e15ce21fd81","entry":"maxpool2x2","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv2d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv2d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c5be4e15ce21fd81"}},{"code_sha256_prefix":"ea27152bf877fca1","entry":"maxpool2x2","repo":"ai4ce/occ4cast","repo_kind":"official","path":"baselines/models/conv3d.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/baselines/models/conv3d.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea27152bf877fca1"}},{"code_sha256_prefix":"8f5858be0a007855","entry":"my_remove_close","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/argoverse/transform.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/argoverse/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8f5858be0a007855"}},{"code_sha256_prefix":"30c3d12600120a4f","entry":"pack","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/raymodel/ray_model.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/raymodel/ray_model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"30c3d12600120a4f"}},{"code_sha256_prefix":"f482528beb717991","entry":"points_in_box","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/apolloscape/geometry_utils.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/apolloscape/geometry_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f482528beb717991"}},{"code_sha256_prefix":"e1d2f4e491179392","entry":"points_in_box","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/argoverse/transform.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/argoverse/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e1d2f4e491179392"}},{"code_sha256_prefix":"0b48c4a462683374","entry":"setdiff2d_set","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/argoverse/transform.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/argoverse/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0b48c4a462683374"}},{"code_sha256_prefix":"44df29e0bb3684a9","entry":"transform_points_from_src_to_dest","repo":"ai4ce/occ4cast","repo_kind":"official","path":"data_processing/apolloscape/geometry_utils.py","file_url":"https://github.com/ai4ce/occ4cast/blob/HEAD/data_processing/apolloscape/geometry_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"44df29e0bb3684a9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}