paper-with-me

Papers

Multi-Objective Bayesian Optimization for Model Merging

2026-08-14 · Utkarsh Agarwal, Vamshi Bonagiri, Raul Astudillo, Monojit Choudhury arxiv

Model merging combines trained models directly in weight space, offering a compute-efficient alternative to additional fine-tuning. Selecting merge parameters is nevertheless difficult because downstream evaluations are expensive, gradients are unavailable, and source capabilities can conflict. We formulate merge-parameter selection as a black-box multi-objective optimization problem and introduce MOBO-Merge, a merge-operator agnostic framework that uses multi-objective Bayesian optimization to approximate the Pareto front under a limited evaluation budget. We evaluate Qwen3-4B and Llama-3.1-8B in two-model instruction-math and three-model instruction-math-code settings using Linear, SLERP, TIES, and block-wise merge operators. On held-out benchmark partitions, MOBO-Merge obtains higher mean hypervolume than random search in 11 of 12 reported comparisons. The gain is small for one-dimensional Linear interpolation but substantially larger for several TIES, block-wise, and three-objective searches. No merge operator is uniformly best: TIES leads in three of four family-setting combinations, whereas Block-Linear 4x is strongest for the Llama three-model merge. These results show that multi-objective Bayesian optimization is valuable as a search layer for expressive merge parameterizations.

📄 PDF Abstract BibTeX arXiv:2608.14264

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AP-BMM: Approximating Capability-Cost Pareto Sets of LLMs via Asynchronous Prior-Guided Bayesian Model Merging

2025-12-10 · Kesheng Chen, Yamin Hu, Zhenqian Zhu, Yiya Diao 외 arxiv

LLM services need to offer a family of models spanning different capability--cost trade-offs to accommodate diverse user preferences. Model merging offers a practical way to construct such a model family by combining a r…

Bayesian Optimization for Multi-objective Optimization and Multi-point Search

2019-05-07 · Takashi Wada, Hideitsu Hino

Bayesian optimization is an effective method to efficiently optimize unknown objective functions with high evaluation costs. Traditional Bayesian optimization algorithms select one point per iteration for single objectiv…

Bayesian Optimization

Bayesian Model Merging

2026-05-13 · Kaiyang Li, Shaobo Han, Qing Su, Shihao Ji arxiv

Model merging aims to combine multiple task-specific expert models into a single model without joint retraining, offering a practical alternative to multi-task learning when data access or computational budget is limited…

Multi-Task Learning

It's Morphing Time: Unleashing the Potential of Multiple LLMs via Multi-objective Optimization

2024-06-29 · Bingdong Li, Zixiang Di, Yanting Yang, Hong Qian 외

In this paper, we introduce a novel approach for addressing the multi-objective optimization problem in large language model merging via black-box multi-objective optimization algorithms. The goal of model merging is to …

Bayesian OptimizationLanguage ModellingLarge Language Model

A Robust Multi-Objective Bayesian Optimization Framework Considering Input Uncertainty

2022-02-25 · J. Qing, I. Couckuyt, T. Dhaene

Bayesian optimization is a popular tool for data-efficient optimization of expensive objective functions. In real-life applications like engineering design, the designer often wants to take multiple objectives as well as…

Bayesian Optimization