Merging Text Transformer Models from Different Initializations
Neha Verma, Maha Elbayad
TL;DR
The paper tackles how independently trained Transformer minima relate in the loss landscape and whether they can be merged via permutations. It proposes a Transformer-aware permutation-based merging method that aligns Multi-Headed Attention, residuals, and feed-forward components through correlation-based permutation matrices, enabling low-loss interpolation between minima. Empirically, it demonstrates substantial reductions in loss barriers relative to vanilla averaging on masked language modeling and, to a variable extent, on GLUE finetuning, with detailed analyses by component and architectural part. The findings imply that Transformer minima are less isolated than previously thought, highlighting permutation invariances as a key factor for optimization, model merging, and ensembling in large pretrained architectures.
Abstract
Recent work on permutation-based model merging has shown impressive low- or zero-barrier mode connectivity between models from completely different initializations. However, this line of work has not yet extended to the Transformer architecture, despite its dominant popularity in the language domain. Therefore, in this work, we investigate the extent to which separate Transformer minima learn similar features, and propose a model merging technique to investigate the relationship between these minima in the loss landscape. The specifics of the architecture, like its residual connections, multi-headed attention, and discrete, sequential input, require specific interventions in order to compute model permutations that remain within the same functional equivalence class. In merging these models with our method, we consistently find lower loss barriers between minima compared to model averaging, across models trained on a masked-language modeling task or fine-tuned on a language understanding benchmark. Our results show that the minima of these models are less sharp and isolated than previously understood, and provide a basis for future work on merging separately trained Transformer models.
