paper-with-me

Papers

HaltNav: Reactive Visual Halting over Lightweight Topological Priors for Robust Vision-Language Navigation

2026-03-13 · Zihui Yu, Pingcong Li, Bichi Zhang, Sören Schwertfeger arxiv

Vision-and-Language Navigation (VLN) is shifting from rigid, step-by-step instruction following toward open-vocabulary, goal-oriented autonomy. Achieving this transition without exhaustive routing prompts requires agents to leverage structural priors. While prior work often assumes computationally heavy 2D/3D metric maps, we instead exploit a lightweight, text-based osmAG (OpenStreetMap Area Graph), a floorplan-level topological representation that is easy to obtain and maintain. However, global planning over a prior map alone is brittle in real-world deployments, where local connectivity can change (e.g., closed doors or crowded passages), leading to execution-time failures. To address this gap, we propose a hierarchical navigation framework HaltNav that couples the robust global planning of osmAG with the local exploration and instruction-grounding capability of VLN. Our approach features an MLLM-based brain module, which is capable of high-level task grounding and obstruction awareness. Conditioned on osmAG, the brain converts the global route into a sequence of localized execution snippets, providing the VLN executor with prior-grounded, goal-centric sub-instructions. Meanwhile, it detects local anomalies via a mechanism we term Reactive Visual Halting (RVH), which interrupts the local control loop, updates osmAG by invalidating the corresponding topology, and triggers replanning to orchestrate a viable detour. To train this halting capability efficiently, we introduce a data synthesis pipeline that leverages generative models to inject realistic obstacles into otherwise navigable scenes, substantially enriching hard negative samples. Extensive experiments demonstrate that our hierarchical framework outperforms several baseline methods without tedious language instructions, and significantly improves robustness for long-horizon vision-language navigation under environmental changes.

📄 PDF Abstract BibTeX arXiv:2603.12696

Code (0)

등록된 구현이 없습니다.

Tasks

Vision-Language NavigationInstruction Following

Similar Papers 제목 키워드 기반

Designing and Training of Lightweight Neural Networks on Edge Devices using Early Halting in Knowledge Distillation

2022-09-30 · Rahul Mishra, Hari Prabhat Gupta

Automated feature extraction capability and significant performance of Deep Neural Networks (DNN) make them suitable for Internet of Things (IoT) applications. However, deploying DNN on edge devices becomes prohibitive d…

Knowledge Distillation

Non-Halting Queries: Exploiting Fixed Points in LLMs

2024-10-08 · Ghaith Hammouri, Kemal Derya, Berk Sunar

We introduce a new vulnerability that exploits fixed points in autoregressive models and use it to craft queries that never halt, i.e. an LLM output that does not terminate. More precisely, for what we call non-halting q…

HaltingVT: Adaptive Token Halting Transformer for Efficient Video Recognition

2024-01-10 · Qian Wu, Ruoxuan Cui, Yuke Li, Haoqi Zhu

Action recognition in videos poses a challenge due to its high computational cost, especially for Joint Space-Time video transformers (Joint VT). Despite their effectiveness, the excessive number of tokens in such archit…

Action RecognitionAction Recognition In VideosToken ReductionVideo Recognition

Navigating the Wild: Pareto-Optimal Visual Decision-Making in Image Space

2025-11-11 · Durgakant Pushp, Weizhe Chen, Zheng Chen, Chaomin Luo 외 arxiv

Navigating complex real-world environments requires semantic understanding and adaptive decision-making. Traditional reactive methods without maps often fail in cluttered settings, map-based approaches demand heavy mappi…

Visual Navigation

On Halting vs Converging in Recurrent Graph Neural Networks

2026-04-28 · Jeroen Bollen, Stijn Vansummeren arxiv

Recurrent Graph Neural Networks (RGNNs) extend standard GNNs by iterating message-passing until some stopping condition is met. Various RGNN models have been proposed in the literature. In this paper, we study three such…