Denoising Particle Filters: Learning State Estimation with Single-Step Objectives

📅 2026-02-23
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work proposes a novel framework that integrates classical particle filtering with learning-based methods to address the high training cost and poor interpretability of end-to-end learning in robotic state estimation. Leveraging the Markov assumption, the approach trains a dynamics model using single-step state transitions and implicitly learns the observation model via denoising score matching, thereby approximating the Bayesian filtering equations step-by-step during inference without requiring end-to-end optimization. A key innovation lies in preserving the modular structure of the filter, which enables flexible incorporation of prior knowledge and external sensor models without retraining. Experiments demonstrate that the method achieves accuracy comparable to well-tuned end-to-end baselines in simulation while significantly reducing training complexity and exhibiting superior generalization and compositional capabilities.

Technology Category

Application Category

📝 Abstract
Learning-based methods commonly treat state estimation in robotics as a sequence modeling problem. While this paradigm can be effective at maximizing end-to-end performance, models are often difficult to interpret and expensive to train, since training requires unrolling sequences of predictions in time. As an alternative to end-to-end trained state estimation, we propose a novel particle filtering algorithm in which models are trained from individual state transitions, fully exploiting the Markov property in robotic systems. In this framework, measurement models are learned implicitly by minimizing a denoising score matching objective. At inference, the learned denoiser is used alongside a (learned) dynamics model to approximately solve the Bayesian filtering equation at each time step, effectively guiding predicted states toward the data manifold informed by measurements. We evaluate the proposed method on challenging robotic state estimation tasks in simulation, demonstrating competitive performance compared to tuned end-to-end trained baselines. Importantly, our method offers the desirable composability of classical filtering algorithms, allowing prior information and external sensor models to be incorporated without retraining.
Problem

Research questions and friction points this paper is trying to address.

state estimation
particle filters
denoising
Markov property
Bayesian filtering
Innovation

Methods, ideas, or system contributions that make the work stand out.

Denoising Particle Filter
Score Matching
Markovian State Estimation
Bayesian Filtering
Composable Learning
🔎 Similar Papers
No similar papers found.