English

Sub-sampled Newton Methods with Non-uniform Sampling

Optimization and Control 2016-07-07 v2 Machine Learning

Abstract

We consider the problem of finding the minimizer of a convex function F:RdRF: \mathbb R^d \rightarrow \mathbb R of the form F(w):=i=1nfi(w)+R(w)F(w) := \sum_{i=1}^n f_i(w) + R(w) where a low-rank factorization of 2fi(w)\nabla^2 f_i(w) is readily available. We consider the regime where ndn \gg d. As second-order methods prove to be effective in finding the minimizer to a high-precision, in this work, we propose randomized Newton-type algorithms that exploit \textit{non-uniform} sub-sampling of {2fi(w)}i=1n\{\nabla^2 f_i(w)\}_{i=1}^{n}, as well as inexact updates, as means to reduce the computational complexity. Two non-uniform sampling distributions based on {\it block norm squares} and {\it block partial leverage scores} are considered in order to capture important terms among {2fi(w)}i=1n\{\nabla^2 f_i(w)\}_{i=1}^{n}. We show that at each iteration non-uniformly sampling at most O(dlogd)\mathcal O(d \log d) terms from {2fi(w)}i=1n\{\nabla^2 f_i(w)\}_{i=1}^{n} is sufficient to achieve a linear-quadratic convergence rate in ww when a suitable initial point is provided. In addition, we show that our algorithms achieve a lower computational complexity and exhibit more robustness and better dependence on problem specific quantities, such as the condition number, compared to similar existing methods, especially the ones based on uniform sampling. Finally, we empirically demonstrate that our methods are at least twice as fast as Newton's methods with ridge logistic regression on several real datasets.

Keywords

Cite

@article{arxiv.1607.00559,
  title  = {Sub-sampled Newton Methods with Non-uniform Sampling},
  author = {Peng Xu and Jiyan Yang and Farbod Roosta-Khorasani and Christopher Ré and Michael W. Mahoney},
  journal= {arXiv preprint arXiv:1607.00559},
  year   = {2016}
}

Comments

minor fix on v1

R2 v1 2026-06-22T14:41:39.350Z