paper-with-me

홈 › Papers

Fusing finetuned models for better pretraining

2022-04-06 · Leshem Choshen, Elad Venezian, Noam Slonim, Yoav Katz

Pretrained models are the standard starting point for training. This approach consistently outperforms the use of a random initialization. However, pretraining is a costly endeavour that few can undertake. In this paper, we create better base models at hardly any cost, by fusing multiple existing fine tuned models into one. Specifically, we fuse by averaging the weights of these models. We show that the fused model results surpass the pretrained model ones. We also show that fusing is often better than intertraining. We find that fusing is less dependent on the target task. Furthermore, weight decay nullifies intertraining effects but not those of fusing.

📄 PDF Abstract BibTeX arXiv:2204.03044

Code (2)

facebookresearch/ModelRatatouille pytorch
mshukor/unival pytorch

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Mind the Shift: Using Delta SSL Embeddings to Enhance Child ASR

2026-01-28 · Zilai Wang, Natarajan Balaji Shankar, Kaiyuan Zhang, Zihan Wang 외 arxiv

Self-supervised learning (SSL) models have achieved impressive results across many speech tasks, yet child automatic speech recognition (ASR) remains challenging due to limited data and pretraining domain mismatch. Fine-…

Self-Supervised LearningSpeech Recognition

Multi-pretrained Deep Neural Network

2016-06-02 · Zhen Hu, Zhuyin Xue, Tong Cui, Shiqiang Zong 외

Pretraining is widely used in deep neutral network and one of the most famous pretraining models is Deep Belief Network (DBN). The optimization formulas are different during the pretraining process for different pretrain…

Denoising

TMI! Finetuned Models Leak Private Information from their Pretraining Data

2023-06-01 · John Abascal, Stanley Wu, Alina Oprea, Jonathan Ullman

Transfer learning has become an increasingly popular technique in machine learning as a way to leverage a pretrained model trained for one task to assist with building a finetuned model for a related task. This paradigm …

Transfer Learning

On the Emergence of Cross-Task Linearity in the Pretraining-Finetuning Paradigm

2024-02-06 · Zhanpeng Zhou, Zijun Chen, Yilan Chen, Bo Zhang 외

The pretraining-finetuning paradigm has become the prevailing trend in modern deep learning. In this work, we discover an intriguing linear phenomenon in models that are initialized from a common pretrained checkpoint an…

Small or Large? Zero-Shot or Finetuned? Guiding Language Model Choice for Specialized Applications in Healthcare

2025-04-29 · Lovedeep Gondara, Jonathan Simkin, Graham Sayle, Shebnum Devji 외

This study aims to guide language model selection by investigating: 1) the necessity of finetuning versus zero-shot usage, 2) the benefits of domain-adjacent versus generic pretrained models, 3) the value of further doma…

Language ModelingLanguage ModellingModel Selection