Zero-Shot Classification using Shared Word and Image Representations
Spring '17
Implemented zero shot classification in TensorFlow for two classes of CIFAR-10 dataset by training only on the remaining 8 classes. This was done using shared representation for words and images by mapping images to their GloVe word vectors using a CNN as in Socher et al. (2013) and Zero-Shot Learning by Convex Combination of Semantic Embeddings .