Implicit Modeling for Transferability Estimation of Vision Foundation Models
Yaoyan Zheng, Huiqun Wang, Nan Zhou, Di Huang
TL;DR
The paper tackles the challenge of transferability estimation for increasingly diverse vision foundation models. It introduces Implicit Transferability Modeling (ITM), which treats a model's transferability as a latent factor $z$ and represents the post-fine-tuning embedding as a posterior $q(\hat{\mathbf{E}}|\mathbf{E}, z)$. To keep the approach scalable, ITM employs Divide-and-Conquer Variational Approximation (DVA), partitioning the embedding space into subspaces and using a deparametric update to approximate evolution without full fine-tuning. Across a comprehensive benchmark spanning multiple architectures and pre-training strategies, ITM achieves state-of-the-art transferability estimates with superior stability and efficiency, and extends effectively to segmentation tasks. The work advances model selection for downstream tasks by offering a general, task-agnostic TE framework with broad applicability and practical impact in reducing computational cost during model deployment.
Abstract
Transferability estimation identifies the best pre-trained models for downstream tasks without incurring the high computational cost of full fine-tuning. This capability facilitates deployment and advances the pre-training and fine-tuning paradigm. However, existing methods often struggle to accurately assess transferability for emerging pre-trained models with diverse architectures, training strategies, and task alignments. In this work, we propose Implicit Transferability Modeling (ITM), a novel framework that implicitly models each model's intrinsic transferability, coupled with a Divide-and-Conquer Variational Approximation (DVA) strategy to efficiently approximate embedding space evolution. This design enables generalization across a broader range of models and downstream tasks. Extensive experiments on a comprehensive benchmark--spanning extensive training regimes and a wider variety of model types--demonstrate that ITM consistently outperforms existing methods in terms of stability, effectiveness, and efficiency.
