CVAILGSep 23, 2025

No Labels Needed: Zero-Shot Image Classification with Collaborative Self-Learning

arXiv:2509.18938v1h-index: 5ICTAI
Originality Incremental advance
AI Analysis

This work addresses the challenge of data scarcity in practical image classification scenarios, offering a novel unsupervised approach that is incremental in combining existing techniques.

The paper tackles the problem of image classification without labeled training data by proposing a zero-shot framework that combines a vision-language model and a pre-trained visual model in a self-learning cycle, achieving improved performance over baseline methods on ten diverse datasets.

While deep learning, including Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs), has significantly advanced classification performance, its typical reliance on extensive annotated datasets presents a major obstacle in many practical scenarios where such data is scarce. Vision-language models (VLMs) and transfer learning with pre-trained visual models appear as promising techniques to deal with this problem. This paper proposes a novel zero-shot image classification framework that combines a VLM and a pre-trained visual model within a self-learning cycle. Requiring only the set of class names and no labeled training data, our method utilizes a confidence-based pseudo-labeling strategy to train a lightweight classifier directly on the test data, enabling dynamic adaptation. The VLM identifies high-confidence samples, and the pre-trained visual model enhances their visual representations. These enhanced features then iteratively train the classifier, allowing the system to capture complementary semantic and visual cues without supervision. Notably, our approach avoids VLM fine-tuning and the use of large language models, relying on the visual-only model to reduce the dependence on semantic representation. Experimental evaluations on ten diverse datasets demonstrate that our approach outperforms the baseline zero-shot method.

Foundations

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

Your Notes