{"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/physics-informed-neural-mapping-and-motion","title":"Physics-informed Neural Mapping and Motion Planning in Unknown Environments","arxiv_id":"2410.09883","date":"2024-10-13","proceeding":null,"authors":["Yuchen Liu","Ruiqi Ni","Ahmed H. Qureshi"],"abstract":"Mapping and motion planning are two essential elements of robot intelligence that are interdependent in generating environment maps and navigating around obstacles. The existing mapping methods create maps that require computationally expensive motion planning tools to find a path solution. In this paper, we propose a new mapping feature called arrival time fields, which is a solution to the Eikonal equation. The arrival time fields can directly guide the robot in navigating the given environments. Therefore, this paper introduces a new approach called Active Neural Time Fields (Active NTFields), which is a physics-informed neural framework that actively explores the unknown environment and maps its arrival time field on the fly for robot motion planning. Our method does not require any expert data for learning and uses neural networks to directly solve the Eikonal equation for arrival time field mapping and motion planning. We benchmark our approach against state-of-the-art mapping and motion planning methods and demonstrate its superior performance in both simulated and real-world environments with a differential drive robot and a 6 degrees-of-freedom (DOF) robot manipulator. The supplementary videos can be found at https://youtu.be/qTPL5a6pRKk, and the implementation code repository is available at https://github.com/Rtlyc/antfields-demo.","url_abs":"https://arxiv.org/abs/2410.09883v2","url_pdf":"https://arxiv.org/pdf/2410.09883v2.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":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"physics-informed-neural-mapping-and-motion","repo_url":"https://github.com/rtlyc/antfields-demo","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2410.09883","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2410.09883"}},"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/rtlyc/antfields-demo","reach":{"status":"ok","spdx":"NOASSERTION"}}],"summary":{"ran":16,"unverified":3},"by_repo_kind":{"official":{"samples":19,"ran":16,"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":19,"samples":[{"code_sha256_prefix":"bf9c79544db6434b","entry":"bbox_axis","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/speed_sampling_gpu.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/speed_sampling_gpu.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"bf9c79544db6434b"}},{"code_sha256_prefix":"7cb748806e94d4dc","entry":"bbox_corner","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/speed_sampling_gpu.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/speed_sampling_gpu.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"7cb748806e94d4dc"}},{"code_sha256_prefix":"c126cdd764e75fd1","entry":"cross_matrix","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/speed_sampling_gpu.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/speed_sampling_gpu.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c126cdd764e75fd1"}},{"code_sha256_prefix":"cd4370cae6d42faa","entry":"get_batch_data","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/isdf_sample.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/isdf_sample.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"cd4370cae6d42faa"}},{"code_sha256_prefix":"dbdd5227d8ae4217","entry":"get_current_rgb_frame","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"igib_runner.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/igib_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"dbdd5227d8ae4217"}},{"code_sha256_prefix":"94b4d3bc7151d753","entry":"interpolate_np_arrays","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"igib_runner.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/igib_runner.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"94b4d3bc7151d753"}},{"code_sha256_prefix":"d2bd83501a1dcb26","entry":"invTransform","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/torch_IK_UR5.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/torch_IK_UR5.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"d2bd83501a1dcb26"}},{"code_sha256_prefix":"ae13d38cd7c3c5a3","entry":"lidar_ray_dirs_C","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/transform.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ae13d38cd7c3c5a3"}},{"code_sha256_prefix":"cf5ef1770035a1a2","entry":"natural_sort_key","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/data_pc_validate.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/data_pc_validate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"cf5ef1770035a1a2"}},{"code_sha256_prefix":"c1fa6a7c34eb1b4b","entry":"pointcloud_from_depth","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/data_pc_validate.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/data_pc_validate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c1fa6a7c34eb1b4b"}},{"code_sha256_prefix":"baf2f665b5c5be87","entry":"pointcloud_from_depth_torch","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/data_pc_validate.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/data_pc_validate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"baf2f665b5c5be87"}},{"code_sha256_prefix":"56d8b66c390e4916","entry":"ray_dirs_C","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/transform.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"56d8b66c390e4916"}},{"code_sha256_prefix":"aab25c6f29cb2bb8","entry":"sample_lidar_rays","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/transform.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/transform.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"aab25c6f29cb2bb8"}},{"code_sha256_prefix":"0c4db92254391edf","entry":"sigmoid","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"models/model_igibson.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/models/model_igibson.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0c4db92254391edf"}},{"code_sha256_prefix":"1a9e6de4b0cfdbcd","entry":"sigmoid_out","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"models/model_igibson.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/models/model_igibson.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"1a9e6de4b0cfdbcd"}},{"code_sha256_prefix":"19c941aef4374209","entry":"stratified_sample","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/isdf_sample.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/isdf_sample.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"19c941aef4374209"}},{"code_sha256_prefix":"92a73f933c2a567f","entry":"get_current_lidar_frame","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"igib_runner.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/igib_runner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"92a73f933c2a567f"}},{"code_sha256_prefix":"a5a447d7172a31fe","entry":"transformDHParameter","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/torch_IK_UR5.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/torch_IK_UR5.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"a5a447d7172a31fe"}},{"code_sha256_prefix":"5ec16ffb897b9da4","entry":"transformRobotParameter","repo":"rtlyc/antfields-demo","repo_kind":"official","path":"dataprocessing/torch_IK_UR5.py","file_url":"https://github.com/rtlyc/antfields-demo/blob/HEAD/dataprocessing/torch_IK_UR5.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"5ec16ffb897b9da4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}