paper-with-me

Papers

On the Transferability of Visual Features in Generalized Zero-Shot Learning

2022-11-22 · Paola Cascante-Bonilla, Leonid Karlinsky, James Seale Smith, Yanjun Qi, Vicente Ordonez

Generalized Zero-Shot Learning (GZSL) aims to train a classifier that can generalize to unseen classes, using a set of attributes as auxiliary information, and the visual features extracted from a pre-trained convolutional neural network. While recent GZSL methods have explored various techniques to leverage the capacity of these features, there has been an extensive growth of representation learning techniques that remain under-explored. In this work, we investigate the utility of different GZSL methods when using different feature extractors, and examine how these models' pre-training objectives, datasets, and architecture design affect their feature representation ability. Our results indicate that 1) methods using generative components for GZSL provide more advantages when using recent feature extractors; 2) feature extractors pre-trained using self-supervised learning objectives and knowledge distillation provide better feature representations, increasing up to 15% performance when used with recent GZSL techniques; 3) specific feature extractors pre-trained with larger datasets do not necessarily boost the performance of GZSL methods. In addition, we investigate how GZSL methods fare against CLIP, a more recent multi-modal pre-trained model with strong zero-shot performance. We found that GZSL tasks still benefit from generative-based GZSL methods along with CLIP's internet-scale pre-training to achieve state-of-the-art performance in fine-grained datasets. We release a modular framework for analyzing representation learning issues in GZSL here: https://github.com/uvavision/TV-GZSL

📄 PDF Abstract BibTeX arXiv:2211.12494

Code (1)

uvavision/tv-gzsl 공식 구현 pytorch

Tasks

Generalized Zero-Shot LearningKnowledge DistillationRepresentation LearningSelf-Supervised LearningZero-Shot Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

High-Discriminative Attribute Feature Learning for Generalized Zero-Shot Learning

2024-04-07 · Yu Lei, Guoshuai Sheng, Fangfang Li, Quanxue Gao 외

Zero-shot learning(ZSL) aims to recognize new classes without prior exposure to their samples, relying on semantic knowledge from observed classes. However, current attention-based models may overlook the transferability…

AttributeGeneralized Zero-Shot LearningZero-Shot Learning

Dual Progressive Prototype Network for Generalized Zero-Shot Learning

2021-11-03 · NeurIPS 2021 12 · Chaoqun Wang, Shaobo Min, Xuejin Chen, Xiaoyan Sun 외

Generalized Zero-Shot Learning (GZSL) aims to recognize new categories with auxiliary semantic information,e.g., category attributes. In this paper, we handle the critical issue of domain shift problem, i.e., confusion b…

AttributeGeneralized Zero-Shot LearningZero-Shot Learning

Visual and Semantic Prompt Collaboration for Generalized Zero-Shot Learning

2025-03-29 · CVPR 2025 1 · Huajie Jiang, Zhengxian Li, Xiaohan Yu, Yongli Hu 외

Generalized zero-shot learning aims to recognize both seen and unseen classes with the help of semantic information that is shared among different classes. It inevitably requires consistent visual-semantic alignment. Exi…

Generalized Zero-Shot LearningZero-Shot Learning

TransZero: Attribute-guided Transformer for Zero-Shot Learning

2021-12-03 · Shiming Chen, Ziming Hong, Yang Liu, Guo-Sen Xie 외

Zero-shot learning (ZSL) aims to recognize novel classes by transferring semantic knowledge from seen classes to unseen ones. Semantic knowledge is learned from attribute descriptions shared between different classes, wh…

AttributeDecoderZero-Shot Learning

Learning the Redundancy-free Features for Generalized Zero-Shot Object Recognition

2020-06-16 · CVPR 2020 6 · Zongyan Han, Zhen-Yong Fu, Jian Yang

Zero-shot object recognition or zero-shot learning aims to transfer the object recognition ability among the semantically related categories, such as fine-grained animal or bird species. However, the images of different …

Generalized Zero-Shot LearningObjectObject RecognitionZero-Shot Learning