CVApr 14

Task Alignment: A simple and effective proxy for model merging in computer vision

arXiv:2604.1293569.6h-index: 42
AI Analysis

For practitioners merging vision models with heterogeneous decoders, this work provides a practical solution to the otherwise prohibitive cost of hyperparameter tuning.

The paper introduces a task alignment proxy to efficiently select hyperparameters for model merging in computer vision, enabling practical application beyond CLIP-based classification. The proxy speeds up hyperparameter selection by orders of magnitude while retaining performance.

Efficiently merging several models fine-tuned for different tasks, but stemming from the same pretrained base model, is of great practical interest. Despite extensive prior work, most evaluations of model merging in computer vision are restricted to image classification using CLIP, where different classification datasets define different tasks. In this work, our goal is to make model merging more practical and show its relevance on challenging scenarios beyond this specific setting. In most vision scenarios, different tasks rely on trainable and usually heterogeneous decoders. Differently from previous studies with frozen decoders, where merged models can be evaluated right away, the non-trivial cost of decoder training renders hyperparameter selection based on downstream performance impractical. To address this, we introduce the task alignment proxy, and show how it can be used to speed up hyperparameter selection by orders of magnitude while retaining performance. Equipped with the task alignment proxy, we extend the applicability of model merging to multi-task vision models beyond CLIP-based classification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes