paper-with-me

홈 › Papers

Latent Support Measure Machines for Bag-of-Words Data Classification

2014-12-01 · NeurIPS 2014 12 · Yuya Yoshikawa, Tomoharu Iwata, Hiroshi Sawada

In many classification problems, the input is represented as a set of features, e.g., the bag-of-words (BoW) representation of documents. Support vector machines (SVMs) are widely used tools for such classification problems. The performance of the SVMs is generally determined by whether kernel values between data points can be defined properly. However, SVMs for BoW representations have a major weakness in that the co-occurrence of different but semantically similar words cannot be reflected in the kernel calculation. To overcome the weakness, we propose a kernel-based discriminative classifier for BoW data, which we call the latent support measure machine (latent SMM). With the latent SMM, a latent vector is associated with each vocabulary term, and each document is represented as a distribution of the latent vectors for words appearing in the document. To represent the distributions efficiently, we use the kernel embeddings of distributions that hold high order moment information about distributions. Then the latent SMM finds a separating hyperplane that maximizes the margins between distributions of different classes while estimating latent vectors for words to improve the classification performance. In the experiments, we show that the latent SMM achieves state-of-the-art accuracy for BoW text classification, is robust with respect to its own hyper-parameters, and is useful to visualize words.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Discriminative Keyword Selection Using Support Vector Machines

2007-12-01 · NeurIPS 2007 12 · Fred Richardson, William M. Campbell

Many tasks in speech processing involve classification of long term characteristics of a speech segment such as language, speaker, dialect, or topic. A natural technique for determining these characteristics is to first …

feature selection

Identifying emergency stages in Facebook posts of police departments with convolutional and recurrent neural networks and support vector machines

2018-01-02 · Nicolai Pogrebnyakov, Edgar Maldonado

Classification of social media posts in emergency response is an important practical problem: accurate classification can help automate processing of such messages and help other responders and the public react to emerge…

General Classification

Sensing-Aware Kernel SVM

2013-12-02 · Weicong Ding, Prakash Ishwar, Venkatesh Saligrama, W. Clem Karl

We propose a novel approach for designing kernels for support vector machines (SVMs) when the class label is linked to the observation through a latent state and the likelihood function of the observation given the state…

General Classificationimage-classificationImage Classification

Infinite Latent SVM for Classification and Multi-task Learning

2011-12-01 · NeurIPS 2011 12 · Jun Zhu, Ning Chen, Eric P. Xing

Unlike existing nonparametric Bayesian models, which rely solely on specially conceived priors to incorporate domain knowledge for discovering improved latent representations, we study nonparametric Bayesian inference wi…

Bayesian InferenceClassificationGeneral ClassificationMulti-Task Learning

One-Class Support Measure Machines for Group Anomaly Detection

2014-08-09 · Krikamol Muandet, Bernhard Schoelkopf

We propose one-class support measure machines (OCSMMs) for group anomaly detection which aims at recognizing anomalous aggregate behaviors of data points. The OCSMMs generalize well-known one-class support vector machine…

Anomaly DetectionGroup Anomaly Detection