Generalizing the Geometry of Model Merging Through Frechet Averages
Model merging aims to combine multiple models into one without additional training. Naïve parameter-space averaging can be fragile under architectural symmetries, as their geometry does not take them into account. In this work we show that not only the geometry, but also the averaging procedure itself, must be symmetry-invariant to achieve symmetry-aware merges. Consequently, we propose a general solution: merging as Fréchet averaging, i.e., selecting parameters that minimize a sum of geodesic distances on an appropriate manifold. In this view, the key design choice is the overall geometry, i.e., the choice of metric, manifold, and distance approximation, that determines what it means for two models to be "close". We show that Fréchet averaging, combined with simplifying assumptions, contains Fisher merging. Building on this, we examine the particular case of low-rank adapters (LoRA), whose symmetries induce a distinct geometry: that of a quotient manifold. We outline the limitations of current LoRA merging methods, propose a practical algorithm for this setting, and show how they compare with other commonly used approaches.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
PermDoRA -- Understanding Adapter Interference in Language Models: Limits of Parameter-Space Geometry
Access control in large language models (LLMs) requires modular mechanisms to enable domain-specific behavior without retraining or cross-domain interference. A common hypothesis is that interference during adapter compo…
How does the optimizer implicitly bias the model merging loss landscape?
Model merging combines independent solutions with different capabilities into a single one while maintaining the same inference cost. Two popular approaches are linear interpolation, which simply averages multiple model …
Data AugmentationGeneralizing the Levins metapopulation model to time varying colonization and extinction rates
The metapopulation theory explores the population persistence in fragmented habitats by considering a balance between the extinction of local populations and recolonization of empty sites. In general, the extinction and …
Spherical Manifold Guided Diffusion Model for Panoramic Image Generation
Panoramic image essentially acts as a pivotal role in emerging virtual reality and augmented reality scenarios; however, the generation of panoramic images are essentially challenging due to the intrinsic spherical g…
ERPImage GenerationOllivier-Ricci Curvature for Hypergraphs: A Unified Framework
Bridging geometry and topology, curvature is a powerful and expressive invariant. While the utility of curvature has been theoretically and empirically confirmed in the context of manifolds and graphs, its generalization…