paper-with-me

홈 › Papers

Fast Gibbs sampling for the local and global trend Bayesian exponential smoothing model

2024-06-29 · Xueying Long, Daniel F. Schmidt, Christoph Bergmeir, Slawek Smyl

In Smyl et al. [Local and global trend Bayesian exponential smoothing models. International Journal of Forecasting, 2024.], a generalised exponential smoothing model was proposed that is able to capture strong trends and volatility in time series. This method achieved state-of-the-art performance in many forecasting tasks, but its fitting procedure, which is based on the NUTS sampler, is very computationally expensive. In this work, we propose several modifications to the original model, as well as a bespoke Gibbs sampler for posterior exploration; these changes improve sampling time by an order of magnitude, thus rendering the model much more practically relevant. The new model, and sampler, are evaluated on the M3 dataset and are shown to be competitive, or superior, in terms of accuracy to the original method, while being substantially faster to run.

📄 PDF Abstract BibTeX arXiv:2407.00492

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series

Similar Papers 제목 키워드 기반

Fast Conditional Mixing of MCMC Algorithms for Non-log-concave Distributions

2023-06-18 · NeurIPS 2023 11 · Xiang Cheng, Bohan Wang, Jingzhao Zhang, Yusong Zhu

MCMC algorithms offer empirically efficient tools for sampling from a target distribution $\pi(x) \propto \exp(-V(x))$. However, on the theory side, MCMC algorithms suffer from slow mixing rate when $\pi(x)$ is non-log-c…

parameter estimation

An estimation of distribution algorithm with adaptive Gibbs sampling for unconstrained global optimization

2011-07-11 · Jonás Velasco, Mario A. Saucedo-Espinosa, Hugo Jair Escalante, Karlo Mendoza 외

In this paper is proposed a new heuristic approach belonging to the field of evolutionary Estimation of Distribution Algorithms (EDAs). EDAs builds a probability model and a set of solutions is sampled from the model whi…

global-optimization

Poisson-Minibatching for Gibbs Sampling with Convergence Rate Guarantees

2019-11-21 · NeurIPS 2019 12 · Ruqi Zhang, Christopher De Sa

Gibbs sampling is a Markov chain Monte Carlo method that is often used for learning and inference on graphical models. Minibatching, in which a small random subset of the graph is used at each iteration, can help make Gi…

Sampling with Adaptive Variance for Multimodal Distributions

2024-11-20 · Björn Engquist, Kui Ren, Yunan Yang

We propose and analyze a class of adaptive sampling algorithms for multimodal distributions on a bounded domain, which share a structural resemblance to the classic overdamped Langevin dynamics. We first demonstrate that…

Analyzing Hogwild Parallel Gaussian Gibbs Sampling

2013-12-01 · NeurIPS 2013 12 · Matthew Johnson, James Saunderson, Alan Willsky

Sampling inference methods are computationally difficult to scale for many models in part because global dependencies can reduce opportunities for parallel computation. Without strict conditional independence structure …