MLLGApr 21, 2016

Stabilized Sparse Online Learning for Sparse Data

arXiv:1604.06498v316 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in sparse online learning for high-dimensional data, representing an incremental improvement.

The authors tackled the problem of slow convergence and high variance in sparse online learning with high-dimensional sparse data by introducing a stabilized truncated stochastic gradient descent algorithm. Their method improved prediction accuracy, sparsity, and stability compared to the original algorithm.

Stochastic gradient descent (SGD) is commonly used for optimization in large-scale machine learning problems. Langford et al. (2009) introduce a sparse online learning method to induce sparsity via truncated gradient. With high-dimensional sparse data, however, the method suffers from slow convergence and high variance due to the heterogeneity in feature sparsity. To mitigate this issue, we introduce a stabilized truncated stochastic gradient descent algorithm. We employ a soft-thresholding scheme on the weight vector where the imposed shrinkage is adaptive to the amount of information available in each feature. The variability in the resulted sparse weight vector is further controlled by stability selection integrated with the informative truncation. To facilitate better convergence, we adopt an annealing strategy on the truncation rate, which leads to a balanced trade-off between exploration and exploitation in learning a sparse weight vector. Numerical experiments show that our algorithm compares favorably with the original algorithm in terms of prediction accuracy, achieved sparsity and stability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes