English

Parallel Coordinate Descent Newton Method for Efficient $\ell_1$-Regularized Minimization

Machine Learning 2017-12-08 v4 Numerical Analysis

Abstract

The recent years have witnessed advances in parallel algorithms for large scale optimization problems. Notwithstanding demonstrated success, existing algorithms that parallelize over features are usually limited by divergence issues under high parallelism or require data preprocessing to alleviate these problems. In this work, we propose a Parallel Coordinate Descent Newton algorithm using multidimensional approximate Newton steps (PCDN), where the off-diagonal elements of the Hessian are set to zero to enable parallelization. It randomly partitions the feature set into bb bundles/subsets with size of PP, and sequentially processes each bundle by first computing the descent directions for each feature in parallel and then conducting PP-dimensional line search to obtain the step size. We show that: (1) PCDN is guaranteed to converge globally despite increasing parallelism; (2) PCDN converges to the specified accuracy ϵ\epsilon within the limited iteration number of TϵT_\epsilon, and TϵT_\epsilon decreases with increasing parallelism (bundle size PP). Using the implementation technique of maintaining intermediate quantities, we minimize the data transfer and synchronization cost of the PP-dimensional line search. For concreteness, the proposed PCDN algorithm is applied to 1\ell_1-regularized logistic regression and 2\ell_2-loss SVM. Experimental evaluations on six benchmark datasets show that the proposed PCDN algorithm exploits parallelism well and outperforms the state-of-the-art methods in speed without losing accuracy.

Keywords

Cite

@article{arxiv.1306.4080,
  title  = {Parallel Coordinate Descent Newton Method for Efficient $\ell_1$-Regularized Minimization},
  author = {An Bian and Xiong Li and Yuncai Liu and Ming-Hsuan Yang},
  journal= {arXiv preprint arXiv:1306.4080},
  year   = {2017}
}
R2 v1 2026-06-22T00:35:29.891Z