paper-with-me

Papers

Evolutionary Negative Module Pruning for Better LoRA Merging

2026-04-20 · Anda Cao, Zhuo Gou, Yi Wang, Kaixuan Chen, Yu Wang, Can Wang, Mingli Song, Jie Song 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 subspace alignment, they rest upon the implicit assumption that all LoRA matrices contribute constructively to the merged model. In this paper, we uncover a critical bottleneck in current merging paradigms: the existence of $\textit{negative modules}$ -- specific LoRA layers that inherently degrade global performance upon merging. We propose $\textbf{E}$volutionary $\textbf{N}$egative $\textbf{M}$odule $\textbf{P}$runing ($\textbf{ENMP}$), a plug-and-play LoRA pruning method to locate and exclude these detrimental modules prior to merging. By leveraging an evolutionary search strategy, ENMP effectively navigates the discrete, non-differentiable landscape of module selection to identify optimal pruning configurations. Extensive evaluations demonstrate that ENMP consistently boosts the performance of existing merging algorithms, achieving a new state-of-the-art across both language and vision domains. Code is available at https://github.com/CaoAnda/ENMP-LoRAMerging.

📄 PDF Abstract BibTeX arXiv:2604.17753

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GeLaCo: An Evolutionary Approach to Layer Compression

2025-07-14 · David Ponce, Thierry Etchegoyhen, Javier Del Ser arxiv

Large Language Models (LLM) have achieved remarkable performance across a large number of tasks, but face critical deployment and usage barriers due to substantial computational requirements. Model compression methods, w…

Model Compression

CCSRP: Robust Pruning of Spiking Neural Networks through Cooperative Coevolution

2024-07-18 · Zichen Song, Jiakang Li, Songning Lai, Sitan Huang

Spiking neural networks (SNNs) have shown promise in various dynamic visual tasks, yet those ready for practical deployment often lack the compactness and robustness essential in resource-limited and safety-critical sett…

Evolutionary AlgorithmsNetwork Pruning

A Hierarchical Importance-Guided Multi-objective Evolutionary Framework for Deep Neural Network Pruning

2026-04-01 · Zak Khan, Azam Asilian Bidgoli arxiv

The optimization of over-parameterized deep neural networks represents a large-scale, high-dimensional, and strongly non-convex decision problem that challenges existing optimization frameworks. Current evolutionary and …

Network Pruning

Guiding Evolutionary AutoEncoder Training with Activation-Based Pruning Operators

2025-05-08 · Steven Jorgensen, Erik Hemberg, Jamal Toutouh, Una-May O'Reilly

This study explores a novel approach to neural network pruning using evolutionary computation, focusing on simultaneously pruning the encoder and decoder of an autoencoder. We introduce two new mutation operators that us…

DecoderNetwork Pruning

Sub-network Multi-objective Evolutionary Algorithm for Filter Pruning

2022-10-22 · Xuhua Li, Weize Sun, Lei Huang, Shaowu Chen

Filter pruning is a common method to achieve model compression and acceleration in deep neural networks (DNNs).Some research regarded filter pruning as a combinatorial optimization problem and thus used evolutionary algo…

Combinatorial OptimizationEvolutionary AlgorithmsModel Compression