paper-with-me

홈 › Papers

Online AUC Optimization for Sparse High-Dimensional Datasets

2020-09-23 · Baojian Zhou, Yiming Ying, Steven Skiena

The Area Under the ROC Curve (AUC) is a widely used performance measure for imbalanced classification arising from many application domains where high-dimensional sparse data is abundant. In such cases, each $d$ dimensional sample has only $k$ non-zero features with $k \ll d$, and data arrives sequentially in a streaming form. Current online AUC optimization algorithms have high per-iteration cost $\mathcal{O}(d)$ and usually produce non-sparse solutions in general, and hence are not suitable for handling the data challenge mentioned above. In this paper, we aim to directly optimize the AUC score for high-dimensional sparse datasets under online learning setting and propose a new algorithm, \textsc{FTRL-AUC}. Our proposed algorithm can process data in an online fashion with a much cheaper per-iteration cost $\mathcal{O}(k)$, making it amenable for high-dimensional sparse streaming data analysis. Our new algorithmic design critically depends on a novel reformulation of the U-statistics AUC objective function as the empirical saddle point reformulation, and the innovative introduction of the "lazy update" rule so that the per-iteration complexity is dramatically reduced from $\mathcal{O}(d)$ to $\mathcal{O}(k)$. Furthermore, \textsc{FTRL-AUC} can inherently capture sparsity more effectively by applying a generalized Follow-The-Regularized-Leader (FTRL) framework. Experiments on real-world datasets demonstrate that \textsc{FTRL-AUC} significantly improves both run time and model sparsity while achieving competitive AUC scores compared with the state-of-the-art methods. Comparison with the online learning method for logistic loss demonstrates that \textsc{FTRL-AUC} achieves higher AUC scores especially when datasets are imbalanced.

📄 PDF Abstract BibTeX arXiv:2009.10867

Code (1)

baojianzhou/ftrl-auc 공식 구현

Tasks

imbalanced classificationVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Gradient-based Sparse Principal Component Analysis with Extensions to Online Learning

2019-11-19 · Yixuan Qiu, Jing Lei, Kathryn Roeder

Sparse principal component analysis (PCA) is an important technique for dimensionality reduction of high-dimensional data. However, most existing sparse PCA algorithms are based on non-convex optimization, which provide …

Dimensionality Reduction

Particle swarm optimization for online sparse streaming feature selection under uncertainty

2025-08-24 · Ruiyang Xu arxiv

In real-world applications involving high-dimensional streaming data, online streaming feature selection (OSFS) is widely adopted. Yet, practical deployments frequently face data incompleteness due to sensor failures or …

On the challenges of learning with inference networks on sparse, high-dimensional data

2017-10-17 · Rahul G. Krishnan, Dawen Liang, Matthew Hoffman

We study parameter estimation in Nonlinear Factor Analysis (NFA) where the generative model is parameterized by a deep neural network. Recent work has focused on learning such models using inference (or recognition) netw…

parameter estimationVariational Inference

SNAP-FM: Sparse Nonlinear Accelerated Projection for Physics-Constrained Generative Modeling

2026-06-30 · Alaina Kolli, Theodoros Xenakis, Utkarsh Utkarsh, Pengfei Cai 외 arxiv

Generative models have emerged as scalable surrogates for physical simulation, yet they offer no guarantee that their outputs respect the conservation laws, boundary conditions, and nonlinear invariants that govern the u…

A Nonlinear Dimensionality Reduction Framework Using Smooth Geodesics

2017-07-21 · Kelum Gajamannage, Randy Paffenroth, Erik M. Bollt

Existing dimensionality reduction methods are adept at revealing hidden underlying manifolds arising from high-dimensional data and thereby producing a low-dimensional representation. However, the smoothness of the manif…

Dimensionality Reduction