TL;DR
The paper introduces Factored LDCRF, a novel sequence modeling approach that captures multiple interacting latent dynamics, outperforming existing models in accuracy, training speed, and model selection ease across various datasets.
Contribution
We propose Factored LDCRF, which models multiple interacting latent dynamics, improving sequence labeling performance and training efficiency over state-of-the-art models.
Findings
FLDCRF outperforms CRF, LDCRF, LSTM, and other models in accuracy.
FLDCRF offers more consistent validation and test performance.
FLDCRF trains faster than LSTM without GPU.
Abstract
Conditional Random Fields (CRF) are frequently applied for labeling and segmenting sequence data. Morency et al. (2007) introduced hidden state variables in a labeled CRF structure in order to model the latent dynamics within class labels, thus improving the labeling performance. Such a model is known as Latent-Dynamic CRF (LDCRF). We present Factored LDCRF (FLDCRF), a structure that allows multiple latent dynamics of the class labels to interact with each other. Including such latent-dynamic interactions leads to improved labeling performance on single-label and multi-label sequence modeling tasks. We apply our FLDCRF models on two single-label (one nested cross-validation) and one multi-label sequence tagging (nested cross-validation) experiments across two different datasets - UCI gesture phase data and UCI opportunity data. FLDCRF outperforms all state-of-the-art sequence models,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest · Sigmoid Activation · Tanh Activation · Conditional Random Field · Long Short-Term Memory
