Fast and Scalable Lasso via Stochastic Frank-Wolfe Methods with a Convergence Guarantee
Emanuele Frandi, Ricardo Nanculef, Stefano Lodi, Claudio Sartori,, Johan A. K. Suykens

TL;DR
This paper introduces a stochastic Frank-Wolfe algorithm for large-scale Lasso regression that maintains convergence guarantees and outperforms existing methods in speed and efficiency on high-dimensional datasets.
Contribution
The paper presents a high-performance stochastic Frank-Wolfe implementation for Lasso that preserves convergence guarantees and scales efficiently to very large problems.
Findings
Outperforms state-of-the-art methods like Coordinate Descent on benchmark datasets.
Generates complete regularization paths for problems with up to four million variables in under a minute.
Maintains convergence guarantees in the stochastic setting.
Abstract
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-free iterations and the incremental nature of the method make FW a very effective choice for many large-scale problems where computing a sparse model is desirable. In this paper, we present a high-performance implementation of the FW method tailored to solve large-scale Lasso regression problems, based on a randomized iteration, and prove that the convergence guarantees of the standard FW method are preserved in the stochastic setting. We show experimentally that our algorithm outperforms several existing state of the art methods, including the Coordinate Descent algorithm by Friedman et al. (one of the fastest known Lasso solvers), on several benchmark datasets with…
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
TopicsStatistical Methods and Inference · Machine Learning and Algorithms · Stochastic Gradient Optimization Techniques
