AI Agents 相关度: 6/10

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

Lennart Röstel, Berthold Bäuml
arXiv: 2602.19651v1 发布: 2026-02-23 更新: 2026-02-23

AI 摘要

提出了一种基于单步目标学习的降噪粒子滤波算法,用于机器人状态估计。

主要贡献

  • 提出了一种新的粒子滤波算法
  • 使用单步目标函数学习模型
  • 隐式学习测量模型并使用降噪评分匹配目标
  • 允许引入先验信息和外部传感器模型,无需重新训练

方法论

使用降噪评分匹配训练模型,通过学习到的denoiser和动力学模型近似求解贝叶斯滤波方程。

原文摘要

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.

标签

粒子滤波 状态估计 机器人 贝叶斯滤波 深度学习

arXiv 分类

cs.RO cs.AI cs.LG