paper-with-me

Papers

Stochastic Hard Thresholding Algorithms for AUC Maximization

2020-11-04 · Zhenhuan Yang, Baojian Zhou, Yunwen Lei, Yiming Ying

In this paper, we aim to develop stochastic hard thresholding algorithms for the important problem of AUC maximization in imbalanced classification. The main challenge is the pairwise loss involved in AUC maximization. We overcome this obstacle by reformulating the U-statistics objective function as an empirical risk minimization (ERM), from which a stochastic hard thresholding algorithm (\texttt{SHT-AUC}) is developed. To our best knowledge, this is the first attempt to provide stochastic hard thresholding algorithms for AUC maximization with a per-iteration cost $\O(b d)$ where $d$ and $b$ are the dimension of the data and the minibatch size, respectively. We show that the proposed algorithm enjoys the linear convergence rate up to a tolerance error. In particular, we show, if the data is generated from the Gaussian distribution, then its convergence becomes slower as the data gets more imbalanced. We conduct extensive experiments to show the efficiency and effectiveness of the proposed algorithms.

📄 PDF Abstract BibTeX arXiv:2011.02396

Code (1)

baojianzhou/sparse-auc 공식 구현

Tasks

imbalanced classification

Similar Papers 제목 키워드 기반

Dual Iterative Hard Thresholding: From Non-convex Sparse Minimization to Non-smooth Concave Maximization

2017-03-01 · ICML 2017 8 · Bo Liu, Xiao-Tong Yuan, Lezi Wang, Qingshan Liu 외

Iterative Hard Thresholding (IHT) is a class of projected gradient descent methods for optimizing sparsity-constrained minimization models, with the best known efficiency and scalability in practice. As far as we know, t…

Computational EfficiencyStochastic Optimization

Efficient Stochastic Gradient Hard Thresholding

2018-12-01 · NeurIPS 2018 12 · Pan Zhou, Xiao-Tong Yuan, Jiashi Feng

Stochastic gradient hard thresholding methods have recently been shown to work favorably in solving large-scale empirical risk minimization problems under sparsity or rank constraint. Despite the improved iteration compl…

Computational Efficiency

Efficient High-Dimensional Data Representation Learning via Semi-Stochastic Block Coordinate Descent Methods

2019-09-25 · Bingkun Wei, Yangyang Li, Fanhua Shang, Yuanyuan Liu 외

With the increase of data volume and data dimension, sparse representation learning attracts more and more attention. For high-dimensional data, randomized block coordinate descent methods perform well because they do no…

Face RecognitionRepresentation Learning

Efficient Relaxed Gradient Support Pursuit for Sparsity Constrained Non-convex Optimization

2019-12-02 · Fanhua Shang, Bingkun Wei, Hongying Liu, Yuanyuan Liu 외

Large-scale non-convex sparsity-constrained problems have recently gained extensive attention. Most existing deterministic optimization methods (e.g., GraSP) are not suitable for large-scale and high-dimensional problems…

Stochastic Optimization

Stochastic Natural Thresholding Algorithms

2023-06-07 · Rachel Grotheer, Shuang Li, Anna Ma, Deanna Needell 외

Sparse signal recovery is one of the most fundamental problems in various applications, including medical imaging and remote sensing. Many greedy algorithms based on the family of hard thresholding operators have been de…

Computational Efficiency