CAMEx: Curvature-aware Merging of Experts
Dung V. Nguyen, Minh H. Nguyen, Luc Q. Nguyen, Rachel S. Y. Teo, Tan M. Nguyen, Linh Duy Tran
TL;DR
CAMEx introduces curvature-aware merging for Sparse Mixture of Experts by leveraging natural gradients to account for the non-Euclidean geometry of neural parameter spaces. It replaces costly Fisher-misher-based curvature estimates with learned, efficiently approximated curvature matrices via Kronecker-factor decompositions and a test-time reparameterization, enabling scalable merging during pre-training and fine-tuning. The method includes a dynamic architecture that maintains the same active-expert capacity while reducing parameters and FLOPs, and provides both theoretical alignment with the empirical Fisher and extensive empirical gains across language modeling, QA, classification, and vision tasks. The results demonstrate faster convergence and improved generalization without prohibitive memory overhead, with public code released to foster reproducibility and adoption.
Abstract
Existing methods for merging experts during model training and fine-tuning predominantly rely on Euclidean geometry, which assumes a flat parameter space. This assumption can limit the model's generalization ability, especially during the pre-training phase, where the parameter manifold might exhibit more complex curvature. Curvature-aware merging methods typically require additional information and computational resources to approximate the Fisher Information Matrix, adding memory overhead. In this paper, we introduce CAMEx (Curvature-Aware Merging of Experts), a novel expert merging protocol that incorporates natural gradients to account for the non-Euclidean curvature of the parameter manifold. By leveraging natural gradients, CAMEx adapts more effectively to the structure of the parameter space, improving alignment between model updates and the manifold's geometry. This approach enhances both pre-training and fine-tuning, resulting in better optimization trajectories and improved generalization without the substantial memory overhead typically associated with curvature-aware methods. Our contributions are threefold: (1) CAMEx significantly outperforms traditional Euclidean-based expert merging techniques across various natural language processing tasks, leading to enhanced performance during pre-training and fine-tuning; (2) we introduce a dynamic merging architecture that optimizes resource utilization, achieving high performance while reducing computational costs, facilitating efficient scaling of large language models; and (3) we provide both theoretical and empirical evidence to demonstrate the efficiency of our proposed method. The code is publicly available at: https://github.com/kpup1710/CAMEx.
