Learning a Deep Embedding Model for Zero-Shot Learning

November 15, 2016 ยท Entered Twilight ยท ๐Ÿ› Computer Vision and Pattern Recognition

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 6.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: AwA1_GBU.py, AwA2_GBU.py, AwA_attribute.py, AwA_fusion.py, AwA_wordvector.py, CUB1_GBU.py, CUB_attribute.py, README.md, SUN_GBU.py, aPY_GBU.py, kNN.py, kNN_cosine.py

Authors Li Zhang, Tao Xiang, Shaogang Gong arXiv ID 1611.05088 Category cs.CV: Computer Vision Citations 752 Venue Computer Vision and Pattern Recognition Repository https://github.com/lzrobots/DeepEmbeddingModel_ZSL โญ 185 Last Checked 1 month ago
Abstract
Zero-shot learning (ZSL) models rely on learning a joint embedding space where both textual/semantic description of object classes and visual representation of object images can be projected to for nearest neighbour search. Despite the success of deep neural networks that learn an end-to-end model between text and images in other vision problems such as image captioning, very few deep ZSL model exists and they show little advantage over ZSL models that utilise deep feature representations but do not learn an end-to-end embedding. In this paper we argue that the key to make deep ZSL models succeed is to choose the right embedding space. Instead of embedding into a semantic space or an intermediate space, we propose to use the visual space as the embedding space. This is because that in this space, the subsequent nearest neighbour search would suffer much less from the hubness problem and thus become more effective. This model design also provides a natural mechanism for multiple semantic modalities (e.g., attributes and sentence descriptions) to be fused and optimised jointly in an end-to-end manner. Extensive experiments on four benchmarks show that our model significantly outperforms the existing models. Code is available at https://github.com/lzrobots/DeepEmbeddingModel_ZSL
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision