Efficient Projections onto the L1-Ball for Learning in High Dimensions

Abstract

We describe efficient algorithms for projecting a vector onto the L1-ball. We present two methods for projection. The first performs exact projection in O(n) time, where n is the dimension of the space. The second works on vectors k of whose elements are perturbed outside the L1-ball, projecting in O(k log(n)) time. This setting is especially useful for online learning in sparse feature spaces such as text categorization applications. We demonstrate the merits and effectiveness of our algorithms in numerous batch and online learning tasks. We show that variants of stochastic gradient projection methods augmented with our efficient projection procedures outperform state-of-the-art optimization techniques such as interior point methods. We also show that in online settings gradient updates with L1 projections outperform the EG algorithm while obtaining models with high degrees of sparsity.

Cite

Text

Duchi et al. "Efficient Projections onto the L1-Ball for Learning in High Dimensions." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390191

Markdown

[Duchi et al. "Efficient Projections onto the L1-Ball for Learning in High Dimensions." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/duchi2008icml-efficient/) doi:10.1145/1390156.1390191

BibTeX

@inproceedings{duchi2008icml-efficient,
  title     = {{Efficient Projections onto the L1-Ball for Learning in High Dimensions}},
  author    = {Duchi, John C. and Shalev-Shwartz, Shai and Singer, Yoram and Chandra, Tushar},
  booktitle = {International Conference on Machine Learning},
  year      = {2008},
  pages     = {272-279},
  doi       = {10.1145/1390156.1390191},
  url       = {https://mlanthology.org/icml/2008/duchi2008icml-efficient/}
}