Parallel Coordinate Descent Newton Method for Efficient $\ell_1$-Regularized Minimization
An Bian, Xiong Li, Yuncai Liu, Ming-Hsuan Yang

TL;DR
This paper introduces a parallel coordinate descent Newton method (PCDN) for efficient $ ext{l}_1$-regularized minimization, demonstrating guaranteed convergence and improved speed over existing methods through parallelism and optimized implementation.
Contribution
The paper proposes a novel PCDN algorithm that enables parallelization in feature-wise optimization while ensuring convergence and reducing synchronization costs.
Findings
PCDN guarantees global convergence under high parallelism.
PCDN converges faster with increasing bundle size P.
Experimental results show PCDN outperforms state-of-the-art methods in speed.
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 bundles/subsets with size of , and sequentially processes each bundle by first computing the descent directions for each feature in parallel and then conducting -dimensional line search to obtain the step size. We show that: (1) PCDN is guaranteed to converge globally despite increasing parallelism; (2) PCDN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Sparse and Compressive Sensing Techniques · Numerical methods in inverse problems
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Support Vector Machine · Logistic Regression
