LGAIROJan 24, 2018

Active Neural Localization

arXiv:1801.08214v189 citations
Originality Incremental advance
AI Analysis

This work addresses localization for autonomous agents, presenting a novel integration of filtering and policy models, but it is incremental as it builds on traditional methods with neural enhancements.

The paper tackles the problem of autonomous agent localization by proposing Active Neural Localizer, a fully differentiable neural network that learns to localize accurately and efficiently, reducing the number of steps required compared to traditional methods, with results demonstrated in 2D mazes and 3D environments using raw-pixel RGB observations.

Localization is the problem of estimating the location of an autonomous agent from an observation and a map of the environment. Traditional methods of localization, which filter the belief based on the observations, are sub-optimal in the number of steps required, as they do not decide the actions taken by the agent. We propose "Active Neural Localizer", a fully differentiable neural network that learns to localize accurately and efficiently. The proposed model incorporates ideas of traditional filtering-based localization methods, by using a structured belief of the state with multiplicative interactions to propagate belief, and combines it with a policy model to localize accurately while minimizing the number of steps required for localization. Active Neural Localizer is trained end-to-end with reinforcement learning. We use a variety of simulation environments for our experiments which include random 2D mazes, random mazes in the Doom game engine and a photo-realistic environment in the Unreal game engine. The results on the 2D environments show the effectiveness of the learned policy in an idealistic setting while results on the 3D environments demonstrate the model's capability of learning the policy and perceptual model jointly from raw-pixel based RGB observations. We also show that a model trained on random textures in the Doom environment generalizes well to a photo-realistic office space environment in the Unreal engine.

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