Linear-Time Sequence Classification using Restricted Boltzmann Machines
Son N. Tran, Srikanth Cherla, Artur Garcez, Tillman Weyde

TL;DR
This paper introduces a compact, efficient sequence classification model using rolling Restricted Boltzmann Machines that outperforms some state-of-the-art methods with fewer parameters.
Contribution
It proposes a novel, intractability-optimized RBM-based model for sequence classification that combines representation learning and temporal inference.
Findings
Outperforms state-of-the-art in melody modeling and OCR
Comparable to complex RNNs with fewer parameters
Demonstrates effectiveness on POS tagging and text chunking
Abstract
Classification of sequence data is the topic of interest for dynamic Bayesian models and Recurrent Neural Networks (RNNs). While the former can explicitly model the temporal dependencies between class variables, the latter have a capability of learning representations. Several attempts have been made to improve performance by combining these two approaches or increasing the processing capability of the hidden units in RNNs. This often results in complex models with a large number of learning parameters. In this paper, a compact model is proposed which offers both representation learning and temporal inference of class variables by rolling Restricted Boltzmann Machines (RBMs) and class variables over time. We address the key issue of intractability in this variant of RBMs by optimising a conditional distribution, instead of a joint distribution. Experiments reported in the paper on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
