paper-with-me

홈 › Papers

Mixup Model Merge: Enhancing Model Merging Performance through Randomized Linear Interpolation

2025-02-21 · Yue Zhou, Yi Chang, Yuan Wu

Model merging integrates the parameters of multiple models into a unified model, combining their diverse capabilities. Existing model merging methods are often constrained by fixed parameter merging ratios. In this study, we propose Mixup Model Merge (M$^3$), an innovative approach inspired by the Mixup data augmentation technique. This method merges the parameters of two large language models (LLMs) by randomly generating linear interpolation ratios, allowing for a more flexible and comprehensive exploration of the parameter space. Extensive experiments demonstrate the superiority of our proposed M$^3$ method in merging fine-tuned LLMs: (1) it significantly improves performance across multiple tasks, (2) it enhances LLMs' out-of-distribution (OOD) robustness and adversarial robustness, (3) it achieves superior results when combined with sparsification techniques such as DARE, and (4) it offers a simple yet efficient solution that does not require additional computational resources. In conclusion, M$^3$ is a simple yet effective model merging method that significantly enhances the performance of the merged model by randomly generating contribution ratios for two fine-tuned LLMs. The code is available at https://github.com/MLGroupJLU/MixupModelMerge.

📄 PDF Abstract BibTeX arXiv:2502.15434

Code (1)

mlgroupjlu/mixupmodelmerge 공식 구현 pytorch

Tasks

Adversarial RobustnessData Augmentationmodel

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

MiAMix: Enhancing Image Classification through a Multi-stage Augmented Mixed Sample Data Augmentation Method

2023-08-05 · Wen Liang, Youzhi Liang, Jianguo Jia

Despite substantial progress in the field of deep learning, overfitting persists as a critical challenge, and data augmentation has emerged as a particularly promising approach due to its capacity to enhance model genera…

Computational EfficiencyData AugmentationImage Augmentationimage-classification+1

SynerMix: Synergistic Mixup Solution for Enhanced Intra-Class Cohesion and Inter-Class Separability in Image Classification

2024-03-21 · Ye Xu, Ya Gao, Xiaorong Qiu, Yang Chen 외

To address the issues of MixUp and its variants (e.g., Manifold MixUp) in image classification tasks-namely, their neglect of mixing within the same class (intra-class mixup) and their inadequacy in enhancing intra-class…

image-classificationImage Classificationtext-classificationText Classification

Augment on Manifold: Mixup Regularization with UMAP

2023-12-20 · Yousef El-Laham, Elizabeth Fons, Dillon Daudert, Svitlana Vyetrenko

Data augmentation techniques play an important role in enhancing the performance of deep learning models. Despite their proven benefits in computer vision tasks, their application in the other domains remains limited. Th…

Data AugmentationDeep LearningDimensionality Reduction

OpenMixup: Open Mixup Toolbox and Benchmark for Visual Representation Learning

2022-09-11 · Siyuan Li, Zedong Wang, Zicheng Liu, Juanxi Tian 외

Mixup augmentation has emerged as a widely used technique for improving the generalization ability of deep neural networks (DNNs). However, the lack of standardized implementations and benchmarks has impeded recent progr…

BenchmarkingClassificationImage ClassificationRepresentation Learning+2

A Generalized Theory of Mixup for Structure-Preserving Synthetic Data

2025-03-03 · Chungpa Lee, Jongho Im, Joseph H. T. Kim

Mixup is a widely adopted data augmentation technique known for enhancing the generalization of machine learning models by interpolating between data points. Despite its success and popularity, limited attention has been…

Data Augmentation