paper-with-me

Papers

Learning with Multiclass AUC: Theory and Algorithms

2021-07-28 · TPAMI 2021 7 · Zhiyong Yang, Qianqian Xu, Shilong Bao, Xiaochun Cao, Qingming Huang

The Area under the ROC curve (AUC) is a well-known ranking metric for problems such as imbalanced learning and recommender systems. The vast majority of existing AUC-optimization-based machine learning methods only focus on binary-class cases, while leaving the multiclass cases unconsidered. In this paper, we start an early trial to consider the problem of learning multiclass scoring functions via optimizing multiclass AUC metrics. Our foundation is based on the M metric, which is a well-known multiclass extension of AUC. We first pay a revisit to this metric, showing that it could eliminate the imbalance issue from the minority class pairs. Motivated by this, we propose an empirical surrogate risk minimization framework to approximately optimize the M metric. Theoretically, we show that: (i) optimizing most of the popular differentiable surrogate losses suffices to reach the Bayes optimal scoring function asymptotically; (ii) the training framework enjoys an imbalance-aware generalization error bound, which pays more attention to the bottleneck samples of minority classes compared with the traditional $O(\sqrt{1/N})$ result. Practically, to deal with the low scalability of the computational operations, we propose acceleration methods for three popular surrogate loss functions, including the exponential loss, squared loss, and hinge loss, to speed up loss and gradient evaluations. Finally, experimental results on 11 real-world datasets demonstrate the effectiveness of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2107.13171

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Multiclass Boosting: Theory and Algorithms

2011-12-01 · NeurIPS 2011 12 · Mohammad J. Saberian, Nuno Vasconcelos

The problem of multiclass boosting is considered. A new framework,based on multi-dimensional codewords and predictors is introduced. The optimal set of codewords is derived, and a margin enforcing loss proposed. The res…

The Implicit Bias of Gradient Descent on Separable Multiclass Data

2024-11-02 · Hrithik Ravi, Clayton Scott, Daniel Soudry, Yutong Wang

Implicit bias describes the phenomenon where optimization-based training algorithms, without explicit regularization, show a preference for simple estimators even when more complex estimators have equal objective values.…

Binary ClassificationClassification

A Characterization of List Learnability

2022-11-07 · Moses Charikar, Chirag Pabbaraju

A classical result in learning theory shows the equivalence of PAC learnability of binary hypothesis classes and the finiteness of VC dimension. Extending this to the multiclass setting was an open problem, which was set…

Learning TheoryPAC learning

FIRAL: An Active Learning Algorithm for Multinomial Logistic Regression

2024-09-11 · NeurIPS 2023 11 · Youguang Chen, George Biros

We investigate theory and algorithms for pool-based active learning for multiclass classification using multinomial logistic regression. Using finite sample analysis, we prove that the Fisher Information Ratio (FIR) lowe…

Active Learningregression

Polynomial-Time Robust Multiclass Linear Classification under Gaussian Marginals

2026-05-20 · Ilias Diakonikolas, Giannis Iakovidis, Mingchen Ma arxiv

We study the task of agnostic learning of multiclass linear classifiers under the Gaussian distribution. Given labeled examples $(x, y)$ from a distribution over $\mathbb{R}^d \times [k]$, with Gaussian $x$-marginal, the…