Papers › NavGPT-2: Unleashing Navigational Reasoning Capability for Large Vision-Language Models

NavGPT-2: Unleashing Navigational Reasoning Capability for Large Vision-Language Models

17 Jul 2024arXiv:2407.12366archive 2025-07-28

Gengze Zhou, Yicong Hong, Zun Wang, Xin Eric Wang, Qi Wu

Capitalizing on the remarkable advancements in Large Language Models (LLMs), there is a burgeoning initiative to harness LLMs for instruction following robotic navigation. Such a trend underscores the potential of LLMs to generalize navigational reasoning and diverse language understanding. However, a significant discrepancy in agent performance is observed when integrating LLMs in the Vision-and-Language navigation (VLN) tasks compared to previous downstream specialist models. Furthermore, the inherent capacity of language to interpret and facilitate communication in agent interactions is often underutilized in these integrations. In this work, we strive to bridge the divide between VLN-specialized models and LLM-based navigation paradigms, while maintaining the interpretative prowess of LLMs in generating linguistic navigational reasoning. By aligning visual content in a frozen LLM, we encompass visual observation comprehension for LLMs and exploit a way to incorporate LLMs and navigation policy networks for effective action predictions and navigational reasoning. We demonstrate the data efficiency of the proposed methods and eliminate the gap between LM-based agents and state-of-the-art VLN specialists.

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="2407.12366")

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 7 ran with no contract checked.

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

gengzezhou/navgpt-2 officialmentioned in papermentioned on GitHubpytorchMIT 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

14 samples harvested; 12 ran; 1 honoured the contract we drafted; 2 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.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
7ran
2unverified

Licence: 0 of the 14 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 GengzeZhou/NavGPT-2. “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.

swish GengzeZhou/NavGPT-2/map_nav_src/models/NavGPT_model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
cal_cls GengzeZhou/NavGPT-2/map_nav_src/r2r/eval_utils.py official repository ran MIT (permissive) · cbef633255b01324 · report
cal_dtw GengzeZhou/NavGPT-2/map_nav_src/r2r/eval_utils.py official repository ran MIT (permissive) · 7ada68c978baa7c9 · report
calc_position_distance GengzeZhou/NavGPT-2/map_nav_src/models/graph_utils.py official repository ran · violated contract fingerprinted MIT (permissive) · c362aaed2935ceff · report
calculate_vp_rel_pos_fts GengzeZhou/NavGPT-2/map_nav_src/models/graph_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 168e35f8ed1ad0ce · report
construct_instrs GengzeZhou/NavGPT-2/map_nav_src/r2r/data_utils.py official repository ran MIT (permissive) · eb5d2aab5fa48a08 · report
extend_neg_masks GengzeZhou/NavGPT-2/map_nav_src/models/ops.py official repository ran MIT (permissive) · 91e1742acf23aa57 · report
gelu GengzeZhou/NavGPT-2/map_nav_src/models/NavGPT_model.py official repository ran · honoured contract fingerprinted MIT (permissive) · fdc64f4c72036ae4 · report
gen_seq_masks GengzeZhou/NavGPT-2/map_nav_src/models/ops.py official repository ran MIT (permissive) · d9c76c6dc9976905 · report
get_angle_fts GengzeZhou/NavGPT-2/map_nav_src/models/graph_utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · dac1993f5ce8e12e · report
load_instr_datasets GengzeZhou/NavGPT-2/map_nav_src/r2r/data_utils.py official repository ran MIT (permissive) · 80881fb0e12a6a8e · report
load_obj2vps GengzeZhou/NavGPT-2/map_nav_src/r2r/data_utils.py official repository ran MIT (permissive) · ab1a50dceb5369de · report
build_transformer GengzeZhou/NavGPT-2/map_nav_src/models/transformer.py official repository unverified MIT (permissive) · df2919fd1dad1d43 · report
create_transformer_encoder GengzeZhou/NavGPT-2/map_nav_src/models/ops.py official repository unverified MIT (permissive) · c4d81965c22f62f9 · report

Tasks

Instruction FollowingVision and Language Navigation

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