LGDec 11, 2023

Model Breadcrumbs: Scaling Multi-Task Model Merging with Sparse Masks

arXiv:2312.06795v2127 citationsh-index: 12Has CodeECCV
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently updating and integrating multiple fine-tuned models for practitioners in AI, offering a scalable solution for multi-task model construction, though it is incremental as it builds on existing model merging techniques.

The paper tackles the problem of merging multiple fine-tuned models from a pre-trained foundation model across diverse tasks, introducing Model Breadcrumbs, a method using sparse masks to guide adaptation, which improves performance across multiple tasks without hyperparameter tuning for each new task.

The rapid development of AI systems has been greatly influenced by the emergence of foundation models. A common approach for targeted problems involves fine-tuning these pre-trained foundation models for specific target tasks, resulting in a rapid spread of models fine-tuned across a diverse array of tasks. This work focuses on the problem of merging multiple fine-tunings of the same foundation model derived from a spectrum of auxiliary tasks. We introduce a new simple method, Model Breadcrumbs, which consists of a sparsely defined weight set that guides model adaptation within the weight space of a pre-trained model. These breadcrumbs are constructed by subtracting the weights from a pre-trained model before and after fine-tuning, followed by a sparsification process that eliminates weight outliers and negligible perturbations. Our experiments demonstrate the effectiveness of Model Breadcrumbs to simultaneously improve performance across multiple tasks. This contribution aligns with the evolving paradigm of updatable machine learning, reminiscent of the collaborative principles underlying open-source software development, fostering a community-driven effort to reliably update machine learning models. Our method is shown to be more efficient and unlike previous proposals does not require hyperparameter tuning for each new task added. Through extensive experimentation involving various models, tasks, and modalities we establish that integrating Model Breadcrumbs offers a simple, efficient, and highly effective approach for constructing multi-task models and facilitating updates to foundation models.

Foundations

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

Your Notes