Learning Weight Uncertainty with Stochastic Gradient MCMC for Shape Classification

Abstract

Learning the representation of shape cues in 2D & 3D objects for recognition is a fundamental task in computer vision. Deep neural networks (DNNs) have shown promising performance on this task. Due to the large variability of shapes, accurate recognition relies on good estimates of model uncertainty, ignored in traditional training of DNNs, typically learned via stochastic optimization. This paper leverages recent advances in stochastic gradient Markov Chain Monte Carlo (SG-MCMC) to learn weight uncertainty in DNNs. It yields principled Bayesian interpretations for the commonly used Dropout/DropConnect techniques and incorporates them into the SG-MCMC framework. Extensive experiments on 2D & 3D shape datasets and various DNN models demonstrate the superiority of the proposed approach over stochastic optimization. Our approach yields higher recognition accuracy when used in conjunction with Dropout and Batch-Normalization.

Cite

Text

Li et al. "Learning Weight Uncertainty with Stochastic Gradient MCMC for Shape Classification." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.611

Markdown

[Li et al. "Learning Weight Uncertainty with Stochastic Gradient MCMC for Shape Classification." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/li2016cvpr-learning/) doi:10.1109/CVPR.2016.611

BibTeX

@inproceedings{li2016cvpr-learning,
  title     = {{Learning Weight Uncertainty with Stochastic Gradient MCMC for Shape Classification}},
  author    = {Li, Chunyuan and Stevens, Andrew and Chen, Changyou and Pu, Yunchen and Gan, Zhe and Carin, Lawrence},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.611},
  url       = {https://mlanthology.org/cvpr/2016/li2016cvpr-learning/}
}