paper-with-me

홈 › Papers

StatsMerging: Statistics-Guided Model Merging via Task-Specific Teacher Distillation

2025-06-05 · Ranjith Merugu, Bryan Bo Cao, Shubham Jain

Model merging has emerged as a promising solution to accommodate multiple large models within constrained memory budgets. We present StatsMerging, a novel lightweight learning-based model merging method guided by weight distribution statistics without requiring ground truth labels or test samples. StatsMerging offers three key advantages: (1) It uniquely leverages singular values from singular value decomposition (SVD) to capture task-specific weight distributions, serving as a proxy for task importance to guide task coefficient prediction; (2) It employs a lightweight learner StatsMergeLearner to model the weight distributions of task-specific pre-trained models, improving generalization and enhancing adaptation to unseen samples; (3) It introduces Task-Specific Teacher Distillation for merging vision models with heterogeneous architectures, a merging learning paradigm that avoids costly ground-truth labels by task-specific teacher distillation. Notably, we present two types of knowledge distillation, (a) distilling knowledge from task-specific models to StatsMergeLearner; and (b) distilling knowledge from models with heterogeneous architectures prior to merging. Extensive experiments across eight tasks demonstrate the effectiveness of StatsMerging. Our results show that StatsMerging outperforms state-of-the-art techniques in terms of overall accuracy, generalization to unseen tasks, and robustness to image quality variations.

📄 PDF Abstract BibTeX arXiv:2506.04567

Code (1)

statsmerging/statsmerging 공식 구현 pytorch

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Domain-Adaptive Model Merging Across Disconnected Modes

2026-03-06 · Junming Liu, Yusen Zhang, Rongchao Zhang, Wenkai Zhu 외 arxiv

Learning across domains is challenging when data cannot be centralized due to privacy or heterogeneity, which limits the ability to train a single comprehensive model. Model merging provides an appealing alternative by c…

LEWIS (LayEr WIse Sparsity) -- A Training Free Guided Model Merging Approach

2025-03-05 · Hetarth Chopra, Vidhi Rambhia, Vikram Adve

As specialized large language models (LLMs) become increasingly prevalent, model merging methods are being used to combine them to create a single multi-task model without requiring any additional data or training. Howev…

Instruction FollowingMath

Sens-Merging: Sensitivity-Guided Parameter Balancing for Merging Large Language Models

2025-02-18 · Shuqi Liu, Han Wu, Bowei He, Xiongwei Han 외

Recent advances in large language models have led to numerous task-specialized fine-tuned variants, creating a need for efficient model merging techniques that preserve specialized capabilities while avoiding costly retr…

Code GenerationGeneral KnowledgeMathematical ReasoningSensitivity

FlowMM: Cross-Modal Information Flow Guided KV Cache Merging for Efficient Multimodal Context Inference

2025-10-29 · Kunxi Li, Yufan Xiong, Zhonghua Jiang, Yiyun Zhou 외 arxiv

Traditional KV cache eviction strategies, which discard less critical KV-pairs based on attention scores, often degrade generation quality, causing context loss or hallucinations. Recent efforts shift toward KV merging, …

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