paper-with-me

Papers

Factored Latent-Dynamic Conditional Random Fields for Single and Multi-label Sequence Modeling

2019-11-09 · Satyajit Neogi, Justin Dauwels

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, i.e., CRF, LDCRF, LSTM, LSTM-CRF, Factorial CRF, Coupled CRF and a multi-label LSTM model in all our experiments. In addition, LSTM based models display inconsistent performance across validation and test data, and pose diffculty to select models on validation data during our experiments. FLDCRF offers easier model selection, consistency across validation and test performance and lucid model intuition. FLDCRF is also much faster to train compared to LSTM, even without a GPU. FLDCRF outshines the best LSTM model by ~4% on a single-label task on UCI gesture phase data and outperforms LSTM performance by ~2% on average across nested cross-validation test sets on the multi-label sequence tagging experiment on UCI opportunity data. The idea of FLDCRF can be extended to joint (multi-agent interactions) and heterogeneous (discrete and continuous) state space models.

📄 PDF Abstract BibTeX arXiv:1911.03667

Code (1)

satyajitneogiju/FLDCRF-for-sequence-labeling 공식 구현

Tasks

GPUModel SelectionState Space Models

Methods 이 논문이 사용한 방법론

Test 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Context Model for Pedestrian Intention Prediction using Factored Latent-Dynamic Conditional Random Fields

2019-07-27 · Satyajit Neogi, Michael Hoy, Kang Dang, Hang Yu 외

Smooth handling of pedestrian interactions is a key requirement for Autonomous Vehicles (AV) and Advanced Driver Assistance Systems (ADAS). Such systems call for early and accurate prediction of a pedestrian's crossing/n…

Autonomous VehiclesPredictionTime Series Analysis

Exact Decoding on Latent Variable Conditional Models is NP-Hard

2014-06-18 · Xu Sun

Latent variable conditional models, including the latent conditional random fields as a special case, are popular models for many natural language processing and vision processing tasks. The computational complexity of t…

What's the point? Frame-wise Pointing Gesture Recognition with Latent-Dynamic Conditional Random Fields

2015-10-20 · Christian Wittner, Boris Schauerte, Rainer Stiefelhagen

We use Latent-Dynamic Conditional Random Fields to perform skeleton-based pointing gesture classification at each time instance of a video sequence, where we achieve a frame-wise pointing accuracy of roughly 83%. Subsequ…

General ClassificationGesture Recognition

UAV Sensor Fusion With Latent-Dynamic Conditional Random Fields in Coronal Plane Estimation

2016-06-01 · CVPR 2016 6 · Amir M. Rahimi, Raphael Ruschel, B. S. Manjunath

We present a real-time body orientation estimation in a micro-Unmanned Air Vehicle video stream. This work is part of a fully autonomous UAV system which can maneuver to face a single individual in challenging outdoor en…

Sensor Fusion

Variable-state Latent Conditional Random Fields for Facial Expression Recognition and Action Unit Detection

2015-10-13 · Robert Walecki, Ognjen Rudovic, Vladimir Pavlovic, Maja Pantic

Automated recognition of facial expressions of emotions, and detection of facial action units (AUs), from videos depends critically on modeling of their dynamics. These dynamics are characterized by changes in temporal p…

Action Unit DetectionFacial Expression RecognitionFacial Expression Recognition (FER)