Group Norm for Learning Structured SVMs with Unstructured Latent Variables

Abstract

Latent variables models have been applied to a number of computer vision problems. However, the complexity of the latent space is typically left as a free design choice. A larger latent space results in a more expressive model, but such models are prone to overfitting and are slower to perform inference with. The goal of this paper is to regularize the complexity of the latent space and learn which hidden states are really relevant for prediction. Specifically, we propose using group-sparsity-inducing regularizers such as 1 2 to estimate the parameters of Structured SVMs with unstructured latent variables. Our experiments on digit recognition and object detection show that our approach is indeed able to control the complexity of latent space without any significant loss in accuracy of the learnt model.

Cite

Text

Chen et al. "Group Norm for Learning Structured SVMs with Unstructured Latent Variables." International Conference on Computer Vision, 2013. doi:10.1109/ICCV.2013.58

Markdown

[Chen et al. "Group Norm for Learning Structured SVMs with Unstructured Latent Variables." International Conference on Computer Vision, 2013.](https://mlanthology.org/iccv/2013/chen2013iccv-group/) doi:10.1109/ICCV.2013.58

BibTeX

@inproceedings{chen2013iccv-group,
  title     = {{Group Norm for Learning Structured SVMs with Unstructured Latent Variables}},
  author    = {Chen, Daozheng and Batra, Dhruv and Freeman, William T.},
  booktitle = {International Conference on Computer Vision},
  year      = {2013},
  doi       = {10.1109/ICCV.2013.58},
  url       = {https://mlanthology.org/iccv/2013/chen2013iccv-group/}
}