Papers › Physics-informed Neural Mapping and Motion Planning in Unknown Environments

Physics-informed Neural Mapping and Motion Planning in Unknown Environments

13 Oct 2024arXiv:2410.09883links table onlyarchive 2025-07-28

Yuchen Liu, Ruiqi Ni, Ahmed H. Qureshi

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.09883")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rtlyc/antfields-demo officialmentioned in paperpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 16 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16ran
3unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from rtlyc/antfields-demo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bbox_axis rtlyc/antfields-demo/dataprocessing/speed_sampling_gpu.py official repository ran fingerprinted licence not identified · pointer only · bf9c79544db6434b · report
bbox_corner rtlyc/antfields-demo/dataprocessing/speed_sampling_gpu.py official repository ran licence not identified · pointer only · 7cb748806e94d4dc · report
cross_matrix rtlyc/antfields-demo/dataprocessing/speed_sampling_gpu.py official repository ran fingerprinted licence not identified · pointer only · c126cdd764e75fd1 · report
get_batch_data rtlyc/antfields-demo/dataprocessing/isdf_sample.py official repository ran licence not identified · pointer only · cd4370cae6d42faa · report
get_current_rgb_frame rtlyc/antfields-demo/igib_runner.py official repository ran licence not identified · pointer only · dbdd5227d8ae4217 · report
interpolate_np_arrays rtlyc/antfields-demo/igib_runner.py official repository ran licence not identified · pointer only · 94b4d3bc7151d753 · report
invTransform rtlyc/antfields-demo/dataprocessing/torch_IK_UR5.py official repository ran fingerprinted licence not identified · pointer only · d2bd83501a1dcb26 · report
lidar_ray_dirs_C rtlyc/antfields-demo/dataprocessing/transform.py official repository ran licence not identified · pointer only · ae13d38cd7c3c5a3 · report
natural_sort_key rtlyc/antfields-demo/dataprocessing/data_pc_validate.py official repository ran fingerprinted licence not identified · pointer only · cf5ef1770035a1a2 · report
pointcloud_from_depth rtlyc/antfields-demo/dataprocessing/data_pc_validate.py official repository ran licence not identified · pointer only · c1fa6a7c34eb1b4b · report
pointcloud_from_depth_torch rtlyc/antfields-demo/dataprocessing/data_pc_validate.py official repository ran licence not identified · pointer only · baf2f665b5c5be87 · report
ray_dirs_C rtlyc/antfields-demo/dataprocessing/transform.py official repository ran licence not identified · pointer only · 56d8b66c390e4916 · report
sample_lidar_rays rtlyc/antfields-demo/dataprocessing/transform.py official repository ran licence not identified · pointer only · aab25c6f29cb2bb8 · report
sigmoid rtlyc/antfields-demo/models/model_igibson.py official repository ran fingerprinted licence not identified · pointer only · 0c4db92254391edf · report
sigmoid_out rtlyc/antfields-demo/models/model_igibson.py official repository ran fingerprinted licence not identified · pointer only · 1a9e6de4b0cfdbcd · report
stratified_sample rtlyc/antfields-demo/dataprocessing/isdf_sample.py official repository ran licence not identified · pointer only · 19c941aef4374209 · report
get_current_lidar_frame rtlyc/antfields-demo/igib_runner.py official repository unverified licence not identified · pointer only · 92a73f933c2a567f · report
transformDHParameter rtlyc/antfields-demo/dataprocessing/torch_IK_UR5.py official repository unverified licence not identified · pointer only · a5a447d7172a31fe · report
transformRobotParameter rtlyc/antfields-demo/dataprocessing/torch_IK_UR5.py official repository unverified licence not identified · pointer only · 5ec16ffb897b9da4 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections