Convergence of Common Proximal Methods for L1-Regularized Least Squares
Abstract
We compare the convergence behavior of ADMM (alternating direction method of multipliers), [F]ISTA ([fast] iterative shrinkage and thresholding algorithm) and CD (coordinate descent) methods on the model L1-regularized least squares problem (aka LASSO). We use an eigen analysis of the operators to compare their local convergence rates when close to the solution. We find that, when applicable, CD is often much faster than the other iterations, when close enough to the solution. When far from the solution, the spectral analysis implies that one can often get a sequence of iterates that appears to stagnate, but is actually taking small constant steps toward the solution. We also illustrate how the unaccelerated ISTA algorithm can sometimes be faster compared to FISTA when close enough to the solution.
Cite
Text
Tao et al. "Convergence of Common Proximal Methods for L1-Regularized Least Squares." International Joint Conference on Artificial Intelligence, 2015.Markdown
[Tao et al. "Convergence of Common Proximal Methods for L1-Regularized Least Squares." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/tao2015ijcai-convergence/)BibTeX
@inproceedings{tao2015ijcai-convergence,
title = {{Convergence of Common Proximal Methods for L1-Regularized Least Squares}},
author = {Tao, Shaozhe and Boley, Daniel and Zhang, Shuzhong},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2015},
pages = {3849-3855},
url = {https://mlanthology.org/ijcai/2015/tao2015ijcai-convergence/}
}