Efficient Methods for Online Multiclass Logistic Regression
Naman Agarwal, Satyen Kale, Julian Zimmert

TL;DR
This paper introduces FOLKLORE, a practical and faster algorithm for online multiclass logistic regression that maintains strong theoretical guarantees and extends to bandit prediction and boosting tasks.
Contribution
The paper presents FOLKLORE, a computationally efficient algorithm for online multiclass logistic regression with theoretical guarantees, addressing previous intractability issues.
Findings
FOLKLORE runs quadratically in dimension per iteration.
It achieves near-optimal regret bounds with linear dependence on predictor norm.
The algorithm extends to bandit and boosting scenarios with similar guarantees.
Abstract
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 achieving "fast rates" in the online multiclass logistic regression problem without suffering exponentially from secondary problem parameters, such as the norm of the predictors in the comparison class. While Foster et al. (2018) introduced a statistically optimal algorithm, it is in practice computationally intractable due to its run-time complexity being a large polynomial in the time horizon and dimension of input feature vectors. In this paper, we develop a new algorithm, FOLKLORE, for the problem which runs significantly faster than the algorithm of Foster et al.(2018) -- the running time per iteration scales quadratically in the dimension -- at the cost of a linear…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Machine Learning and Algorithms · Optimization and Search Problems
MethodsLogistic Regression
