paper-with-me

Papers

Bi-directional Distribution Alignment for Transductive Zero-Shot Learning

2023-03-15 · CVPR 2023 1 · Zhicai Wang, Yanbin Hao, Tingting Mu, Ouxiang Li, Shuo Wang, Xiangnan He

It is well-known that zero-shot learning (ZSL) can suffer severely from the problem of domain shift, where the true and learned data distributions for the unseen classes do not match. Although transductive ZSL (TZSL) attempts to improve this by allowing the use of unlabelled examples from the unseen classes, there is still a high level of distribution shift. We propose a novel TZSL model (named as Bi-VAEGAN), which largely improves the shift by a strengthened distribution alignment between the visual and auxiliary spaces. The key proposal of the model design includes (1) a bi-directional distribution alignment, (2) a simple but effective L_2-norm based feature normalization approach, and (3) a more sophisticated unseen class prior estimation approach. In benchmark evaluation using four datasets, Bi-VAEGAN achieves the new state of the arts under both the standard and generalized TZSL settings. Code could be found at https://github.com/Zhicaiwww/Bi-VAEGAN

📄 PDF Abstract BibTeX arXiv:2303.08698

Code (1)

zhicaiwww/bi-vaegan 공식 구현 pytorch

Tasks

Zero-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 Learning with a Self-training dictionary approach

2017-03-27 · Yunlong Yu, Zhong Ji, Xi Li, Jichang Guo 외

As an important and challenging problem in computer vision, zero-shot learning (ZSL) aims at automatically recognizing the instances from unseen object classes without training data. To address this problem, ZSL is usual…

Transductive LearningTransfer LearningZero-Shot Learning

OTFusion: Bridging Vision-only and Vision-Language Models via Optimal Transport for Transductive Zero-Shot Learning

2025-06-16 · Qiyu Xu, Wenyang Chen, Zhanxuan Hu, Huafeng Li 외

Transductive zero-shot learning (ZSL) aims to classify unseen categories by leveraging both semantic class descriptions and the distribution of unlabeled test data. While Vision-Language Models (VLMs) such as CLIP excel …

Zero-Shot Learning

Information Bottleneck Constrained Latent Bidirectional Embedding for Zero-Shot Learning

2020-09-16 · Yang Liu, Lei Zhou, Xiao Bai, Lin Gu 외

Zero-shot learning (ZSL) aims to recognize novel classes by transferring semantic knowledge from seen classes to unseen classes. Though many ZSL methods rely on a direct mapping between the visual and the semantic space,…

AttributeZero-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