Matrix Tri-Factorization with Manifold Regularizations for Zero-Shot Learning

Abstract

Zero-shot learning (ZSL) aims to recognize objects of unseen classes with available training data from another set of seen classes. Existing solutions are focused on exploring knowledge transfer via an intermediate semantic embedding (e.g.s, attributes) shared between seen and unseen classes. In this paper, we propose a novel projection framework based on matrix tri-factorization with manifold regularizations. Specifically, we learn the semantic embedding projection by decomposing the visual feature matrix under the guidance of semantic embedding and class label matrices. By additionally introducing manifold regularizations on visual data and semantic embeddings, the learned projection can effectively captures the geometrical manifold structure residing in both visual and semantic spaces. To avoid the projection domain shift problem, we devise an effective prediction scheme by exploiting the test-time manifold structure. Extensive experiments on four benchmark datasets show that our approach significantly outperforms the state-of-the-arts, yielding an average improvement ratio by 7.4% and 31.9% for the recognition and retrieval task, respectively.

Cite

Text

Xu et al. "Matrix Tri-Factorization with Manifold Regularizations for Zero-Shot Learning." Conference on Computer Vision and Pattern Recognition, 2017. doi:10.1109/CVPR.2017.217

Markdown

[Xu et al. "Matrix Tri-Factorization with Manifold Regularizations for Zero-Shot Learning." Conference on Computer Vision and Pattern Recognition, 2017.](https://mlanthology.org/cvpr/2017/xu2017cvpr-matrix/) doi:10.1109/CVPR.2017.217

BibTeX

@inproceedings{xu2017cvpr-matrix,
  title     = {{Matrix Tri-Factorization with Manifold Regularizations for Zero-Shot Learning}},
  author    = {Xu, Xing and Shen, Fumin and Yang, Yang and Zhang, Dongxiang and Shen, Heng Tao and Song, Jingkuan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2017},
  doi       = {10.1109/CVPR.2017.217},
  url       = {https://mlanthology.org/cvpr/2017/xu2017cvpr-matrix/}
}