Structured Output-Associative Regression
Abstract
Structured outputs such as multidimensional vectors or graphs are frequently encountered in real world pattern recognition applications such as computer vision, natural language processing or computational biology. This motivates the learning of functional dependencies between spaces with complex, interdependent inputs and outputs, as arising e.g. from images and their corresponding 3d scene representations. In this spirit, we propose a new structured learning method-Structured Output-Associative Regression (SOAR)-that models not only the input-dependency but also the self-dependency of outputs, in order to provide an output re-correlation mechanism that complements the (more standard) input-based regressive prediction. The model is simple but powerful, and, in principle, applicable in conjunction with any existing regression algorithms. SOAR can be kernelized to deal with non-linear problems and learning is efficient via primal/dual formulations not unlike ones used for kernel ridge regression or support vector regression. We demonstrate that the method outperforms weighted nearest neighbor and regression methods for the reconstruction of images of handwritten digits and for 3D human pose estimation from video in the HumanEva benchmark.
Cite
Text
Bo and Sminchisescu. "Structured Output-Associative Regression." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206699Markdown
[Bo and Sminchisescu. "Structured Output-Associative Regression." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/bo2009cvpr-structured/) doi:10.1109/CVPR.2009.5206699BibTeX
@inproceedings{bo2009cvpr-structured,
title = {{Structured Output-Associative Regression}},
author = {Bo, Liefeng and Sminchisescu, Cristian},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2009},
pages = {2403-2410},
doi = {10.1109/CVPR.2009.5206699},
url = {https://mlanthology.org/cvpr/2009/bo2009cvpr-structured/}
}