paper-with-me

Papers

Merging Smarter, Generalizing Better: Enhancing Model Merging on OOD Data

2025-06-10 · Bingjie Zhang, Hongkang Li, Changlong Shi, Guowei Rong, He Zhao, Dongsheng Wang, Dandan Guo, Meng Wang

Multi-task learning (MTL) concurrently trains a model on diverse task datasets to exploit common features, thereby improving overall performance across the tasks. Recent studies have dedicated efforts to merging multiple independent model parameters into a unified model for MTL, thus circumventing the need for training data and expanding the scope of applicable scenarios of MTL. However, current approaches to model merging predominantly concentrate on enhancing performance within in-domain (ID) datasets, often overlooking their efficacy on out-of-domain (OOD) datasets. In this work, we proposed LwPTV (Layer-wise Pruning Task Vector) by building a saliency score, measuring the redundancy of parameters in task vectors. Designed in this way ours can achieve mask vector for each task and thus perform layer-wise pruning on the task vectors, only keeping the pre-trained model parameters at the corresponding layer in merged model. Owing to its flexibility, our method can be seamlessly integrated with most of existing model merging methods to improve their performance on OOD tasks. Extensive experiments demonstrate that the application of our method results in substantial enhancements in OOD performance while preserving the ability on ID tasks.

📄 PDF Abstract BibTeX arXiv:2506.09093

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Similarity Search: Embracing Smarter Mechanisms over Smarter Data

2023-08-02 · Renzhi Wu, Jingfan Meng, Jie Jeff Xu, Huayi Wang 외

In this vision paper, we propose a shift in perspective for improving the effectiveness of similarity search. Rather than focusing solely on enhancing the data quality, particularly machine learning-generated embeddings,…

Retrieval

Phoebe: Reuse-Aware Online Caching with Reinforcement Learning for Emerging Storage Models

2020-11-13 · Nan Wu, Pengcheng Li

With data durability, high access speed, low power efficiency and byte addressability, NVMe and SSD, which are acknowledged representatives of emerging storage technologies, have been applied broadly in many areas. Howev…

reinforcement-learningReinforcement Learning (RL)

Exploring Model Kinship for Merging Large Language Models

2024-10-16 · Yedi Hu, Yunzhi Yao, Shumin Deng, Huajun Chen 외

Model merging has become one of the key technologies for enhancing the capabilities and efficiency of Large Language Models (LLMs). However, our understanding of the expected performance gains and principles when merging…

model

Faster, Smaller, and Smarter: Task-Aware Expert Merging for Online MoE Inference

2025-09-24 · Ziyi Han, Xutong Liu, Ruiting Zhou, Xiangxiang Dai 외 arxiv

Sparse Mixture of Experts (SMoE) has become a preferred architecture for scaling Transformer capacity without increasing computational cost, as it activates only a small subset of experts for each input. However, deployi…

Generalizing the Geometry of Model Merging Through Frechet Averages

2026-04-29 · Marvin F. da Silva, Mohammed Adnan, Felix Dangel, Sageev Oore arxiv

Model merging aims to combine multiple models into one without additional training. Naïve parameter-space averaging can be fragile under architectural symmetries, as their geometry does not take them into account. In thi…