paper-with-me

Papers

Bias-Eliminated Semantic Refinement for Any-Shot Learning

2022-02-10 · Liangjun Feng, Chunhui Zhao, Xi Li

When training samples are scarce, the semantic embedding technique, ie, describing class labels with attributes, provides a condition to generate visual features for unseen objects by transferring the knowledge from seen objects. However, semantic descriptions are usually obtained in an external paradigm, such as manual annotation, resulting in weak consistency between descriptions and visual features. In this paper, we refine the coarse-grained semantic description for any-shot learning tasks, ie, zero-shot learning (ZSL), generalized zero-shot learning (GZSL), and few-shot learning (FSL). A new model, namely, the semantic refinement Wasserstein generative adversarial network (SRWGAN) model, is designed with the proposed multihead representation and hierarchical alignment techniques. Unlike conventional methods, semantic refinement is performed with the aim of identifying a bias-eliminated condition for disjoint-class feature generation and is applicable in both inductive and transductive settings. We extensively evaluate model performance on six benchmark datasets and observe state-of-the-art results for any-shot learning; eg, we obtain 70.2% harmonic accuracy for the Caltech UCSD Birds (CUB) dataset and 82.2% harmonic accuracy for the Oxford Flowers (FLO) dataset in the standard GZSL setting. Various visualizations are also provided to show the bias-eliminated generation of SRWGAN. Our code is available.

📄 PDF Abstract BibTeX arXiv:2202.04827

Code (1)

liangjunfeng/srwgan 공식 구현 pytorch

Tasks

Few-Shot LearningGeneralized Zero-Shot LearningGenerative Adversarial NetworkZero-Shot Learning

Similar Papers 제목 키워드 기반

FREE: Feature Refinement for Generalized Zero-Shot Learning

2021-07-29 · ICCV 2021 10 · Shiming Chen, Wenjie Wang, Beihao Xia, Qinmu Peng 외

Generalized zero-shot learning (GZSL) has achieved significant progress, with many efforts dedicated to overcoming the problems of visual-semantic domain gap and seen-unseen bias. However, most existing methods directly …

Generalized Zero-Shot LearningZero-Shot Learning

Variational Few-Shot Learning

2019-10-01 · ICCV 2019 10 · Jian Zhang, Chenglong Zhao, Bingbing Ni, Minghao Xu 외

We propose a variational Bayesian framework for enhancing few-shot learning performance. This idea is motivated by the fact that single point based metric learning approaches are inherently noise-vulnerable and easy-to-b…

Few-Shot LearningMetric LearningVariational Inference

BATR-FST: Bi-Level Adaptive Token Refinement for Few-Shot Transformers

2025-09-16 · Mohammed Al-Habib, Zuping Zhang, Abdulrahman Noman arxiv

Vision Transformers (ViTs) have shown significant promise in computer vision applications. However, their performance in few-shot learning is limited by challenges in refining token-level interactions, struggling with li…

Few-Shot Learning

ProtoCLIP: Prototype-Aligned Latent Refinement for Robust Zero-Shot Chest X-Ray Classification

2026-04-20 · Florian Kittler, Sheethal Bhat, Andreas Maier arxiv

Zero-shot vision-language models (VLMs) have shown promise for chest radiograph classification, but their performance is often limited by confounding label co-occurrence, long-tail class imbalance, and transfer instabili…

Adaptive Base-class Suppression and Prior Guidance Network for One-Shot Object Detection

2023-03-24 · Wenwen Zhang, Xinyu Xiao, Hangguan Shan, Eryun Liu

One-shot object detection (OSOD) aims to detect all object instances towards the given category specified by a query image. Most existing studies in OSOD endeavor to explore effective cross-image correlation and alleviat…

object-detectionObject DetectionOne-Shot Object Detection