paper-with-me

홈 › Papers

Fast Rates for Bandit PAC Multiclass Classification

2024-06-18 · Liad Erez, Alon Cohen, Tomer Koren, Yishay Mansour, Shay Moran

We study multiclass PAC learning with bandit feedback, where inputs are classified into one of $K$ possible labels and feedback is limited to whether or not the predicted labels are correct. Our main contribution is in designing a novel learning algorithm for the agnostic $(\varepsilon,\delta)$-PAC version of the problem, with sample complexity of $O\big( (\operatorname{poly}(K) + 1 / \varepsilon^2) \log (|H| / \delta) \big)$ for any finite hypothesis class $H$. In terms of the leading dependence on $\varepsilon$, this improves upon existing bounds for the problem, that are of the form $O(K/\varepsilon^2)$. We also provide an extension of this result to general classes and establish similar sample complexity bounds in which $\log |H|$ is replaced by the Natarajan dimension. This matches the optimal rate in the full-information version of the problem and resolves an open question studied by Daniely, Sabato, Ben-David, and Shalev-Shwartz (2011) who demonstrated that the multiplicative price of bandit feedback in realizable PAC learning is $\Theta(K)$. We complement this by revealing a stark contrast with the agnostic case, where the price of bandit feedback is only $O(1)$ as $\varepsilon \to 0$. Our algorithm utilizes a stochastic optimization technique to minimize a log-barrier potential based on Frank-Wolfe updates for computing a low-variance exploration distribution over the hypotheses, and is made computationally efficient provided access to an ERM oracle over $H$.

📄 PDF Abstract BibTeX arXiv:2406.12406

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationPAC learningStochastic Optimization

Similar Papers 제목 키워드 기반

The price of bandit information in multiclass online classification

2013-02-05 · Amit Daniely, Tom Helbertal

We consider two scenarios of multiclass online learning of a hypothesis class $H\subseteq Y^X$. In the {\em full information} scenario, the learner is exposed to instances together with their labels. In the {\em bandit} …

ClassificationGeneral ClassificationOpen-Ended Question Answering

Efficient Methods for Online Multiclass Logistic Regression

2021-10-06 · Naman Agarwal, Satyen Kale, Julian Zimmert

Multiclass logistic regression is a fundamental task in machine learning with applications in classification and boosting. Previous work (Foster et al., 2018) has highlighted the importance of improper predictors for ach…

regression

Multiclass Classification using dilute bandit feedback

2021-05-17 · Gaurav Batra, Naresh Manwani

This paper introduces a new online learning framework for multiclass classification called learning with diluted bandit feedback. At every time step, the algorithm predicts a candidate label set instead of a single label…

Classification

Learning Multiclass Classifier Under Noisy Bandit Feedback

2020-06-05 · Mudit Agarwal, Naresh Manwani

This paper addresses the problem of multiclass classification with corrupted or noisy bandit feedback. In this setting, the learner may not receive true feedback. Instead, it receives feedback that has been flipped with …

Multiclass Online Learnability under Bandit Feedback

2023-08-08 · Ananth Raman, Vinod Raman, Unique Subedi, Idan Mehalel 외

We study online multiclass classification under bandit feedback. We extend the results of Daniely and Helbertal [2013] by showing that the finiteness of the Bandit Littlestone dimension is necessary and sufficient for ba…