背景 世の中には、ロボットとか車とか、色んなものが「今、自分がどんな状態?」ってのを把握したいんだよね🤔 でも、従来のやり方じゃ、計算が大変だったり、精度が出なかったり…困っちゃう😭
方法 拡散モデルっていう、めっちゃ優秀なAIを引っ張り出してきて、状態を推定する時に使ってみたんだって!✨ 拡散モデルは、色んなデータをうまく扱えるから、今まで難しかった問題も解決できるかも!
続きは「らくらく論文」アプリで
This paper proposes DiffPF, a differentiable particle filter that leverages diffusion models for state estimation in dynamic systems. Unlike conventional differentiable particle filters, which require importance weighting and typically rely on predefined or low-capacity proposal distributions. DiffPF learns a flexible posterior sampler by conditioning a diffusion model on predicted particles and the current observation. This enables accurate, equally-weighted sampling from complex, high-dimensional, and multimodal filtering distributions. We evaluate DiffPF across a range of scenarios, including both unimodal and highly multimodal distributions, and test it on simulated as well as real-world tasks, where it consistently outperforms existing filtering baselines. In particular, DiffPF achieves an 82.8% improvement in estimation accuracy on a highly multimodal global localization benchmark, and a 26% improvement on the real-world KITTI visual odometry benchmark, compared to state-of-the-art differentiable filters. To the best of our knowledge, DiffPF is the first method to integrate conditional diffusion models into particle filtering, enabling high-quality posterior sampling that produces more informative particles and significantly improves state estimation.