paper-with-me

홈 › Papers

Combining pattern-based CRFs and weighted context-free grammars

2014-04-22 · Rustem Takhanov, Vladimir Kolmogorov

We consider two models for the sequence labeling (tagging) problem. The first one is a {\em Pattern-Based Conditional Random Field }(\PB), in which the energy of a string (chain labeling) $x=x_1\ldots x_n\in D^n$ is a sum of terms over intervals $[i,j]$ where each term is non-zero only if the substring $x_i\ldots x_j$ equals a prespecified word $w\in \Lambda$. The second model is a {\em Weighted Context-Free Grammar }(\WCFG) frequently used for natural language processing. \PB and \WCFG encode local and non-local interactions respectively, and thus can be viewed as complementary. We propose a {\em Grammatical Pattern-Based CRF model }(\GPB) that combines the two in a natural way. We argue that it has certain advantages over existing approaches such as the {\em Hybrid model} of Bened{\'i} and Sanchez that combines {\em $\mbox{$N$-grams}$} and \WCFGs. The focus of this paper is to analyze the complexity of inference tasks in a \GPB such as computing MAP. We present a polynomial-time algorithm for general \GPBs and a faster version for a special case that we call {\em Interaction Grammars}.

📄 PDF Abstract BibTeX arXiv:1404.5475

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Regular-pattern-sensitive CRFs for Distant Label Interactions

2024-11-19 · Sean Papay, Roman Klinger, Sebastian Pado

Linear-chain conditional random fields (CRFs) are a common model component for sequence labeling tasks when modeling the interactions between different labels is important. However, the Markov assumption limits linear-ch…

Hyponymy extraction of domain ontology concept based on ccrfs and hierarchy clustering

2015-08-06 · Qiang Zhan, Chunhong Wang

Concept hierarchy is the backbone of ontology, and the concept hierarchy acquisition has been a hot topic in the field of ontology learning. this paper proposes a hyponymy extraction method of domain ontology concept bas…

Clustering

Monocular Depth Estimation using Multi-Scale Continuous CRFs as Sequential Deep Networks

2018-03-01 · Dan Xu, Elisa Ricci, Wanli Ouyang, Xiaogang Wang 외

Depth cues have been proved very useful in various computer vision and robotic tasks. This paper addresses the problem of monocular depth estimation from a single still image. Inspired by the effectiveness of recent work…

Depth EstimationMonocular Depth Estimation

Inference algorithms for pattern-based CRFs on sequence data

2012-10-01 · Rustem Takhanov, Vladimir Kolmogorov

We consider Conditional Random Fields (CRFs) with pattern-based potentials defined on a chain. In this model the energy of a string (labeling) $x_1...x_n$ is the sum of terms over intervals $[i,j]$ where each term is non…

Efficient SDP Inference for Fully-connected CRFs Based on Low-rank Decomposition

2015-04-07 · CVPR 2015 6 · Peng Wang, Chunhua Shen, Anton Van Den Hengel

Conditional Random Fields (CRF) have been widely used in a variety of computer vision tasks. Conventional CRFs typically define edges on neighboring image pixels, resulting in a sparse graph such that efficient inference…