Pith. sign in

REVIEW 3 major objections 4 minor 44 references

SSTG-Nav claims that a single goal-independent survey of a scene can be turned into a reusable spatial-semantic topology that supplies reachable, verified stopping goals for every later object request, reaching 0.926 one-shot and 0.975 Top-

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-05 00:42 UTC pith:5KHXLOTC

load-bearing objection The reusable-map decomposition is solid, but the headline Top-3 numbers are oracle, not autonomous; the abstract sells a ceiling as the shipped system. the 3 major comments →

arxiv 2608.00527 v1 pith:5KHXLOTC submitted 2026-08-01 cs.RO cs.AI

SSTG-Nav: Metric-Grounded Spatial-Semantic Topological Graphs for Reusable Object Navigation

classification cs.RO cs.AI
keywords object goal navigationreusable semantic mapspatial-semantic topological graphmetric groundingvision-language modelHM3Dnavigation recovery
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

SSTG-Nav argues that object navigation in a recurring environment should not restart from scratch: a single goal-independent survey can be converted into a persistent metric-semantic topological graph that supplies reachable, verified stopping goals for later requests. The paper's central discovery is a gap between recognizing an object and knowing where to stop—camera poses are often poor navigation targets—and it closes this gap with a standoff transform that back-projects each detection to a navigable point, multi-view noisy-OR fusion, and spatially distinct recovery candidates. On 1,000 HM3D-v2 episodes across 36 scenes, the goal-independent topology reaches a 99.4% geometric success ceiling; with real vision-language semantics, metric grounding raises success from 83.5% to 92.0%, fusion to 92.6%, and fusion-aware Top-3 recovery to 97.5%. If this holds, a service robot that maps a home or office once could answer hundreds of later object requests with retrieval, graph planning, and local verification instead of repeated exploration.

Core claim

The paper's central claim is that reusable object navigation is a distinct and tractable operating regime. Its evidence: a task-independent spatial-semantic topology built with farthest-point sampling (6,642 nodes per scene set, four RGB-D views each) covers nearly all valid stopping regions—oracle-labeled success is 0.994 SR/0.992 SPL—so the remaining challenge is semantic and metric, not coverage. The method converts each view-local VLM detection into a reachable standoff: depth back-projection to a surface point, a 0.8 m shift toward the observing camera in the ground plane, and a navmesh snap with reachability check. Detections are then clustered by 3D proximity and mutual STOP reachabil

What carries the argument

The load-bearing object is the metric standoff transform: for a detection with box center ũ and median depth z, the surface point is back-projected, then moved ρ=0.8 m from the surface toward the source camera in the ground plane, snapped to navigable space, and kept only if a navmesh path exists from the observing node. This converts a viewpoint-bound 'I see it' into an actionable 'stop here'. The same geometry is used at arrival: fresh RGB-D views feed a visibility/stopping-side/depth gate (Eq. 5) that decides whether to STOP or navigate to the next retained standoff. Supporting machinery: reachability-aware soft fusion with noisy-OR score Q(C)=1−∏(1−max q_d), which prevents duplicate boxe

Load-bearing premise

The whole reusable regime assumes the surveyed scene stays essentially static and that navmesh geodesic distance is a faithful model of actual robot motion; the authors state that object motion, map change, collision recovery, and sensor noise are not evaluated, so the 99.4% coverage ceiling and all SR/SPL numbers are conditional on those simulation assumptions.

What would settle it

Run the same 1,000-episode evaluation on a topology built once, then move about 10% of the goal instances by roughly 1.5 m before the queries; if Top-3 SR drops well below the static 0.975 (for example below 0.90), the reusable-map claim is bounded by scene permanence rather than being a general property of the representation.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

Share X Bluesky LinkedIn Reddit HN

