paper-with-me

Papers

Implementing spectral methods for hidden Markov models with real-valued emissions

2014-04-29 · Carl Mattfeld

Hidden Markov models (HMMs) are widely used statistical models for modeling sequential data. The parameter estimation for HMMs from time series data is an important learning problem. The predominant methods for parameter estimation are based on local search heuristics, most notably the expectation-maximization (EM) algorithm. These methods are prone to local optima and oftentimes suffer from high computational and sample complexity. Recent years saw the emergence of spectral methods for the parameter estimation of HMMs, based on a method of moments approach. Two spectral learning algorithms as proposed by Hsu, Kakade and Zhang 2012 (arXiv:0811.4413) and Anandkumar, Hsu and Kakade 2012 (arXiv:1203.0683) are assessed in this work. Using experiments with synthetic data, the algorithms are compared with each other. Furthermore, the spectral methods are compared to the Baum-Welch algorithm, a well-established method applying the EM algorithm to HMMs. The spectral algorithms are found to have a much more favorable computational and sample complexity. Even though the algorithms readily handle high dimensional observation spaces, instability issues are encountered in this regime. In view of learning from real-world experimental data, the representation of real-valued observations for the use in spectral methods is discussed, presenting possible methods to represent data for the use in the learning algorithms.

📄 PDF Abstract BibTeX arXiv:1404.7472

Code (1)

cmgithub/spectral 공식 구현

Tasks

parameter estimationTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

A Spectral Algorithm for Inference in Hidden Semi-Markov Models

2014-07-12 · Igor Melnyk, Arindam Banerjee

Hidden semi-Markov models (HSMMs) are latent variable models which allow latent state persistence and can be viewed as a generalization of the popular hidden Markov models (HMMs). In this paper, we introduce a novel spec…

Spectral Learning of Mixture of Hidden Markov Models

2014-12-01 · NeurIPS 2014 12 · Cem Subakan, Johannes Traa, Paris Smaragdis

In this paper, we propose a learning approach for the Mixture of Hidden Markov Models (MHMM) based on the Method of Moments (MoM). Computational advantages of MoM make MHMM learning amenable for large data sets. It is no…

Multiscale Hidden Markov Models For Covariance Prediction

2018-01-01 · ICLR 2018 1 · João Sedoc, Jordan Rodu, Dean Foster, Lyle Ungar

This paper presents a novel variant of hierarchical hidden Markov models (HMMs), the multiscale hidden Markov model (MSHMM), and an associated spectral estimation and prediction scheme that is consistent, finds global op…

Prediction

Geographical Hidden Markov Tree for Flood Extent Mapping (With Proof Appendix)

2018-05-24 · Miao Xie, Zhe Jiang, Arpan Man Sainju

Flood extent mapping plays a crucial role in disaster management and national water forecasting. Unfortunately, traditional classification methods are often hampered by the existence of noise, obstacles and heterogeneity…

General ClassificationManagement

Short-Term Wind-Speed Forecasting Using Kernel Spectral Hidden Markov Models

2018-11-15 · Shunsuke Tsuzuki, Yu Nishiyama

In machine learning, a nonparametric forecasting algorithm for time series data has been proposed, called the kernel spectral hidden Markov model (KSHMM). In this paper, we propose a technique for short-term wind-speed p…

BIG-bench Machine LearningTime SeriesTime Series Analysis