paper-with-me

Papers

Linear Algorithms for Robust and Scalable Nonparametric Multiclass Probability Estimation

2022-05-25 · Liyun Zeng, Hao Helen Zhang

Multiclass probability estimation is the problem of estimating conditional probabilities of a data point belonging to a class given its covariate information. It has broad applications in statistical analysis and data science. Recently a class of weighted Support Vector Machines (wSVMs) has been developed to estimate class probabilities through ensemble learning for $K$-class problems (Wu, Zhang and Liu, 2010; Wang, Zhang and Wu, 2019), where $K$ is the number of classes. The estimators are robust and achieve high accuracy for probability estimation, but their learning is implemented through pairwise coupling, which demands polynomial time in $K$. In this paper, we propose two new learning schemes, the baseline learning and the One-vs-All (OVA) learning, to further improve wSVMs in terms of computational efficiency and estimation accuracy. In particular, the baseline learning has optimal computational complexity in the sense that it is linear in $K$. Though not being most efficient in computation, the OVA offers the best estimation accuracy among all the procedures under comparison. The resulting estimators are distribution-free and shown to be consistent. We further conduct extensive numerical experiments to demonstrate finite sample performance.

📄 PDF Abstract BibTeX arXiv:2205.12460

Code (1)

zly555/mpewsvms 공식 구현

Tasks

Computational EfficiencyEnsemble Learning

Similar Papers 제목 키워드 기반

Classification using log Gaussian Cox processes

2014-05-16 · Alexander G. de G. Matthews, Zoubin Ghahramani

McCullagh and Yang (2006) suggest a family of classification algorithms based on Cox processes. We further investigate the log Gaussian variant which has a number of appealing properties. Conditioned on the covariates, t…

ClassificationGeneral Classification

Fourier Transform Approach to Machine Learning III: Fourier Classification

2020-01-03 · Soheil Mehrabkhani

We propose a Fourier-based learning algorithm for highly nonlinear multiclass classification. The algorithm is based on a smoothing technique to calculate the probability distribution of all classes. To obtain the probab…

BIG-bench Machine LearningClassificationFeature EngineeringGeneral Classification

Logistic Regression: The Importance of Being Improper

2018-03-25 · Dylan J. Foster, Satyen Kale, Haipeng Luo, Mehryar Mohri 외

Learning linear predictors with the logistic loss---both in stochastic and online settings---is a fundamental task in machine learning and statistics, with direct connections to classification and boosting. Existing "fas…

regression

Scalable Multilabel Prediction via Randomized Methods

2015-02-09 · Nikos Karampatziakis, Paul Mineiro

Modeling the dependence between outputs is a fundamental challenge in multilabel classification. In this work we show that a generic regularized nonlinearity mapping independent predictions to joint predictions is suffic…

General ClassificationPrediction

In-Context Learning as Nonparametric Conditional Probability Estimation: Risk Bounds and Optimality

2025-08-12 · Chenrui Liu, Falong Tan, Chuanlong Xie, Yicheng Zeng 외 arxiv

This paper investigates the expected excess risk of in-context learning (ICL) for multiclass classification. We formalize each task as a sequence of labeled examples followed by a query input; a pretrained model then est…