Efficient Learning of Sparse, Distributed, Convolutional Feature Representations for Object Recognition

Abstract

Informative image representations are important in achieving state-of-the-art performance in object recognition tasks. Among feature learning algorithms that are used to develop image representations, restricted Boltzmann machines (RBMs) have good expressive power and build effective representations. However, the difficulty of training RBMs has been a barrier to their wide use. To address this difficulty, we show the connections between mixture models and RBMs and present an efficient training method for RBMs that utilize these connections. To the best of our knowledge, this is the first work showing that RBMs can be trained with almost no hyperparameter tuning to provide classification performance similar to or significantly better than mixture models (e.g., Gaussian mixture models). Along with this efficient training, we evaluate the importance of convolutional training that can capture a larger spatial context with less redundancy, as compared to non-convolutional training. Overall, our method achieves state-of-the-art performance on both Caltech 101 / 256 datasets using a single type of feature.

Cite

Text

Sohn et al. "Efficient Learning of Sparse, Distributed, Convolutional Feature Representations for Object Recognition." IEEE/CVF International Conference on Computer Vision, 2011. doi:10.1109/ICCV.2011.6126554

Markdown

[Sohn et al. "Efficient Learning of Sparse, Distributed, Convolutional Feature Representations for Object Recognition." IEEE/CVF International Conference on Computer Vision, 2011.](https://mlanthology.org/iccv/2011/sohn2011iccv-efficient/) doi:10.1109/ICCV.2011.6126554

BibTeX

@inproceedings{sohn2011iccv-efficient,
  title     = {{Efficient Learning of Sparse, Distributed, Convolutional Feature Representations for Object Recognition}},
  author    = {Sohn, Kihyuk and Jung, Dae Yon and Lee, Honglak and Iii, Alfred O. Hero},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2011},
  pages     = {2643-2650},
  doi       = {10.1109/ICCV.2011.6126554},
  url       = {https://mlanthology.org/iccv/2011/sohn2011iccv-efficient/}
}