If this is right

  • A one-time survey becomes reusable infrastructure: after the map is built, each new request costs only retrieval, graph shortest-path planning, and a fresh-arrival verification pass—the expensive VLM inference and depth grounding are paid once (Eq. 9).
  • Goal-independent coverage is not the bottleneck: oracle-labeled success is 0.994 and saturates at half the topology density, so practical gains must come from semantic grounding and stopping-pose selection, not from denser maps.
  • Metric grounding, fusion, and residual recovery are independent levers: each adds measurable success (0.835→0.920→0.926→0.975) without changing the underlying semantic responses.
  • Keeping spatially separated residual standoffs beyond the fused representative is what enables recovery; fusing to a single representative per object caps Top-3 at 0.964, while fusion-aware recovery reaches 0.975.
  • Wider field of view is not uniformly beneficial: it helped one VLM/back-end combination reach 1.000 SR on the control set but sharply hurt another (MiMo fused 0.900→0.633), so camera geometry and the semantic model must be calibrated together.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The observation-to-STOP gap likely generalizes beyond ObjectNav: any semantic detection made from a fixed camera pose, such as spotting a cup through a doorway, needs an analogous standoff transform to become a reachable interaction pose; the same geometry could feed manipulation or inspection tasks.
  • Since oracle coverage saturates at about half the topology density, the paper's controls suggest future gains depend on semantic grounding and verification reliability rather than denser sampling; a direct test would measure SR against calibrated VLM confidence thresholds.
  • The static-scene boundary invites a local-update extension: after furniture rearrangement or object motion, re-surveying only the affected clusters and re-running the noisy-OR fusion locally could preserve most of the 0.975 Top-3 success without a full re-map, something the paper does not evaluate but its two-layer memory is structured to support.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper proposes SSTG-Nav, a pre-explored metric-semantic topological memory for reusable ObjectNav. A one-time, goal-independent survey builds a farthest-point-sampled navigation graph; four RGB-D views per node are passed to a VLM, detections are depth back-projected to reachable standoffs (Eqs. 2-3), and reachability-aware soft fusion (Eq. 4) produces a compact primary candidate index plus residual standoffs. For each query, candidates are ranked by noisy-OR support and path length (Eq. 7), executed as a receding sequence, and a fresh-RGB-D verifier (Eq. 5) decides STOP versus recovery. The empirical core is a 1,000-episode HM3D-v2 study: target-view oracle 0.990 SR; goal-independent oracle 0.994 SR; with fixed GPT-5.4 responses, camera-node 0.835/0.560, raw RGB-D 0.920/0.603, fused 0.926/0.586, and fusion-aware Top-3 0.975 SR / 0.601 SPL@3. Ablations vary backend, FoV, density, and semantic corruption, and a ROS2/Nav2 physical demonstration is included. The central problem is that the headline 0.975/0.601 is a candidate-list oracle ceiling; the paper's own autonomous verifier evaluation (Supplementary Table 10) reaches S@3 = 0.912/0.901, and the exact proposed policy is not measured autonomously.

Significance. If the qualifiers are corrected, the paper demonstrates a valuable and credible regime: pre-exploration can nearly saturate geometric coverage and convert it into strong one-shot candidate selection, with a genuinely useful verification/recovery loop (raw strict verifier improves S@1 from 0.854 to S@3 0.912). The same-response ablations are well controlled, paired statistical tests are appropriate, and the protocol table in the main text clarifies the information boundary between target-derived coverage, independent oracle semantics, and real semantics. The supplementary limitation section also honestly discloses that the oracle-feedback Top-K table is a candidate-list ceiling. However, as written, the abstract and comparison tables claim deployed performance at 0.975/0.601 that is not supported by the paper's own autonomous evaluation. This is a load-bearing overstatement rather than a cosmetic issue, so the manuscript needs substantive revision before it can be accepted.

