paper-with-me

Papers

A Log-linear Gradient Descent Algorithm for Unbalanced Binary Classification using the All Pairs Squared Hinge Loss

2023-02-21 · Kyle R. Rust, Toby D. Hocking

Receiver Operating Characteristic (ROC) curves are plots of true positive rate versus false positive rate which are used to evaluate binary classification algorithms. Because the Area Under the Curve (AUC) is a constant function of the predicted values, learning algorithms instead optimize convex relaxations which involve a sum over all pairs of labeled positive and negative examples. Naive learning algorithms compute the gradient in quadratic time, which is too slow for learning using large batch sizes. We propose a new functional representation of the square loss and squared hinge loss, which results in algorithms that compute the gradient in either linear or log-linear time, and makes it possible to use gradient descent learning with large batch sizes. In our empirical study of supervised binary classification problems, we show that our new algorithm can achieve higher test AUC values on imbalanced data sets than previous algorithms, and make use of larger batch sizes than were previously feasible.

📄 PDF Abstract BibTeX arXiv:2302.11062

Code (0)

등록된 구현이 없습니다.

Tasks

AllBinary Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

On Barycenter Computation: Semi-Unbalanced Optimal Transport-based Method on Gaussians

2024-10-10 · Ngoc-Hai Nguyen, Dung Le, Hoang-Phi Nguyen, Tung Pham 외

We explore a robust version of the barycenter problem among $n$ centered Gaussian probability measures, termed Semi-Unbalanced Optimal Transport (SUOT)-based Barycenter, wherein the barycenter remains fixed while the oth…

Variance Suppression: Balanced Training Process in Deep Learning

2018-11-20 · Tao Yi, Xingxuan Wang

Stochastic gradient descent updates parameters with summation gradient computed from a random data batch. This summation will lead to unbalanced training process if the data we obtained is unbalanced. To address this iss…

Deep Learning

Efficient line search for optimizing Area Under the ROC Curve in gradient descent

2024-10-11 · Jadon Fowler, Toby Dylan Hocking

Receiver Operating Characteristic (ROC) curves are useful for evaluation in binary classification and changepoint detection, but difficult to use for learning since the Area Under the Curve (AUC) is piecewise constant (g…

Binary Classification

Binary Compressive Sensing via Smoothed $\ell_0$ Gradient Descent

2018-01-30 · Tianlin Liu, Dae Gwan Lee

We present a Compressive Sensing algorithm for reconstructing binary signals from its linear measurements. The proposed algorithm minimizes a non-convex cost function expressed as a weighted sum of smoothed $\ell_0$ norm…

Compressive Sensing

An Efficient Pseudo-likelihood Method for Sparse Binary Pairwise Markov Network Estimation

2017-02-27 · Sinong Geng, Zhaobin Kuang, David Page

The pseudo-likelihood method is one of the most popular algorithms for learning sparse binary pairwise Markov networks. In this paper, we formulate the $L_1$ regularized pseudo-likelihood problem as a sparse multiple log…

regression