AICLCVMar 1, 2019

Learning To Follow Directions in Street View

arXiv:1903.00401v278 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-world navigation for AI systems, though it is incremental as it builds on existing methods in simulated environments.

The authors tackled the problem of training agents to follow driving instructions in visually realistic environments using Google Street View, achieving strong baseline performance on a novel dataset with a clean train/test separation across multiple cities.

Navigating and understanding the real world remains a key challenge in machine learning and inspires a great variety of research in areas such as language grounding, planning, navigation and computer vision. We propose an instruction-following task that requires all of the above, and which combines the practicality of simulated environments with the challenges of ambiguous, noisy real world data. StreetNav is built on top of Google Street View and provides visually accurate environments representing real places. Agents are given driving instructions which they must learn to interpret in order to successfully navigate in this environment. Since humans equipped with driving instructions can readily navigate in previously unseen cities, we set a high bar and test our trained agents for similar cognitive capabilities. Although deep reinforcement learning (RL) methods are frequently evaluated only on data that closely follow the training distribution, our dataset extends to multiple cities and has a clean train/test separation. This allows for thorough testing of generalisation ability. This paper presents the StreetNav environment and tasks, models that establish strong baselines, and extensive analysis of the task and the trained agents.

Code Implementations2 repos
Foundations

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

Your Notes