paper-with-me

홈 › Papers

List Online Classification

2023-03-27 · Shay Moran, Ohad Sharon, Iska Tsubari, Sivan Yosebashvili

We study multiclass online prediction where the learner can predict using a list of multiple labels (as opposed to just one label in the traditional setting). We characterize learnability in this model using the $b$-ary Littlestone dimension. This dimension is a variation of the classical Littlestone dimension with the difference that binary mistake trees are replaced with $(k+1)$-ary mistake trees, where $k$ is the number of labels in the list. In the agnostic setting, we explore different scenarios depending on whether the comparator class consists of single-labeled or multi-labeled functions and its tradeoff with the size of the lists the algorithm uses. We find that it is possible to achieve negative regret in some cases and provide a complete characterization of when this is possible. As part of our work, we adapt classical algorithms such as Littlestone's SOA and Rosenblatt's Perceptron to predict using lists of labels. We also establish combinatorial results for list-learnable classes, including an list online version of the Sauer-Shelah-Perles Lemma. We state our results within the framework of pattern classes -- a generalization of hypothesis classes which can represent adaptive hypotheses (i.e. functions with memory), and model data-dependent assumptions such as linear classification with margin.

📄 PDF Abstract BibTeX arXiv:2303.15383

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationLEMMA

Similar Papers 제목 키워드 기반

Online probabilistic label trees

2020-07-08 · Kalina Jasinska-Kobus, Marek Wydmuch, Devanathan Thiruvenkatachari, Krzysztof Dembczyński

We introduce online probabilistic label trees (OPLTs), an algorithm that trains a label tree classifier in a fully online manner without any prior knowledge about the number of training instances, their features and labe…

Few-Shot LearningMulti-class Classification

Evaluating Trustworthiness of Online News Publishers via Article Classification

2024-01-03 · John Bianchi, Manuel Pratelli, Marinella Petrocchi, Fabio Pinelli

The proliferation of low-quality online information in today's era has underscored the need for robust and automatic mechanisms to evaluate the trustworthiness of online news publishers. In this paper, we analyse the tru…

ArticlesClassification

A Characterization of List Regression

2024-09-28 · Chirag Pabbaraju, Sahasrajit Sarmasarkar

There has been a recent interest in understanding and characterizing the sample complexity of list learning tasks, where the learning algorithm is allowed to make a short list of $k$ predictions, and we simply require on…

Classificationregression

Defensive Boosting for Online Probabilistic Forecasting

2026-08-13 · Georgy Noarov, Aaron Roth arxiv

We study online probabilistic forecasting of binary outcomes chosen by an adaptive adversary. Given an online learning algorithm for a weak hypothesis class $H$, we would like to efficiently obtain two incomparable guara…

Computable universal online learning

2025-10-21 · Dariusz Kalociński, Tomasz Steifer arxiv

Understanding when learning is possible is a fundamental task in the theory of machine learning. However, many characterizations known from the literature deal with abstract learning as a mathematical object and ignore t…

Binary Classification