Zero-shot learning(ZSL)

Zero-shot learning is a sub-field of ML that deals with classification. In a typical classification task trains on data which is a set of mappings of inputs and their corresponding classes. Sometimes the training dataset may not consist of all classes of inputs. For example, we want to classify images of consumer products into their respective classes such as books, shirts etc. Our training set may not capture all classes of products. The problem -- how does a model trained on such a dataset classify products belonging to classes not present in the training data.


Such scenarios are quiet common in modern AI applications that deal natural language, autonomous driving, etc. In all such examples, the data comes from distributions with long tails. It could also be that there are a large number of classes(some possibly unknown) that it is practically difficult to capture all of them in the training data.


ZSL methods aim to solve this problem. Ever wondered how chatbots such as ChatGPT answer reasonably well to all our vague questions.


--

  1. "Unbiased Look at Dataset Bias" by Antonio Torralba and Alexei A. Efros. (2009)
  2. "Zero-shot learning with semantic output codes" by Mark Palatucci, Dean Pomerleau, Geoffrey E. Hinton, Tom M. Mitchell. (2009)
  3. "Zero-Shot Learning through Cross-Modal Transfer" by Richard Socher, Milind Ganjoo, Christopher D. Manning, and Andrew Y. Ng. (2013)
  4. "DeViSE: A Deep Visual-Semantic Embedding Model" by Andrea Frome, Greg S. Corrado, Jon Shlens, Samy Bengio, Jeff Dean, Marc'Aurelio Ranzato, and Tomas Mikolov. (2013)
  5. "Latent Embeddings for Zero-shot Classification" by Yongqin Xian, Zeynep Akata, Gaurav Sharma, Quynh Nguyen, Matthias Hein, Bernt Schiele. (2016)
  6. "Semantic autoencoder for zero-shot learning." by Kodirov, Elyor, Tao Xiang, and Shaogang Gong. (2017)
  7. Animals with Attributes 2 (https://cvml.ista.ac.at/AwA2/)
  8. "Zero-Shot Learning - A Comprehensive Evaluation of the Good, the Bad and the Ugly" by Y. Xian, C. H. Lampert, B. Schiele, Z. Akata. (2018)

要查看或添加评论,请登录

Rahul Pydimukkala的更多文章

社区洞察

其他会员也浏览了