major comments (3)
  1. [Abstract; Section "Comparison Across Operating Regimes"; Table 6; Supplementary §3.5] The 0.975 SR / 0.601 SPL "fusion-aware Top-3 recovery" is a candidate-list ceiling, not the autonomous system. Table 6 defines Success@k as whether the first k visits contain a valid stopping pose, scored by post-hoc geodesic distance to official goal viewpoints; the deployed fresh-RGB-D loop (Eq. 5) is evaluated separately in Supplementary §3.5/Table 10, which reports S@3 = 0.912 (raw) / 0.901 (fused) and SPL@3 = 0.573/0.546. Supplementary §6 explicitly states that the oracle-feedback Top-K table "remains only a candidate-list ceiling and is never used by the autonomous loop." The abstract's "dependable, repeated semantic navigation" at 0.975 is therefore unsupported. These numbers must be re-labeled as oracle upper bounds, and verifier-gated results should lead the main text and abstract.
  2. [Supplementary §3.5, Table 10; Table 9] The exact proposed policy is not evaluated under the autonomous verifier. Table 9's "fusion-aware residual 2m" policy draws one fused primary from H_F and two spatially separated residuals from H_R, but Table 10 evaluates only "Raw, 3m" and "Fused strict dual geometry" (the latter is explicitly described in §3.5 as a collapsed-representative fused ablation, not the final hierarchy). Consequently, the end-to-end performance of the proposed fusion-aware recovery hierarchy is currently unreported. The closest verifier-gated numbers (S@3 = 0.912/0.901) are substantially below 0.975, so the paper must either add an autonomous run of the exact policy under Eq. 5 or explicitly state that the verifier-gated results are for surrogate policies.
  3. [Table 2 and surrounding comparison] The cross-method comparison mixes evaluation protocols in the same SR/SPL columns. The unknown-scene rows report end-to-end success and SPL, while the SSTG-Nav rows include the "fusion-aware Top-3" 0.975/0.601 value, which is an oracle candidate-list metric. This makes the claimed 0.133 SR margin over the strongest listed unknown-scene method non-comparable. The table should split end-to-end verifier-gated results from candidate-oracle ceilings (or annotate the metric type per row), and the narrative should not claim a performance margin without this qualification.
minor comments (4)
  1. [Table 4; Supplementary Table 7] The "+source-aware fusion" row shows SPL dropping from 0.603 to 0.586, and Supplementary Table 7 reports paired ΔSPL = -0.017 with 95% CI [-0.032, -0.002], a significant degradation. The main text highlights the SR/DTG gains but should also acknowledge this trade-off.
  2. [Figure 3] The right corruption panel is computed on a privileged target-view oracle map, while the left density panel uses the independent topology. The caption should state this asymmetry explicitly so that readers do not infer the corruption behavior from the goal-independent construction.
  3. [Table 5] The minival rows use only 30 episodes and two scenes; some differences, such as GPT-5.4 120° raw 0.933 vs fused 1.000, rest on very few discordant outcomes. The supplementary intervals are appropriate, but a one-line reminder in the main text would prevent over-reading these controls.
  4. [Eq. 5 and Figure 4(c)] The verifier example in Figure 4(c) reports only the arrival-depth and final accept/reject. Since Eq. 5 also requires the visibility flag and stopping-side judgment, showing those values would make the example a complete audit of the acceptance rule.

Circularity Check

0 steps flagged

No significant circularity: the mapping ablations are same-response and the oracle Top-K protocol is explicitly disclosed as a candidate-list ceiling.

full rationale

The paper's derivation chain is self-contained. The central gains—metric grounding 0.835→0.920, fusion 0.926/0.586, and fusion-aware Top-3 0.975/0.601—are produced by controlled ablations that hold cached VLM responses fixed (Table 5 and Supplement §3.1: 'Within each localized backend/FoV group, camera-node, raw, and fused variants reuse identical cached detections'). The mapping pipeline (Algorithm 1, Eqs. 2–4) uses only RGB-D depth, VLM confidence, and hand-set thresholds (ρ=0.8m, r_o=1.2m, r_h=1.0m, r_g=3.0m); official goal viewpoints enter only after candidate selection for scoring. The 99.4% geometric ceiling is explicitly evaluator-labeled: Supplement §1.3 states 'Oracle semantics are assigned only after mapping by measuring each node against the official category goal sets,' and the target-view protocol is labeled 'neither goal-independent nor deployable.' The Top-3 Success@k numbers are disclosed as oracle candidate-list ceilings: Supplement §6 states 'The oracle-feedback Top-K table remains only a candidate-list ceiling and is never used by the autonomous loop,' and Supplement §3.5/Table 10 reports the autonomous verifier-gated results (S@3 = 0.912 raw, 0.905 fused; SPL@3 = 0.573/0.546). That is a headline-framing/overclaim concern rather than a circular derivation: the oracle metric is not fitted to the target, and the verifier-gated loop is separately evaluated. The self-citations (TopoNav, Lovon, Structured Observation Language) appear as related work and are not load-bearing for the scientific claims. No step reduces by construction to its own inputs.

