Papers › Bridging the 2D-3D Gap: A Hierarchical Semantic-Geometric Map for Vision Language Navigation

Bridging the 2D-3D Gap: A Hierarchical Semantic-Geometric Map for Vision Language Navigation

25 May 2026arXiv:2606.00095added by Syntology

Kailing Li, Tianwen Qian, Lijin Yang, Yuqian Fu, Jingyu Gong, Xiaoling Wang, Liang He

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Vision-Language Navigation (VLN) enables embodied agents to reach target locations in unseen environments by following language instructions. Despite recent progress with vision-language models (VLMs), a critical semantic-geometric gap remains: while VLMs excel at language and 2D visual understanding, they struggle with 3D spatial reasoning and fail to capture the causal dynamics between actions and spatial transitions, resulting in unreliable navigation, particularly in zero-shot settings. To bridge this gap, we propose a Hierarchical Semantic-Geometric Map (HSGM) that transforms 3D geometric information into a structured representation compatible with VLMs, effectively linking them to the physical world. Specifically, HSGM is represented as a multi-channel top-down map organized into three levels: (1) geometric level that records navigable regions and obstacles, (2) semantic level that represents objects and their relations, and (3) decision level that supports high-level task reasoning and goal selection. During navigation, the VLM acts as a high-level semantic planner, interpreting the spatial layout encoded in the HSGM to select geometrically valid waypoints, while low-level, collision-free movements between waypoints are executed by a classical path-planning algorithm, fully decoupling semantic reasoning from action execution. Additionally, complex instructions are decomposed into subtasks to alleviate the problem of progress forgetting or hallucinating in long-horizon navigation. Extensive experiments on R2R-CE and RxR-CE benchmarks demonstrate that our zero-shot framework achieves state-of-the-art performance and even outperforms several supervised methods. Code is available at https://github.com/Teacher-Tom/HSGM_public.

PaperPDFCode 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="2606.00095")

Code

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

By repository: found in paper text by Syntology: 16 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.

Teacher-Tom/HSGM_public found in paper text by Syntology report

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

16 samples harvested; 16 ran; 0 honoured the contract we drafted; 0 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

Licence: 0 of the 16 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 Teacher-Tom/HSGM_public. “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.

calculate_focal_length Teacher-Tom/HSGM_public/src/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 364173955bb2fccd · report
get_class_color Teacher-Tom/HSGM_public/src/segmentation/instance_segmentation.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 569ac508e675f80b · report
get_pointcloud_from_depth Teacher-Tom/HSGM_public/src/mapping_utils/geometry.py found in paper text by Syntology ran Apache-2.0 (permissive) · 96d90af68a987bf5 · report
get_pointcloud_from_depth_mask Teacher-Tom/HSGM_public/src/mapping_utils/geometry.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1790b9e4dc4dc878 · report
habitat_camera_intrinsic Teacher-Tom/HSGM_public/src/mapping_utils/transform.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7e3fb416779b1660 · report
habitat_translation Teacher-Tom/HSGM_public/src/mapping_utils/transform.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e4dded559c35aa58 · report
preprocess_depth Teacher-Tom/HSGM_public/src/mapping_utils/preprocess.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 3665c463b1e65415 · report
preprocess_depth_noise Teacher-Tom/HSGM_public/src/mapping_utils/preprocess.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 8b5e73fc5e02477a · report
preprocess_image Teacher-Tom/HSGM_public/src/mapping_utils/preprocess.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 70b7a90cc94c219b · report
project_frontier Teacher-Tom/HSGM_public/src/mapping_utils/projection.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9379f19a691e62df · report
translate_grid_to_point Teacher-Tom/HSGM_public/src/mapping_utils/projection.py found in paper text by Syntology ran Apache-2.0 (permissive) · e8fd6df3c3573e4c · report
translate_point_to_grid Teacher-Tom/HSGM_public/src/mapping_utils/projection.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1bfb99ecaa9a007c · report
translate_to_world Teacher-Tom/HSGM_public/src/mapping_utils/geometry.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0ac967f2f3d8e8fb · report
visualize_instance_segmentation Teacher-Tom/HSGM_public/src/segmentation/instance_segmentation.py found in paper text by Syntology ran Apache-2.0 (permissive) · 47a14f5261f20eed · report
visualize_path Teacher-Tom/HSGM_public/src/mapping_utils/path_planning.py found in paper text by Syntology ran Apache-2.0 (permissive) · 27130b0a9e830db9 · report
wrap_text Teacher-Tom/HSGM_public/src/run_experiments.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4d2d80f370ee8d61 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.00095, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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