Model Specific Task Similarity for Vision Language Model Selection via Layer Conductance
Wei Yang, Hong Xie, Tao Tan, Xin Li, Defu Lian, Enhong Chen
TL;DR
This work tackles the problem of selecting the best Vision–Language Model (VLM) for a target task in few-shot settings by grounding transferability in model-specific internal dynamics. It introduces a target-specific task representation based on layer conductance of the visual encoder and derives an asymmetric transfer metric, Directional Conductance Divergence (DCD), via entropy-regularized alignment to measure how well a source task covers target-critical blocks. By converting DCD into a similarity distribution and aggregating source-task ranks, the method predicts target-model rankings without direct evaluation, requiring only unlabeled images. Empirically, the approach outperforms state-of-the-art baselines across 48 models and 21 datasets, achieving a 14.7% improvement in NDCG@5 and demonstrating strong data efficiency and architecture-aware transfer reasoning. The theoretical analysis supports the necessity of asymmetry under coverage semantics, underscoring the practical impact for scalable VLM selection in real-world deployments with limited data.
Abstract
While open sourced Vision-Language Models (VLMs) have proliferated, selecting the optimal pretrained model for a specific downstream task remains challenging. Exhaustive evaluation is often infeasible due to computational constraints and data limitations in few shot scenarios. Existing selection methods fail to fully address this: they either rely on data-intensive proxies or use symmetric textual descriptors that neglect the inherently directional and model-specific nature of transferability. To address this problem, we propose a framework that grounds model selection in the internal functional dynamics of the visual encoder. Our approach represents each task via layer wise conductance and derives a target-conditioned block importance distribution through entropy regularized alignment. Building on this, we introduce Directional Conductance Divergence (DCD), an asymmetric metric that quantifies how effectively a source task covers the target's salient functional blocks. This allows for predicting target model rankings by aggregating source task ranks without direct inference. Experimental results on 48 VLMs across 21 datasets demonstrate that our method outperforms state-of-the-art baselines, achieving a 14.7% improvement in NDCG@5 over SWAB.
