CVDec 24, 2024

Efficient and Context-Aware Label Propagation for Zero-/Few-Shot Training-Free Adaptation of Vision-Language Model

arXiv:2412.18303v26 citationsh-index: 9Has CodeICLR
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and adaptive vision-language models in downstream applications, representing an incremental improvement over existing zero-shot label propagation techniques.

The paper tackles the problem of task-specific hyperparameter tuning and underutilization of test samples in vision-language models by proposing a graph-based label propagation method that requires no additional unlabeled support set and uses dynamic graph expansion with context-aware feature re-weighting, achieving effectiveness in evaluations on tasks like fine-grained categorization and out-of-distribution generalization.

Vision-language models (VLMs) have revolutionized machine learning by leveraging large pre-trained models to tackle various downstream tasks. Although label, training, and data efficiency have improved, many state-of-the-art VLMs still require task-specific hyperparameter tuning and fail to fully exploit test samples. To overcome these challenges, we propose a graph-based approach for label-efficient adaptation and inference. Our method dynamically constructs a graph over text prompts, few-shot examples, and test samples, using label propagation for inference without task-specific tuning. Unlike existing zero-shot label propagation techniques, our approach requires no additional unlabeled support set and effectively leverages the test sample manifold through dynamic graph expansion. We further introduce a context-aware feature re-weighting mechanism to improve task adaptation accuracy. Additionally, our method supports efficient graph expansion, enabling real-time inductive inference. Extensive evaluations on downstream tasks, such as fine-grained categorization and out-of-distribution generalization, demonstrate the effectiveness of our approach. The source code is available at https://github.com/Yushu-Li/ECALP.

Foundations

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

Your Notes