Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Foundation Model is Efficient Multimodal Multitask Model Selector

About

This paper investigates an under-explored but important problem: given a collection of pre-trained neural networks, predicting their performance on each multi-modal task without fine-tuning them, such as image recognition, referring, captioning, visual question answering, and text question answering. A brute-force approach is to finetune all models on all target datasets, bringing high computational costs. Although recent-advanced approaches employed lightweight metrics to measure models' transferability,they often depend heavily on the prior knowledge of a single task, making them inapplicable in a multi-modal multi-task scenario. To tackle this issue, we propose an efficient multi-task model selector (EMMS), which employs large-scale foundation models to transform diverse label formats such as categories, texts, and bounding boxes of different downstream tasks into a unified noisy label embedding. EMMS can estimate a model's transferability through a simple weighted linear regression, which can be efficiently solved by an alternating minimization algorithm with a convergence guarantee. Extensive experiments on 5 downstream tasks with 24 datasets show that EMMS is fast, effective, and generic enough to assess the transferability of pre-trained models, making it the first model selection method in the multi-task scenario. For instance, compared with the state-of-the-art method LogME enhanced by our label embeddings, EMMS achieves 9.0\%, 26.3\%, 20.1\%, 54.8\%, 12.2\% performance gain on image recognition, referring, captioning, visual question answering, and text question answering, while bringing 5.13x, 6.29x, 3.59x, 6.19x, and 5.66x speedup in wall-clock time, respectively. The code is available at https://github.com/OpenGVLab/Multitask-Model-Selector.

Fanqing Meng, Wenqi Shao, Zhanglin Peng, Chonghe Jiang, Kaipeng Zhang, Yu Qiao, Ping Luo• 2023

Related benchmarks

TaskDatasetResultRank
KnowledgeScienceQA
Kendall's Tau0.77
5
Multi-disciplineMMMU
Kendall τ0.526
5
Visual QAGQA
Kendall τ0.682
5
Visual QAVizWiz
Kendall's Tau0.657
5
Doc QAChartQA
Kendall's Tau0.238
5
Doc QADocVQA
Kendall Tau Correlation0.172
5
KnowledgeAI2D
Kendall Tau0.557
5
Showing 7 of 7 rows

Other info

Follow for update