Can We Predict Performance of Large Models across Vision-Language Tasks?
Qinyu Zhao, Ming Xu, Kartik Gupta, Akshay Asthana, Liang Zheng, Stephen Gould
TL;DR
This work tackles the high cost of evaluating large vision-language models by formulating performance prediction as a probabilistic matrix factorization task on a sparse model-by-dataset score matrix ${\boldsymbol{R}}$. It advances PMF with MCMC to quantify uncertainty, introduces tensor-factorization for multiple metrics, and augments predictions with model/dataset profiles, including Bayesian priors with an LKJ structure. Through extensive experiments on 108 LVLMs across 176 datasets, the approach achieves accurate imputation, reliable uncertainty estimates for ordering evaluations, and improved performance under sparse data, while enabling active evaluation that prioritizes high-uncertainty predictions. The framework also demonstrates generalization to new models/datasets and shows how coresets can be combined with PMF for further efficiency. Overall, it offers a scalable method to predict LVLM performance, guiding efficient evaluation and reducing computational costs in multimodal benchmarking.
Abstract
Evaluating large vision-language models (LVLMs) is very expensive, due to high computational cost and the wide variety of tasks. The good news is that if we already have some observed performance scores, we may be able to infer unknown ones. In this study, we propose a new framework for predicting unknown performance scores based on observed ones from other LVLMs or tasks. We first formulate the performance prediction as a matrix completion task. Specifically, we construct a sparse performance matrix $\boldsymbol{R}$, where each entry $R_{mn}$ represents the performance score of the $m$-th model on the $n$-th dataset. By applying probabilistic matrix factorization (PMF) with Markov chain Monte Carlo (MCMC), we can complete the performance matrix, i.e., predict unknown scores. Additionally, we estimate the uncertainty of performance prediction based on MCMC. Practitioners can evaluate their models on untested tasks with higher uncertainty first, which quickly reduces the prediction errors. We further introduce several improvements to enhance PMF for scenarios with sparse observed performance scores. Our experiments demonstrate the accuracy of PMF in predicting unknown scores, the reliability of uncertainty estimates in ordering evaluations, and the effectiveness of our enhancements for handling sparse data.
