CVAICLROJul 3, 2019

Chasing Ghosts: Instruction Following as Bayesian State Tracking

arXiv:1907.02022v279 citations
AI Analysis

This work addresses the challenge of improving navigation accuracy and explainability in AI agents for robotics or virtual environments, representing an incremental advancement by integrating Bayesian methods into existing VLN frameworks.

The paper tackles the problem of Vision-and-Language Navigation (VLN) by formulating instruction following as Bayesian state tracking, using a differentiable Bayes filter to predict goal locations based on expected observations and actions. The approach outperforms a LingUNet baseline in goal prediction and shows promising results in full navigation tasks with reduced reliance on constraints.

A visually-grounded navigation instruction can be interpreted as a sequence of expected observations and actions an agent following the correct trajectory would encounter and perform. Based on this intuition, we formulate the problem of finding the goal location in Vision-and-Language Navigation (VLN) within the framework of Bayesian state tracking - learning observation and motion models conditioned on these expectable events. Together with a mapper that constructs a semantic spatial map on-the-fly during navigation, we formulate an end-to-end differentiable Bayes filter and train it to identify the goal by predicting the most likely trajectory through the map according to the instructions. The resulting navigation policy constitutes a new approach to instruction following that explicitly models a probability distribution over states, encoding strong geometric and algorithmic priors while enabling greater explainability. Our experiments show that our approach outperforms a strong LingUNet baseline when predicting the goal location on the map. On the full VLN task, i.e. navigating to the goal location, our approach achieves promising results with less reliance on navigation constraints.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes