paper-with-me

Papers

Online and Stochastic Gradient Methods for Non-decomposable Loss Functions

2014-10-24 · NeurIPS 2014 12 · Purushottam Kar, Harikrishna Narasimhan, Prateek Jain

Modern applications in sensitive domains such as biometrics and medicine frequently require the use of non-decomposable loss functions such as precision@k, F-measure etc. Compared to point loss functions such as hinge-loss, these offer much more fine grained control over prediction, but at the same time present novel challenges in terms of algorithm design and analysis. In this work we initiate a study of online learning techniques for such non-decomposable loss functions with an aim to enable incremental learning as well as design scalable solvers for batch problems. To this end, we propose an online learning framework for such loss functions. Our model enjoys several nice properties, chief amongst them being the existence of efficient online learning algorithms with sublinear regret and online to batch conversion bounds. Our model is a provable extension of existing online learning models for point loss functions. We instantiate two popular losses, prec@k and pAUC, in our model and prove sublinear regret bounds for both of them. Our proofs require a novel structural lemma over ranked lists which may be of independent interest. We then develop scalable stochastic gradient descent solvers for non-decomposable loss functions. We show that for a large family of loss functions satisfying a certain uniform convergence property (that includes prec@k, pAUC, and F-measure), our methods provably converge to the empirical risk minimizer. Such uniform convergence results were not known for these losses and we establish these using novel proof techniques. We then use extensive experimentation on real life and benchmark datasets to establish that our method can be orders of magnitude faster than a recently proposed cutting plane method.

📄 PDF Abstract BibTeX arXiv:1410.6776

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningLEMMA

Similar Papers 제목 키워드 기반

Variance Reduced Stochastic Proximal Algorithm for AUC Maximization

2019-11-08 · Soham Dan, Dushyant Sahoo

Stochastic Gradient Descent has been widely studied with classification accuracy as a performance measure. However, these stochastic algorithms cannot be directly used when non-decomposable pairwise performance measures …

Backdrop: Stochastic Backpropagation

2018-06-04 · ICLR 2019 5 · Siavash Golkar, Kyle Cranmer

We introduce backdrop, a flexible and simple-to-implement method, intuitively described as dropout acting only along the backpropagation pipeline. Backdrop is implemented via one or more masking layers which are inserted…

Learning Gradient Boosted Multi-label Classification Rules

2020-06-23 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz, Vu-Linh Nguyen 외

In multi-label classification, where the evaluation of predictions is less straightforward than in single-label classification, various meaningful, though different, loss functions have been proposed. Ideally, the learni…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Learning Efficient Random Maximum A-Posteriori Predictors with Non-Decomposable Loss Functions

2013-12-01 · NeurIPS 2013 12 · Tamir Hazan, Subhransu Maji, Joseph Keshet, Tommi Jaakkola

In this work we develop efficient methods for learning random MAP predictors for structured label problems. In particular, we construct posterior distributions over perturbations that can be adjusted via stochastic gradi…

Accelerated Gradient Methods for Stochastic Optimization and Online Learning

2009-12-01 · NeurIPS 2009 12 · Chonghai Hu, Weike Pan, James T. Kwok

Regularized risk minimization often involves non-smooth optimization, either because of the loss function (e.g., hinge loss) or the regularizer (e.g., $\ell_1$-regularizer). Gradient descent methods, though highly scalab…

Stochastic Optimization