Axiom & Free-Parameter Ledger

8 free parameters · 5 axioms · 0 invented entities

The paper rests on several hand-set geometric thresholds and the assumptions of a static, accurately sensed environment. The main free parameters are the standoff distance, clustering radii, and thresholds; these are not fit to the target SR/SPL but are likely tuned on the minival split, which is a subset of the reported validation episodes.

free parameters (8)
  • standoff distance rho = 0.8 m
    Distance from back-projected surface point to proposed STOP pose, moved toward the observing camera in the ground plane (Eq. 3). Hand-set; affects reachability and success.
  • clustering horizontal radius r_o = 1.2 m
    Maximum horizontal distance for two object estimates to be clustered into one hypothesis.
  • clustering vertical tolerance r_h = 1.0 m
    Maximum vertical difference for clustering.
  • reachability threshold r_g = 3.0 m
    Maximum navmesh geodesic distance between STOP candidates for them to be in the same cluster.
  • residual separation delta = 2.0 m
    Minimum distance between sequential recovery candidates.
  • singleton confidence threshold = 0.92
    A cluster with a single source node is retained only if its VLM confidence is at least this.
  • verifier confidence threshold = 0.75
    Arrival verifier acceptance requires confidence >= 0.75 (Eq. 5).
  • topology coverage radius r = 0.8 m
    Farthest-point sampling stops when each pool point is within 0.8 m of a selected node.
axioms (5)
  • domain assumption The survey scene remains static between mapping and query time.
    Used throughout; the paper's limitations section states dynamic environments and map change are not evaluated.
  • domain assumption Navmesh geodesic distance is an accurate proxy for robot motion cost and reachability.
    All planning and success metrics use navmesh distances; the paper notes continuous paths abstract control noise.
  • domain assumption VLM confidence scores are comparable across categories and images and can be used as ranking evidence.
    Ranking (Eq. 7) and fusion (Eq. 4) rely on VLM confidence; no calibration is reported.
  • domain assumption The official HM3D goal viewpoint sets are a fair definition of success.
    Success (Eq. 1) uses geodesic distance to official goal viewpoints; if these are incomplete or noisy, SR is affected.
  • domain assumption Depth measurements are aligned with RGB and accurate within the accepted range.
    Back-projection (Eq. 2) and verifier depth gating (Eq. 5) assume aligned, calibrated depth.

pith-pipeline@v1.3.0-alltime-deepseek · 21815 in / 15811 out tokens · 161482 ms · 2026-08-05T00:42:20.440194+00:00 · methodology

0 comments
Cite this review

Pith. "Pith review of SSTG-Nav: Metric-Grounded Spatial-Semantic Topological Graphs for Reusable Object Navigation." pith.science (2026). https://pith.science/paper/5KHXLOTC

@misc{pith2026260800527,
  author       = {Pith},
  title        = {Pith review of: SSTG-Nav: Metric-Grounded Spatial-Semantic Topological Graphs for Reusable Object Navigation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/5KHXLOTC}},
  note         = {Machine review of arXiv:2608.00527}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Service robots operating for months in the same homes, offices, and facilities should become more reliable with experience instead of searching familiar space from scratch for every request. Yet ObjectNav is predominantly formulated as one-shot exploration, leaving a central deployment challenge unresolved: recognizing an object does not identify a reachable place to stop, and one confident map error can terminate the task. We introduce SSTG-Nav, a reusable metric-semantic memory that turns a one-time survey into actionable object goals, consolidates evidence across viewpoints, and retains spatially distinct recovery standoffs. On 1,000 HM3D-v2 episodes across 36 scenes, our goal-independent topology achieves a 99.4% geometric success ceiling. Holding semantic responses fixed, metric grounding raises SR/SPL from 0.835/0.560 to 0.920/0.603, and source-aware fusion reaches 0.926/0.586. Fusion-aware Top-3 recovery raises Success@1/2/3 to 0.928/0.965/0.975 and reaches 0.601 SPL@3. Model, field-of-view, density, and corruption controls identify where these gains originate, and a ROS2/Nav2 realization demonstrates the complete reusable query-to-execution pipeline. Together, the results establish pre-exploration as a powerful practical regime for dependable, repeated semantic navigation.

