paper-with-me

Papers

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, Charles Goddard, Mark McQuade, Jacob Solawetz, Maxime Labonne

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 can be intricate due to differences in training methods and fine-tuning, typically necessitating specialized knowledge and repeated refinement. This paper explores model merging techniques across a spectrum of complexity, examining where automated methods like evolutionary strategies stand compared to hyperparameter-driven approaches such as DARE, TIES-Merging and simpler methods like Model Soups. In addition, we introduce Differentiable Adaptive Merging (DAM), an efficient, adaptive merging approach as an alternative to evolutionary merging that optimizes model integration through scaling coefficients, minimizing computational demands. Our findings reveal that even simple averaging methods, like Model Soups, perform competitively when model similarity is high, underscoring each technique's unique strengths and limitations. We open-sourced DAM, including the implementation code and experiment pipeline, on GitHub: https://github.com/arcee-ai/DAM.

📄 PDF Abstract BibTeX arXiv:2410.08371

Code (1)

arcee-ai/dam 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Evolutionary Negative Module Pruning for Better LoRA Merging

2026-04-20 · Anda Cao, Zhuo Gou, Yi Wang, Kaixuan Chen 외 arxiv

Merging multiple Low-Rank Adaptation (LoRA) experts into a single backbone is a promising approach for efficient multi-task deployment. While existing methods strive to alleviate interference via weight interpolation or …

Leveraging Large Language Models for Identifying Knowledge Components

2025-11-13 · Canwen Wang, Jionghao Lin, Kenneth R. Koedinger arxiv

Knowledge Components (KCs) are foundational to adaptive learning systems, but their manual identification by domain experts is a significant bottleneck. While Large Language Models (LLMs) offer a promising avenue for aut…

Dynamic Model Merging Made Slim

2026-05-17 · Guodong Du, Wanyu Lin arxiv

Model merging enables the reuse of fine-tuned models without joint training or access to original data. Dynamic merging further improves flexibility by selectively activating task-relevant parameters and efficiently comp…

Improving Freeway Merging Efficiency via Flow-Level Coordination of Connected and Autonomous Vehicles

2021-08-04 · Jie Zhu, Ivana Tasic, Xiaobo Qu

Freeway on-ramps are typical bottlenecks in the freeway network due to the frequent disturbances caused by their associated merging, weaving, and lane-changing behaviors. With real-time communication and precise motion c…

Autonomous Vehicles

T3: Test-Time Model Merging in VLMs for Zero-Shot Medical Imaging Analysis

2025-10-31 · Raza Imam, Hu Wang, Dwarikanath Mahapatra, Mohammad Yaqub arxiv

In medical imaging, vision-language models face a critical duality: pretrained networks offer broad robustness but lack subtle, modality-specific characteristics, while fine-tuned expert models achieve high in-distributi…