Sequential Labeling with online Deep Learning
Gang Chen, Ran Xu, Sargur Srihari

TL;DR
This paper introduces a deep learning model for sequential labeling that incorporates label relationships and context, outperforming traditional methods like CRFs by learning non-linear features through pretraining and online optimization.
Contribution
It proposes a novel deep learning architecture with label inter-relationships and online training for improved sequential labeling performance.
Findings
Model outperforms baseline methods on challenge tasks.
Pretraining with stacked RBMs enhances feature learning.
Online learning improves training efficiency and accuracy.
Abstract
Deep learning has attracted great attention recently and yielded the state of the art performance in dimension reduction and classification problems. However, it cannot effectively handle the structured output prediction, e.g. sequential labeling. In this paper, we propose a deep learning structure, which can learn discriminative features for sequential labeling problems. More specifically, we add the inter-relationship between labels in our deep learning structure, in order to incorporate the context information from the sequential data. Thus, our model is more powerful than linear Conditional Random Fields (CRFs) because the objective function learns latent non-linear features so that target labeling can be better predicted. We pretrain the deep structure with stacked restricted Boltzmann machines (RBMs) for feature learning and optimize our objective function with online learning…
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
TopicsFace and Expression Recognition · Advanced Image and Video Retrieval Techniques · Generative Adversarial Networks and Image Synthesis
