paper-with-me

Papers

A Fast and Scalable Pathwise-Solver for Group Lasso and Elastic Net Penalized Regression via Block-Coordinate Descent

2024-05-14 · James Yang, Trevor Hastie

We develop fast and scalable algorithms based on block-coordinate descent to solve the group lasso and the group elastic net for generalized linear models along a regularization path. Special attention is given when the loss is the usual least squares loss (Gaussian loss). We show that each block-coordinate update can be solved efficiently using Newton's method and further improved using an adaptive bisection method, solving these updates with a quadratic convergence rate. Our benchmarks show that our package adelie performs 3 to 10 times faster than the next fastest package on a wide array of both simulated and real datasets. Moreover, we demonstrate that our package is a competitive lasso solver as well, matching the performance of the popular lasso package glmnet.

📄 PDF Abstract BibTeX arXiv:2405.08631

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From safe screening rules to working sets for faster Lasso-type solvers

2017-03-21 · Mathurin Massias, Alexandre Gramfort, Joseph Salmon

Convex sparsity-promoting regularizations are ubiquitous in modern statistical learning. By construction, they yield solutions with few non-zero coefficients, which correspond to saturated constraints in the dual optimiz…

Sparse Learning

On Fast Convergence of Proximal Algorithms for SQRT-Lasso Optimization: Don't Worry About Its Nonsmooth Loss Function

2016-05-25 · Xingguo Li, Haoming Jiang, Jarvis Haupt, Raman Arora 외

Many machine learning techniques sacrifice convenient computational structures to gain estimation robustness and modeling flexibility. However, by exploring the modeling structures, we find these "sacrifices" do not alwa…

regression

A Fast Method for Lasso and Logistic Lasso

2024-02-04 · Siu-Wing Cheng, Man Ting Wong

We propose a fast method for solving compressed sensing, Lasso regression, and Logistic Lasso regression problems that iteratively runs an appropriate solver using an active set approach. We design a strategy to update t…

compressed sensingregression

Fast and Scalable Lasso via Stochastic Frank-Wolfe Methods with a Convergence Guarantee

2015-10-24 · Emanuele Frandi, Ricardo Nanculef, Stefano Lodi, Claudio Sartori 외

Frank-Wolfe (FW) algorithms have been often proposed over the last few years as efficient solvers for a variety of optimization problems arising in the field of Machine Learning. The ability to work with cheap projection…

A Pathwise Coordinate Descent Algorithm for LASSO Penalized Quantile Regression

2025-02-17 · Sanghee Kim, Sumanta Basu

$\ell_1$ penalized quantile regression is used in many fields as an alternative to penalized least squares regressions for high-dimensional data analysis. Existing algorithms for penalized quantile regression either use …

quantile regressionregression