Papers › History Aware Multimodal Transformer for Vision-and-Language Navigation

History Aware Multimodal Transformer for Vision-and-Language Navigation

25 Oct 2021NeurIPS 2021 12arXiv:2110.13309archive 2025-07-28

ShiZhe Chen, Pierre-Louis Guhur, Cordelia Schmid, Ivan Laptev

Vision-and-language navigation (VLN) aims to build autonomous visual agents that follow instructions and navigate in real scenes. To remember previously visited locations and actions taken, most approaches to VLN implement memory using recurrent states. Instead, we introduce a History Aware Multimodal Transformer (HAMT) to incorporate a long-horizon history into multimodal decision making. HAMT efficiently encodes all the past panoramic observations via a hierarchical vision transformer (ViT), which first encodes individual images with ViT, then models spatial relation between images in a panoramic observation and finally takes into account temporal relation between panoramas in the history. It, then, jointly combines text, history and current observation to predict the next action. We first train HAMT end-to-end using several proxy tasks including single step action prediction and spatial relation prediction, and then use reinforcement learning to further improve the navigation policy. HAMT achieves new state of the art on a broad range of VLN tasks, including VLN with fine-grained instructions (R2R, RxR), high-level instructions (R2R-Last, REVERIE), dialogs (CVDN) as well as long-horizon VLN (R4R, R2R-Back). We demonstrate HAMT to be particularly effective for navigation tasks with longer trajectories.

PaperPDFConference PDFCodeCode 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="2110.13309")

Code

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

By repository: community (archive-listed): 15 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cshizhe/vln-hamt mentioned on GitHubpytorch 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

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

7ran
8unverified

Licence: 0 of the 15 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 cshizhe/vln-hamt. “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.

BertEmbeddings cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 43ea2bbc815e3fd5 · report
BertIntermediate cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 97d0724e78e93d36 · report
BertOutput cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran MIT (permissive) · 6c574c57986a3d21 · report
BertSelfOutput cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran MIT (permissive) · 2e4a0b2327855df3 · report
BertXAttention cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran MIT (permissive) · 8a5135e42774f599 · report
ImageEmbeddings cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran MIT (permissive) · cb7d5749c6b79a1b · report
NextActionPrediction cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · f8175627f6813677 · report
BertAttention cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · 13836f9b26886d79 · report
BertEncoder cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · 35a750d77f3a1303 · report
BertLayer cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · 8c82bbeb6226b351 · report
BertSelfAttention cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · c08a770513cf174b · report
HistoryEmbeddings cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · 25134291a74bace2 · report
LXRTXLayer cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · 169082b5fe3d0fbc · report
LxmertEncoder cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · e60d770a83baf317 · report
NavCMT cshizhe/vln-hamt/finetune_src/models/vilmodel_cmt.py community (archive-listed) unverified MIT (permissive) · c399f3a94801c4fd · report

Tasks

Decision MakingNavigateRelation PredictionVision and Language Navigation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Vision and Language Navigation RxR HAMT ndtw 59.94 #3 of 6 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AWAREAbsolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformerVision Transformer

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