English

Model Fusion via Neuron Transplantation

Machine Learning 2025-02-12 v1 Artificial Intelligence

Abstract

Ensemble learning is a widespread technique to improve the prediction performance of neural networks. However, it comes at the price of increased memory and inference time. In this work we propose a novel model fusion technique called \emph{Neuron Transplantation (NT)} in which we fuse an ensemble of models by transplanting important neurons from all ensemble members into the vacant space obtained by pruning insignificant neurons. An initial loss in performance post-transplantation can be quickly recovered via fine-tuning, consistently outperforming individual ensemble members of the same model capacity and architecture. Furthermore, NT enables all the ensemble members to be jointly pruned and jointly trained in a combined model. Comparing it to alignment-based averaging (like Optimal-Transport-fusion), it requires less fine-tuning than the corresponding OT-fused model, the fusion itself is faster and requires less memory, while the resulting model performance is comparable or better. The code is available under the following link: https://github.com/masterbaer/neuron-transplantation.

Keywords

Cite

@article{arxiv.2502.06849,
  title  = {Model Fusion via Neuron Transplantation},
  author = {Muhammed Öz and Nicholas Kiefer and Charlotte Debus and Jasmin Hörter and Achim Streit and Markus Götz},
  journal= {arXiv preprint arXiv:2502.06849},
  year   = {2025}
}

Comments

18 pages, 7 figures, conference: ECML-PKDD 2024

R2 v1 2026-06-28T21:39:08.924Z