CVAILGFeb 13, 2024

Intriguing Differences Between Zero-Shot and Systematic Evaluations of Vision-Language Transformer Models

arXiv:2402.08473v13 citationsh-index: 6IJCNN
AI Analysis

This work addresses the issue of model interpretability and reliability for researchers and practitioners in AI, though it is incremental as it builds on existing probing methods.

The paper tackled the problem of understanding generalization in vision-language transformer models by comparing zero-shot and systematic evaluations, finding that while a model achieved over 99% zero-shot classification performance on the Imagenette dataset, it failed systematic evaluations completely, and provided a framework to explain these differences.

Transformer-based models have dominated natural language processing and other areas in the last few years due to their superior (zero-shot) performance on benchmark datasets. However, these models are poorly understood due to their complexity and size. While probing-based methods are widely used to understand specific properties, the structures of the representation space are not systematically characterized; consequently, it is unclear how such models generalize and overgeneralize to new inputs beyond datasets. In this paper, based on a new gradient descent optimization method, we are able to explore the embedding space of a commonly used vision-language model. Using the Imagenette dataset, we show that while the model achieves over 99\% zero-shot classification performance, it fails systematic evaluations completely. Using a linear approximation, we provide a framework to explain the striking differences. We have also obtained similar results using a different model to support that our results are applicable to other transformer models with continuous inputs. We also propose a robust way to detect the modified images.

Foundations

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

Your Notes