paper-with-me

홈 › Papers

Efficient and Noise-Tolerant PAC Learning of Multiclass Linear Classifiers

2026-05-18 · Rita Adhikari, Shiwei Zeng arxiv

Noise-tolerant PAC learning of linear models has been of central interests in machine learning community since the last century. In recent years, many computationally-efficient algorithms have been proposed for the problem of learning linear threshold functions under multiple noise models. Yet, when the problem is considered under multiclass learning settings, i.e. when the number of classes $k$ is at least $3$, it is unknown whether there exist computationally-efficient PAC learning algorithms when the data sets are maliciously corrupted. In this paper, we consider that the marginal distribution is a mixture of bounded variance distributions and the data sets satisfy a margin condition at the same time. We show that there exists a computationally-efficient algorithm that PAC learns multiclass linear classifiers $\{h_w:x\mapsto \arg\max_{y\in[k]}w_y\cdot x, x\in \mathbb{R}^d, w\in\mathbb{R}^{kd}\}$ using at most $O(k^2\cdot (d\log d+\log k))$ samples even under a constant rate of nasty noise. Our algorithm consists of two main ingredients: a cluster-based pruning scheme and a standard multiclass hinge loss minimization program. Even in the special case of binary setting, i.e. $k=2$, our result is strictly stronger than all prior works.

📄 PDF Abstract BibTeX arXiv:2605.18662

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unconfused ultraconservative multiclass algorithms

2015-06-24 · Ugo Louche, Liva Ralaivola

We tackle the problem of learning linear classifiers from noisy datasets in a multiclass setting. The two-class version of this problem was studied a few years ago where the proposed approaches to combat the noise revolv…

Unconfused Ultraconservative Multiclass Algorithms

2014-03-20 · Ugo Louche, Liva Ralaivola

We tackle the problem of learning linear classifiers from noisy datasets in a multiclass setting. The two-class version of this problem was studied a few years ago by, e.g. Bylander (1994) and Blum et al. (1996): in thes…

General Classification

Robust Loss Functions under Label Noise for Deep Neural Networks

2017-12-27 · Aritra Ghosh, Himanshu Kumar, P. S. Sastry

In many applications of classifier learning, training data suffers from label noise. Deep networks are learned using huge training data where the problem of noisy labels is particularly relevant. The current techniques p…

Binary ClassificationClassificationGeneral Classification

Generalization Error Bounds for Multiclass Sparse Linear Classifiers

2022-04-13 · Tomer Levy, Felix Abramovich

We consider high-dimensional multiclass classification by sparse multinomial logistic regression. Unlike binary classification, in the multiclass setup one can think about an entire spectrum of possible notions of sparsi…

Binary Classificationfeature selectionregression

Learning From Non-iid Data: Fast Rates for the One-vs-All Multiclass Plug-in Classifiers

2014-08-12 · Vu Dinh, Lam Si Tung Ho, Nguyen Viet Cuong, Duy Nguyen 외

We prove new fast learning rates for the one-vs-all multiclass plug-in classifiers trained either from exponentially strongly mixing data or from data generated by a converging drifting distribution. These are two typica…

All