English

Image-free Classifier Injection for Zero-Shot Classification

Computer Vision and Pattern Recognition 2023-08-22 v1 Machine Learning

Abstract

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 .

Keywords

Cite

@article{arxiv.2308.10599,
  title  = {Image-free Classifier Injection for Zero-Shot Classification},
  author = {Anders Christensen and Massimiliano Mancini and A. Sophia Koepke and Ole Winther and Zeynep Akata},
  journal= {arXiv preprint arXiv:2308.10599},
  year   = {2023}
}

Comments

Accepted at ICCV 2023

R2 v1 2026-06-28T12:00:16.430Z