🌙

流式数据递归贝叶斯推断的生成式滤波方法

Generative Filtering for Recursive Bayesian Inference with Streaming Data

Journal of Computational and Graphical Statistics · 2024
被引 1
ABS 3

中文导读

提出生成式滤波方法,在流式数据场景下高效执行递归贝叶斯更新,避免传统滤波因样本多样性下降导致的退化,并通过模拟和生态时间序列验证效果。

Abstract

In the streaming data setting, where data arrive continuously or in frequent batches and there is no pre-determined amount of total data, Bayesian models can employ recursive updates, incorporating each new batch of data into the model parameters’ posterior distribution. Filtering methods are currently used to perform these updates efficiently, however, they suffer from eventual degradation as the number of unique values within the filtered samples decreases. We propose Generative Filtering, a method for efficiently performing recursive Bayesian updates in the streaming setting. Generative Filtering retains the speed of a filtering method while using parallel updates to avoid degenerate distributions after repeated applications. We derive rates of convergence for Generative Filtering and conditions for the use of sufficient statistics instead of fully storing all past data. We investigate the alleviation of filtering degradation through simulation and an ecological time series of counts.

贝叶斯推断流式数据机器学习生成模型