RADIN: Souping on a Budget
Thibaut Menes, Olivier Risser-Maroix
TL;DR
RADIN addresses the computational bottleneck of model soups by approximating ensemble performance with averaged logits and establishing a first-order equivalence between ensemble and soup losses around initialization. It introduces a two-stage, budget-aware procedure that ranks candidate soups via fast logits-based evaluation and then selects the best by full validation, enabling flexible exploration budgets $B$ and improved performance at low budgets (up to $4\%$ on ImageNet). Theoretical foundations prove the equivalence of the first-order expansions and Monte-Carlo candidate generation demonstrates practical efficiency; experiments on CIFAR-10, ImageNet, and DomainNet show competitive performance and robustness to distribution shifts. Overall, RADIN provides a scalable, principled approach to soup crafting that adapts to resource constraints while offering gains over greedy baselines, especially in low-resource scenarios.
Abstract
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).
