ConvNet vs Transformer, Supervised vs CLIP: Beyond ImageNet Accuracy
Kirill Vishniakov, Zhiqiang Shen, Zhuang Liu
TL;DR
This work addresses the inadequacy of relying on ImageNet accuracy to compare vision models. It conducts a structured, cross-architecture analysis of ConvNeXt and ViT under supervised and CLIP training across seven properties (mistakes, bias, calibration, robustness, transferability, synthetic-data performance, and invariance) using pretrained, non-finetuned models. Key findings show CLIP improves transferability and reduces some error types but is more overconfident; ConvNeXt offers better calibration, robustness to many ImageNet variants, and strong invariance, with synthetic-data advantages as well. The results advocate for multi-faceted benchmarks to guide practical model selection, recommending supervised ConvNeXt for ImageNet-like tasks and CLIP when distribution shifts are expected.
Abstract
Modern computer vision offers a great variety of models to practitioners, and selecting a model from multiple options for specific applications can be challenging. Conventionally, competing model architectures and training protocols are compared by their classification accuracy on ImageNet. However, this single metric does not fully capture performance nuances critical for specialized tasks. In this work, we conduct an in-depth comparative analysis of model behaviors beyond ImageNet accuracy, for both ConvNet and Vision Transformer architectures, each across supervised and CLIP training paradigms. Although our selected models have similar ImageNet accuracies and compute requirements, we find that they differ in many other aspects: types of mistakes, output calibration, transferability, and feature invariance, among others. This diversity in model characteristics, not captured by traditional metrics, highlights the need for more nuanced analysis when choosing among different models. Our code is available at https://github.com/kirill-vish/Beyond-INet.
