Active Neural Localization
Devendra Singh Chaplot, Emilio Parisotto, Ruslan Salakhutdinov

TL;DR
Active Neural Localizer is a differentiable neural network that learns to efficiently and accurately localize an agent in various environments by combining traditional filtering ideas with reinforcement learning, capable of generalizing across environments.
Contribution
It introduces a fully differentiable neural localization model that integrates belief propagation with learned policies, trained end-to-end with reinforcement learning, for improved efficiency and accuracy.
Findings
Effective in 2D maze environments.
Capable of joint policy and perceptual learning from raw pixels.
Generalizes from simulated to photo-realistic environments.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Neural Networks and Applications · Neural dynamics and brain function
