Zero-Shot Learning via Joint Latent Similarity Embedding
Abstract
Zero-shot recognition (ZSR) deals with the problem of predicting class labels for target domain instances based on source domain side information (e.g. attributes) of unseen classes. We formulate ZSR as a binary prediction problem. Our resulting classifier is class-independent. It takes an arbitrary pair of source and target domain instances as input and predicts whether or not they come from the same class, i.e. whether there is a match. We model the posterior probability of a match since it is a sufficient statistic and propose a latent probabilistic model in this context. We develop a joint discriminative learning framework based on dictionary learning to jointly learn the parameters of our model for both domains, which ultimately leads to our class-independent classifier. Many of the existing embedding methods can be viewed as special cases of our probabilistic model. On ZSR our method shows 4.90% improvement over the state-of-the-art in accuracy averaged across four benchmark datasets. We also adapt ZSR method for zero-shot retrieval and show 22.45% improvement accordingly in mean average precision (mAP).
Cite
Text
Zhang and Saligrama. "Zero-Shot Learning via Joint Latent Similarity Embedding." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.649Markdown
[Zhang and Saligrama. "Zero-Shot Learning via Joint Latent Similarity Embedding." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/zhang2016cvpr-zeroshot/) doi:10.1109/CVPR.2016.649BibTeX
@inproceedings{zhang2016cvpr-zeroshot,
title = {{Zero-Shot Learning via Joint Latent Similarity Embedding}},
author = {Zhang, Ziming and Saligrama, Venkatesh},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2016},
doi = {10.1109/CVPR.2016.649},
url = {https://mlanthology.org/cvpr/2016/zhang2016cvpr-zeroshot/}
}