paper-with-me

홈 › Papers

On Newton Screening

2020-01-27 · Jian Huang, Yuling Jiao, Lican Kang, Jin Liu, Yanyan Liu, Xiliang Lu, Yuanyuan Yang

Screening and working set techniques are important approaches to reducing the size of an optimization problem. They have been widely used in accelerating first-order methods for solving large-scale sparse learning problems. In this paper, we develop a new screening method called Newton screening (NS) which is a generalized Newton method with a built-in screening mechanism. We derive an equivalent KKT system for the Lasso and utilize a generalized Newton method to solve the KKT equations. Based on this KKT system, a built-in working set with a relatively small size is first determined using the sum of primal and dual variables generated from the previous iteration, then the primal variable is updated by solving a least-squares problem on the working set and the dual variable updated based on a closed-form expression. Moreover, we consider a sequential version of Newton screening (SNS) with a warm-start strategy. We show that NS possesses an optimal convergence property in the sense that it achieves one-step local convergence. Under certain regularity conditions on the feature matrix, we show that SNS hits a solution with the same signs as the underlying true target and achieves a sharp estimation error bound with high probability. Simulation studies and real data analysis support our theoretical results and demonstrate that SNS is faster and more accurate than several state-of-the-art methods in our comparative studies.

📄 PDF Abstract BibTeX arXiv:2001.10616

Code (0)

등록된 구현이 없습니다.

Tasks

Sparse Learning

Similar Papers 제목 키워드 기반

Semismooth Newton Coordinate Descent Algorithm for Elastic-Net Penalized Huber Loss Regression and Quantile Regression

2015-09-09 · Congrui Yi, Jian Huang

We propose an algorithm, semismooth Newton coordinate descent (SNCD), for the elastic-net penalized Huber loss regression and quantile regression in high dimensional settings. Unlike existing coordinate descent type algo…

quantile regressionregression

Augmented Newton Method for Optimization: Global Linear Rate and Momentum Interpretation

2022-05-23 · Md Sarowar Morshed

We propose two variants of Newton method for solving unconstrained minimization problem. Our method leverages optimization techniques such as penalty and augmented Lagrangian method to generate novel variants of the Newt…

Newton-MR: Inexact Newton Method With Minimum Residual Sub-problem Solver

2018-09-30 · Fred Roosta, Yang Liu, Peng Xu, Michael W. Mahoney

We consider a variant of inexact Newton Method, called Newton-MR, in which the least-squares sub-problems are solved approximately using Minimum Residual method. By construction, Newton-MR can be readily applied for unco…

Backtracking New Q-Newton's method, Newton's flow, Voronoi's diagram and Stochastic root finding

2024-01-02 · John Erik Fornaess, Mi Hu, Tuyen Trung Truong, Takayuki Watanabe

A new variant of Newton's method - named Backtracking New Q-Newton's method (BNQN) - which has strong theoretical guarantee, is easy to implement, and has good experimental performance, was recently introduced by the thi…

Error whitening: Why Gauss-Newton outperforms Newton

2026-05-11 · Maricela Best McKay, Nathan P. Lawrence, Brian Wetton, R. Bhushan Gopaluni arxiv

The Gauss-Newton matrix is widely viewed as a positive semidefinite approximation of the Hessian, yet mounting empirical evidence shows that Gauss-Newton descent outperforms Newton's method. We adopt a function space per…