paper-with-me

Papers

Soup-of-Experts: Pretraining Specialist Models via Parameters Averaging

2025-02-03 · Pierre Ablin, Angelos Katharopoulos, Skyler Seto, David Grangier

Machine learning models are routinely trained on a mixture of different data domains. Different domain weights yield very different downstream performances. We propose the Soup-of-Experts, a novel architecture that can instantiate a model at test time for any domain weights with minimal computational cost and without re-training the model. Our architecture consists of a bank of expert parameters, which are linearly combined to instantiate one model. We learn the linear combination coefficients as a function of the input domain weights. To train this architecture, we sample random domain weights, instantiate the corresponding model, and backprop through one batch of data sampled with these domain weights. We demonstrate how our approach obtains small specialized models on several language modeling tasks quickly. Soup-of-Experts are particularly appealing when one needs to ship many different specialist models quickly under a model size constraint.

📄 PDF Abstract BibTeX arXiv:2502.01804

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

On Defining Neural Averaging

2025-08-20 · Su Hyeong Lee, Richard Ngo arxiv

What does it even mean to average neural networks? We investigate the problem of synthesizing a single neural network from a collection of pretrained models, each trained on disjoint data shards, using only their final w…

RADIN: Souping on a Budget

2024-01-31 · Thibaut Menes, Olivier Risser-Maroix

Model Soups, extending Stochastic Weights Averaging (SWA), combine models fine-tuned with different hyperparameters. Yet, their adoption is hindered by computational challenges due to subset selection issues. In this pap…

Ensemble LearningModel Compression

Souper-Model: How Simple Arithmetic Unlocks State-of-the-Art LLM Performance

2025-11-17 · Shalini Maiti, Amar Budhiraja, Bhavul Gauri, Gaurav Chaurasia 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their training remains resource- and time-intensive, requiring massive compute power and careful orchestration of trainin…

Sparse Model Soups: A Recipe for Improved Pruning via Model Averaging

2023-06-29 · Max Zimmer, Christoph Spiegel, Sebastian Pokutta

Neural networks can be significantly compressed by pruning, yielding sparse models with reduced storage and computational demands while preserving predictive performance. Model soups (Wortsman et al., 2022) enhance gener…

model

Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time

2022-03-10 · Mitchell Wortsman, Gabriel Ilharco, Samir Yitzhak Gadre, Rebecca Roelofs 외

The conventional recipe for maximizing model accuracy is to (1) train multiple models with various hyperparameters and (2) pick the individual model which performs best on a held-out validation set, discarding the remain…

Domain Generalizationimage-classificationImage Classification+2