paper-with-me

홈 › Papers

Transferrable Feature and Projection Learning with Class Hierarchy for Zero-Shot Learning

2018-10-19 · Aoxue Li, Zhiwu Lu, Jiechao Guan, Tao Xiang, Li-Wei Wang, Ji-Rong Wen

Zero-shot learning (ZSL) aims to transfer knowledge from seen classes to unseen ones so that the latter can be recognised without any training samples. This is made possible by learning a projection function between a feature space and a semantic space (e.g. attribute space). Considering the seen and unseen classes as two domains, a big domain gap often exists which challenges ZSL. Inspired by the fact that an unseen class is not exactly `unseen' if it belongs to the same superclass as a seen class, we propose a novel inductive ZSL model that leverages superclasses as the bridge between seen and unseen classes to narrow the domain gap. Specifically, we first build a class hierarchy of multiple superclass layers and a single class layer, where the superclasses are automatically generated by data-driven clustering over the semantic representations of all seen and unseen class names. We then exploit the superclasses from the class hierarchy to tackle the domain gap challenge in two aspects: deep feature learning and projection function learning. First, to narrow the domain gap in the feature space, we integrate a recurrent neural network (RNN) defined with the superclasses into a convolutional neural network (CNN), in order to enforce the superclass hierarchy. Second, to further learn a transferrable projection function for ZSL, a novel projection function learning method is proposed by exploiting the superclasses to align the two domains. Importantly, our transferrable feature and projection learning methods can be easily extended to a closely related task -- few-shot learning (FSL). Extensive experiments show that the proposed model significantly outperforms the state-of-the-art alternatives in both ZSL and FSL tasks.

📄 PDF Abstract BibTeX arXiv:1810.08329

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClusteringFew-Shot LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

Learning Cross-domain Semantic-Visual Relationships for Transductive Zero-Shot Learning

2020-03-31 · Fengmao Lv, Jianyang Zhang, Guowu Yang, Lei Feng 외

Zero-Shot Learning (ZSL) learns models for recognizing new classes. One of the main challenges in ZSL is the domain discrepancy caused by the category inconsistency between training and testing data. Domain adaptation is…

Domain AdaptationZero-Shot Learning

Class label autoencoder for zero-shot learning

2018-01-25 · Guangfeng Lin, Caixia Fan, Wanjun Chen, Yajun Chen 외

Existing zero-shot learning (ZSL) methods usually learn a projection function between a feature space and a semantic embedding space(text or attribute space) in the training seen classes or testing unseen classes. Howeve…

AttributeDecoderDiversityzero-shot-classification+1

Understanding Transferable Representation Learning and Zero-shot Transfer in CLIP

2023-10-02 · Zixiang Chen, Yihe Deng, Yuanzhi Li, Quanquan Gu

Multi-modal learning has become increasingly popular due to its ability to leverage information from different data sources (e.g., text and images) to improve the model performance. Recently, CLIP has emerged as an effec…

Image GenerationRepresentation LearningZero-Shot Learning

An Integral Projection-based Semantic Autoencoder for Zero-Shot Learning

2023-06-26 · William Heyden, Habib Ullah, M. Salman Siddiqui, Fadi Al Machot

Zero-shot Learning (ZSL) classification categorizes or predicts classes (labels) that are not included in the training set (unseen classes). Recent works proposed different semantic autoencoder (SAE) models where the enc…

DecoderZero-Shot Learning

Zero and Few Shot Learning with Semantic Feature Synthesis and Competitive Learning

2018-10-19 · Zhiwu Lu, Jiechao Guan, Aoxue Li, Tao Xiang 외

Zero-shot learning (ZSL) is made possible by learning a projection function between a feature space and a semantic space (e.g.,~an attribute space). Key to ZSL is thus to learn a projection that is robust against the oft…

AttributeFew-Shot LearningHallucinationZero-Shot Learning