paper-with-me

홈 › Papers

Novel and Efficient Approximations for Zero-One Loss of Linear Classifiers

2019-02-28 · Hiva Ghanbari, Minhan Li, Katya Scheinberg

The predictive quality of machine learning models is typically measured in terms of their (approximate) expected prediction accuracy or the so-called Area Under the Curve (AUC). Minimizing the reciprocals of these measures are the goals of supervised learning. However, when the models are constructed by the means of empirical risk minimization (ERM), surrogate functions such as the logistic loss or hinge loss are optimized instead. In this work, we show that in the case of linear predictors, the expected error and the expected ranking loss can be effectively approximated by smooth functions whose closed form expressions and those of their first (and second) order derivatives depend on the first and second moments of the data distribution, which can be precomputed. Hence, the complexity of an optimization algorithm applied to these functions does not depend on the size of the training data. These approximation functions are derived under the assumption that the output of the linear classifier for a given data set has an approximately normal distribution. We argue that this assumption is significantly weaker than the Gaussian assumption on the data itself and we support this claim by demonstrating that our new approximation is quite accurate on data sets that are not necessarily Gaussian. We present computational results that show that our proposed approximations and related optimization algorithms can produce linear classifiers with similar or better test accuracy or AUC, than those obtained using state-of-the-art approaches, in a fraction of the time.

📄 PDF Abstract BibTeX arXiv:1903.00359

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Stochastic Bundle Method for Interpolating Networks

2022-01-29 · Alasdair Paren, Leonard Berrada, Rudra P. K. Poudel, M. Pawan Kumar

We propose a novel method for training deep neural networks that are capable of interpolation, that is, driving the empirical loss to zero. At each iteration, our method constructs a stochastic approximation of the learn…

Boosted CVaR Classification

2021-10-26 · NeurIPS 2021 12 · Runtian Zhai, Chen Dan, Arun Sai Suggala, Zico Kolter 외

Many modern machine learning tasks require models with high tail performance, i.e. high performance over the worst-off samples in the dataset. This problem has been widely studied in fields such as algorithmic fairness, …

ClassificationDecision MakingFairness

You Shall Pass: Dealing with the Zero-Gradient Problem in Predict and Optimize for Convex Optimization

2023-07-30 · Grigorii Veviurko, Wendelin Böhmer, Mathijs de Weerdt

Predict and optimize is an increasingly popular decision-making paradigm that employs machine learning to predict unknown parameters of optimization problems. Instead of minimizing the prediction error of the parameters,…

Decision Making

Revisiting Discriminative vs. Generative Classifiers: Theory and Implications

2023-02-05 · Chenyu Zheng, Guoqiang Wu, Fan Bao, Yue Cao 외

A large-scale deep model pre-trained on massive labeled or unlabeled data transfers well to downstream tasks. Linear evaluation freezes parameters in the pre-trained model and trains a linear classifier separately, which…

Few-Shot LearningImage ClassificationLinear evaluationregression

GEX: A flexible method for approximating influence via Geometric Ensemble

2023-09-21 · NeurIPS 2023 11

Through a deeper understanding of predictions of neural networks, Influence Function (IF) has been applied to various tasks such as detecting and relabeling mislabeled samples, dataset pruning, and separation of data sou…