MLLGSep 23, 2015

Deep Temporal Sigmoid Belief Networks for Sequence Modeling

arXiv:1509.07087v189 citations
Originality Incremental advance
AI Analysis

This addresses sequence modeling for time-series data, but it is incremental as it builds on existing sigmoid belief networks.

The paper tackles sequence modeling by developing deep temporal sigmoid belief networks, achieving state-of-the-art predictive performance on datasets like bouncing balls and polyphonic music.

Deep dynamic generative models are developed to learn sequential dependencies in time-series data. The multi-layered model is designed by constructing a hierarchy of temporal sigmoid belief networks (TSBNs), defined as a sequential stack of sigmoid belief networks (SBNs). Each SBN has a contextual hidden state, inherited from the previous SBNs in the sequence, and is used to regulate its hidden bias. Scalable learning and inference algorithms are derived by introducing a recognition model that yields fast sampling from the variational posterior. This recognition model is trained jointly with the generative model, by maximizing its variational lower bound on the log-likelihood. Experimental results on bouncing balls, polyphonic music, motion capture, and text streams show that the proposed approach achieves state-of-the-art predictive performance, and has the capacity to synthesize various sequences.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes