Sufficient Dimension Reduction for Visual Sequence Classification
Abstract
When classifying high-dimensional sequence data, traditional methods (e.g., HMMs, CRFs) may require large amounts of training data to avoid overfitting. In such cases dimensionality reduction can be employed to find a low-dimensional representation on which classification can be done more efficiently. Existing methods for supervised dimensionality reduction often presume that the data is densely sampled so that a neighborhood graph structure can be formed, or that the data arises from a known distribution. Sufficient dimension reduction techniques aim to find a low dimensional representation such that the remaining degrees of freedom become conditionally independent of the output values. In this paper we develop a novel sequence kernel dimension reduction approach (S-KDR). Our approach does not make strong assumptions on the distribution of the input data. Spatial, temporal and periodic information is combined in a principled manner, and an optimal manifold is learned for the end-task. We demonstrate the effectiveness of our approach on several tasks involving the discrimination of human gesture and motion categories, as well as on a database of dynamic textures.
Cite
Text
Shyr et al. "Sufficient Dimension Reduction for Visual Sequence Classification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539922Markdown
[Shyr et al. "Sufficient Dimension Reduction for Visual Sequence Classification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/shyr2010cvpr-sufficient/) doi:10.1109/CVPR.2010.5539922BibTeX
@inproceedings{shyr2010cvpr-sufficient,
title = {{Sufficient Dimension Reduction for Visual Sequence Classification}},
author = {Shyr, Alex and Urtasun, Raquel and Jordan, Michael I.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {3610-3617},
doi = {10.1109/CVPR.2010.5539922},
url = {https://mlanthology.org/cvpr/2010/shyr2010cvpr-sufficient/}
}