paper-with-me

홈 › Papers

AUC-maximized Deep Convolutional Neural Fields for Sequence Labeling

2015-11-17 · Sheng Wang, Siqi Sun, Jinbo Xu

Deep Convolutional Neural Networks (DCNN) has shown excellent performance in a variety of machine learning tasks. This manuscript presents Deep Convolutional Neural Fields (DeepCNF), a combination of DCNN with Conditional Random Field (CRF), for sequence labeling with highly imbalanced label distribution. The widely-used training methods, such as maximum-likelihood and maximum labelwise accuracy, do not work well on highly imbalanced data. To handle this, we present a new training algorithm called maximum-AUC for DeepCNF. That is, we train DeepCNF by directly maximizing the empirical Area Under the ROC Curve (AUC), which is an unbiased measurement for imbalanced data. To fulfill this, we formulate AUC in a pairwise ranking framework, approximate it by a polynomial function and then apply a gradient-based procedure to optimize it. We then test our AUC-maximized DeepCNF on three very different protein sequence labeling tasks: solvent accessibility prediction, 8-state secondary structure prediction, and disorder prediction. Our experimental results confirm that maximum-AUC greatly outperforms the other two training methods on 8-state secondary structure prediction and disorder prediction since their label distributions are highly imbalanced and also have similar performance as the other two training methods on the solvent accessibility prediction problem which has three equally-distributed labels. Furthermore, our experimental results also show that our AUC-trained DeepCNF models greatly outperform existing popular predictors of these three tasks.

📄 PDF Abstract BibTeX arXiv:1511.05265

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…

Similar Papers 제목 키워드 기반

End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF: A Reproducibility Study

2025-10-13 · Anirudh Ganesh, Jayavardhan Reddy arxiv

We present a reproducibility study of the state-of-the-art neural architecture for sequence labeling proposed by Ma and Hovy (2016)\cite{ma2016end}. The original BiLSTM-CNN-CRF model combines character-level representati…

Structured Prediction

Neural Latent Dependency Model for Sequence Labeling

2020-11-10 · Yang Zhou, Yong Jiang, Zechuan Hu, Kewei Tu

Sequence labeling is a fundamental problem in machine learning, natural language processing and many other fields. A classic approach to sequence labeling is linear chain conditional random fields (CRFs). When combined w…

model

A Gap-Based Framework for Chinese Word Segmentation via Very Deep Convolutional Networks

2017-12-27 · Zhiqing Sun, Gehui Shen, Zhi-Hong Deng

Most previous approaches to Chinese word segmentation can be roughly classified into character-based and word-based methods. The former regards this task as a sequence-labeling problem, while the latter directly segments…

Chinese Word SegmentationSentence

Conditional Random Fields with High-Order Features for Sequence Labeling

2009-12-01 · NeurIPS 2009 12 · Nan Ye, Wee S. Lee, Hai L. Chieu, Dan Wu

Dependencies among neighbouring labels in a sequence is an important source of information for sequence labeling problems. However, only dependencies between adjacent labels are commonly exploited in practice because of …

Vocal Bursts Intensity Prediction

Incorporating Deep Syntactic and Semantic Knowledge for Chinese Sequence Labeling with GCN

2023-06-03 · Xuemei Tang, Jun Wang, Qi Su

Recently, it is quite common to integrate Chinese sequence labeling results to enhance syntactic and semantic parsing. However, little attention has been paid to the utility of hierarchy and structure information encoded…

Chinese Word SegmentationPart-Of-Speech TaggingSemantic Parsing