Kernel Latent SVM for Visual Recognition
Abstract
Latent SVMs (LSVMs) are a class of powerful tools that have been successfully applied to many applications in computer vision. However, a limitation of LSVMs is that they rely on linear models. For many computer vision tasks, linear models are suboptimal and nonlinear models learned with kernels typically perform much better. Therefore it is desirable to develop the kernel version of LSVM. In this paper, we propose kernel latent SVM (KLSVM) -- a new learning framework that combines latent SVMs and kernel methods. We develop an iterative training algorithm to learn the model parameters. We demonstrate the effectiveness of KLSVM using three different applications in visual recognition. Our KLSVM formulation is very general and can be applied to solve a wide range of applications in computer vision and machine learning.
Cite
Text
Yang et al. "Kernel Latent SVM for Visual Recognition." Neural Information Processing Systems, 2012.Markdown
[Yang et al. "Kernel Latent SVM for Visual Recognition." Neural Information Processing Systems, 2012.](https://mlanthology.org/neurips/2012/yang2012neurips-kernel/)BibTeX
@inproceedings{yang2012neurips-kernel,
title = {{Kernel Latent SVM for Visual Recognition}},
author = {Yang, Weilong and Wang, Yang and Vahdat, Arash and Mori, Greg},
booktitle = {Neural Information Processing Systems},
year = {2012},
pages = {809-817},
url = {https://mlanthology.org/neurips/2012/yang2012neurips-kernel/}
}