paper-with-me

Papers

Hidden Markov Neural Networks

2020-04-15 · Lorenzo Rimella, Nick Whiteley

We define an evolving in-time Bayesian neural network called a Hidden Markov Neural Network, which addresses the crucial challenge in time-series forecasting and continual learning: striking a balance between adapting to new data and appropriately forgetting outdated information. This is achieved by modelling the weights of a neural network as the hidden states of a Hidden Markov model, with the observed process defined by the available data. A filtering algorithm is employed to learn a variational approximation of the evolving-in-time posterior distribution over the weights. By leveraging a sequential variant of Bayes by Backprop, enriched with a stronger regularization technique called variational DropConnect, Hidden Markov Neural Networks achieve robust regularization and scalable inference. Experiments on MNIST, dynamic classification tasks, and next-frame forecasting in videos demonstrate that Hidden Markov Neural Networks provide strong predictive performance while enabling effective uncertainty quantification.

📄 PDF Abstract BibTeX arXiv:2004.06963

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningTime SeriesTime Series AnalysisTime Series ForecastingUncertainty Quantification

Methods 이 논문이 사용한 방법론

DropConnect DropConnect generalizes Dropout by randomly dropping the weights rather than the activations with probability $1-p$. DropConnect…

Similar Papers 제목 키워드 기반

Infinite Structured Hidden Semi-Markov Models

2014-06-30 · Jonathan H. Huggins, Frank Wood

This paper reviews recent advances in Bayesian nonparametric techniques for constructing and performing inference in infinite hidden Markov models. We focus on variants of Bayesian nonparametric hidden Markov models that…

The Infinite Factorial Hidden Markov Model

2008-12-01 · NeurIPS 2008 12 · Jurgen V. Gael, Yee W. Teh, Zoubin Ghahramani

We introduces a new probability distribution over a potentially infinite number of binary Markov chains which we call the Markov Indian buffet process. This process extends the IBP to allow temporal dependencies in the h…

blind source separationmodel

Markov Observation Models

2022-08-12 · Michael A. Kouritzin

Herein, the Hidden Markov Model is expanded to allow for Markov chain observations. In particular, the observations are assumed to be a Markov chain whose one step transition probabilities depend upon the hidden Markov c…

Comparative Analysis of the Hidden Markov Model and LSTM: A Simulative Approach

2020-08-09 · Manie Tadayon, Greg Pottie

Time series and sequential data have gained significant attention recently since many real-world processes in various domains such as finance, education, biology, and engineering can be modeled as time series. Although m…

Time SeriesTime Series Analysis

GMM-Based Hidden Markov Random Field for Color Image and 3D Volume Segmentation

2012-12-18 · Quan Wang

In this project, we first study the Gaussian-based hidden Markov random field (HMRF) model and its expectation-maximization (EM) algorithm. Then we generalize it to Gaussian mixture model-based hidden Markov random field…

Image SegmentationSegmentationSemantic Segmentation