Accelerated Sparse Linear Regression via Random Projection

Abstract

In this paper, we present an accelerated numerical method based on random projection for sparse linear regression. Previous studies have shown that under appropriate conditions, gradient-based methods enjoy a geometric convergence rate when applied to this problem. However, the time complexity of evaluating the gradient is as large as $\mathcal{O}(nd)$, where $n$ is the number of data points and $d$ is the dimensionality, making those methods inefficient for large-scale and high-dimensional dataset. To address this limitation, we first utilize random projection to find a rank-$k$ approximator for the data matrix, and reduce the cost of gradient evaluation to $\mathcal{O}(nk+dk)$, a significant improvement when $k$ is much smaller than $d$ and $n$. Then, we solve the sparse linear regression problem via a proximal gradient method with a homotopy strategy to generate sparse intermediate solutions. Theoretical analysis shows that our method also achieves a global geometric convergence rate, and moreover the sparsity of all the intermediate solutions are well-bounded over the iterations. Finally, we conduct experiments to demonstrate the efficiency of the proposed method.

Cite

Text

Zhang et al. "Accelerated Sparse Linear Regression via Random Projection." AAAI Conference on Artificial Intelligence, 2016. doi:10.1609/AAAI.V30I1.10260

Markdown

[Zhang et al. "Accelerated Sparse Linear Regression via Random Projection." AAAI Conference on Artificial Intelligence, 2016.](https://mlanthology.org/aaai/2016/zhang2016aaai-accelerated/) doi:10.1609/AAAI.V30I1.10260

BibTeX

@inproceedings{zhang2016aaai-accelerated,
  title     = {{Accelerated Sparse Linear Regression via Random Projection}},
  author    = {Zhang, Weizhong and Zhang, Lijun and Jin, Rong and Cai, Deng and He, Xiaofei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {2337-2343},
  doi       = {10.1609/AAAI.V30I1.10260},
  url       = {https://mlanthology.org/aaai/2016/zhang2016aaai-accelerated/}
}