Online Dictionary Learning for Sparse Coding

Abstract

Sparse coding---that is, modelling data vectors as sparse linear combinations of basis elements---is widely used in machine learning, neuroscience, signal processing, and statistics. This paper focuses on learning the basis set, also called dictionary, to adapt it to specific data, an approach that has recently proven to be very effective for signal reconstruction and classification in the audio and image processing domains. This paper proposes a new online optimization algorithm for dictionary learning, based on stochastic approximations, which scales up gracefully to large datasets with millions of training samples. A proof of convergence is presented, along with experiments with natural images demonstrating that it leads to faster performance and better dictionaries than classical batch algorithms for both small and large datasets.

Cite

Text

Mairal et al. "Online Dictionary Learning for Sparse Coding." International Conference on Machine Learning, 2009. doi:10.1145/1553374.1553463

Markdown

[Mairal et al. "Online Dictionary Learning for Sparse Coding." International Conference on Machine Learning, 2009.](https://mlanthology.org/icml/2009/mairal2009icml-online/) doi:10.1145/1553374.1553463

BibTeX

@inproceedings{mairal2009icml-online,
  title     = {{Online Dictionary Learning for Sparse Coding}},
  author    = {Mairal, Julien and Bach, Francis R. and Ponce, Jean and Sapiro, Guillermo},
  booktitle = {International Conference on Machine Learning},
  year      = {2009},
  pages     = {689-696},
  doi       = {10.1145/1553374.1553463},
  url       = {https://mlanthology.org/icml/2009/mairal2009icml-online/}
}