Understanding Task Transfer in Vision-Language Models
Bhuvan Sachdeva, Karan Uppal, Abhinav Java, Vineeth N. Balasubramanian
TL;DR
The paper investigates how finetuning a vision-language model on a single perception task affects zero-shot performance on other perception tasks. It introduces Perfection Gap Factor (PGF) as a ceiling-aware, normalized measure of transfer, and systematically studies cross-task transfer across three model scales and 13 BLINK perception tasks. The analysis reveals structured transfer, including positive and negative patterns, task cliques, and personas, with positive transfer growing with model size and being transferable to spatio-temporal tasks. PGF-guided data selection demonstrates practical gains in finetuning efficiency, sometimes outperforming direct target-task supervision, offering actionable guidance for robust and economical VLM adaptation.
Abstract
Vision-Language Models (VLMs) perform well on multimodal benchmarks but lag behind humans and specialized models on visual perception tasks like depth estimation or object counting. Finetuning on one task can unpredictably affect performance on others, making task-specific finetuning challenging. In this paper, we address this challenge through a systematic study of task transferability. We examine how finetuning a VLM on one perception task affects its zero-shot performance on others. To quantify these effects, we introduce Perfection Gap Factor (PGF), a metric that captures both the breadth and magnitude of transfer. Using three open-weight VLMs evaluated across 13 perception tasks, we construct a task-transfer graph that reveals previously unobserved relationships among perception tasks. Our analysis uncovers patterns of positive and negative transfer, identifies groups of tasks that mutually influence each other, organizes tasks into personas based on their transfer behavior and demonstrates how PGF can guide data selection for more efficient training. These findings highlight both opportunities for positive transfer and risks of negative interference, offering actionable guidance for advancing VLMs.
