The Hessian Screening Rule
Johan Larsson, Jonas Wallin

TL;DR
The paper introduces the Hessian Screening Rule, a new predictor screening method that leverages second-order information to improve the efficiency of solving sparse regression problems like the lasso, especially with highly correlated predictors.
Contribution
It presents a novel screening rule that uses second-order information to enhance predictor screening and warm starts in lasso and logistic regression models.
Findings
Outperforms existing screening rules on simulated data with varying correlations.
Provides more effective screening in high-correlation scenarios.
Achieves better performance on real datasets.
Abstract
Predictor screening rules, which discard predictors before fitting a model, have had considerable impact on the speed with which sparse regression problems, such as the lasso, can be solved. In this paper we present a new screening rule for solving the lasso path: the Hessian Screening Rule. The rule uses second-order information from the model to provide both effective screening, particularly in the case of high correlation, as well as accurate warm starts. The proposed rule outperforms all alternatives we study on simulated data sets with both low and high correlation for -regularized least-squares (the lasso) and logistic regression. It also performs best in general on the real data sets that we examine.
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
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Statistical Methods and Inference · Machine Learning and Data Classification
