Beyond Accuracy: What Matters in Designing Well-Behaved Image Classification Models?
Robin Hesse, Doğukan Bağcı, Bernt Schiele, Simone Schaub-Meyer, Stefan Roth
TL;DR
This work addresses the gap of designing well-behaved image classifiers by evaluating nine quality dimensions across $326$ backbones on ImageNet-1k and introducing the QUBA score for multi-dimensional ranking. It demonstrates that larger training datasets and self-supervised pretraining followed by end-to-end fine-tuning improve most quality dimensions, while vision-language architectures achieve strong class balance and domain robustness; transformers generally outperform CNNs across multiple dimensions. The study provides insights into relationships among quality dimensions and offers flexible, dimension-aware recommendations through QUBA-based rankings, enabling practitioners to tailor models to specific needs. Overall, the paper advocates for evaluating broad quality profiles rather than focusing solely on accuracy, to advance the development of robust, calibrated, fair, and efficient vision systems.
Abstract
Deep learning has become an essential part of computer vision, with deep neural networks (DNNs) excelling in predictive performance. However, they often fall short in other critical quality dimensions, such as robustness, calibration, or fairness. While existing studies have focused on a subset of these quality dimensions, none have explored a more general form of "well-behavedness" of DNNs. With this work, we address this gap by simultaneously studying nine different quality dimensions for image classification. Through a large-scale study, we provide a bird's-eye view by analyzing 326 backbone models and how different training paradigms and model architectures affect these quality dimensions. We reveal various new insights such that (i) vision-language models exhibit high class balance on ImageNet-1k classification and strong robustness against domain changes; (ii) training models initialized with weights obtained through self-supervised learning is an effective strategy to improve most considered quality dimensions; and (iii) the training dataset size is a major driver for most of the quality dimensions. We conclude our study by introducing the QUBA score (Quality Understanding Beyond Accuracy), a novel metric that ranks models across multiple dimensions of quality, enabling tailored recommendations based on specific user needs.