Figures

Figures reproduced from arXiv: 2608.00527 by Bingtao Wang, Daojie Peng, Jun Ma.

Figure 1
Figure 1. Figure 1: SSTG-Nav converts a one-time, goal-independent survey into a persistent metric-semantic topology that supports [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 3
Figure 3. Figure 3: Geometric density saturates before semantic re [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 2
Figure 2. Figure 2: An audited sofa observation. A view-local VLM [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 4
Figure 4. Figure 4: Mechanism and deployment audit. (a) Wide capture and depth ground a successful toilet standoff. (b) Source-aware [PITH_FULL_IMAGE:figures/full_fig_p007_4.png] view at source ↗
Figure 1
Figure 1. Figure 1: Actual semantic maps for both minival scenes. Each row uses a common Habitat top-down frame. Raw panels show [PITH_FULL_IMAGE:figures/full_fig_p014_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Source-traceable FoV, fusion, closed-loop arrival, and physical-system audit. Panels (a)–(c) link to their original [PITH_FULL_IMAGE:figures/full_fig_p015_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Same-response representation and model ablations on independent-topology minival. Each backend/FoV triplet reuses [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Full-validation independent-topology results. Geometry is the evaluator-labeled ceiling; camera, raw, and fused variants [PITH_FULL_IMAGE:figures/full_fig_p016_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Physical-system realization on the Yahboom X3. (a) Aligned Gemini 336L depth and RGB localize the toy observation. [PITH_FULL_IMAGE:figures/full_fig_p016_5.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

44 extracted references · 36 canonical work pages · 3 internal anchors

  1. [1]

    arXiv preprint arXiv:1807.06757 , year=

    On Evaluation of Embodied Navigation Agents , author=. arXiv preprint arXiv:1807.06757 , year=

  2. [2]

    arXiv preprint arXiv:2006.13171 , year=

    ObjectNav Revisited: On Evaluation of Embodied Agents Navigating to Objects , author=. arXiv preprint arXiv:2006.13171 , year=

  3. [3]

    NeurIPS , volume=

    Object Goal Navigation Using Goal-Oriented Semantic Exploration , author=. NeurIPS , volume=. 2020 , url=

  4. [4]

    ICRA , pages=

    Visual Language Maps for Robot Navigation , author=. ICRA , pages=. 2023 , doi=

  5. [5]

    Robotics: Science and Systems , year=

    ConceptFusion: Open-Set Multimodal 3D Mapping , author=. Robotics: Science and Systems , year=. doi:10.15607/RSS.2023.XIX.066 , url=

  6. [6]

    Topological Semantic Graph Memory for Image-Goal Navigation

    Topological Semantic Graph Memory for Image-Goal Navigation , author=. arXiv preprint arXiv:2209.08274 , year=

  7. [7]

    arXiv preprint arXiv:2603.27577 , year=

    Structured observation language for efficient and generalizable vision-language navigation , author=. arXiv preprint arXiv:2603.27577 , year=

  8. [8]

    CoRL , volume=

    Context-Aware Replanning with Pre-Explored Semantic Map for Object Navigation , author=. CoRL , volume=. 2025 , url=

  9. [9]

    arXiv preprint arXiv:2507.06747 , year=

    Lovon: Legged open-vocabulary object navigator , author=. arXiv preprint arXiv:2507.06747 , year=

  10. [10]

    arXiv preprint arXiv:2509.01364 , year=

    TopoNav: Topological Graphs as a Key Enabler for Advanced Object Navigation , author=. arXiv preprint arXiv:2509.01364 , year=

  11. [11]

    and Gokaslan, Aaron and Wijmans, Erik and Maksymets, Oleksandr and Clegg, Alex and Turner, John and Undersander, Eric and Galuba, Wojciech and Westbury, Andrew and Chang, Angel X

    Ramakrishnan, Santhosh K. and Gokaslan, Aaron and Wijmans, Erik and Maksymets, Oleksandr and Clegg, Alex and Turner, John and Undersander, Eric and Galuba, Wojciech and Westbury, Andrew and Chang, Angel X. and Savva, Manolis and Zhao, Yili and Batra, Dhruv , booktitle=. Habitat-Matterport 3D Dataset (. 2021 , url=

  12. [12]

    2023 , doi=

    Shafiullah, Nur Muhammad Mahi and Paxton, Chris and Pinto, Lerrel and Chintala, Soumith and Szlam, Arthur , booktitle=. 2023 , doi=

  13. [13]

    and Pollefeys, Marc and Tombari, Federico and Engelmann, Francis , booktitle=

    Takmaz, Ayca and Fedele, Elisabetta and Sumner, Robert W. and Pollefeys, Marc and Tombari, Federico and Engelmann, Francis , booktitle=. 2023 , url=

  14. [14]

    ConsistNav: Closing the Action Consistency Gap in Zero-Shot Object Navigation with Semantic Executive Control

    ConsistNav: Closing the Action Consistency Gap in Zero-Shot Object Navigation with Semantic Executive Control , author=. arXiv preprint arXiv:2605.09869 , year=

  15. [15]

    ICML , volume=

    VoroNav: Voronoi-Based Zero-Shot Object Navigation with Large Language Model , author=. ICML , volume=. 2024 , url=

  16. [16]

    2024 , url=

    Yin, Hang and Xu, Xiuwei and Wu, Zhenyu and Zhou, Jie and Lu, Jiwen , booktitle=. 2024 , url=

  17. [17]

    2024 , doi=

    Yokoyama, Naoki and Ha, Sehoon and Batra, Dhruv and Wang, Jiuguang and Bucher, Bernadette , booktitle=. 2024 , doi=

  18. [18]

    2023 , url=

    Zhou, Kaiwen and Zheng, Kaizhi and Pryor, Connor and Shen, Yilin and Jin, Hongxia and Getoor, Lise and Wang, Xin Eric , booktitle=. 2023 , url=

  19. [19]

    CoRL , volume=

    InstructNav: Zero-Shot System for Generic Instruction Navigation in Unexplored Environment , author=. CoRL , volume=. 2025 , url=

  20. [20]

    IEEE Robotics and Automation Letters , volume=

    ApexNav: An Adaptive Exploration Strategy for Zero-Shot Object Navigation with Target-Centric Semantic Fusion , author=. IEEE Robotics and Automation Letters , volume=. 2025 , doi=

  21. [21]

    2025 , url=

    Chabal, Thomas and Chen, Shizhe and Ponce, Jean and Schmid, Cordelia , journal=. 2025 , url=

  22. [22]

    IntentNav: Learning Spatial-Visual Object Navigation from Human Demonstrations

    IntentNav: Learning Spatial-Visual Object Navigation from Human Demonstrations , author=. arXiv preprint arXiv:2606.08029 , year=

  23. [23]

    CogNav: Cognitive Process Modeling for Object Goal Navigation with

    Cao, Yihan and Zhang, Jiazhao and Yu, Zhinan and Liu, Shuzhen and Qin, Zheng and Zou, Qin and Du, Bo and Xu, Kai , booktitle=. CogNav: Cognitive Process Modeling for Object Goal Navigation with. 2025 , url=

  24. [24]

    ICCV , pages=

    Function-centric Bayesian Network for Zero-Shot Object Goal Navigation , author=. ICCV , pages=. 2025 , url=

  25. [25]

    CVPR , pages=

    TrajRAG: Retrieving Geometric-Semantic Experience for Zero-Shot Object Navigation , author=. CVPR , pages=. 2026 , url=

  26. [26]

    2023 , doi=

    Yu, Bangguo and Kasaei, Hamidreza and Cao, Ming , booktitle=. 2023 , doi=

  27. [27]

    2024 , url=

    Yuan, Shuaihang and Huang, Hao and Hao, Yu and Wen, Congcong and Tzes, Anthony and Fang, Yi , booktitle=. 2024 , url=

  28. [28]

    CVPR , pages=

    Online Learning of Reusable Abstract Models for Object Goal Navigation , author=. CVPR , pages=. 2022 , url=

  29. [29]

    2022 , url=

    Ramakrishnan, Santhosh Kumar and Chaplot, Devendra Singh and Al-Halah, Ziad and Malik, Jitendra and Grauman, Kristen , booktitle=. 2022 , url=

  30. [30]

    2022 , url=

    Majumdar, Arjun and Aggarwal, Gunjan and Devnani, Bhavika and Hoffman, Judy and Batra, Dhruv , booktitle=. 2022 , url=

  31. [31]

    2023 , url=

    Gadre, Samir Yitzhak and Wortsman, Mitchell and Ilharco, Gabriel and Schmidt, Ludwig and Song, Shuran , booktitle=. 2023 , url=

  32. [32]

    ICRA , pages=

    Bridging Zero-Shot Object Navigation and Foundation Models through Pixel-Guided Navigation Skill , author=. ICRA , pages=. 2024 , url=

  33. [33]

    CVPR , pages=

    Imagine Before Go: Self-Supervised Generative Map for Object Goal Navigation , author=. CVPR , pages=. 2024 , url=

  34. [34]

    CVPR , pages=

    UniGoal: Towards Universal Zero-Shot Goal-Oriented Navigation , author=. CVPR , pages=. 2025 , url=

  35. [35]

    2025 , url=

    Nie, Dujun and Guo, Xianda and Duan, Yiqun and Zhang, Ruijun and Chen, Long , journal=. 2025 , url=

  36. [36]

    2019 , doi=

    Savva, Manolis and Kadian, Abhishek and Maksymets, Oleksandr and Zhao, Yili and Wijmans, Erik and Jain, Bhavana and Straub, Julian and Liu, Jia and Koltun, Vladlen and Malik, Jitendra and Parikh, Devi and Batra, Dhruv , booktitle=. 2019 , doi=

  37. [37]

    2023 , doi=

    Yadav, Karmesh and Ramrakhya, Ram and Ramakrishnan, Santhosh Kumar and Gervet, Theo and Turner, John and Gokaslan, Aaron and Maestre, Noah and Chang, Angel Xuan and Batra, Dhruv and Savva, Manolis and Clegg, Alexander William and Chaplot, Devendra Singh , booktitle=. 2023 , doi=

  38. [38]

    and Savva, Manolis and Clegg, Alexander and Chaplot, Devendra Singh and Batra, Dhruv , howpublished=

    Yadav, Karmesh and Krantz, Jacob and Ramrakhya, Ram and Ramakrishnan, Santhosh Kumar and Yang, Jimmy and Wang, Austin and Turner, John and Gokaslan, Aaron and Berges, Vincent-Pierre and Mottaghi, Roozbeh and Maksymets, Oleksandr and Chang, Angel X. and Savva, Manolis and Clegg, Alexander and Chaplot, Devendra Singh and Batra, Dhruv , howpublished=

  39. [39]

    2025 , url=

    Bai, Shuai and Chen, Keqin and Liu, Xuejing and Wang, Jialin and Ge, Wenbin and Song, Sibo and Dang, Kai and Wang, Peng and Wang, Shijie and Tang, Jun and Zhong, Humen and Zhu, Yuanzhi and Yang, Mingkun and Li, Zhaohai and Wan, Jianqiang and Wang, Pengfei and Ding, Wei and Fu, Zheren and Xu, Yiheng and Ye, Jiabo and Zhang, Xi and Xie, Tianbao and Cheng, Z...

  40. [40]

    2026 , howpublished=

    Introducing. 2026 , howpublished=

  41. [41]

    2026 , howpublished=

  42. [42]

    Science Robotics , volume=

    Robot Operating System 2: Design, Architecture, and Uses in the Wild , author=. Science Robotics , volume=. 2022 , doi=

  43. [43]

    IROS , pages=

    The Marathon 2: A Navigation System , author=. IROS , pages=. 2020 , doi=

  44. [44]

    2021 , doi=

    Macenski, Steve and Jambrecic, Ivona , journal=. 2021 , doi=