You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zero-Shot Recognition using Dual Visual-Semantic Mapping Paths
This is the implement of paper "Zero-Shot Recognition using Dual Visual-Semantic Mapping Paths"(Donghui Yanan Huanhang+ 2017 CVPR)
[https://arxiv.org/abs/1703.05002]
Get feature Data.
We use 3 different neural networks to extract our feature.
put the word2vec or handcraft data matrix K in 'dataset/datasetname/knowledge_mat/' named as datasetname_w_cbow5,datasetname_w_skipgram5, datasetname_a_prob,datasetname_w_glove3
3.By the way
the classes order in each dataset can found in '/dataset/datasetname/constants' or '/dataset/datasetname/classes' and you may need normalize the feature to -1 ~+1 to get the experiment result
4.Run
Open the Matlab, make the current dir to be the Relational-Knowledge-Transfer-for-ZSL, run "code/ZSL/v-release/CSC_main.m"
If you want U2T transductive result, change the U2T = 1 else U2T = 0.
Citation
If you find the dataset and toolbox useful in your research, please consider citing:
@article{li2017zero,
title={Zero-Shot Recognition using Dual Visual-Semantic Mapping Paths},
author={Li, Yanan and Wang, Donghui and Hu, Huanhang and Lin, Yuetan and Zhuang, Yueting},
journal={arXiv preprint arXiv:1703.05002},
year={2017}
}