Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

121242362483 · May 202619922001200920182026
48 results for CRF structure

Characterizes structures on generalized tangent bundles and CRF-structures.

problem Understanding structures on generalized tangent bundles and CRF-structures.
method Equivalent characterizations and spinor formalism for CRF-structures.
result Characterization of generalized complex manifolds as products and infinitesimal deformations of CRF-structures.

We consider the problem of training probabilistic conditional random fields (CRFs) in the context of a task where performance is measured using a specific loss function. While maximum likelihood is the most common approach to training CRFs, it ignores the inherent structure of the task's loss function. We describe alte…

2011-07-09abs ↗pdf ↗

A generalized F-structure is a complex, isotropic subbundle EE of TcMTcMT_cM\oplus T^*_cM ($T_cM=TM\otimes_{\mathds{R}}\mathds{C}$ and the metric is defined by pairing) such that EEˉ=0E\cap\bar E^{\perp}=0. If EE is also closed by the Courant bracket, EE is a generalized CRF-structure. We show that a generalized F-structur…

2007-05-27abs ↗pdf ↗

Improved SAGA for CRFs reduces memory and improves training performance.

problem Training conditional random fields (CRFs) efficiently and accurately.
method Non-uniform sampling scheme for SAGA variant, reducing memory usage and improving convergence rate.
result Non-uniform SAGA outperforms existing methods in training objective and test error.

Efficiently infers fully-connected CRFs using low-rank approximation.

problem Inference on fully-connected CRFs is challenging due to long-range contextual relationships.
method Developed an efficient algorithm based on SDP and low-rank approximation of the similarity matrix.
result Demonstrated that the method can solve CRFs that were previously unsolvable.

FLDCRF improves sequence labeling performance with latent dynamics interactions.

problem Sequence labeling with improved performance and latent dynamics interactions.
method Factored Latent-Dynamic Conditional Random Fields (FLDCRF) with multiple latent dynamics interactions.
result FLDCRF outperforms state-of-the-art models across multiple datasets.

Often we wish to predict a large number of variables that depend on each other as well as on other observed variables. Structured prediction methods are essentially a combination of classification and graphical modeling, combining the ability of graphical models to compactly model multivariate data with the ability of …

2010-11-17abs ↗pdf ↗

We introduce a conceptually novel structured prediction model, GPstruct, which is kernelized, non-parametric and Bayesian, by design. We motivate the model with respect to existing approaches, among others, conditional random fields (CRFs), maximum margin Markov networks (M3N), and structured support vector machines (S…

2013-07-15abs ↗pdf ↗

Conditional Random Fields (CRFs) are undirected graphical models, a special case of which correspond to conditionally-trained finite state machines. A key advantage of these models is their great flexibility to include a wide array of overlapping, multi-granularity, non-independent features of the input. In face of thi…

2012-10-19abs ↗pdf ↗

Deep neural networks improve music phrase segmentation.

problem Automated melodic phrase detection and segmentation in music.
method Adapted various neural network architectures to symbolic music representation, addressing sparse labeling problem.
result CNN-CRF architecture performs best, offering finer segmentation and faster training.

Efficient deep learning for structured prediction using CNN message estimators.

problem Structured prediction with CRFs using expensive potential function calculations.
method Use CNNs to estimate messages in message passing inference for CRFs, reducing computational cost.
result Achieved best reported intersection-over-union score of 73.4 on PASCAL VOC 2012 test set.

CAT toolkit combines hybrid and E2E approaches for efficient speech recognition.

problem Improving speech recognition efficiency and latency.
method CTC-CRF based framework with contextualized soft forgetting.
result CAT achieves state-of-the-art results with simpler training and streaming ASR.

Paper proposes a streamlined approach to clinical concept extraction using LSTM-CRF.

problem Automated extraction of concepts from clinical records for clinical research.
method Bidirectional LSTM with CRF decoding initialized with general-purpose word embeddings.
result Experimental results outperform all recent methods and rank closely to the best submission from the original i2b2/VA challenge.

The article confirms Thurston's conjecture for a specific class of 3-manifolds using combinatorial Ricci flow.

problem Thurston's triangulation conjecture for hyperbolic 3-manifolds.
method Combinatorial Ricci flow (CRF) with specific conditions and techniques to handle intrinsic difficulties.
result A class of 3-manifolds admits a unique complete hyperbolic metric with totally geodesic boundary.

FGN improves Chinese NER by integrating glyph information and interactive context.

problem Chinese named entity recognition is challenging due to the complexity of characters and their glyphs.
method FGN uses a novel CGS-CNN structure to capture glyph and interactive information, and a sliding window method to fuse BERT and glyph representations.
result FGN achieves state-of-the-art performance on four NER datasets, improving over previous methods.

Improved SAR in asynchronous conversations using neural models and unlabeled data.

problem Lack of labeled data for SAR in asynchronous conversations.
method Hierarchical LSTM-CRF model, semi-supervised learning with word embeddings, adversarial training.
result Adversarial training improves SAR performance by leveraging labeled data from synchronous domains.

Efficiently improves non-autoregressive sequence models for better translation performance.

problem Heavy inference latency and inconsistent output sentences in non-autoregressive models.
method Incorporates a structured inference module with an efficient CRF approximation and dynamic transition technique.
result Significantly better translation performance (BLEU score 26.80) compared to previous non-autoregressive models.

Optimizes submodular extensions for efficient marginal estimation.

problem Efficiently compute approximate marginals for submodular energy functions.
method Equivalence between submodular extensions and LP relaxations for MAP estimation; worst-case optimality established.
result Worst-case optimal submodular extension for various models.

Paper proposes neural approach for Chinese named entity recognition.

problem Challenges in Chinese named entity recognition due to context-dependency and lack of word delimiters.
method Introduces a CNN-LSTM-CRF neural architecture and a unified framework for joint training with word segmentation.
result Improves Chinese named entity recognition performance, especially with limited training data.

The paper studies a rebalanced dataset for imbalanced classification using Centered Random Forests.

problem Imbalanced classification where one class is underrepresented.
method Theoretical analysis of Centered Random Forests (CRF) with rebalanced datasets and debiasing techniques.
result Theoretical Central Limit Theorem (CLT) for the infinite CRF and debiased estimator IS-ICRF.

Scrubbing PHI data from medical records is now efficient and scalable with SpaCy.

problem Efficiency and scalability of de-identification techniques for PHI data.
method Evaluated numerous deep learning techniques including SpaCy for performance and efficiency.
result SpaCy model is both well performing and extremely efficient for PHI data scrubbing.

Alternative optimizer outperforms gradient descent in weakly-supervised CNN segmentation.

problem Training deep neural networks with complex loss functions.
method Demonstrated an alternative optimizer (ADM) outperforming gradient descent.
result Gradient descent performs poorly with certain loss functions, while an alternative optimizer achieves state-of-the-art results.

Graph ConvNet improves classification by leveraging label graph structure.

problem Ignoring label graph structure in multi-class classification leads to suboptimal performance.
method Proposes a GCN-based neural network classifier that incorporates the graph structure of labels.
result The proposed model outperforms baseline methods in terms of graph-theoretic metrics.

Method uses random forest with distance covariance for transfer learning in healthcare.

problem Transfer learning in random forests with sparse differences between source and target.
method Distance covariance-based feature weights in residual random forest.
result Upper bound on mean square error rate for transfer learning in RF.