paper-with-me

홈 › Papers

Local Superior Soups: A Catalyst for Model Merging in Cross-Silo Federated Learning

2024-10-31 · Minghui Chen, Meirui Jiang, Xin Zhang, Qi Dou, Zehua Wang, Xiaoxiao Li

Federated learning (FL) is a learning paradigm that enables collaborative training of models using decentralized data. Recently, the utilization of pre-trained weight initialization in FL has been demonstrated to effectively improve model performance. However, the evolving complexity of current pre-trained models, characterized by a substantial increase in parameters, markedly intensifies the challenges associated with communication rounds required for their adaptation to FL. To address these communication cost issues and increase the performance of pre-trained model adaptation in FL, we propose an innovative model interpolation-based local training technique called ``Local Superior Soups.'' Our method enhances local training across different clients, encouraging the exploration of a connected low-loss basin within a few communication rounds through regularized model interpolation. This approach acts as a catalyst for the seamless adaptation of pre-trained models in in FL. We demonstrated its effectiveness and efficiency across diverse widely-used FL datasets. Our code is available at \href{https://github.com/ubc-tea/Local-Superior-Soups}{https://github.com/ubc-tea/Local-Superior-Soups}.

📄 PDF Abstract BibTeX arXiv:2410.23660

Code (1)

ubc-tea/local-superior-soups 공식 구현 pytorch

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

LT-Soups: Bridging Head and Tail Classes via Subsampled Model Soups

2025-11-11 · Masih Aminbeidokhti, Subhankar Roy, Eric Granger, Elisa Ricci 외 arxiv

Real-world datasets typically exhibit long-tailed (LT) distributions, where a few head classes dominate and many tail classes are severely underrepresented. While recent work shows that parameter-efficient fine-tuning (P…

parameter-efficient fine-tuning

Merging in a Bottle: Differentiable Adaptive Merging (DAM) and the Path from Averaging to Automation

2024-10-10 · Thomas Gauthier-Caron, Shamane Siriwardhana, Elliot Stein, Malikeh Ehghaghi 외

By merging models, AI systems can combine the distinct strengths of separate language models, achieving a balance between multiple capabilities without requiring substantial retraining. However, the integration process c…

LoRA Soups: Merging LoRAs for Practical Skill Composition Tasks

2024-10-16 · Akshara Prabhakar, Yuanzhi Li, Karthik Narasimhan, Sham Kakade 외

Low-Rank Adaptation (LoRA) is a popular technique for parameter-efficient fine-tuning of Large Language Models (LLMs). We study how different LoRA modules can be merged to achieve skill composition -- testing the perform…

Mathparameter-efficient fine-tuning

AlignMerge - Alignment-Preserving Large Language Model Merging via Fisher-Guided Geometric Constraints

2025-12-18 · Aniruddha Roy, Jyoti Patel, Aman Chadha, Vinija Jain 외 arxiv

Merging large language models (LLMs) is a practical way to compose capabilities from multiple fine-tuned checkpoints without retraining. Yet standard schemes (linear weight soups, task vectors, and Fisher-weighted averag…

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