paper-with-me

Papers

Transductive Multi-label Zero-shot Learning

2015-03-26 · Yanwei Fu, Yongxin Yang, Tim Hospedales, Tao Xiang, Shaogang Gong

Zero-shot learning has received increasing interest as a means to alleviate the often prohibitive expense of annotating training data for large scale recognition problems. These methods have achieved great success via learning intermediate semantic representations in the form of attributes and more recently, semantic word vectors. However, they have thus far been constrained to the single-label case, in contrast to the growing popularity and importance of more realistic multi-label data. In this paper, for the first time, we investigate and formalise a general framework for multi-label zero-shot learning, addressing the unique challenge therein: how to exploit multi-label correlation at test time with no training data for those classes? In particular, we propose (1) a multi-output deep regression model to project an image into a semantic word space, which explicitly exploits the correlations in the intermediate semantic layer of word vectors; (2) a novel zero-shot learning algorithm for multi-label data that exploits the unique compositionality property of semantic word vector representations; and (3) a transductive learning strategy to enable the regression model learned from seen classes to generalise well to unseen classes. Our zero-shot learning experiments on a number of standard multi-label datasets demonstrate that our method outperforms a variety of baselines.

📄 PDF Abstract BibTeX arXiv:1503.07790

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-label zero-shot learningregressionTransductive LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

Transductive Zero-Shot and Few-Shot CLIP

2024-01-01 · CVPR 2024 1 · Ségolène Martin, Yunshi Huang, Fereshteh Shakeri, Jean-Christophe Pesquet 외

Transductive inference has been widely investigated in few-shot image classification but completely overlooked in the recent fast growing literature on adapting vision-langage models like CLIP. This paper addresses t…

ClassificationFew-Shot Image Classificationimage-classificationImage Classification

Transductive Zero-Shot Hashing for Multilabel Image Retrieval

2019-11-17 · Qin Zou, Zheng Zhang, Ling Cao, Long Chen 외

Hash coding has been widely used in approximate nearest neighbor search for large-scale image retrieval. Given semantic annotations such as class labels and pairwise similarities of the training data, hashing methods can…

Image RetrievalMulti-Label Image RetrievalQuantizationRetrieval

Exploiting Semantic Attributes for Transductive Zero-Shot Learning

2023-03-17 · Zhengbo Wang, Jian Liang, Zilei Wang, Tieniu Tan

Zero-shot learning (ZSL) aims to recognize unseen classes by generalizing the relation between visual features and semantic attributes learned from the seen classes. A recent paradigm called transductive zero-shot learni…

AttributeDecoderGenerative Adversarial NetworkZero-Shot Learning

Transductive Multi-class and Multi-label Zero-shot Learning

2015-03-26 · Yanwei Fu, Yongxin Yang, Timothy M. Hospedales, Tao Xiang 외

Recently, zero-shot learning (ZSL) has received increasing interest. The key idea underpinning existing ZSL approaches is to exploit knowledge transfer via an intermediate-level semantic representation which is assumed t…

Multi-label zero-shot learningTransductive LearningTransfer LearningZero-Shot Learning

Transductive Learning for Zero-Shot Object Detection

2019-10-01 · ICCV 2019 10 · Shafin Rahman, Salman Khan, Nick Barnes

Zero-shot object detection (ZSD) is a relatively unexplored research problem as compared to the conventional zero-shot recognition task. ZSD aims to detect previously unseen objects during inference. Existing ZSD works s…

Objectobject-detectionObject DetectionSelf-Learning+3