paper-with-me

홈 › Papers

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 paper, we propose to speed up model soups by approximating soups performance using averaged ensemble logits performances. Theoretical insights validate the congruence between ensemble logits and weight averaging soups across any mixing ratios. Our Resource ADjusted soups craftINg (RADIN) procedure stands out by allowing flexible evaluation budgets, enabling users to adjust his budget of exploration adapted to his resources while increasing performance at lower budget compared to previous greedy approach (up to 4% on ImageNet).

📄 PDF Abstract BibTeX arXiv:2401.17790

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningModel Compression

Methods 이 논문이 사용한 방법론

Soups Compress an ensemble of models into a single one by averaging their weights (under certain pre-conditions).

Similar Papers 제목 키워드 기반

Enhanced Soups for Graph Neural Networks

2025-03-14 · Joseph Zuber, Aishwarya Sarkar, Joseph Jennings, Ali Jannesari

Graph Neural Networks (GNN) have demonstrated state-of-the-art performance in numerous scientific and high-performance computing (HPC) applications. Recent work suggests that "souping" (combining) individually trained GN…

The Surprising Soupability of Documents in State Space Models

2025-05-29 · Yasaman Jafari, ZiXian Wang, Leon Bergen, Taylor Berg-Kirkpatrick

We investigate whether hidden states from Structured State Space Models (SSMs) can be merged post-hoc to support downstream reasoning. Inspired by model souping, we propose a strategy where documents are encoded independ…

State Space Models

Fraunhofer SIT at CheckThat! 2023: Tackling Classification Uncertainty Using Model Souping on the Example of Check-Worthiness Classification

2023-07-03 · Raphael Frick, Inna Vogel, Jeong-Eun Choi

This paper describes the second-placed approach developed by the Fraunhofer SIT team in the CLEF-2023 CheckThat! lab Task 1B for English. Given a text snippet from a political debate, the aim of this task is to determine…

ClassificationFact Checking

Self-Soupervision: Cooking Model Soups without Labels

2026-02-02 · Anthony Fuller, James R. Green, Evan Shelhamer arxiv

Model soups are strange and strangely effective combinations of parameters. They take a model (the stock), fine-tune it into multiple models (the ingredients), and then mix their parameters back into one model (the soup)…

Self-Supervised Learning

Spectral Souping: A Unified Framework for Online Preference Alignment

2026-05-19 · Yinlam Chow, Guy Tennenholtz, Ted Yun, James Harrison 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) effectively aligns Large Language Models (LLMs) with aggregate human preferences but often fails to address the diverse and conflicting needs of individual users. To over…

Reinforcement Learning