paper-with-me

Papers

Probabilistic Classification Vector Machine for Multi-Class Classification

2020-06-29 · Shengfei Lyu, Xing Tian, Yang Li, Bingbing Jiang, Huanhuan Chen

The probabilistic classification vector machine (PCVM) synthesizes the advantages of both the support vector machine and the relevant vector machine, delivering a sparse Bayesian solution to classification problems. However, the PCVM is currently only applicable to binary cases. Extending the PCVM to multi-class cases via heuristic voting strategies such as one-vs-rest or one-vs-one often results in a dilemma where classifiers make contradictory predictions, and those strategies might lose the benefits of probabilistic outputs. To overcome this problem, we extend the PCVM and propose a multi-class probabilistic classification vector machine (mPCVM). Two learning algorithms, i.e., one top-down algorithm and one bottom-up algorithm, have been implemented in the mPCVM. The top-down algorithm obtains the maximum a posteriori (MAP) point estimates of the parameters based on an expectation-maximization algorithm, and the bottom-up algorithm is an incremental paradigm by maximizing the marginal likelihood. The superior performance of the mPCVMs, especially when the investigated problem has a large number of classes, is extensively evaluated on synthetic and benchmark data sets.

📄 PDF Abstract BibTeX arXiv:2006.15791

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMulti-class Classification

Similar Papers 제목 키워드 기반

Incremental Import Vector Machines for Classifying Hyperspectral Data

2017-08-20 · Ribana Roscher, Björn Waske, Wolfgang Förstner

In this paper we propose an incremental learning strategy for import vector machines (IVM), which is a sparse kernel logistic regression approach. We use the procedure for the concept of self-training for sequential clas…

ClassificationGeneral ClassificationIncremental Learning

Cost-sensitive probabilistic predictions for support vector machines

2023-10-09 · Sandra Benítez-Peña, Rafael Blanquero, Emilio Carrizosa, Pepa Ramírez-Cobo

Support vector machines (SVMs) are widely used and constitute one of the best examined and used machine learning models for two-class classification. Classification in SVM is based on a score procedure, yielding a determ…

Specificity

Proposing a Localized Relevance Vector Machine for Pattern Classification

2019-04-07 · Farhood Rismanchian, Karim Rahimian

Relevance vector machine (RVM) can be seen as a probabilistic version of support vector machines which is able to produce sparse solutions by linearly weighting a small number of basis functions instead using all of them…

ClassificationGeneral Classification

Probabilistic Learning Vector Quantization on Manifold of Symmetric Positive Definite Matrices

2021-02-01 · Fengzhen Tang, Haifeng Feng, Peter Tino, Bailu Si 외

In this paper, we develop a new classification method for manifold-valued data in the framework of probabilistic learning vector quantization. In many classification scenarios, the data can be naturally represented by sy…

EEGElectroencephalogram (EEG)General ClassificationMotor Imagery+1

Probabilistic Feature Selection and Classification Vector Machine

2016-09-18 · Bingbing Jiang, Chang Li, Maarten de Rijke, Xin Yao 외

Sparse Bayesian learning is a state-of-the-art supervised learning algorithm that can choose a subset of relevant samples from the input data and make reliable probabilistic predictions. However, in the presence of high-…

Classificationfeature selectionGeneral Classification