paper-with-me

홈 › Papers

MASS: MoErging through Adaptive Subspace Selection

2025-04-06 · Donato Crisostomi, Alessandro Zirilli, Antonio Andrea Gargiulo, Maria Sofia Bucarelli, Simone Scardapane, Fabrizio Silvestri, Iacopo Masi, Emanuele Rodolà

Model merging has recently emerged as a lightweight alternative to ensembling, combining multiple fine-tuned models into a single set of parameters with no additional training overhead. Yet, existing merging methods fall short of matching the full accuracy of separately fine-tuned endpoints. We present MASS (MoErging through Adaptive Subspace Selection), a new approach that closes this gap by unifying multiple fine-tuned models while retaining near state-of-the-art performance across tasks. Building on the low-rank decomposition of per-task updates, MASS stores only the most salient singular components for each task and merges them into a shared model. At inference time, a non-parametric, data-free router identifies which subspace (or combination thereof) best explains an input's intermediate features and activates the corresponding task-specific block. This procedure is fully training-free and introduces only a two-pass inference overhead plus a ~2 storage factor compared to a single pretrained model, irrespective of the number of tasks. We evaluate MASS on CLIP-based image classification using ViT-B-16, ViT-B-32 and ViT-L-14 for benchmarks of 8, 14 and 20 tasks respectively, establishing a new state-of-the-art. Most notably, MASS recovers up to ~98% of the average accuracy of individual fine-tuned models, making it a practical alternative to ensembling at a fraction of the storage cost.

📄 PDF Abstract BibTeX arXiv:2504.05342

Code (1)

crisostomi/mass pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Survey on Model MoErging: Recycling and Routing Among Specialized Experts for Collaborative Learning

2024-08-13 · Prateek Yadav, Colin Raffel, Mohammed Muqeeth, Lucas Caccia 외

The availability of performant pre-trained models has led to a proliferation of fine-tuned expert models that are specialized to a particular domain or task. Model MoErging methods aim to recycle expert models to create …

Mixture-of-ExpertsSurvey

Glider: Global and Local Instruction-Driven Expert Router

2024-10-09 · Pingzhi Li, Prateek Yadav, Jaehong Yoon, Jie Peng 외

The availability of performant pre-trained models has led to a proliferation of fine-tuned expert models that are specialized to particular domains. This has enabled the creation of powerful and adaptive routing-based "M…

Unsupervised Feature Selection based on Adaptive Similarity Learning and Subspace Clustering

2019-12-10 · Mohsen Ghassemi Parsa, Hadi Zare, Mehdi Ghatee

Feature selection methods have an important role on the readability of data and the reduction of complexity of learning algorithms. In recent years, a variety of efforts are investigated on feature selection problems bas…

Clusteringfeature selectionRepresentation Learning

On Subspace Approximation and Subset Selection in Fewer Passes by MCMC Sampling

2021-03-20 · Amit Deshpande, Rameshwar Pratap

We consider the problem of subset selection for $\ell_{p}$ subspace approximation, i.e., given $n$ points in $d$ dimensions, we need to pick a small, representative subset of the given points such that its span gives $(1…

Correlation Adaptive Subspace Segmentation by Trace Lasso

2015-01-18 · Canyi Lu, Jiashi Feng, Zhouchen Lin, Shuicheng Yan

This paper studies the subspace segmentation problem. Given a set of data points drawn from a union of subspaces, the goal is to partition them into their underlying subspaces they were drawn from. The spectral clusterin…

ClusteringSegmentation