Harmony in Diversity: Merging Neural Networks with Canonical Correlation Analysis
Stefan Horoi, Albert Manuel Orozco Camacho, Eugene Belilovsky, Guy, Wolf

TL;DR
This paper introduces CCA Merge, a novel model fusion method based on Canonical Correlation Analysis, which improves the merging of neural networks by better aligning features, leading to enhanced performance over previous methods.
Contribution
The paper presents a new model merging algorithm using CCA that outperforms existing permutation-based methods, especially when merging multiple models trained on different data splits.
Findings
CCA Merge achieves higher accuracy than past methods.
The method effectively merges more than two models.
Performance improvements are consistent across different data splits.
Abstract
Combining the predictions of multiple trained models through ensembling is generally a good way to improve accuracy by leveraging the different learned features of the models, however it comes with high computational and storage costs. Model fusion, the act of merging multiple models into one by combining their parameters reduces these costs but doesn't work as well in practice. Indeed, neural network loss landscapes are high-dimensional and non-convex and the minima found through learning are typically separated by high loss barriers. Numerous recent works have been focused on finding permutations matching one network features to the features of a second one, lowering the loss barrier on the linear path between them in parameter space. However, permutations are restrictive since they assume a one-to-one mapping between the different models' neurons exists. We propose a new model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImpact of AI and Big Data on Business and Society
