paper-with-me

Papers

Translating Natural Language Instructions for Behavioral Robot Navigation with a Multi-Head Attention Mechanism

2020-06-01 · WS 2020 7 · Patricio Cerda-Mardini, Vladimir Araujo, Alvaro Soto

We propose a multi-head attention mechanism as a blending layer in a neural network model that translates natural language to a high level behavioral language for indoor robot navigation. We follow the framework established by (Zang et al., 2018a) that proposes the use of a navigation graph as a knowledge base for the task. Our results show significant performance gains when translating instructions on previously unseen environments, therefore, improving the generalization capabilities of the model.

📄 PDF Abstract BibTeX arXiv:2006.00697

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Navigation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Translating Navigation Instructions in Natural Language to a High-Level Plan for Behavioral Robot Navigation

2018-09-24 · EMNLP 2018 10 · Xiaoxue Zang, Ashwini Pokle, Marynel Vázquez, Kevin Chen 외

We propose an end-to-end deep learning model for translating free-form natural language instructions to a high-level plan for behavioral robot navigation. We use attention models to connect information from both the user…

FormRobot NavigationTranslation

High-Level Plan for Behavioral Robot Navigation with Natural Language Directions and R-NET

2020-01-08 · Amar Shrestha, Krittaphat Pugdeethosapol, Haowen Fang, Qinru Qiu

When the navigational environment is known, it can be represented as a graph where landmarks are nodes, the robot behaviors that move from node to node are edges, and the route is a set of behavioral instructions. The ro…

Combinatorial OptimizationRobot Navigation

Translating Natural Language Instructions to Computer Programs for Robot Manipulation

2020-12-26 · Sagar Gubbi Venkatesh, Raviteja Upadrashta, Bharadwaj Amrutur

It is highly desirable for robots that work alongside humans to be able to understand instructions in natural language. Existing language conditioned imitation learning models directly predict the actuator commands from …

Imitation LearningRobot Manipulation

LLMs can generate robotic scripts from goal-oriented instructions in biological laboratory automation

2023-04-18 · Takashi Inagaki, Akari Kato, Koichi Takahashi, Haruka Ozaki 외

The use of laboratory automation by all researchers may substantially accelerate scientific activities by humans, including those in the life sciences. However, computer programs to operate robots should be written to im…

Linear Temporal Logic Translation via Human-Inspired Self-Constrained Reasoning for Robot Task Specification

2026-08-28 · Haofei Hou, Fanxu Meng, Shunyi Zhao, Kairui Yang 외 arxiv

Many robotic tasks are temporally extended and demand precise specifications of subgoals, constraints, and their temporal ordering. Yet human operators typically communicate such tasks in natural language, which is inher…