Particle Filter Networks with Application to Visual Localization
Peter Karkus, David Hsu, Wee Sun Lee

TL;DR
This paper introduces the Particle Filter Network (PFnet), a neural network that encodes a system model and particle filter algorithm, trained end-to-end for improved visual localization in complex environments.
Contribution
The paper presents PFnet, a fully differentiable neural network that learns an optimized system model for particle filtering, enhancing localization accuracy and generalization.
Findings
PFnet outperforms alternative architectures in simulation.
PFnet surpasses traditional model-based methods.
PFnet generalizes well to unseen environments.
Abstract
Particle filtering is a powerful approach to sequential state estimation and finds application in many domains, including robot localization, object tracking, etc. To apply particle filtering in practice, a critical challenge is to construct probabilistic system models, especially for systems with complex dynamics or rich sensory inputs such as camera images. This paper introduces the Particle Filter Network (PFnet), which encodes both a system model and a particle filter algorithm in a single neural network. The PF-net is fully differentiable and trained end-to-end from data. Instead of learning a generic system model, it learns a model optimized for the particle filter algorithm. We apply the PF-net to a visual localization task, in which a robot must localize in a rich 3-D world, using only a schematic 2-D floor map. In simulation experiments, PF-net consistently outperforms…
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
TopicsTarget Tracking and Data Fusion in Sensor Networks · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
