paper-with-me

Papers

Target-Driven Structured Transformer Planner for Vision-Language Navigation

2022-07-19 · Yusheng Zhao, Jinyu Chen, Chen Gao, Wenguan Wang, Lirong Yang, Haibing Ren, Huaxia Xia, Si Liu

Vision-language navigation is the task of directing an embodied agent to navigate in 3D scenes with natural language instructions. For the agent, inferring the long-term navigation target from visual-linguistic clues is crucial for reliable path planning, which, however, has rarely been studied before in literature. In this article, we propose a Target-Driven Structured Transformer Planner (TD-STP) for long-horizon goal-guided and room layout-aware navigation. Specifically, we devise an Imaginary Scene Tokenization mechanism for explicit estimation of the long-term target (even located in unexplored environments). In addition, we design a Structured Transformer Planner which elegantly incorporates the explored room layout into a neural attention architecture for structured and global planning. Experimental results demonstrate that our TD-STP substantially improves previous best methods' success rate by 2% and 5% on the test set of R2R and REVERIE benchmarks, respectively. Our code is available at https://github.com/YushengZhao/TD-STP .

📄 PDF Abstract BibTeX arXiv:2207.11201

Code (1)

yushengzhao/td-stp 공식 구현 pytorch

Tasks

NavigateVision-Language Navigation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Generalizing Motion Planners with Mixture of Experts for Autonomous Driving

2024-10-21 · Qiao Sun, Huimin Wang, Jiahao Zhan, Fan Nie 외

Large real-world driving datasets have sparked significant research into various aspects of data-driven motion planners for autonomous driving. These include data augmentation, model architecture, reward design, training…

Autonomous DrivingData AugmentationDecoderMixture-of-Experts

MATT-Diff: Multimodal Active Target Tracking by Diffusion Policy

2025-11-14 · Saida Liu, Nikolay Atanasov, Shumon Koga arxiv

This paper proposes MATT-Diff: Multimodal Active Target Tracking by Diffusion Policy, a control policy for active multi-target tracking using a mobile agent. The policy enables multiple behavior modes for the agent, incl…

Neural Navigation Functions for Zero-Shot Generalizable Motion Planning

2026-06-02 · Benjamin D. Shaffer, Pei-An Hsieh, Brooks Kinch, Nathaniel Trask 외 arxiv

We introduce Neural Navigation Functions (Neural-NF), a learned reactive navigation function capable of zero-shot transfer across unseen environment geometries. Neural-NF places data-driven adaptation within a structured…

Motion Planning

Planner-Auditor Twin: Agentic Discharge Planning with FHIR-Based LLM Planning, Guideline Recall, Optional Caching and Self-Improvement

2026-01-28 · Kaiyuan Wu, Aditya Nagori, Rishikesan Kamaleswaran arxiv

Objective: Large language models (LLMs) show promise for clinical discharge planning, but their use is constrained by hallucination, omissions, and miscalibrated confidence. We introduce a self-improving, cache-optional …

Decision Transformer-Based Drone Trajectory Planning with Dynamic Safety-Efficiency Trade-Offs

2025-07-29 · Chang-Hun Ji, SiWoon Song, Youn-Hee Han, SungTae Moon arxiv

A drone trajectory planner should be able to dynamically adjust the safety-efficiency trade-off according to varying mission requirements in unknown environments. Although traditional polynomial-based planners offer comp…

Computational EfficiencyReinforcement LearningTrajectory Planning