CVApr 16, 2024

Vocabulary-free Image Classification and Semantic Segmentation

arXiv:2404.10864v110 citationsh-index: 15IEEE Trans Pattern Anal Mach Intell
Originality Highly original
AI Analysis

This addresses the impracticality of fixed vocabularies in dynamic or unknown semantic contexts for computer vision applications, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of image classification and semantic segmentation without a pre-defined vocabulary by introducing the Vocabulary-free Image Classification (VIC) task and proposing CaSED, a training-free method that leverages vision-language models and external databases, achieving superior performance on benchmarks with fewer parameters.

Large vision-language models revolutionized image classification and semantic segmentation paradigms. However, they typically assume a pre-defined set of categories, or vocabulary, at test time for composing textual prompts. This assumption is impractical in scenarios with unknown or evolving semantic context. Here, we address this issue and introduce the Vocabulary-free Image Classification (VIC) task, which aims to assign a class from an unconstrained language-induced semantic space to an input image without needing a known vocabulary. VIC is challenging due to the vastness of the semantic space, which contains millions of concepts, including fine-grained categories. To address VIC, we propose Category Search from External Databases (CaSED), a training-free method that leverages a pre-trained vision-language model and an external database. CaSED first extracts the set of candidate categories from the most semantically similar captions in the database and then assigns the image to the best-matching candidate category according to the same vision-language model. Furthermore, we demonstrate that CaSED can be applied locally to generate a coarse segmentation mask that classifies image regions, introducing the task of Vocabulary-free Semantic Segmentation. CaSED and its variants outperform other more complex vision-language models, on classification and semantic segmentation benchmarks, while using much fewer parameters.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes