paper-with-me

홈 › Papers

Language and Planning in Robotic Navigation: A Multilingual Evaluation of State-of-the-Art Models

2025-01-07 · Malak Mansour, Ahmed Aly, Bahey Tharwat, Sarim Hashmi, Dong An, Ian Reid

Large Language Models (LLMs) such as GPT-4, trained on huge amount of datasets spanning multiple domains, exhibit significant reasoning, understanding, and planning capabilities across various tasks. This study presents the first-ever work in Arabic language integration within the Vision-and-Language Navigation (VLN) domain in robotics, an area that has been notably underexplored in existing research. We perform a comprehensive evaluation of state-of-the-art multi-lingual Small Language Models (SLMs), including GPT-4o mini, Llama 3 8B, and Phi-3 medium 14B, alongside the Arabic-centric LLM, Jais. Our approach utilizes the NavGPT framework, a pure LLM-based instruction-following navigation agent, to assess the impact of language on navigation reasoning through zero-shot sequential action prediction using the R2R dataset. Through comprehensive experiments, we demonstrate that our framework is capable of high-level planning for navigation tasks when provided with instructions in both English and Arabic. However, certain models struggled with reasoning and planning in the Arabic language due to inherent limitations in their capabilities, sub-optimal performance, and parsing issues. These findings highlight the importance of enhancing planning and reasoning capabilities in language models for effective navigation, emphasizing this as a key area for further development while also unlocking the potential of Arabic-language models for impactful real-world applications.

📄 PDF Abstract BibTeX arXiv:2501.05478

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingVision and Language Navigation

Methods 이 논문이 사용한 방법론

Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Residual Connection 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음

Similar Papers 제목 키워드 기반

STEP: Stochastic Traversability Evaluation and Planning for Risk-Aware Off-road Navigation

2021-03-04 · David D. Fan, Kyohei Otsu, Yuki Kubo, Anushri Dixit 외

Although ground robotic autonomy has gained widespread usage in structured and controlled environments, autonomy in unknown and off-road terrain remains a difficult problem. Extreme, off-road, and unstructured environmen…

Autonomous NavigationModel Predictive ControlMotion Planning

General-Purpose Robotic Navigation via LVLM-Orchestrated Perception, Reasoning, and Acting

2025-06-20 · Bernard Lange, Anil Yildiz, Mansur Arief, Shehryar Khattak 외

Developing general-purpose navigation policies for unknown environments remains a core challenge in robotics. Most existing systems rely on task-specific neural networks and fixed data flows, limiting generalizability. L…

Embodied Question AnsweringQuestion Answering

Learning Social Heuristics for Human-Aware Path Planning

2025-09-02 · Andrea Eirale, Matteo Leonetti, Marcello Chiaberge arxiv

Social robotic navigation has been at the center of numerous studies in recent years. Most of the research has focused on driving the robotic agent along obstacle-free trajectories, respecting social distances from human…

End-to-end Sketch-Guided Path Planning through Imitation Learning for Autonomous Mobile Robots

2025-03-21 · IEEE 6th International Conference on Image Processing, Applications and Systems (IPAS) 2025 3 · Anthony Rizk, Charbel Abi Hana, Youssef Bakouny, Flavia Khatounian

Path planning is crucial for Autonomous Mobile Robots applications. Traditionally, path planning based on human input and preferences has relied on hard to define reward-based learning or costly techniques requiring addi…

Image GenerationImitation Learning

Topological Planning with Transformers for Vision-and-Language Navigation

2020-12-09 · CVPR 2021 1 · Kevin Chen, Junshen K. Chen, Jo Chuang, Marynel Vázquez 외

Conventional approaches to vision-and-language navigation (VLN) are trained end-to-end but struggle to perform well in freely traversable environments. Inspired by the robotics community, we propose a modular approach to…

Vision and Language Navigation