paper-with-me

Papers

Image-free Classifier Injection for Zero-Shot Classification

2023-08-21 · ICCV 2023 1 · Anders Christensen, Massimiliano Mancini, A. Sophia Koepke, Ole Winther, Zeynep Akata

Zero-shot learning models achieve remarkable results on image classification for samples from classes that were not seen during training. However, such models must be trained from scratch with specialised methods: therefore, access to a training dataset is required when the need for zero-shot classification arises. In this paper, we aim to equip pre-trained models with zero-shot classification capabilities without the use of image data. We achieve this with our proposed Image-free Classifier Injection with Semantics (ICIS) that injects classifiers for new, unseen classes into pre-trained classification models in a post-hoc fashion without relying on image data. Instead, the existing classifier weights and simple class-wise descriptors, such as class names or attributes, are used. ICIS has two encoder-decoder networks that learn to reconstruct classifier weights from descriptors (and vice versa), exploiting (cross-)reconstruction and cosine losses to regularise the decoding process. Notably, ICIS can be cheaply trained and applied directly on top of pre-trained classification models. Experiments on benchmark ZSL datasets show that ICIS produces unseen classifier weights that achieve strong (generalised) zero-shot classification performance. Code is available at https://github.com/ExplainableML/ImageFreeZSL .

📄 PDF Abstract BibTeX arXiv:2308.10599

Code (1)

explainableml/imagefreezsl 공식 구현 pytorch

Tasks

ClassificationDecoderimage-classificationImage Classificationzero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

CAST: Closed-form Analytic Semantic Transfer for Zero-Shot Classifier Extension

2026-08-13 · William Heyden, Habib Ullah, Muhammad Salman Siddiqui, Fadi Al Machot arxiv

Large pre-trained models have become foundational components of modern machine learning systems. Yet adapting these models to novel categories typically requires examples from the target distribution. In many domains, ho…

Zero-Shot Learning

FREE-Edit: Using Editing-aware Injection in Rectified Flow Models for Zero-shot Image-Driven Video Editing

2026-03-01 · Maomao Li, Yunfei Liu, Yu Li arxiv

Image-driven video editing aims to propagate edit contents from the modified first frame to the remaining frames. Existing methods usually invert the source video to noise using a pre-trained image-to-video (I2V) model a…

LaFTer: Label-Free Tuning of Zero-shot Classifier using Language and Unlabeled Image Collections

2023-05-29 · NeurIPS 2023 11

Recently, large-scale pre-trained Vision and Language (VL) models have set a new state-of-the-art (SOTA) in zero-shot visual classification enabling open-vocabulary recognition of potentially unlimited set of categories …

Language ModelingLanguage ModellingLarge Language Model

Sketch-a-Classifier: Sketch-based Photo Classifier Generation

2018-04-30 · CVPR 2018 6 · Conghui Hu, Da Li, Yi-Zhe Song, Tao Xiang 외

Contemporary deep learning techniques have made image recognition a reasonably reliable technology. However training effective photo classifiers typically takes numerous examples which limits image recognition's scalabil…

Transfer LearningZero-Shot Learning

Meta-Learning via Classifier(-free) Diffusion Guidance

2022-10-17 · Elvis Nava, Seijin Kobayashi, Yifei Yin, Robert K. Katzschmann 외

We introduce meta-learning algorithms that perform zero-shot weight-space adaptation of neural network models to unseen tasks. Our methods repurpose the popular generative image synthesis techniques of natural language g…

Few-Shot LearningImage GenerationMeta-LearningVisual Question Answering (VQA)+1