paper-with-me

Papers

Learning higher-order sequential structure with cloned HMMs

2019-05-01 · Antoine Dedieu, Nishad Gothoskar, Scott Swingle, Wolfgang Lehrach, Miguel Lázaro-Gredilla, Dileep George

Variable order sequence modeling is an important problem in artificial and natural intelligence. While overcomplete Hidden Markov Models (HMMs), in theory, have the capacity to represent long-term temporal structure, they often fail to learn and converge to local minima. We show that by constraining HMMs with a simple sparsity structure inspired by biology, we can make it learn variable order sequences efficiently. We call this model cloned HMM (CHMM) because the sparsity structure enforces that many hidden states map deterministically to the same emission state. CHMMs with over 1 billion parameters can be efficiently trained on GPUs without being severely affected by the credit diffusion problem of standard HMMs. Unlike n-grams and sequence memoizers, CHMMs can model temporal dependencies at arbitrarily long distances and recognize contexts with 'holes' in them. Compared to Recurrent Neural Networks and their Long Short-Term Memory extensions (LSTMs), CHMMs are generative models that can natively deal with uncertainty. Moreover, CHMMs return a higher-order graph that represents the temporal structure of the data which can be useful for community detection, and for building hierarchical models. Our experiments show that CHMMs can beat n-grams, sequence memoizers, and LSTMs on character-level language modeling tasks. CHMMs can be a viable alternative to these methods in some tasks that require variable order sequence modeling and the handling of uncertainty.

📄 PDF Abstract BibTeX arXiv:1905.00507

Code (0)

등록된 구현이 없습니다.

Tasks

Community DetectionLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Investigation on the use of Hidden-Markov Models in automatic transcription of music

2017-04-12 · D. Cazau, G. Nuel

Hidden Markov Models (HMMs) are a ubiquitous tool to model time series data, and have been widely used in two main tasks of Automatic Music Transcription (AMT): note segmentation, i.e. identifying the played notes after …

Music TranscriptionSegmentationTime SeriesTime Series Analysis

Securing Voice-driven Interfaces against Fake (Cloned) Audio Attacks

2019-02-18

Voice cloning technologies have found applications in a variety of areas ranging from personalized speech interfaces to advertisement, robotics, and so on. Existing voice cloning systems are capable of learning speaker c…

Speech SynthesisVoice Cloning

Bridging HMMs and RNNs through Architectural Transformations

2018-10-22 · NIPS Workshop IRASL 2018 · Anonymous

A distinct commonality between HMMs and RNNs is that they both learn hidden representations for sequential data. In addition, it has been noted that the backward computation of the Baum-Welch algorithm for HMMs is a spec…

Language ModelingLanguage Modelling

SpaMHMM: Sparse Mixture of Hidden Markov Models for Graph Connected Entities

2019-03-31 · Diogo Pernes, Jaime S. Cardoso

We propose a framework to model the distribution of sequential data coming from a set of entities connected in a graph with a known topology. The method is based on a mixture of shared hidden Markov models (HMMs), which …

Scaling Factorial Hidden Markov Models: Stochastic Variational Inference without Messages

2016-08-12 · NeurIPS 2016 12 · Yin Cheng Ng, Pawel Chilinski, Ricardo Silva

Factorial Hidden Markov Models (FHMMs) are powerful models for sequential data but they do not scale well with long sequences. We propose a scalable inference and learning algorithm for FHMMs that draws on ideas from the…

Variational Inference